daily-edition

log

age author description
21 months Atul Varma Moved a var declaration, formatting/indentation fixes.default tip
21 months Atul Varma added localStorage-based caching for latest issue.
21 months Atul Varma Added error feedback display.
21 months Atul Varma added * to NETWORK section of cache manifest.
21 months Atul Varma remove img tags from posts
21 months Atul Varma html is now sanitized.
21 months Atul Varma added html sanitizer.
21 months Atul Varma added network whitelist.
21 months Atul Varma added cache.manifest, curr issue can be changed via hash as well as query args now (though w/ hash, page needs to be manually reloaded).
2 years Atul Varma fixed table inheritance in quirks-mode, made tables look nice in general.
2 years Atul Varma just use eval() if JSON isn't available.
2 years Atul Varma added --authors-file option
2 years Atul Varma Added an optional querystring param, '?issue=<number>', allowing browser to pass in the issue # to view
2 years Atul Varma fixed an index error bug
2 years Atul Varma save to daily-edition.json and issue-%d.json
2 years Atul Varma symlink daily-edition.html -l -> index.html.
2 years Atul Varma fixed a major, glaring bug.
2 years Atul Varma added prerequisites section to readme
2 years Atul Varma added minimum word count for articles
2 years Atul Varma changed padding so there isn't as much of a gulf between articles, and made header all-lowercase.
2 years Atul Varma force article urls to start with 'http'
2 years Atul Varma better line height for article titles
2 years Atul Varma fixed js code to work in safari
2 years Atul Varma small caps in header
2 years Atul Varma added fade-in on load
2 years Atul Varma normalized html output a bit
2 years Atul Varma added header to html view, changed article by-lines
2 years Atul Varma added more debug log stats
2 years Atul Varma added more logging stats.
2 years Atul Varma added dry-run cmdline option
2 years Atul Varma now display warning information on unknown people
2 years Atul Varma more warning feedback
2 years Atul Varma added more warnings
2 years Atul Varma implemented a basic algorithm for filtering articles.
2 years Atul Varma changed names of cmd line options to make a bit more sense
2 years Atul Varma added issue tracking information, though it's not yet being used in any way.
2 years Atul Varma added logging statement while parsing feeds
2 years Atul Varma renamed .pickle files to .dat
2 years Atul Varma more refactoring
2 years Atul Varma updated readme
2 years Atul Varma some cmdline options now imply others
2 years Atul Varma updating whoisi db also includes updating entries for all 'following' now.
2 years Atul Varma added cmdline options
2 years Atul Varma refactorings to publish_edition.py
2 years Atul Varma Added an html viewer and a publish_edition.py script that generates the JSON which the html viewer reads.
2 years Atul Varma added test for my last commit
2 years Atul Varma dealt with case in which whoisi doesn't include deleted folks
2 years Atul Varma fixed another bug
2 years Atul Varma added url_cache.py
2 years Atul Varma forgot to use a file-like object as urlopen's return value
2 years Atul Varma added WhoisiServer class and tests
2 years Atul Varma changed around protocol a bit
2 years Atul Varma added cache.refresh_people()
2 years Atul Varma added to tests
2 years Atul Varma added to tests
2 years Atul Varma added whoisi_cache.py
2 years Atul Varma added .hgignore
2 years Atul Varma Origination.