Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6909 new defect
Not working with another Trac Timeline feed
Reported by: | Lucas Rangit MAGASWERAN | Owned by: | Michael J. Pedersen |
---|---|---|---|
Priority: | normal | Component: | InsideTracPluginIntegration |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am not able to add feeds that are other Trac project timelines. Other non-Trac feeds show up however. Here's how I installed your plugin on Ubuntu Server 9.10:
- Install TracSchedulerPlugin Trac Plugin
$ sudo easy_install http://trac-hacks.org/svn/tracschedulerplugin/0.11/ Downloading http://trac-hacks.org/svn/tracschedulerplugin/0.11/ Doing subversion checkout from http://trac-hacks.org/svn/tracschedulerplugin/0.1 1/ to /tmp/easy_install-CN0nj_/0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-CN0nj_/0.11/egg-dist- tmp-ZVv5Th unrecognized .svn/entries format in zip_safe flag not set; analyzing archive contents... Adding TracScheduler 0.1 to easy-install.pth file Installed /usr/local/lib/python2.6/dist-packages/TracScheduler-0.1-py2.6.egg Processing dependencies for TracScheduler==0.1 Finished processing dependencies for TracScheduler==0.1
- Enable and configure plugin
& sudo vi /var/local/trac/projects/asc3_traffic_application/conf/trac.ini
[components] tracscheduler.* = enabled [tracscheduler] ; tasks poll interval in seconds poll_interval = 60 ; task invoke interval in seconds worker_interval = 1
- Reload Apache
$ sudo service apache2 reload
- Install InsideTrac RSS plugin (Requires Firefox with Greasemonkey)
$ sudo apt-get install python-dev $ sudo easy_install InsideTrac ... Reading http://pypi.python.org/simple/feedparser/ Best match: feedparser 4.1 Downloading http://pypi.python.org/packages/source/F/FeedParser/feedparser-4.1.tar.gz#md5=573a8df4d4305b37107040654f52b826 Processing feedparser-4.1.tar.gz Running feedparser-4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-n1dLXV/feedparser-4.1/egg-dist-tmp-PKYse4 zip_safe flag not set; analyzing archive contents... Adding feedparser 4.1 to easy-install.pth file Installed /usr/local/lib/python2.6/dist-packages/feedparser-4.1-py2.6.egg Finished processing dependencies for InsideTrac
- Enable and configure plugin.
& sudo vi /var/local/trac/projects/asc3_traffic_application/conf/trac.ini
[components] insidetrac.* = enabled $ sudo service apache2 reload $ sudo trac-admin /var/local/trac/projects/asc3_traffic_application upgrade
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from Michael J. Pedersen to Lucas Rangit MAGASWERAN |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Lucas Rangit MAGASWERAN to Michael J. Pedersen |
---|
comment:3 Changed 15 years ago by
Posted to http://code.google.com/p/insidetrac/issues/detail?id=1.
Not sure which site to use for reporting tickets.
Note: See
TracTickets for help on using
tickets.
Wanted to edit the description of the ticket to remove project specific names but could not. Re-assigning back to pedersen.