summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Add nested files to feedlocal-forkBill
2020-07-07Add --mtime option to use file modification time, not creation/update time, a...Solderpunk
2020-05-20Bump version for dev.Solderpunk
2020-05-20Bump version for 1.1.0Solderpunk
2020-05-20Extract datestamps from filename if possible.Solderpunk
2020-03-19Bump version number to 1.0.0.Solderpunk
2020-03-18Add hashbang line.Solderpunk
2020-03-18Add setup.pySolderpunk
2020-03-18Format entry links correctly when --directory is used.Solderpunk
2020-03-18Add trailing slash to base URL if necessary.Solderpunk
2020-03-18Fix index file detection when using --directory.Solderpunk
2020-03-17Fix another default feed name bug!Solderpunk
2020-03-17Fix bug introduced by changes to default feed title handling.Solderpunk
2020-03-17Advise user of feed title and URL when run interactively.Solderpunk
2020-03-17Use directory as default feed title even when not run as a command line tool.Solderpunk
2020-03-17Update README.Solderpunk
2020-03-17When run from the command line, use the directory name as a default feed title.Solderpunk
2020-03-17Enable processing of directories other than pwd.Solderpunk
2020-03-17Only write to stdout when asked, to facilitate use in scripts instead of as a...Solderpunk
2020-03-17Separate out argument parsing and sanitising from actual feed construction lo...Solderpunk
2020-03-17Add docstrings for all functions except main().Solderpunk
2020-03-17Remove support for .gem extension, as the Best Practices document mentions on...Solderpunk
2020-03-17Don't produce empty feeds.Solderpunk
2020-03-17Remove old debugging print().Solderpunk
2020-03-17Take advantage of the fact that find_files now sorts files by timestamp.Solderpunk
2020-03-17Include only 10 (by default) most recent files in the feed.Solderpunk
2020-03-17Extract feed title from index.gmi if it exists and is world readable.Solderpunk
2020-03-16Fix stat nonsense, git can die in a fire.Solderpunk
2020-03-16Merge branch 'master' of https://tildegit.org/solderpunk/gemfeedSolderpunk
2020-03-16Merge branch 'master' of https://tildegit.org/solderpunk/gemfeedSolderpunk
2020-03-16Merge branch 'master' of https://tildegit.org/solderpunk/gemfeedSolderpunk
2020-03-16Include only world readable files.Solderpunk
2020-03-16Include only world readable files.Solderpunk
2020-03-16Better URL handling.Solderpunk
2020-03-16Add command line options for feed subtitle and author details.Solderpunk
2020-03-16Pay attention to user-specified output filename when constructing feed URL.Solderpunk
2020-03-16Add rel attribute for entry links.Solderpunk
2020-03-16Add command line options for base URL and feed title.Solderpunk
2020-03-16Break into functions.Solderpunk
2020-03-16Initial proof-of-concept implementation.Solderpunk
2020-03-16Initial commitsolderpunk