Changeset 33
- Timestamp:
- 01/02/07 22:41:50 (5 years ago)
- Files:
-
- 1 modified
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r30 r33 1 1 CogPlanet 2 3 This is a TurboGears (http://www.turbogears.org) project. It can be 4 started by running the start-cogplanet.py script. Before doing so, a 5 value should be set for sqlalchemy.dburi in your configuration file. 2 ========= 6 3 7 4 CogPlanet is a planet server. It aggregates content from multiple 8 5 syndication feeds and displays the feeds in chronological order on its 9 6 homepage. 7 8 More information regarding the project can be found at: 9 http://achievewith.us/projects/cogplanet 10 11 Please submit bugs and/or patches at the URL above. This project is 12 still very new, so there are many bugs and patches to submit. 13 14 Installation 15 ------------ 16 17 This is a TurboGears (http://www.turbogears.org) project. It can be 18 started by running the start-cogplanet.py script. Before doing so, 19 follow these steps: 20 21 0. Install dependencies: 22 # easy_install BeautifulSoup Genshi SQLAlchemy "TurboGears==1.0b2" 23 - download and install [http://feedparser.org/ Universal Feed Parser] 24 1. Set a value for sqlalchemy.dburi in your configuration file 25 (dev.cfg by default) 26 2. Run tg-admin sql create 10 27 11 28 During your first time running start-cogplanet.py, you will be asked a … … 15 32 configuration file. 16 33 17 Information regarding the project can be found at: 18 http://achievewith.us/projects/cogplanet 34 Your help in documenting deployment via egg files is appreciated. To 35 the best of our knowledge there is no way to run the 'tg-admin sql 36 create' command without having the project directory available. 19 37 20 Please submit bugs and/or patches at the URL above. This project is 21 still very new, so there are many bugs and patches to submit. 22 23 Author contact information: 38 Contacts 39 -------- 24 40 25 41 Tim Freund: email: ["tim *at* achievewith *dot* us", … … 28 44 gtalk: timfreund *at* gmail *dot* com 29 45 aim: tpfreund 46 47 Links 48 ----- 49 [http://www.planetplanet.org/ Planet] 50 [http://turbogears.org TurboGears] 51 [http://feedparser.org/ Universal Feed Parser]
