Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
May 16, 2011, 10:51:13 PM (14 years ago)
Author:
Andreas Schnellbacher
Comment:

First revision.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.2 =
     1= netlabs.org EPM Distribution (NEPMD) =
     2[[PageOutline]]
    23
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
     4NEPMD is an add-on for EPM, the Enhanced Editor of OS/2 or eComStation.
     5[[br]][[br]]
    56
    6 All aspects of Trac have been designed with the single goal to
    7 '''help developers write great software''' while '''staying out of the way'''
    8 and imposing as little as possible on a team's established process and
    9 culture.
     7== Features ==
     8{{{
     9#!comment
     10[[Image(wiki:WikiStart:nepmd-listtags.png, 372px, right)]]
     11}}}
    1012
    11 As all Wiki pages, this page is editable, this means that you can
    12 modify the contents of this page simply by using your
    13 web-browser. Simply click on the "Edit this page" link at the bottom
    14 of the page. WikiFormatting will give you a detailed description of
    15 available Wiki formatting commands.
     13It comes with countless features and bug fixes for both programmers and
     14standard users, e.g.:
    1615
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    18 a new Trac environment, containing a default set of wiki pages and some sample
    19 data. This newly created environment also contains
    20 [wiki:TracGuide documentation] to help you get started with your project.
     16- user-friendly default configuration
     17- improved keyword highlighting
     18- configurable color schemes and info bars
     19- new menu, toolbar and additional keyset
     20- mode-dependent configuration including syntax expansion with
     21  coding styles and expression matching
     22- improved command shell features
     23- easier configuration to avoid macro recompilation.
     24[[br]][[br]]
    2125
    22 You can use [wiki:TracAdmin trac-admin] to configure
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    24 regard to ''components'', ''versions'' and ''milestones''.
     26== Prerequisites ==
     27
     28EPM 6.03b should be installed by your OS/2 or eComStation installation program.
     29As an (not recommended) alternative, you can also install the ''EPM package for Warp 3 users''.
     30
     31WarpIN should be installed, preferably the latest version.
     32[[br]][[br]]
    2533
    2634
    27 TracGuide is a good place to start.
     35== Downloads ==
    2836
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
    3137
    32 == Starting Points ==
     38=== ''Latest version'' ===
    3339
    34  * TracGuide --  Built-in Documentation
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    37  * TracSupport --  Trac Support
     40Version 2.0 beta is in progress.
    3841
    39 For a complete list of local wiki pages, see TitleIndex.
     42
     43=== ''Outdated versions'' ===
     44
     45Version 1.00 (2002):
     46- ftp://www.netlabs.org/pub/nepmd/nepmd100_eng.wpi
     47
     48Version 1.13 (2007, inofficial debug version):
     49- http://www.alice-dsl.net/schnellbacher-warp/nepmd/nepmd113_eng.wpi
     50
     51
     52=== ''EPM package for Warp 3 users'' ===
     53
     54This WarpIN package was assembled from the EPMBBS files. The latest
     55available version is older than EPM 6.03b of Warp 4.
     56- http://www.alice-dsl.net/schnellbacher-warp/nepmd/nepmd_epmbase.wpp
     57
     58To install it, copy it to the directory of the WPI file before installing the WPI file.
     59
     60
     61=== ''Source code'' ===
     62
     63Check out the trunk. That suffices in most cases:
     64{{{
     65md nepmd
     66cd nepmd
     67svn checkout http://svn.netlabs.org/repos/nepmd/trunk
     68}}}
     69
     70If you really want to check out the entire archive (trunk, tags and branches),
     71be warned that it may become huge in the future:
     72{{{
     73md nepmd
     74cd nepmd
     75svn checkout http://svn.netlabs.org/repos/nepmd
     76}}}
     77[[br]][[br]]
     78
     79== Reporting bugs and mailing lists ==
     80
     81Since the installable versions are quite outdated, please refrain from reporting until the next version will be available.
     82
     83It still has to be decided if we will use xTracker or trac's bugtracker.
     84
     85For questions, you could use the user list:
     86- http://news.gmane.org/gmane.org.netlabs.nepmd.user/
     87
     88If you compile NEPMD yourself, you could use the developer list on:
     89- http://news.gmane.org/gmane.org.netlabs.nepmd.devel/
     90
     91For more infos about the lists and for the newsgroup or mailing list interfaces, see here:
     92- http://wiki.netlabs.org/index.php/Mailinglists
     93The NEPMD list names are ''nepmd-user'' and ''nepmd-dev''.
     94