Commit Graph

  • 371bec6227 Use local timezone master makeworld 2020-12-04 19:07:21 -0500
  • 2c58b4a576 Add --mtime option to use file modification time, not creation/update time, as that can be manually set via touch. Solderpunk 2020-07-07 14:00:18 +0200
  • 91d6d075bc Bump version for dev. Solderpunk 2020-05-20 19:20:52 +0200
  • e9d04c5fd5 Bump version for 1.1.0 Solderpunk 2020-05-20 19:17:15 +0200
  • 47033c9cd1 Extract datestamps from filename if possible. Solderpunk 2020-05-20 19:16:45 +0200
  • 0e76336905 Bump version number to 1.0.0. Solderpunk 2020-03-19 20:09:21 +0100
  • dd03bf3593 Add hashbang line. Solderpunk 2020-03-18 21:32:52 +0100
  • 73b7b188e2 Add setup.py Solderpunk 2020-03-18 21:32:04 +0100
  • 9509bb9429 Format entry links correctly when --directory is used. Solderpunk 2020-03-18 19:01:32 +0100
  • d43bd2b0bf Add trailing slash to base URL if necessary. Solderpunk 2020-03-18 18:14:28 +0100
  • 08ba6b0ff2 Fix index file detection when using --directory. Solderpunk 2020-03-18 15:29:10 +0100
  • 56cff3febb Fix another default feed name bug! Solderpunk 2020-03-17 21:19:28 +0100
  • 44d0e7139d Fix bug introduced by changes to default feed title handling. Solderpunk 2020-03-17 21:09:45 +0100
  • 352de60a16 Advise user of feed title and URL when run interactively. Solderpunk 2020-03-17 21:05:30 +0100
  • a033b73640 Use directory as default feed title even when not run as a command line tool. Solderpunk 2020-03-17 21:05:03 +0100
  • 835a7a0ac8 Update README. Solderpunk 2020-03-17 20:57:35 +0100
  • 7c72eeba91 When run from the command line, use the directory name as a default feed title. Solderpunk 2020-03-17 19:27:26 +0100
  • e116e5e154 Enable processing of directories other than pwd. Solderpunk 2020-03-17 19:05:13 +0100
  • acbee0af9e Only write to stdout when asked, to facilitate use in scripts instead of as a command line tool. Solderpunk 2020-03-17 18:50:21 +0100
  • 333cc83282 Separate out argument parsing and sanitising from actual feed construction logic. Solderpunk 2020-03-17 17:29:32 +0100
  • 802326058e Add docstrings for all functions except main(). Solderpunk 2020-03-17 15:45:49 +0100
  • cb2bca2edb Remove support for .gem extension, as the Best Practices document mentions only .gmi and .gemini. Solderpunk 2020-03-17 15:12:11 +0100
  • 63365f0742 Don't produce empty feeds. Solderpunk 2020-03-17 13:35:37 +0100
  • 3fdaabb810 Remove old debugging print(). Solderpunk 2020-03-17 13:35:26 +0100
  • eff47ef24f Take advantage of the fact that find_files now sorts files by timestamp. Solderpunk 2020-03-17 13:33:38 +0100
  • 5d95fed964 Include only 10 (by default) most recent files in the feed. Solderpunk 2020-03-17 13:26:32 +0100
  • 63f7622d4c Extract feed title from index.gmi if it exists and is world readable. Solderpunk 2020-03-17 13:09:51 +0100
  • b5cc680fbc Fix stat nonsense, git can die in a fire. Solderpunk 2020-03-16 22:44:33 +0100
  • 43a3858c89 Merge branch 'master' of https://tildegit.org/solderpunk/gemfeed Solderpunk 2020-03-16 22:24:54 +0100
  • 6584b37cba Merge branch 'master' of https://tildegit.org/solderpunk/gemfeed Solderpunk 2020-03-16 22:22:47 +0100
  • a3b463e3a2 Merge branch 'master' of https://tildegit.org/solderpunk/gemfeed Solderpunk 2020-03-16 22:22:47 +0100
  • abe72a0d09 Include only world readable files. Solderpunk 2020-03-16 22:18:37 +0100
  • a3e9eadc8f Include only world readable files. Solderpunk 2020-03-16 22:18:37 +0100
  • af6caf2369 Better URL handling. Solderpunk 2020-03-16 20:29:52 +0100
  • 113d75f1db Add command line options for feed subtitle and author details. Solderpunk 2020-03-16 20:09:17 +0100
  • 76d6efcb83 Pay attention to user-specified output filename when constructing feed URL. Solderpunk 2020-03-16 20:02:21 +0100
  • a08de42c36 Add rel attribute for entry links. Solderpunk 2020-03-16 20:01:55 +0100
  • f61fa0a82e Add command line options for base URL and feed title. Solderpunk 2020-03-16 19:45:04 +0100
  • 7798412d74 Break into functions. Solderpunk 2020-03-16 18:54:49 +0100
  • fac6f4ad73 Initial proof-of-concept implementation. Solderpunk 2020-03-16 18:42:58 +0100
  • 93283c56c5 Initial commit solderpunk 2020-03-16 13:39:09 -0400