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.
- Timestamp:
-
Feb 2, 2016, 12:48:29 PM (9 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
1 | | [[PageOutline]] |
| 1 | {{{ |
| 2 | #!comment |
| 3 | <LEFT-MENU> |
| 4 | }}} |
| 5 | {{{ |
| 6 | #!div style="width:15%; float:left; clear:none; margin-right:1em; background:#ffb; border:1px solid #b00; padding-left:1em; padding-right:1em" |
| 7 | [wiki:WikiStart Home] [[BR]] [[BR]] |
| 8 | '''TOL''' [[BR]] [wiki:Software Software] [[BR]] [wiki:Download Download] [[BR]] [wiki:Installation Installation] [[BR]] [wiki:Packages Packages] [[BR]] [wiki:OTAN OTAN] [[BR]] [[BR]] |
| 9 | '''TOL Project''' [[BR]] [wiki:About About TOL] [[BR]] [wiki:Manuals Manuals] [[BR]] [wiki:Development Development] [[BR]] [wiki:Rprojects R-Projects] [[BR]] [[BR]] |
| 10 | '''Other Links''' [[BR]] [wiki:TracGuide Trac Guide] [[BR]] [wiki:WikiTree Wiki Tree] [[BR]] [https://mms.tol-project.org MMS] |
| 11 | }}} |
| 12 | {{{ |
| 13 | #!div style="margin-left:20%; margin-right:20%; padding-left:2em; padding-right:2em" |
| 14 | {{{ |
| 15 | #!comment |
| 16 | </LEFT-MENU> |
| 17 | }}} |
| 18 | |
2 | 19 | = TOL Development = |
3 | 20 | |
4 | | Experienced 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. |
| 21 | Experienced 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. |
5 | 22 | |
6 | 23 | == Are you a experienced user? == |
7 | 24 | |
8 | | If 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. |
| 25 | If you feel you are an advanced TOL user and are interested in helping the TOL team, you can do it! |
9 | 26 | |
10 | | If you want to contribute to the documentation project contact the devel at tol-project.org. |
| 27 | If you want to contribute to the TOL project, please contact devel at tol-project.org. |
11 | 28 | |
12 | 29 | == Will we ever use other languages? == |
13 | 30 | |
14 | | Tol is being developed by a spanish-speaking community of mathematicians, economists and software engineers. |
| 31 | TOL is being developed by a spanish-speaking community of mathematicians, economists and software engineers. |
15 | 32 | |
16 | | Nevertheless, Tol language's syntax has been done in English, and TolBase interface can be used in both languages, English and Spanish. |
| 33 | Nevertheless, TOL language's syntax has been done in English, and TOLBase interface can be used in both languages, english and spanish. |
17 | 34 | You can also find some of the documentation in both languages. |
18 | 35 | |
19 | | All 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. |
| 36 | All 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. |
20 | 37 | |
21 | 38 | == SVN usage == |
… |
… |
|
53 | 70 | }}} |
54 | 71 | |
55 | | === Tolbase Runtime === |
| 72 | === TOLBase Runtime === |
56 | 73 | |
57 | | Tolbase is a GUI for interacting with TOL. It is implemented in Tcl/Tk and is portable to Windows and Linux. In [wiki:TclRuntime Tcl Runtime] page it is described the configuration of the runtime. |
| 74 | TOLBase is a GUI for interacting with TOL. It is implemented in Tcl/Tk and is portable to Windows and Linux. In [wiki:TclRuntime Tcl Runtime] page it is described the configuration of the runtime. |
58 | 75 | |
59 | 76 | |