|
|
|
@ -4,9 +4,9 @@ Script to create a file containing an RSS feed based on a specific tag in writef
|
|
|
|
|
|
|
|
|
|
## Rationale
|
|
|
|
|
|
|
|
|
|
If you want to create an RSS feed based on a specific tag in a writefreely instance.
|
|
|
|
|
This script could be useful if you want to create an RSS feed based on a specific tag in a writefreely instance.
|
|
|
|
|
|
|
|
|
|
If you go to the URL https://your.writefreely.instance/tag:fedora, you will get all the posts containing the "fedora" tag.
|
|
|
|
|
If you go to the URL https\://your.writefreely.instance/tag:fedora, you will get all the posts containing the "fedora" tag.
|
|
|
|
|
At the moment a feed based on tags (like it could be on a site generated with Hugo) is not provided by writefreely.
|
|
|
|
|
|
|
|
|
|
This script will generate a file containing such feed.
|
|
|
|
@ -23,6 +23,10 @@ Execute the script `python3 writefreelytag2rss.py ./config.cfg`
|
|
|
|
|
|
|
|
|
|
The generated file should be then served by a web server.
|
|
|
|
|
|
|
|
|
|
### More feeds
|
|
|
|
|
|
|
|
|
|
You can use many config files to generate different feeds for different tags.
|
|
|
|
|
|
|
|
|
|
## Required Python modules
|
|
|
|
|
|
|
|
|
|
- bs4
|
|
|
|
|