Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Oct 27, 2010, 5:01:24 AM (14 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11.7 =
     1[[PageOutline]]
    22
    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.
     3= Standard MAC driver project for OS/2 & eCS =
    54
    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.
     5This is the development home for the standard MAC driver project for eCS and OS/2. Each driver shares common code to interface with eCS and OS/2, and has a separate hardware modules that interfaces with the common code.  The idea is to minimize the coding required to develop a new driver.  A developer only has to build the hardware specific portion of the driver. An added benefit is that any fixes, changes, or enhancements to the common portion of the drivers is automatically compiled into all of the drivers.
    106
    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.
     7This project produces the following drivers:
    168
    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.
     9* nveth
     10* e1000e
    2111
    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''.
     12= Binaries =
     13
     14nveth
     15
     16You can download the current stable release here: [http://www.88watts.net/download/nveth-0.1.2.zip nveth-0.1.2.zip]
     17
     18The BETA version of the next release is here: [http://www.88watts.net/download/nveth-0.1.3-BETA.zip nveth-0.1.3-BETA.zip]
     19
     20e100e
     21
     22You can download the current stable release here: [http://www.88watts.net/download/e1000e-0.1.2.zip nveth-0.1.2.zip]
     23
     24The BETA version of the next release is here: [http://www.88watts.net/download/e1000e-0.1.3-BETA.zip nveth-0.1.2-BETA.zip]
     25
     26= Getting the sources =
     27
     28In addition to [/browser browsing] the sources here, you can check out the
     29[https://svn.ecomstation.nl/repos/multimac sources]
     30with your favorite subversion client.
     31
     32Keep in mind that, unlike  cvs, tags and branches are ordinary directories in subversion. With the typical subversion respository layout, it is rather easy to checkout more than you probably intend to. To pull just the trunk version, use something like
     33
     34{{{
     35mkdir multimac
     36cd multimac
     37svn checkout https://svn.ecomstation.nl/repos/multimac/trunk .
     38}}}
     39
     40To update your workspace with the current repository content, use
     41
     42{{{
     43cd multimac
     44svn update
     45}}}
     46
     47If you would like commit access to the repository, please request it via the mailing lists.
     48
     49= Building =
     50
     51Requirements
     52 * Open Watcom
     53 * The DDK
     54
     55To build the driver:
     56 * edit the respective .inc file and make the changes necessary for your system.
     57 * type wmake
    2558
    2659
    27 TracGuide is a good place to start.
     60= Support =
    2861
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
     62You must be logged into TRAC to create tickets. Please login with your  Netlabs login id. If you do not have a login id, you can request one at  http://www.netlabs.org/en/site/member/member.xml. If you have trouble acquiring a Netlabs login id send an e-mail to Netlabs Community Mailing List.
    3163
    32 == Starting Points ==
     64If you have open tickets created with the guest login, please add a comment to the ticket showing your new login id and we will update the ticket so that you automatically receive e-mail when your open tickets are updated.
    3365
    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
     66= Credits =
    3867
    39 For a complete list of local wiki pages, see TitleIndex.
     68    * Nickk
     69    * David Azarewicz
     70
     71If we forgot anyone, please let us know. It was unintentional.