index
:
senders/gemfeed
local-fork
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gemfeed.py
Age
Commit message (
Expand
)
Author
2020-03-17
Add docstrings for all functions except main().
Solderpunk
2020-03-17
Remove support for .gem extension, as the Best Practices document mentions on...
Solderpunk
2020-03-17
Don't produce empty feeds.
Solderpunk
2020-03-17
Remove old debugging print().
Solderpunk
2020-03-17
Take advantage of the fact that find_files now sorts files by timestamp.
Solderpunk
2020-03-17
Include only 10 (by default) most recent files in the feed.
Solderpunk
2020-03-17
Extract feed title from index.gmi if it exists and is world readable.
Solderpunk
2020-03-16
Fix stat nonsense, git can die in a fire.
Solderpunk
2020-03-16
Include only world readable files.
Solderpunk
2020-03-16
Better URL handling.
Solderpunk
2020-03-16
Add command line options for feed subtitle and author details.
Solderpunk
2020-03-16
Pay attention to user-specified output filename when constructing feed URL.
Solderpunk
2020-03-16
Add rel attribute for entry links.
Solderpunk
2020-03-16
Add command line options for base URL and feed title.
Solderpunk
2020-03-16
Break into functions.
Solderpunk
2020-03-16
Initial proof-of-concept implementation.
Solderpunk