Package: trac
Version: 0.9.5-1.1
Severity: minor
Tags: patch
Please find attached a patch to fix some minor grammatical mistakes in
the README.Debian.
Micah
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-vserver-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages trac depends on:
ii python 2.3.5-5 An interactive high-level object-o
ii python-clearsilver 0.10.3-1 python bindings for clearsilver
ii python-pysqlite2 2.2.2-1 python interface to SQLite 3
ii python-subversion [python2.3- 1.3.1-2 python modules for interfacing wit
ii subversion 1.3.1-2 advanced version control system (a
Versions of packages trac recommends:
ii apache [httpd] 1.3.34-2 versatile, high-performance HTTP s
ii apache2-mpm-prefork [httpd] 2.0.55-4 traditional model for Apache2
ii python2.3-setuptools 0.6a9-1 Python Distutils Enhancements
-- no debconf information
--- README.Debian 2006-05-21 04:46:19.000000000 +0000
+++ README.Debian_new 2006-06-06 16:05:20.000000000 +0000
@@ -15,11 +15,11 @@
Creating a Project Environment
------------------------------
Trac Environment is the backend storage format where Trac stores information
-like wiki pages, tickets, reports, settings, etc. A Trac environment consist of
-a directory containing an SQLite database, human-readable configuration file,
+like wiki pages, tickets, reports, settings, etc. A Trac environment consists
of
+a directory containing a SQLite database, human-readable configuration file,
log-files and attachments.
-Before create a Trac environment, you need to have a Subversion
+Before creating a Trac environment, you need to have a Subversion
repository. This can be made with:
$ mkdir /path/to/repos
@@ -29,7 +29,7 @@
$ trac-admin /path/to/projectenv initenv
-NOTE: The web server user need write permission to the environment directory
+NOTE: The web server user needs write permission to the environment directory
and all the files inside. After creating the environment you would need to
execute "chown -R www-data /path/to/projectenv" if trac-admin was executed as
another user.
@@ -39,7 +39,7 @@
Configuring Apache
------------------
-Copy (or symlink) "trac/cgi-bin/trac.cgi" to you web servers /cgi-bin/
+Copy (or symlink) "trac/cgi-bin/trac.cgi" to your web server's /cgi-bin/
directory. You can also configure apache to use the "trac/cgi-bin/" directory
directly if you like, it's a matter of taste.
@@ -85,8 +85,8 @@
view the timeline etc. Keep in mind that anonymous users (not logged in) can
only access a restricted subset of all Trac features.
-Please continue to TracPermissions to learn how to grant additional privileges
-to authenticated users.
+Please read TracPermissions (on the wiki) to learn how to grant additional
+privileges to authenticated users.
For further user-documentation, see TracGuide.