Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- Oct 27, 2010, 7:01:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 0.11.7 = 1 [[PageOutline]] 2 2 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 = 5 4 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. 5 This 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. 10 6 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. 7 This project produces the following drivers: 16 8 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 21 11 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 14 nveth 15 16 You can download the current stable release here: [http://www.88watts.net/download/nveth-0.1.2.zip nveth-0.1.2.zip] 17 18 The 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 20 e100e 21 22 You can download the current stable release here: [http://www.88watts.net/download/e1000e-0.1.2.zip nveth-0.1.2.zip] 23 24 The 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 28 In addition to [/browser browsing] the sources here, you can check out the 29 [https://svn.ecomstation.nl/repos/multimac sources] 30 with your favorite subversion client. 31 32 Keep 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 {{{ 35 mkdir multimac 36 cd multimac 37 svn checkout https://svn.ecomstation.nl/repos/multimac/trunk . 38 }}} 39 40 To update your workspace with the current repository content, use 41 42 {{{ 43 cd multimac 44 svn update 45 }}} 46 47 If you would like commit access to the repository, please request it via the mailing lists. 48 49 = Building = 50 51 Requirements 52 * Open Watcom 53 * The DDK 54 55 To build the driver: 56 * edit the respective .inc file and make the changes necessary for your system. 57 * type wmake 25 58 26 59 27 TracGuide is a good place to start. 60 = Support = 28 61 29 Enjoy! [[BR]] 30 ''The Trac Team'' 62 You 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. 31 63 32 == Starting Points == 64 If 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. 33 65 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 = 38 67 39 For a complete list of local wiki pages, see TitleIndex. 68 * Nickk 69 * David Azarewicz 70 71 If we forgot anyone, please let us know. It was unintentional.