Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code4lib/planetcode4lib
Configuration for https://planet.code4lib.org/
https://github.com/code4lib/planetcode4lib
Last synced: about 1 month ago
JSON representation
Configuration for https://planet.code4lib.org/
- Host: GitHub
- URL: https://github.com/code4lib/planetcode4lib
- Owner: code4lib
- Created: 2014-07-22T03:58:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:28:33.000Z (5 months ago)
- Last Synced: 2024-08-05T20:36:18.850Z (5 months ago)
- Language: XSLT
- Homepage:
- Size: 211 KB
- Stars: 11
- Watchers: 17
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# planet.code4lib.org
[Planet Code4Lib](http://planet.code4lib.org/) aggregates feeds and blogs of interest to the [Code4Lib](http://code4lib.org/) community. It uses [Planet Venus](https://github.com/rubys/venus).
## Installation generally
> git clone [email protected]:code4lib/planetcode4lib.git
> cd planetcode4lib
> git submodule init
> git submodule update
> ./venus/planet.py --verboseThe generated files will be in `output/`.
To test it with one feed, run
> ./venus/planet.py --verbose test.ini
## Installation on the code4lib.org server
Downloading and cloning is done over HTTPS so it's as generic as possible. No updates are to be made on the server; they should be made locally, pushed to GitHub, then pulled down.
> # Become the c4l user
> cd /var/www/code4lib.org/planet_new
> git clone https://github.com/code4lib/planetcode4lib.git
> cd planetcode4lib
> git submodule init
> git submdule update
> ./venus/planet.py --verbose --expungeTo update:
> # Become the c4l user
> cd /var/www/code4lib.org/planet_new/planetcode4lib
> git pullThe relevant line in c4l's crontab is:
10,40 * * * * cd /var/www/code4lib.org/planet_new/planetcode4lib; ./venus/planet.py --expunge 2>&1
## Adding (or removing) a feed
Additions are welcome! Email [William Denton](mailto:[email protected]) or submit a pull request modifying `config.ini`.
If you're on the list but don't want to be, please do the same, and you'll be removed, no questions asked.