Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Mar 31, 2011, 10:20:53 AM (13 years ago)
Author:
Silvan Scherrer
Comment:

page redesign & bug reports

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    11= The Odin Project =
     2[[PageOutline]]
    23
    3 
    4 '''Wiki & Mailinglist''' 
    5 
    6 There is a (rather outdated) page in the [http://wiki.netlabs.org/index.php/Odin netlabs.org Wiki about Odin], feel free to contribute to it! Also we have a [http://wiki.netlabs.org/index.php/Mailinglists mailing list] at netlabs.org, you can read it at [http://dir.gmane.org/gmane.org.netlabs.odin.user gmane.org], or you can subscribe by mail. The name of the list is odin-user@netlabs.org.
    7 
    8 
    9 '''About Odin'''
     4== About Odin ==
    105
    116Odin is the name of the project and software that allows users to run Win32 (Windows 95 and Windows NT) applications in OS/2 Warp operating system natively, almost as if they were intended to be OS/2 applications in the first place. It also makes porting from Win32 to OS/2 easier by providing a Win32 API implementation in OS/2: the Odin32 API.
     
    2621
    2722The final goal of the first part of the project is to make every Windows program load and operate properly, and the goal of the second part of the project is to create complete OS/2 implementation of Win32 API, which means that every single API function should be implemented or mapped to equivalent OS/2 API function via Odin32. Whether those goals will be ever achieved remains to be seen, but this project gives good results even now, since no Windows program uses all API functions and very few use even majority of them.
     23[[br]][[br]]
    2824
     25== Wiki & Mailinglist == 
     26There is a (rather outdated) page in the [http://wiki.netlabs.org/index.php/Odin netlabs.org Wiki about Odin], feel free to contribute to it! Also we have a [http://wiki.netlabs.org/index.php/Mailinglists mailing list] at netlabs.org, you can read it at [http://dir.gmane.org/gmane.org.netlabs.odin.user gmane.org], or you can subscribe by mail. The name of the list is odin-user@netlabs.org.
     27[[br]][[br]]
     28
     29== Reporting Bugs ==
     30Reporting 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.[[BR]]
     31We review the tickets regulary and leave comments if we need more info. So please revisit the [http://svn.netlabs.org/odin32/report/11 Feedback analysis] as often as possible. If we leave comment and don't get feedback from the ticket creator, we will close the ticket after some weeks.
     32
     33Anonymous 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.
     34If you do not have a login id, you can request one at [http://www.netlabs.org/en/site/member/member.xml].
     35We are sorry for inconvenience, but at the present time this is the only way to avoid extremely annoying spam.
     36[[br]][[br]]
    2937
    3038== About Trac&Subversion, code guidelines ==