Changes between Version 35 and Version 36 of dev
- Timestamp:
- Sep 18, 2008, 2:26:52 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v35 v36 5 5 {{{ 6 6 #!html 7 <table width=100% border=0 cellpadding=0 cellspacing=0><tr valign=top><td> 8 <table width=100% border=0 cellpadding=10 cellspacing=5><tr valign=top><td style="background-color:#FFFFDD;border:3px solid #000000;"> 7 <table width=100% border=0 cellpadding=0 cellspacing=0> 8 <tr valign=top> 9 <td> 10 <table width=100% border=0 cellpadding=10 cellspacing=5> 11 <tr valign=top> 12 <td style="background-color:#FFFFDD;border:3px solid #000000;"> 9 13 <h2 style="margin:0;">General Information</h2> 10 14 }}} … … 14 18 * You can contact us in the [http://forum.orxonox.net/ forum] or in [irc://irc.orxonox.net/orxonox IRC] 15 19 * Our mailing lists: [https://mail.datacore.ch/mailman/listinfo/orxonox-announce announce] (for everyone), [https://mail.datacore.ch/mailman/listinfo/orxonox-dev dev] (for developers) and [https://mail.datacore.ch/mailman/listinfo/orxonox-commit commit] (for coders) 20 * The [wiki:credits team] behind Orxonox 21 {{{ 22 #!html 23 </td> 24 </tr> 25 </table> 26 </td> 27 <td rowspan=2 style="padding:5px;"> 28 }}} 29 [[TracNav(TracNav/TOC_Development)]] 30 {{{ 31 #!html 32 33 </td> 34 </tr> 35 <tr> 36 <td> 37 <table width=100% border=0 cellpadding=10 cellspacing=5> 38 <tr valign=top> 39 <td style="background-color:#F4F4FF;border:3px solid #000000;"> 40 <h2 style="margin:0;">Development</h2> 41 }}} 16 42 * We use [wiki:SVN] for revision control (code and media) 17 43 * Main code repository: http://svn.orxonox.net/orxonox/trunk/ … … 19 45 * If you want to help us, feel free to contact us. Read [wiki:Contribute this] for a short introduction 20 46 * Read [wiki:WikiFormatting this] to learn about wiki formatting 21 * The [wiki:credits team] behind Orxonox47 * Read the sections below about programming and content creation for detailed informations 22 48 {{{ 23 49 #!html 24 </td></tr></table> 25 </td><td rowspan=2 style="padding:5px;"> 26 }}} 27 [[TracNav(TracNav/TOC_Development)]] 28 {{{ 29 #!html 30 </td></tr><tr><td> 31 <table width=100% border=0 cellpadding=10 cellspacing=5><tr valign=top><td style="background-color:#FFFFDD;border:3px solid #000000;"> 32 <h2 style="margin:0;">General Information</h2> 33 }}} 34 blub 35 {{{ 36 #!html 37 </td></tr></table> 38 </td></tr></table> 39 asdf 40 <table width=100% border=0 cellpadding=10 cellspacing=5><tr valign=top><td style="background-color:#F7F7F7;border:1px solid #888888;"> 50 </td> 51 </tr> 52 </table> 53 </td> 54 </tr> 55 </table> 56 57 <table width=100% border=0 cellpadding=10 cellspacing=5> 58 <tr valign=top> 59 <td style="background-color:#F7F7F7;border:1px solid #888888;"> 41 60 <h2 style="margin:0;">Programming</h2> 42 61 }}} … … 44 63 {{{ 45 64 #!html 46 </td><td style="background-color:#F7F7F7;border:1px solid #888888;"> 65 </td> 66 <td style="background-color:#F7F7F7;border:1px solid #888888;"> 47 67 <h2 style="margin:0;">Content Creation</h2> 48 68 }}} … … 50 70 {{{ 51 71 #!html 52 </td></tr></table> 72 </td> 73 </tr> 74 </table> 53 75 }}} 54 76