source: cmtsite/intro.html @ 383

Last change on this file since 383 was 268, checked in by garonne, 18 years ago

Ajout phpmyvisites

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
1<!--
2//-----------------------------------------------------------
3// Copyright Christian Arnault LAL-Orsay CNRS
4// arnault@lal.in2p3.fr
5// See the complete license in cmt_license.txt "http://www.cecill.info".
6//-----------------------------------------------------------
7-->
8<!-- phpmyvisites -->
9<a href="http://www.phpmyvisites.net/" title="phpMyVisites | Open source web analytics"
10onclick="window.open(this.href);return(false);">
11<script type="text/javascript">
12<!--
13var a_vars = Array();
14var pagename='';
15
16var phpmyvisitesSite = 1;
17var phpmyvisitesURL = "http://www.cmtsite.org/phpmv2/phpmyvisites.php";
18//-->
19</script>
20<script language=javascript src="http://www.cmtsite.org/phpmv2/phpmyvisites.js"
21type="text/javascript"></script>
22<noscript>
23<p>phpMyVisites | Open source web analytics
24<img src="http://www.cmtsite.org/phpmv2/phpmyvisites.php" alt="phpMyVisites" style="border:0" />
25</p>
26</noscript>
27</a>
28<!-- /phpmyvisites --> 
29<center><h1><b>Introduction</b></h1></center>
30
31<hr> <br> 
32
33CMT is a <i>configuration management</i> environment, based on some
34management conventions and comprises several shell-based utilities. It
35is an attempt to formalize software production and especially
36configuration management around a <i>package</i>-oriented principle.
37
38<p>The notion of <i>packages</i> represents hereafter a set of
39software components (that may be applications, libraries, tools
40etc...) that are to be used for producing a <i>system</i> or a
41<i>framework</i>. In such an environment, several persons are assumed
42to participate in the development and the components themselves are
43either independent or related to each other.
44
45<p>The environment provides conventions (for <i>naming</i> packages,
46files, directories and for <i>addressing</i> them) and
47tools for <i>automating</i> as much as possible the
48implementation of these conventions. It permits to
49<i>describe</i> the configuration requirements and automatically
50deduce from the description the effective set of configuration
51parameters needed to operate the packages (typically for
52<i>building</i> them or <i>using</i> them).
53
54<p>CMT is provided as an Open-Source product (see the <a
55href="http://www.cecill.info/licences/Licence_CeCILL_V2-en.html">licence agreement</a>)</p>
56
57<br>
58<hr>
59
Note: See TracBrowser for help on using the repository browser.