Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Got NYT up and running with new object type and custom parser
|
|
Was pointing to static HTML files, but they changed anytime the program
was re-run, causing links to point to unexpected URLs. Changed to
javascript obfuscation, using an onclick event rather than the href,
which sufficiently hides the URL for most purposes.
|
|
|
|
Saving this in case of need to rollback
|
|
See prior commit for description
|
|
Added redirect files to the server. Main html template file now has
static links to those files; those files are written with javascript
redirect to actual articles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|