Tiny Tiny RSS Portal is a Javascript portal, composed by feed widgets, similar to the old iGoogle or Netvibes.
Any help is appreciated, on everything, I'm not a front-end developer.
Just unzip the latest release (or build it by yourself) and put it somewere, the only backend needed is Tiny Tiny RSS itself.
- Put the build files in a directory on the same webserver of Tiny Tiny RSS.
- On the Tiny Tiny RSS istance enable the API access.
- Create a "Portal" category and add feeds to this category.
- The go to index.html.
End
You can install the Tiny Tiny RSS Portal anywhere, but you have to configure the Access-Control-Allow-Origin
header in ttrss the webserver. It works even in your hard disk, but the icon generator won't work, because of security policies on opening "local" files.
This is a re-implmentation of the original ttportal, but this time in React.
- React
- he for HTML unescaping (because some feeds are bad)
- FontAwesome for the icons
- Tailwind CSS for styling utility classes