| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the source for https://tt-rss.org.
Contributions to improve the documentation are welcome! See CONTRIBUTING.md for guidelines.
By contributing, you agree that your contributions will be licensed under CC BY-SA 4.0 (see License below).
/
├── _config.yml # Jekyll configuration
├── index.md # Homepage
├── docs/ # Documentation pages
├── images/ # Screenshots and images
├── LICENSE # CC BY-SA 4.0 license
├── CONTRIBUTING.md # Contribution guidelines
└── README.md # This file
This is a Jekyll-based GitHub Pages site. To build locally:
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# View at http://localhost:4000The documentation and site content in this repository is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
You are free to:
Under these terms:
The tt-rss software itself is licensed under the GNU General Public License v3.0 (GPLv3).
Any code snippets or configuration examples derived from tt-rss retain their original GPLv3 license.
| Back | FazBrowse Home | New Git URL |