Changes for page TuCSoN

From version 2.1
edited by Andrea Omicini
on 30/10/2020 11:55
Change comment: Imported from XAR
To version 3.1
edited by Andrea Omicini
on 11/12/2020 23:58
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.0

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.0
Content
... ... @@ -1,19 +1,19 @@
1 -#includeMacros("Main.MacroSheet")
2 -#includeMacros("Publications.MacroSheet")
3 -#includeMacros("People.MacroSheet")
1 +{{include document="Main.MacroSheet"/}} {{include document="Publications.MacroSheet"/}} {{include document="People.MacroSheet"/}}
4 4  
5 -1 #tucson() Home
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 += #tucson() Home =
6 6  
7 -<div id="main-view" style='float:left;width:77%;'>
7 +(% id="main-view" style='float:left;width:77%;' %)(((
8 8  
9 -1.1 What is #tucson()?
9 +== What is #tucson()? ==
10 10  
11 11  #tucson() (Tuple Centres Spread over the Network) is a Java library providing coordination as a service to Java and #tuprolog() agents. #tucson() is a model for the coordination of distributed processes, as well as autonomous, intelligent & mobile agents. TuCSoN exploits tuple centres as its coordination media, which are tuple spaces enhanced with the notion of behaviour specification, thanks to the #respect() language.
12 +<p/>
13 +The TuCSoN coordination technology implements the TuCSoN model as a Java-based distributed middleware, available under GNU LGPL license via [[GitHub>>https://github.com/TuCSoN-Coord/TuCSoN/]] as a [[Git repository>>http://apice.unibo.it/xwiki/bin/view/TuCSoN/Git]].
12 12  
13 -The TuCSoN coordination technology implements the TuCSoN model as a Java-based distributed middleware, available under GNU LGPL license via [GitHub | https://github.com/TuCSoN-Coord/TuCSoN/] as a [Git repository>http://apice.unibo.it/xwiki/bin/view/TuCSoN/Git].
15 +)))
14 14  
15 -</div>
16 -
17 17  <div id="sidebar" style='float:right;width:22%;'>
18 18   <div id="sidebox" align="right" style='background:silver;padding-left:4px;padding-right:4px;'>
19 19   ####
... ... @@ -20,8 +20,8 @@
20 20   <div style='background:grey;margin-left:-4px;margin-right:-4px;padding-right:4px;'><b>Contacts</b></div>
21 21   <small>
22 22   <div>
23 - #userPersonalwikiLink("GiovanniCiatto") \[[Mail | mailto:#userUnibomail("GiovanniCiatto")]\]<br/>
24 - #userPersonalwikiLink("AndreaOmicini") \[[Mail | mailto:#userUnibomail("AndreaOmicini")]\]
23 + #userPersonalwikiLink("GiovanniCiatto") [[[Mail>>mailto:#userUnibomail("GiovanniCiatto")]]]<br/>
24 + #userPersonalwikiLink("AndreaOmicini") [[[Mail>>mailto:#userUnibomail("AndreaOmicini")]]]
25 25   </div>
26 26   </small>
27 27   ####
... ... @@ -28,8 +28,8 @@
28 28   <div style='background:grey;margin-left:-4px;margin-right:-4px;padding-right:4px;'><b>Links</b></div>
29 29   <small>
30 30   <div>
31 - [GitHub | https://github.com/TuCSoN-Coord/TuCSoN/]<br/>
32 - [FaceBook | http://www.facebook.com/TuCSoNCoordinationTechnology]<br/>
31 + [[GitHub>>https://github.com/TuCSoN-Coord/TuCSoN/]]<br/>
32 + [[FaceBook>>http://www.facebook.com/TuCSoNCoordinationTechnology]]<br/>
33 33   </div>
34 34   </small>
35 35   ####
... ... @@ -36,37 +36,43 @@
36 36   </div>
37 37  </div>
38 38  <br/>
39 -
39 +<p/>
40 40  <div id="main-inline" style='float:left;width:100%'>
41 41  
42 42  ----
43 43  
44 -1.1 Getting Started
44 +== Getting Started ==
45 45  
46 46  <ul style="list-style-type: decimal">
47 - <li>Download tucson.jar archive from the [Reseases | https://github.com/TuCSoN-Coord/TuCSoN/releases] page on its [GitHub repository | https://github.com/TuCSoN-Coord/TuCSoN/]</li>
47 + <li>Download tucson.jar archive from the [[Reseases>>https://github.com/TuCSoN-Coord/TuCSoN/releases]] page on its [[GitHub repository>>https://github.com/TuCSoN-Coord/TuCSoN/]]</li>
48 48   <li>Download the libraries it depends on:</li>
49 49   <ul style="list-style-type: disc">
50 - <li>#tuprolog() &mdash; from its [Download | Tuprolog.Download] section ~~(2p.jar)~~</li>
50 + <li>#tuprolog() &mdash; from its [[Download>>Tuprolog.Download]] section //(2p.jar)//</li>
51 51   </ul>
52 52   <li>Open a command prompt in the folder where you put the two jars above, then type:</li>
53 53   <ul style="list-style-type: disc">
54 - <li> on Linux \& Mac OS </li>
55 - {code:bash}java -cp tucson.jar:2p.jar alice.tucson.service.TucsonNodeService{code}
54 + <li> on Linux & Mac OS </li>
55 +
56 +
57 +{{code language="bash"}}java -cp tucson.jar:2p.jar alice.tucson.service.TucsonNodeService{{/code}}
58 +
56 56   <li>on Windows</li>
57 - {code}java -cp tucson.jar;2p.jar alice.tucson.service.TucsonNodeService{code}
60 +
61 +
62 +{{code}}java -cp tucson.jar;2p.jar alice.tucson.service.TucsonNodeService{{/code}}
63 +
58 58   </ul>
59 59   <li>The #tucson() ASCII logo should appear on the command prompt, as depicted below:</li>
60 60   <ul style="list-style-type: none">
61 61   ##<li>{image:TuCSoN-1.11.0.0209-boot.png|width=800|height=300}</li>
62 62   ##<li>{image:TuCSoN-1.11.0.0209-boot.jpg|width=730|height=590}</li>
63 - <li>{image:TuCSoN-boot.jpeg}</li>
69 + <li>[[image:TuCSoN-boot.jpeg]]</li>
64 64   ##<li>{image:TuCSoN-1.11.0.0209-boot.jpg|width=1460|height=1180}</li>
65 65   </ul>
66 66  </ul>
67 -
73 +<p/>
68 68  </div>
69 -
75 +<p/>
70 70  ##----
71 71  ##
72 72  ##1.1 Main URLs
... ... @@ -79,3 +79,5 @@
79 79  ##* #tucson() on #apice() <<tt>http://tucson.apice.unibo.it</tt>>
80 80  ##* #tucson() Mailing List <<tt>http://sourceforge.net/mail/?group_id=36995</tt>>
81 81  ##* #tucson() on Softpedia <<tt>http://www.softpedia.com/get/Science-CAD/TuCSoN.shtml</tt>>
88 +{{/html}}
89 +{{/velocity}}

Logo

Contacts

Giovanni Ciatto email  |  Andrea Omicini email  |  Stefano Mariani email

Links

Official  |  APICe  |  Google Code  |  SourceForge  |  FaceBook

2P  |  A&A  |  MoK  |  ReSpecT  |  T4J  |  T4Jn