mirror of
https://github.com/tt-rss/tt-rss.github.io.git
synced 2026-09-18 14:11:46 +00:00
a2def0ef045349c7992d39dd82668a82f4b5ff9a
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Tiny Tiny RSS Documentation Site
This repository contains the source for https://tt-rss.org.
Contributing
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).
Structure
/
├── _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
Building Locally
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:4000
Useful Links
- Documentation Repository: https://github.com/tt-rss/tt-rss.org
- Documentation Site: https://tt-rss.org
- Main Repository: https://github.com/tt-rss/tt-rss
- Discussions: https://github.com/tt-rss/tt-rss/discussions
- Issues: https://github.com/tt-rss/tt-rss/issues
License
Documentation Content
The 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:
- Share and redistribute the documentation
- Adapt and build upon the documentation
Under these terms:
- Attribution — Give appropriate credit and link to the license
- ShareAlike — Distribute adaptations under the same CC BY-SA 4.0 license
Tiny Tiny RSS
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.
Description
Languages
Ruby
94%
HTML
6%