Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
04/30/10 12:48:34 (14 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11.5 = 
     1= Welcome to the Flip Side ICS Software Development site = 
    22 
    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. 
     3The Flip Side ICS software was developed to provide Mini-Z and dNaNo owners an application they can use to modify car settings from Mac or Linux.  This software supports the Kyosho ASF, dNaNo and MR-03 ICS ports and can be used with a variety of ICS adapaters such as the Kyosho ICS adapter or the Ko Propo ICS adapter.   
    54 
    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= Full Downloads = 
    106 
    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[https://www.flipsideracing.org/downloads/FlipSideICS-32-OSX.zip ICS Software Mac OS X ZIP file] 
    168 
    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. 
     9[https://www.flipsideracing.org/downloads/FlipSideICS-32-Win.zip ICS Software Windows ZIP file] 
    2110 
    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''.  
     11[https://www.flipsideracing.org/downloads/FlipSideICS-Linux.tar.gz ICS Software Linux version] 
     12 
     13You may need a driver installed to communicate with a USB ICS adapter.  FTDI is one of the most common USB to serial adapters.  You can download the FTDI VCP driver here: 
     14 
     15[http://www.ftdichip.com/Drivers/VCP.htm FTDI drivers for Mac and Windows, Linux has the driver built in] 
    2516 
    2617 
    27 TracGuide is a good place to start. 
     18= Help the project = 
    2819 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
     20If you find this software useful, please consider helping support its development.  We can use the help of programmers for the application itself, help with documentation or you can help support the project by donating money using the following link: 
    3121 
    32 == Starting Points == 
     22{{{ 
     23#!html 
     24<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
     25<input type="hidden" name="cmd" value="_s-xclick"> 
     26<input type="hidden" name="hosted_button_id" value="3486152"> 
     27<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
     28<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 
     29</form> 
     30}}} 
    3331 
    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 
     32= Contact Information = 
    3833 
    39 For a complete list of local wiki pages, see TitleIndex. 
     34[http://www.flipsideracing.org/projects/fslapcounter/contact To contact us direcly please click here] 
     35 
     36[http://mini-zracer.com/forums/forumdisplay.php?f=150 Support forum hosted by tinyrc.com, please register to access] 
     37 
     38= Source Code = 
     39 
     40Flip Side ICS Software is released under the [http://www.gnu.org/licenses/gpl.txt Gnu Public License] 
     41 
     42To download the source code use the following path in your subversion client: 
     43 
     44http://www.flipsideracing.org/svn_fsics/ 
     45 
     46For example to use the command line subversion command line client type this command: 
     47{{{ 
     48svn co http://www.flipsideracing.org/svn_fsics/trunk/ 
     49}}} 
     50 
     51