1
0
Fork
You've already forked tyrss
0
A barebones CLI RSS/Atom reader. Written in C. "Works", depending on your mood.
  • C 98.4%
  • Makefile 1.6%
2023年11月22日 09:37:46 -06:00
COPYING add GPLv3 2023年04月05日 22:59:04 -05:00
libtyxml.c add GPLv3 2023年04月05日 22:59:04 -05:00
libtyxml.h add GPLv3 2023年04月05日 22:59:04 -05:00
Makefile fixed logical error in Makefile install dir 2021年03月01日 11:56:09 -06:00
reader.c add PATH_CACHE error handling 2023年11月22日 09:37:46 -06:00
reader.h change default OPML path 2023年11月22日 09:37:14 -06:00
README.md refine memory management, resolve segfaults 2023年04月07日 01:27:25 -05:00

tyrss

I'm Ty. This is my personal RSS reader. I got frustrated with libxml2, so I wrote my own naive parser. Contact me for further information.

TODO

  • make parser play nice with XML comments
  • add tag/label functionality

License

tyrss is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

tyrss is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with tyrss. If not, see https://www.gnu.org/licenses/.