| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{url} |
|---|
| 3 | \usepackage{ulem} |
|---|
| 4 | \newcommand{\anchortext}[1]{\def\ULthickness{.2pt}\underbar{#1}\def\ULthickness{.4pt}} %this does not appear to work properly |
|---|
| 5 | \newcommand{\mypercent}{\%{}}\newcommand{\myamp}{\&{}}\begin{document} |
|---|
| 6 | \subsection{\label{sub:WikiStart}WikiStart} |
|---|
| 7 | \subsubsection{\label{anchor:Welcome-to-Trac-0.9.3}Welcome to Trac 0.9.3} |
|---|
| 8 | |
|---|
| 9 | Trac is a \textbf{minimalistic} approach to \textbf{web-based} management of |
|---|
| 10 | \textbf{software projects}. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | All aspects of Trac have been designed with the single goal to |
|---|
| 14 | \textbf{help developers write great software} while \textbf{staying out of the way} |
|---|
| 15 | and imposing as little as possible on a team's established process and |
|---|
| 16 | culture. |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | As all Wiki pages, this page is editable, this means that you can |
|---|
| 20 | modify the contents of this page simply by using your |
|---|
| 21 | web-browser. Simply click on the ``Edit this page'' link at the bottom |
|---|
| 22 | of the page. \anchortext{WikiFormatting} (\S\ref{sub:WikiFormatting}) will give you a detailed description of |
|---|
| 23 | available Wiki formatting commands. |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | ``\anchortext{trac-admin} (\S\ref{sub:TracAdmin})\footnote{\url{wiki:TracAdmin}} \textit{yourenvdir} initenv'' created |
|---|
| 27 | a new Trac environment, containing a default set of wiki pages and some sample |
|---|
| 28 | data. This newly created environment also contains |
|---|
| 29 | \anchortext{documentation} (\S\ref{sub:TracGuide})\footnote{\url{wiki:TracGuide}} to help you get started with your project. |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | You can use \anchortext{trac-admin} (\S\ref{sub:TracAdmin})\footnote{\url{wiki:TracAdmin}} to configure |
|---|
| 33 | \anchortext{Trac}\footnote{\url{http://trac.edgewall.com/}} to better fit your project, especially in |
|---|
| 34 | regard to \textit{components}, \textit{versions} and \textit{milestones}. |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | \anchortext{TracGuide} (\S\ref{sub:TracGuide}) is a good place to start. |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | Enjoy! \\ |
|---|
| 41 | \textit{The Trac Team} |
|---|
| 42 | |
|---|
| 43 | \subsubsection{\label{anchor:Starting-Points}Starting Points} |
|---|
| 44 | \begin{itemize} |
|---|
| 45 | |
|---|
| 46 | \item \anchortext{TracGuide} (\S\ref{sub:TracGuide}) -- Built-in Documentation |
|---|
| 47 | |
|---|
| 48 | \item \anchortext{The Trac project}\footnote{\url{http://projects.edgewall.com/trac/}} -- Trac Open Source Project |
|---|
| 49 | |
|---|
| 50 | \item \anchortext{Trac FAQ}\footnote{\url{http://projects.edgewall.com/trac/wiki/TracFaq}} -- Frequently Asked Questions |
|---|
| 51 | |
|---|
| 52 | \item \anchortext{TracSupport} (\S\ref{sub:TracSupport}) -- Trac Support |
|---|
| 53 | \end{itemize} |
|---|
| 54 | |
|---|
| 55 | For a complete list of local wiki pages, see \anchortext{TitleIndex} (\S\ref{sub:TitleIndex}). |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | Trac is brought to you by \anchortext{Edgewall Software}\footnote{\url{http://www.edgewall.com/}}, |
|---|
| 59 | providing professional Linux and software development services to clients |
|---|
| 60 | worldwide. Visit \url{http:http://www.edgewall.com/} for more information. |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | \anchortext{WikiTest} (\S\ref{sub:WikiTest}) |
|---|
| 64 | |
|---|
| 65 | \end{document} |
|---|