Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joedicastro/my-rawdog-planet
It is a customized rawdog to create a bilingual planet (Spanish & English) with news feeds in their respective languages. Both languages are updated at the same time.
https://github.com/joedicastro/my-rawdog-planet
Last synced: 10 days ago
JSON representation
It is a customized rawdog to create a bilingual planet (Spanish & English) with news feeds in their respective languages. Both languages are updated at the same time.
- Host: GitHub
- URL: https://github.com/joedicastro/my-rawdog-planet
- Owner: joedicastro
- Created: 2012-04-23T11:20:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-13T23:10:10.000Z (almost 12 years ago)
- Last Synced: 2023-04-09T09:47:31.917Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# my rawdog personal planet
It is a customized rawdog to create a bilingual planet (Spanish & English) with
news feeds in their respective languages. Both are updated at the same time.I've also rewritten the rss module (originally by Jonathan Riddell and adapted
by Adam Sampson and Roberto Alsina), to replace the deprecated (and with
greater dependencies) *`libxml2`* library by the standard library
*`xml.dom.minidom`*### Folders in ./
* **en**:
The settings for the planet in English. Sample news feeds in English.
* **es**:The settings for the planet in Spanish. Sample news feeds in Spanish.
* **planet**
The place where the planets were generated in this settings by default. Each
is stored in its corresponding folder and share common elements through
symbolic links.
* **plugins**
The plugins used to generate this planet.
### Files in ./* **shell scripts**
Are a series of scripts that we use to automate common tasks and
create/delete/explore the planets.
* *browse.sh*
This script allows us to explore the planets with a web browser once created.
Creates a temporary web server and opens the browser on the planet in Spanish.
* *clear.sh*
Allows you to delete the planets and the state files to be able to recreate
them from scratch. Useful for debugging. Delete this for planets in production.
* *create.sh*
This script actually does is to call first to `clear.sh` and then `update.sh`
to create the planets for the first time or recreate them from scratch.
* *update.sh*
This script would be the only necessary in a planet in production. What it does
is update news sources and generate html and xml files accordingly. It is the
script to be executed periodically to run the planet.
* **README.markdown & LEEME.markdown**This file in English and Spanish versions.
* **rawdog-2.12.tar.gz**rawdog package version 2.12
## InstructionsYou need to have python installed and install rawdog. Once installed rawdog,
simply run the script `create.sh` to generate the sample planets. If done
locally, you can run `browse.sh` to display the results immediately.
### IMPORTANTIt's works well only with rawdog 2.12, in 2.13 version don't get the feeds date