Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Sep 29, 2007, 8:41:02 PM (17 years ago)
Author:
dwgras
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.9.3 =
     1[[PageOutline]]
     2
     3= Welcome to FAT32 on Netlabs =
     4
     5This is the development home for FAT32 driver for eComStation and OS/2.
     6
     7== Getting the sources ==
     8
     9In addition to [../browser browsing] the sources here, you can check out the
     10[/repos/FAT32 sources]
     11with your favorite subversion client.
     12
     13Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are
     14ordinary directories in subversion.
     15With the typical subversion respository layout, it is
     16rather easy to checkout more than you
     17probably intend to.  To pull just the trunk version, use something like
     18
     19{{{
     20mkdir FAT32_workspace
     21cd FAT32_workspace
     22svn checkout http://svn.netlabs.org/repos/FAT32/trunk trunk
     23}}}
     24
     25To update your workspace with the current repository content, use
     26
     27{{{
     28cd FAT32_workspace\trunk
     29svn update
     30}}}
     31
     32If you want commit access to the repository, contact Adrian.
     33
     34== Building ==
     35
     36
     37  [wiki:BuildingFAT32[[BR]]
     38
     39== About FAT32 ==
     40
     41This project is based on the original FAT32 source code by Henk Kelder who was kind enough to release the source to Netlabs (netlabs.org) in January 2002 because he no longer used OS/2. As a result, it is now a Netlabs project with the full source code always available.
     42 
     43He has kindly allowed us to take over maintenance and support of FAT32 and to release the program under the GNU LESSER GENERAL PUBLIC LICENSE.
     44
     45== Support ==
     46
     47As you might have suspected, FAT32 is a Netlabs project.  The project URL is [wiki:/ FAT32]
     48
     49The user support mailing list is at [mailto:fm2-user@netlabs.org FAT32 Users Mailing List]
     50
     51Like all Netlabs mailing list, this is mirrored to gmane.
     52
     53In addition the maintainers, monitor the comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.* hierarchy.
     54
     55There is also a Yahoo group at http://tech.groups.yahoo.com/group/FAT32User/
     56
     57= Credits =
     58
     59 * Henk Kelder
     60 * Brian Smith
     61 * KO Myung-Hun
     62 * Alfredo Fernández Día
     63 * David Graser
     64 * Lars Erdmann
     65
     66If we forgot anyone, please let us know.  It was unintentional.
     67
     68= Disclaimer =
     69
     70I allow you to use all software in this package freely under the condition that the author, contributors, and myself are in no way responsible for any damage or loss you may suffer.
     71
     72You should be aware of the fact that FAT32.IFS might damage the data stored on your hard disks.
     73
     74If you cannot agree to these conditions, you should NOT use FAT32.IFS!
     75
     76Adrian Gschwend @ netlabs.org   
     77
     78----
     79----
     80
     81= Welcome to Trac 0.10 =
    282
    383Trac is a '''minimalistic''' approach to '''web-based''' management of
     
    21101
    22102You can use [wiki:TracAdmin trac-admin] to configure
    23 [http://trac.edgewall.com/ Trac] to better fit your project, especially in
     103[http://trac.edgewall.org/ Trac] to better fit your project, especially in
    24104regard to ''components'', ''versions'' and ''milestones''.
    25 
    26105
    27106TracGuide is a good place to start.
     
    33112
    34113 * TracGuide --  Built-in Documentation
    35  * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project
    36  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
     114 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
     115 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    37116 * TracSupport --  Trac Support
    38117
    39118For a complete list of local wiki pages, see TitleIndex.
    40119
    41 Trac is brought to you by [http://www.edgewall.com/ Edgewall Software],
    42 providing professional Linux and software development services to clients
    43 worldwide. Visit http://www.edgewall.com/ for more information.