diff options
author | Case Duckworth | 2022-07-17 23:15:30 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-17 23:15:30 -0500 |
commit | 4dd0a73ceb1e7c5f9f28ab9e161f528ab29c7597 (patch) | |
tree | ac40eac03820bcb4979b5e8da0b4f24f556913fb | |
parent | Initial commit (diff) | |
download | sfeed-4dd0a73ceb1e7c5f9f28ab9e161f528ab29c7597.tar.gz sfeed-4dd0a73ceb1e7c5f9f28ab9e161f528ab29c7597.zip |
Add README
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0722ac --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,7 @@ | |||
1 | # sfeed | ||
2 | |||
3 | Turns out, [sfeed][] is cool! | ||
4 | You can see what this repo generates at | ||
5 | <https://acdw.casa/planet/>. | ||
6 | |||
7 | [sfeed]: https://codemadness.org/sfeed-simple-feed-parser.html | ||