Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- Apr 4, 2013, 9:50:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 1.0=1 = Welcome to the Oni Community Bug Tracker = 2 2 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. 3 This is where we report bugs and desired features in the software that the community has produced and stored on our [http://websvn.chrilly.net/listing.php?repname=Oni2 Subversion repository], as well as the core mod packages for the [http://wiki.oni2.net/AE Anniversary Edition] on the [http://mods.oni2.net Mod Depot]. This site runs on [http://trac.edgewall.org/ Trac], which provides a '''wiki''', '''timeline''', '''ticket system''', and roadmap (not used here). Full documentation is found under the "!Help/Guide" link at the top-right, but here's some starter tips. 5 4 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. 5 If you're not familiar with the Trac '''wiki''', you'll have a small amount of adjusting to do, as it's a bit closer to the original wiki software, [wikipedia:WikiWikiWeb]. Overall, though, the markup is pretty similar to !MediaWiki, on which Wikipedia runs. Read WikiFormatting to learn the markup. Click the "Index" link at top-right to see a list of all pages on the wiki. 10 6 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. 7 The '''Timeline''' shows the recent commits to Subversion, recent ticket changes, and edits to the wiki. It's the whole enchilada at a glance. 16 8 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. 21 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''. 9 Filing '''tickets''' is pretty straight-forward, but one little tip: when you want to attach a file, and you check that little box called "I have files to attach to this ticket"... nothing will happen. Not right then. You have to hit "Create ticket", and ''then'' you will get a chance to attach the file. Now, what this means is that if you wanted to embed an image in your ticket, you have to name the image in your ticket before it even exists on the site. For instance, you would type "Here's the problem I'm having: ![[Image(Screenshot.jpg)]].", check the "I have files" box, hit Create, then upload Screenshot.jpg, and the image should now appear embedded in your ticket. Of course, you could always just go back and modify your ticket to add the image link after uploading the image, but the first way cuts down on edit noise in Trac's history. 25 10 26 11 27 TracGuide is a good place to start. 28 29 Enjoy! [[BR]] 30 ''The Trac Team'' 31 32 == Starting Points == 33 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 38 39 For a complete list of local wiki pages, see TitleIndex. 12 Support links for the Trac software can be found at TracSupport.