close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of TolDevelopment


Ignore:
Timestamp:
Feb 25, 2009, 11:55:17 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolDevelopment

    v1 v1  
     1= TOL Development =
     2
     3Experienced users and developers of Tol use several resources available in this pages to access the Tol source code and to develop in a collaborative way.
     4
     5== Are you a experienced user? ==
     6
     7If you feel you are an advanced TOL user and are interested in helping the TOL team, you can do it by updating the Documentation project. Tol documentation is in a very poor state. The current development and bug fixing rate makes it very hard for developers to keep documentation up to date.
     8
     9If you want to contribute to the documentation project contact the devel at tol-project.org.
     10
     11==  Will we ever use other languages? ==
     12
     13Tol is being developed by a spanish-speaking community of mathematicians, economists and software engineers.
     14
     15Nevertheless, Tol language's syntax has been done in English, and TolBase interface can be used in both languages, English and Spanish.
     16You can also find some of the documentation in both languages.
     17
     18All Tol users worldwide are welcome to translate Tol and Tolbase into all other languages. If you want to contribute, please check the state of Tol translation to read about how you can help us translating the project into your language.
     19
     20==  SVN usage ==
     21
     22The version control used by TOL develpoment team to share code and resources is [http://subversion.tigris.org/ Subversion (SVN)].
     23You can find [http://en.wikipedia.org/wiki/Subversion_(software) here] a good introduction to SVN.
     24The best interface of SVN for Windows is [http://tortoisesvn.tigris.org/ Tortoise SVN] using [http://winmerge.org/ WinMerge] as diff tool.
     25The recommended interface for Linux is [http://rapidsvn.tigris.org/ RapidSVN] using [http://www.tol-project.org:8081 meld] as diff tool.
     26
     27=== Creating a branch for official release ===
     28When trunk version is released as Official version a branch must be created to allow parallel evolution.