﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
6909	Not working with another Trac Timeline feed	defect	0.11	Michael J. Pedersen	new	2010-03-31T04:42:13+02:00	2010-04-21T00:37:49+02:00	"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
  * Reference: http://trac-hacks.org/wiki/TracSchedulerPlugin

{{{
$ 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)
  * Reference: http://www.insidetrac.org/trac/wiki/InsideTracInstall

{{{
$ 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
}}}

"	Lucas Rangit MAGASWERAN
6919	"Ability to chnage ""InsideTrac"" string from timeline RSS view"	enhancement	0.11	Michael J. Pedersen	new	2010-04-01T18:44:08+02:00	2010-04-21T00:37:39+02:00	Please add the ability to change the text InsideTrac from the timeline view of RSS feeds. I would like to use this space for the short description of the feed name instead.	Lucas Rangit MAGASWERAN
6968	Give option to not change & in feed URLs to &amp;	enhancement	0.11	Michael J. Pedersen	new	2010-04-13T00:53:11+02:00	2010-04-21T00:37:25+02:00	Even though it is not valid HTML, I would like an option to not have ampersands in the URLs of the RSS articles to be changed to {{{&amp;}}}.	Lucas Rangit MAGASWERAN
