Commit Graph

12 Commits

Author SHA1 Message Date
Bauke a9c0deac33
Make the text attribute "technically optional" by giving it a default.
Apparently in OPML 1.0 text attributes are not required, so this should
make it work for all versions.
2020-08-15 12:33:54 +02:00
Bauke 18c8284ba9
Move to self-hosted Gitea, clean up stuff. 2020-08-06 17:45:18 +02:00
Bauke af3cdaab6c
Make OPMLs (de)serializable with serde. 2020-08-05 19:14:11 +02:00
Bauke b429da1362
Add more and clean up documentation. 2020-05-28 16:47:03 +02:00
Bauke 3e90b069a5
Add support for OPML 1.0 and 1.1. 2020-05-27 14:11:42 +02:00
Bauke 769e566414
Make the head element optional to accomodate technically invalid OPMLs. 2020-05-26 10:28:19 +02:00
Bauke 53e76e8aa6
Add a bunch of things:
* A way of easily constructing OPMLs
* An example of how to do construct in the getting started documentation
* Make outline booleans optional so there's no unnecessary XML output
* Defaults for all structs
* Various helper methods for adding feeds and getting the XML output
* Tests for construction
2020-05-25 20:35:01 +02:00
Bauke fa480a82a7
Add more documentation and an example in the code. 2020-05-25 02:12:43 +02:00
Bauke b02bb063b9
Add GitLab CI builds. 2020-05-24 15:33:18 +02:00
Bauke ba5d7c3edd
Separate the testing OPML samples out into files. 2020-05-24 15:31:17 +02:00
Bauke 823a137a76
Fix doc comments. 2020-05-23 18:21:21 +02:00
Bauke 9089c117de
Initial commit! 🎉 2020-05-23 14:32:40 +02:00