https://github.com/hellcp/planet-bz-o
The new planet of the Bugzilla Project
https://github.com/hellcp/planet-bz-o
feed feed-reader planet
Last synced: 8 months ago
JSON representation
The new planet of the Bugzilla Project
- Host: GitHub
- URL: https://github.com/hellcp/planet-bz-o
- Owner: hellcp
- License: gpl-2.0
- Created: 2020-06-07T20:05:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:43:14.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:52:47.219Z (over 1 year ago)
- Topics: feed, feed-reader, planet
- Language: Ruby
- Homepage: https://planet.bugzilla.org
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌎 [Planet Bugzilla](https://planet.bugzilla.org)
Planet Bugzilla is a web feed aggregator that collects blog posts from people who contribute to Bugzilla.
## Adding your feed
If you want to get your feed added, we prefer Pull Requests via GitHub.
* Fork this repository
* Edit [planet.ini](https://github.com/bugzilla/planet-bugzilla/blob/master/planet.ini) and add:
```ini
[id] # replace id with your feed's unique identifier (a-z0-9-_) (eg. bugzilla)
title = # title of your feed (eg. Bugzilla)
feed = # url to your rss/atom feed (eg. https://www.bugzilla.org/feed)
link = # link to the main page of your website (eg. https://www.bugzilla.org)
```
* Send a Pull Request
## Development environment
To run this website locally, use the following commands:
```sh
bundler install
bundler exec rake build
bundler exec jekyll serve
```
and visit [127.0.0.1:4000](http://127.0.0.1:4000)