summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-14Merge pull request #17 from sstvinc2/refactor-sourcesMatt Singleton
2017-10-14code cleanupMatt Singleton
2017-10-14code cleanupMatt Singleton
2017-10-14log number of each type of article fetchedMatt Singleton
2017-10-14debug mode causes exceptions to raise immediatelyMatt Singleton
2017-10-14BBC News closes #3Matt Singleton
2017-10-14NPR News closes #2Matt Singleton
2017-10-14CBS News closes #5Matt Singleton
2017-10-14Christian Science Monitor closes #6Matt Singleton
2017-09-27ABC news source, closes #7Matt Singleton
2017-09-27let _normalize_urls() optionally preserve some query argsMatt Singleton
2017-09-12update url with host in base parserMatt Singleton
2017-09-12new source The Washington TimesMatt Singleton
2017-09-12new source The GuardianMatt Singleton
2017-09-12fix bug in shifting up tier two storiesMatt Singleton
2017-09-11news source for The HillMatt Singleton
2017-09-11keep files in memory and only write to disk at the very endMatt Singleton
2017-09-11ignore vim swp filesMatt Singleton
2017-09-11update NewsSource base parsing to use beautifulsoupMatt Singleton
2017-09-11normalize urls using urllibMatt Singleton
2017-09-10major refactor of news source buildingMatt Singleton
2017-09-03remove debug print statementsMatt Singleton
2017-09-03update requirementsMatt Singleton
2017-09-03some niceties for debuggingMatt Singleton
2017-09-03rewrite fox parser to use beautifulsoupMatt Singleton
2017-09-03rewrite removeBadStoriesHelper so I can understand how it worksMatt Singleton
2017-09-03run once and exit argumentMatt Singleton
2017-06-02Merge pull request #1 from sstvinc2/matt-refactorMatt Singleton
2017-06-02tweaks for iosMatt Singleton
2017-06-02fix padding between sectionsMatt Singleton
2017-06-02too many opinions buffaloMatt Singleton
2017-04-23tweak the renderingMatt Singleton
2017-04-22remove old templatesMatt Singleton
2017-04-22gitignoreMatt Singleton
2017-04-22systemd daemon service configMatt Singleton
2017-04-22update command line argumentsMatt Singleton
2017-04-21fix safari rendering bugMatt Singleton
2017-04-21include favicons in the distributionMatt Singleton
2017-04-21rewrite css to use flexbox for responsive displayMatt Singleton
2017-04-20read log dir from command line and quiet down console loggingMatt Singleton
2017-04-20switch to dict logging and configure separate log writers for console and debugMatt Singleton
2017-04-19tweaking responsive cssMatt Singleton
2017-04-19tweaking top story responsivenessMatt Singleton
2017-04-19a bit of refactoringMatt Singleton
2017-04-19don't need a scratch directory any moreMatt Singleton
2017-04-19replace wget with requests libraryMatt Singleton
2017-04-19more consistent crawl frequencyMatt Singleton
2017-04-19add favicons and write intermediate images to scratchMatt Singleton
2017-04-19fix guardian images and image scalingMatt Singleton
2017-04-17replace print statements with the logging moduleMatt Singleton