Changes between Version 22 and Version 23 of dev/Primer
- Timestamp:
- Oct 19, 2007, 11:19:08 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Primer
v22 v23 1 1 = Orxonox Primer = 2 2 [[TracNav(TracNav/TOC)]] 3 Hello all!4 5 3 This is a little tutorial for all new to Orxonox, a little refresh for all others: 6 4 … … 19 17 20 18 == 3. Forum == 21 There is also a forum: https://www.orxonox.net/forum/ - we use it to exchange thoughts, drawings, materials, whatever. You will have to create a new account to be able to post there.19 There is also a [https://www.orxonox.net/forum/ forum]. We use it to exchange thoughts, drawings, materials, whatever. You will have to create a new account to be able to post there. 22 20 23 21 24 22 == 4. Chat, IRC == 25 You will normally find some of us on our irc-channel on: '''irc://irc.datacore.ch ''', channel: '''#orxonox'''. there we talk about Orxonox, development issues or coffee... 23 You will normally find some of us on our IRC-channel[[br]] 24 '''irc://irc.datacore.ch '''[[br]] 25 channel: '''#orxonox'''[[br]] 26 Here we talk about Orxonox, development issues or coffee... 26 27 27 28 28 29 == 5. Mail aliases == 29 30 We are maintaining a mail server. If possible we register the following addresses for someone called Peter Muster: 30 * peter at orxonox.ethz.ch31 * peter.muster at orxonox.ethz.ch32 * muster at orxonox.ethz.ch33 and forward them to your email account or to a local mailbox on the server that you are able to check out via imap.31 * peter at orxonox.ethz.ch 32 * peter.muster at orxonox.ethz.ch 33 * muster at orxonox.ethz.ch 34 and forward them to your email account or to a local mailbox on the server that you are able to check out via IMAP. 34 35 35 36 36 == 6. Webpage Stats :==37 We have installed a graph, that monitors the current web traffic on our server. We keep track about visits/hits on our website. you find it in:38 * [https://www.orxonox.net/awstat/awstats.pl?config=www.orxonox.net awstat on orxonox server]37 == 6. Webpage Stats == 38 We have installed a graph, that monitors the current web traffic on our server. We keep track about visits/hits on our website. you find it at: 39 * [https://www.orxonox.net/awstat/awstats.pl?config=www.orxonox.net awstat on orxonox server][[br]] 39 40 You have to log in with your subversion account. 40 41 … … 43 44 Orxonox is programmed by many programmers at the same time. To synchronize the work and to make it available for all, we've got a central subversion server (subversion is a versioning system; the newer form of cvs). Most Linuxes already have svn (subversion) in their software repository (gentoo: portage tree, debian: apt-system), for Windows you need to install tortoise svn, which you can get here: http://tortoisesvn.tigris.org/ [[br]] 44 45 If you want to read more about this topic, go to: 45 * [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily]46 * [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html a shorter version]46 * [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily] 47 * [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html a shorter version] 47 48 You can download the code repositories in Linux by typing: 48 49 {{{ … … 60 61 61 62 == 9. Finding your Way as a Developer == 62 As a developer of Orxonox you will want to communicate over our mailing lists, the wiki, the forum and IRC. You will find the current tasks, for the next orxonox release under:63 As a developer of Orxonox you will want to communicate over our [wiki:Primer#1. mailing lists], [wiki:WikiStart the wiki], [https://forum.orxonox.net the forum] and [wiki:Primer#4. IRC]. You will find the current tasks, for the next orxonox release under: 63 64 * [http://www.orxonox.net/roadmap Roadmap] 64 65 and all tasks, that we have defined yet: … … 67 68 the timeline of our Wiki: 68 69 * [http://www.orxonox.net/timeline timeline] 69 The commit messages will also be sent to your email ad ress, if you have registered to the orxonox-commit mailinglist.70 The commit messages will also be sent to your email address, if you have registered to the orxonox-commit mailing list. 70 71 71 72 72 73 == 10. Understanding Orxonox == 73 It definitely takes some time to understand the Orxonox source code. The best way to get your questions answered is to post them on the development-mailing list. Even better is to just go to the developers and ask specific questions... Once you know where to find which functions, you will want to read some more about special topics in the source files themselves: we use doxygen to comment the code, so you will find comments for every class/function. There are also [wiki:ModulesDescription module descriptions] which we are currently working on.74 It definitely takes some time to understand the Orxonox source code. The best way to get your questions answered is to post them on the development-mailing list. Even better is to just go to the developers and ask specific questions. Once you know where to find which functions, you will want to read some more about special topics in the source files themselves: we use doxygen to comment the code, so you will find comments for every class/function. There are also [wiki:ModulesDescription module descriptions] which we are currently working on.