root/trunk/README

Revision 1094, 1.2 KB (checked in by metrot, 8 months ago)

Integration de la branches/1.x dans le trunk

  • Property svn:keywords set to Date Author Revision Id URL Rev LastChangedRev
Line 
1$Id$
2
3===========
4The project
5===========
6
7The goal of the project PLACO is to define the complete process to generate
8customized COllaborative PLAtforms for scientific communities.
9
10This kind of collaborative platform must be able to offer all necessary services
11to facilitate the collaborative work inside the community.
12At this time, it runs on a dedicated server.
13
14The official web site of the project is http://placo.mathrice.fr.
15The developpment web site of the project is http://placodev.mathrice.fr.
16
17====================
18How to collaborate ?
19====================
20
212 ways :
22  - download, install and try the platform (we need feedback)
23  - participate to the development of some 'plugin scripts',
24    to implement existing or new services for supplementary OS
25
26==============================
27Prerequisites and installation
28==============================
29
30See INSTALL
31
32===============================
33Syntax of PLACO definition file
34===============================
35
36# global section
37directive value
38directive value
39
40<aggregate_variable1>
41  directive value
42  directive value
43</aggregate_variable1>
44
45# machine sections
46<machine m1>
47  # m1 directive
48  directive value
49  directive value
50</machine>
51
52<machine m2>
53  # m2 directive
54  directive value
55  directive value
56</machine>
Note: See TracBrowser for help on using the browser.