diff --git a/.cvsignore b/.cvsignore index 4015f4b..36a58d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -README.fedora +Trac-0.11.6.tar.gz diff --git a/README.fedora b/README.fedora new file mode 100644 index 0000000..2a9f985 --- /dev/null +++ b/README.fedora @@ -0,0 +1,26 @@ + +Additional packages you might want to install +============================================= + +trac has a very limited set requirements which are actually needed to run the +application. In Fedora we only specify *mandatory* requirements so we don't +pull in a lot of bloat for people that don't need it. + +This is a list of additional packages you might want to install to get more +functionality: + * subversion -- browse subversion repositories in trac + * pytz -- use real time zones (including summer/winter time) for date display + * python-pygments -- source code highlighting + * python-psycopg2 -- use a Postgres database (instead of sqlite) + * MySQL-python -- use a MySQL database (instead of sqlite) + + +Additional plugins +============================================= + +Besides the packages mentioned above which extend the core trac, there are some +plugins which are packaged for Fedora. Typically their names start with 'trac-'. +To get a list of packaged plugins, issue: + yum list 'trac-*' + + diff --git a/sources b/sources index f0bf589..d5ed849 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86390e6ad8364239961a94d52ece95dd README.fedora +f5a9542d81d3d50c3d9e46d8e2344f38 Trac-0.11.6.tar.gz