|
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 | =========== |
|---|
| 4 | The project |
|---|
| 5 | =========== |
|---|
| 6 | |
|---|
| 7 | The goal of the project PLACO is to define the complete process to generate |
|---|
| 8 | customized COllaborative PLAtforms for scientific communities. |
|---|
| 9 | |
|---|
| 10 | This kind of collaborative platform must be able to offer all necessary services |
|---|
| 11 | to facilitate the collaborative work inside the community. |
|---|
| 12 | At this time, it runs on a dedicated server. |
|---|
| 13 | |
|---|
| 14 | The official web site of the project is http://placo.mathrice.fr. |
|---|
| 15 | The developpment web site of the project is http://placodev.mathrice.fr. |
|---|
| 16 | |
|---|
| 17 | ==================== |
|---|
| 18 | How to collaborate ? |
|---|
| 19 | ==================== |
|---|
| 20 | |
|---|
| 21 | 2 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 | ============================== |
|---|
| 27 | Prerequisites and installation |
|---|
| 28 | ============================== |
|---|
| 29 | |
|---|
| 30 | See INSTALL |
|---|
| 31 | |
|---|
| 32 | =============================== |
|---|
| 33 | Syntax of PLACO definition file |
|---|
| 34 | =============================== |
|---|
| 35 | |
|---|
| 36 | # global section |
|---|
| 37 | directive value |
|---|
| 38 | directive 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> |
|---|