close Warning: Can't synchronize with repository "(default)" (/srv/svn/repos/chg does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Jan 15, 2014, 3:44:39 PM (10 years ago)
Author:
kyle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    22This is a place for code and notes for projects in the ICES Computational Hydraulics Group. Slides from group meetings and example codes should be posted here. There should eventually be a wiki page for each of the group's codes that gives a description of the code and instructions on building and running it.
    33
    4 =  Trac 0.11.5 Info =
     4== Python Tools ==
     5 - Simple set of tools for manipulating and plotting ADCIRC files [http://github.com/mandli/PyADCIRC.git PyADCIRC]
    56
    6 Trac is a '''minimalistic''' approach to '''web-based''' management of
    7 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
    8 
    9 All aspects of Trac have been designed with the single goal to
    10 '''help developers write great software''' while '''staying out of the way'''
    11 and imposing as little as possible on a team's established process and
    12 culture.
    13 
    14 As all Wiki pages, this page is editable, this means that you can
    15 modify the contents of this page simply by using your
    16 web-browser. Simply click on the "Edit this page" link at the bottom
    17 of the page. WikiFormatting will give you a detailed description of
    18 available Wiki formatting commands.
    19 
    20 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    21 a new Trac environment, containing a default set of wiki pages and some sample
    22 data. This newly created environment also contains
    23 [wiki:TracGuide documentation] to help you get started with your project.
    24 
    25 You can use [wiki:TracAdmin trac-admin] to configure
    26 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    27 regard to ''components'', ''versions'' and ''milestones''.
    28 
    29 
    30 TracGuide is a good place to start.
    31 
    32 Enjoy! [[BR]]
    33 ''The Trac Team''
    34 
    35 == Starting Points ==
    36 
     7== Trac Help ==
    378 * TracGuide --  Built-in Documentation
    389 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project