aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..46a0007
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# feed2imap-go
+
+A software to convert rss feeds into mails.
+
+It is a rewrite in Go of the wonderful, but unfortunately now unmaintained, [feed2imap](https://github.com/feed2imap/feed2imap).
+It aims to be compatible in functionality and configuration, serving as a drop-in replacement.
+
+## Features
+
+TBD
+
+### Additions from feed2imap
+
+* groups
+
+### Unsupported features compared to feed2imap
+
+TBD
2009-08-15Use message queue instead of SHMRené 'Necoro' Neumann2-51/+26 2009-08-15Honor missing eix moduleRené 'Necoro' Neumann1-2/+7 2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-1/+1 2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-0/+3 2009-08-14Change config and changelogRené 'Necoro' Neumann2-1/+6 2009-08-14Allow to disable eix in setup.pyRené 'Necoro' Neumann1-8/+17 2009-08-14Correct setup.pyRené 'Necoro' Neumann1-2/+17