31 lines
673 B
Markdown
31 lines
673 B
Markdown
# Orange Pecan Mousse Latte
|
|
|
|
An OPML generator script for acdw's [friend planet].
|
|
Originally written as a joke at lucidiot's request.
|
|
An improved version by acdw is available at the [casa pages] repo.
|
|
|
|
[friend planet]: https://acdw.casa/fwends/
|
|
[casa pages]: https://tildegit.org/casa/pages/src/branch/main/opml
|
|
|
|
|
|
## Usage
|
|
|
|
- Add some RSS feeds to a `urls` file in the same directory as the script.
|
|
|
|
- Run the script:
|
|
|
|
```
|
|
opml.sh make [title] [author] [author-email] [author-url] [output-file]
|
|
```
|
|
|
|
Example:
|
|
|
|
```
|
|
opml.sh make "mug of opml" "barista" "barista@dev.null" \
|
|
"https://tildegit.org/casa/pages" ~/mug.of.opml
|
|
```
|
|
|
|
## License
|
|
|
|
[GCL](https://acdw.casa/gcl/)
|