summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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