Skip to content

Commit dcad5f1

Browse files
author
daniel
committed
Cleaned up files and added various odds and ends for a 0.5.1 release.
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@191 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent e7ccb01 commit dcad5f1

10 files changed

+66
-24
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Jonas Borgstr�m <[email protected]>
2+
Daniel Lundin <[email protected]>

ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2004-02-25 Daniel Lundin <[email protected]>
2+
3+
* Navbar now works properly on error pages.
4+
* Cleaned up source code. Removed ugly tabs.
5+
* Added missing COPYING, AUTHORS etc. Cleaned up package.
6+
* trac-admin now works with python 2.1.
7+
* Fixed bugs: #74, #75, #76, #77.
8+
* 0.5.1: Minor Release.
9+
10+
2004-02-23 Jonas Borgstr�m <[email protected]>
11+
12+
* 0.5: First release.

doc/TracInstall INSTALL

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
Trac Installation Guide
2-
-----------------------
3-
2+
=======================
43
The Trac web-based project management tool is implemented as a server side
54
cgi-program. Trac is written in the Python programming language and store it's
65
data in a sqlite database.
76

87
Dependencies
98
------------
10-
119
The following dependencies have to be installed:
1210

13-
* Python, version >= 2.1. http://python.org/
14-
* subversion, version >= 0.37. http://subversion.tigris.org/
15-
* pysqlite, version >= 0.4.3. http://pysqlite.sf.net/
16-
* ClearSilver, version >= 0.9.3. http://clearsilver.net/
11+
* Python, version >= 2.1.
12+
* subversion, version >= 0.37.
13+
* pysqlite, version >= 0.4.3
14+
* ClearSilver, version >= 0.9.3
1715
* A CGI-capable web server (only tested with Apache)
1816

1917
Installing Trac
2018
---------------
21-
2219
$ python ./setup.py install
2320

2421
This will byte-compile the python source code and install it in the
@@ -27,7 +24,6 @@ htdocs and wiki-default will be copied into $prefix/share/trac/ .
2724

2825
Initializing the database
2926
-------------------------
30-
3127
Trac stores wiki pages, tickets and other information in a sqlite database.
3228
Sqlite databases are just ordinary files on the hard drive, no database server
3329
is required.
@@ -44,7 +40,6 @@ it can find the trac templates directory (the default value should be fine).
4440

4541
Configuring Apache
4642
------------------
47-
4843
copy (or symlink) "trac/cgi-bin/trac.cgi" to you web servers /cgi-bin/
4944
directory. Of course you can configure apache to use the "trac/cgi-bin/"
5045
directory directly if you like.
@@ -66,7 +61,7 @@ Alias /trac/ "/where/you/put/trac/htdocs/"
6661
</location>
6762

6863
What next?
69-
64+
----------
7065
You should now have a working Trac installation at:
7166

7267
http://<yourhostname>/cgi-bin/trac.cgi
@@ -78,3 +73,12 @@ read TracPermissions on how to grant additional privileges to authenticated
7873
users.
7974

8075
Enjoy!
76+
77+
/The Trac Team
78+
79+
Please also consider joining the mailing list at
80+
<http://lists.edgewall.com/mailman/listinfo/trac/>.
81+
82+
83+
Visit the Trac open source project at <http://trac.edgewall.com/>
84+

MANIFEST.in

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1+
include RELEASE COPYING AUTHORS INSTALL
12
include scripts/trac-admin
2-
recursive-include cgi-bin *
3-
recursive-include htdocs *
4-
recursive-include doc *
3+
include cgi-bin/trac.cgi
4+
recursive-include htdocs *.png *.gif *.js README
5+
recursive-include doc trac_logo.* README
56
recursive-include wiki-default *
6-
recursive-include templates *.cs README RELEASE
7-
prune doc/trac-guide
8-
prune .svn
9-
prune */.svn
10-
prune */*/.svn
11-
prune */*/*/.svn
12-
prune */*/*/*/.svn
7+
recursive-include templates *.cs README
138
global-exclude *~
149
global-exclude *.tmp
1510
global-exclude *.bak
1611
global-exclude *.old
12+
global-exclude .svn
13+
global-exclude .svn/*
14+
global-exclude .svn/*/*
15+
global-exclude .svn/*/*/*

README

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
About Trac
2+
==========
3+
Trac is a minimalistic web-based software project management and issue
4+
tracking system. It provides an interface to revision control systems
5+
(Subversion), an integrated Wiki and convenient report facilities.
6+
7+
Trac is distributed using the GNU General Public License.
8+
9+
For installation instructions, please see the INSTALL.
10+
11+
You might also want to take a look at RELEASE and ChangeLog.
12+
13+
For more information, please visit the main Trac web site:
14+
15+
http://trac.edgewall.com/
16+
17+
18+
We hope you like it,
19+
20+
/The Trac Team
21+

RELEASE

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ first public release of the program.
1010

1111
About Trac
1212
----------
13-
Trac is a minimalistic web-based bug/issue tracking and software
14-
project management system. It provides an interface to revision control
15-
systems (Subversion), an integrated Wiki and convenient report facilities.
13+
Trac is a minimalistic web-based software project management and bug/issue
14+
tracking system. It provides an interface to revision control systems
15+
(Subversion), an integrated Wiki and convenient report facilities.
1616

1717
Trac allows wiki markup in issue descriptions and commit messages, to create
1818
links and seamless references between bugs, tasks, changesets, files and wiki

doc/README

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sorry, for now the only documentation we have is what's on the project website:
2+
http://projects.edgewall.com/trac/

doc/trac_banner.xcf

-8.73 KB
Binary file not shown.

doc/trac_logo.png

1.44 KB
Loading

doc/trac_logo.svg

+2
Loading

0 commit comments

Comments
 (0)