diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-08 19:09:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-08 19:11:06 +0900 |
commit | c24337da6add85b3d1786d6326169f979088e490 (patch) | |
tree | 3c42650b5cea7ada8ac616e611240b90fcf63a42 /README.md | |
parent | 91fc1146505d33629cc80199aa1a5881565e4e50 (diff) | |
download | fead-c24337da6add85b3d1786d6326169f979088e490.tar.gz |
Add some description
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab3ff67 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# fead + +This is a tool for advertising other blogs you like on your own +by embedding their latest post's summary generated from their web feed. +It is a rewrite of [openring] with ([rejected]) concurrency support +in Python without any third-party library. + +## Copying + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published +by the Free Software Foundation, either [version 3 of the License][agplv3], +or (at your option) any later version. + +[openring]: https://sr.ht/~sircmpwn/openring +[rejected]: https://lists.sr.ht/~sircmpwn/public-inbox/patches/27621 +[agplv3]: https://www.gnu.org/licenses/agpl-3.0.html |