Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Jun 10, 2010, 12:28:40 PM (14 years ago)
Author:
chennecke
Comment:

initial setup

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11.7 =
     1= Java for OS/2 and eComStation =
     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.
     4Java is a very popular sophisticated programming environment. Applications written in the Java language are run inside a virtual machine (Java Virtual Machine, JVM) which provides a nearly identical behavior on all platforms that have a JVM implementation available. This "write once, run anywhere" approach means that
     5developers can support a multitude of platforms while only having to maintain one code base. For users, availability of a current Java for OS/2 and eComStation means access to a huge number of existing applications.
    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.
     7For more information about Java, see:
    108
    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.
     9[http://en.wikipedia.org/wiki/Java_%28programming_language%29]
    1610
    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.
     11Previously, Java had been made available for OS/2 and eComStation by IBM, Golden Code and Innotek. However, new versions with many changes and improvements have been released since then and current applications require a current JVM implementation. This project will port such a current JVM to OS/2 and eComStation. Dmitry Kumenov, who is well-known for his work on the Qt 3 and 4 ports, has been hired as chief developer.
     12[[BR]][[BR]]
    2113
    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''.
     14== Sponsoring ==
     15Funding has already been assured for the estimated efforts. Should additional funds become required, an announcement will be made.
     16[[BR]][[BR]]
     17
     18== Current Status ==
     19We are in a very early development stage.
     20[[br]][[br]]
     21
     22== Latest Version ==
     23
     24So far no releases have been made.
     25
     26{{{
     27#!comment
     28The latest version is '''none''' released on ???.
     29
     30Version '''none''' is available for downloading in the following packages and formats:
     31||'''!Java Version ???'''||ftp site||!Java Version ??? based on x.y.z||
     32}}}
     33
     34If you want to play with the latest development version, you can check it out directly from the SVN repository. In order to do so you need to download and install the subversion client for eCS (OS/2). Use the following command to check out the full source tree to a ''<local_directory>'':
     35{{{
     36svn checkout http://svn.netlabs.org/repos/java/trunk <local_directory>
     37}}}
     38
     39The required tools and build instructions are described in the readme file.
     40[[br]][[br]]
     41
     42== Reporting Bugs ==
     43Reporting bugs and requesting new features is done through the ticket system. You can view existing tickets, add comments to them and create new tickets using the corresponding buttons at the top of every page. If you want to submit a new bug or request a feature, please use the Search function first to make sure there is no ticket for this task already created.
     44
     45Anonymous access to the ticket system has been restricted due to multiple attacks of stupid spammers we've been suffering from lately. In order to create a new ticket or comment the existing one, you need to login with your Netlabs login id.
     46If you do not have a login id, you can request one at [http://www.netlabs.org/en/site/member/member.xml].
     47We are sorry for inconvenience, but at the present time this is the only way to avoid extremely annoying spam.
     48[[br]][[br]]
     49
     50== Mailing Lists ==
     51
     52Project discussion is done through mailing list conversations. Currently, the following mailing lists are available:
     53
     54 * none right now
    2555
    2656
    27 TracGuide is a good place to start.
     57== Credits ==
     58 * Silvan Scherrer (management)
     59 * Dmitry Kumenov (development)
     60 * Christian Hennecke (PR)
    2861
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
     62 * netlabs.org (hosting & support)
    3163
    32 == Starting Points ==
     64 * Sun, Oracle
    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
     66We also want to '''thank''' all individuals and organizations who made donations
     67to this project and helped to make it happen.
    3868
    39 For a complete list of local wiki pages, see TitleIndex.
     69
     70== Screenshots ==
     71
     72None so far.