diff options
author | root <root@dev.spline.de> | 2008-08-28 18:13:33 +0200 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-08-28 18:13:33 +0200 |
commit | 77372fbbf321bc0f4085f5003283e8c6127036bf (patch) | |
tree | a023175d4925184b7811594a45778267d15ce0c0 /bin/WikiStart.txt | |
parent | 43cad154aaa7778b51b884b24147b51656ae3596 (diff) | |
download | dev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.tar.gz dev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.tar.xz dev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.zip |
added the index page for the users' trac-wiki and a useful getting started page.
database connection funtion for add/del project
add initial project members in addproject to database
Diffstat (limited to 'bin/WikiStart.txt')
-rw-r--r-- | bin/WikiStart.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/bin/WikiStart.txt b/bin/WikiStart.txt new file mode 100644 index 0000000..a506c9a --- /dev/null +++ b/bin/WikiStart.txt @@ -0,0 +1,33 @@ += Welcome to dev.spline.de = + +{{{ +#!div style="text-align:justify; width:50%;" +spline now offers Trac, which is (in their own words) a '''minimalistic''' +approach to '''web-based''' management of '''software projects'''. Its goal +is to simplify effective tracking and handling of software issues, enhancements +and overall progress. + +If you need help with your new project, check out GettingStarted. +}}} + +=== Trac offers === + + * a repository for your code + * a bugtracker + * a wiki + * a timeline showing all changes + * a commit-mailinglist + +You can contact us at [mailto:dev@spline.de dev@spline.de] + +=== Learn more about Trac === + + * TracGuide -- Built-in Documentation + * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project + * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions + * TracSupport -- Trac Support + +=== Learn more about Subversion === + + * [http://svnbook.red-bean.com Version Control with Subversion] -- The official Subversion Documentation + * [http://ariejan.net/upload/svncheatsheet-1.0.1.pdf Subversion Cheat Sheet] |