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 (
Collapse
)
Author
2020-05-20
Extract datestamps from filename if possible.
Solderpunk
2020-03-18
Add hashbang line.
Solderpunk
2020-03-18
Format entry links correctly when --directory is used.
Solderpunk
2020-03-18
Add trailing slash to base URL if necessary.
Solderpunk
2020-03-18
Fix index file detection when using --directory.
Solderpunk
2020-03-17
Fix another default feed name bug!
Solderpunk
2020-03-17
Fix bug introduced by changes to default feed title handling.
Solderpunk
2020-03-17
Advise user of feed title and URL when run interactively.
Solderpunk
2020-03-17
Use directory as default feed title even when not run as a command line tool.
Solderpunk
2020-03-17
When run from the command line, use the directory name as a default feed title.
Solderpunk
2020-03-17
Enable processing of directories other than pwd.
Solderpunk
2020-03-17
Only write to stdout when asked, to facilitate use in scripts instead of as ↵
Solderpunk
a command line tool.
2020-03-17
Separate out argument parsing and sanitising from actual feed construction ↵
Solderpunk
logic.
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 ↵
Solderpunk
only .gmi and .gemini.
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