[Kos-cvs] kos-web/contents doc-projet_en.i, 1.4, 1.5 doc-projet_fr.i, 1.6, 1.7

thomas at kos.enix.org thomas at kos.enix.org
Wed Jan 26 23:33:22 CET 2005


Update of /var/cvs/kos/kos-web/contents
In directory the-doors:/tmp/cvs-serv549/contents

Modified Files:
	doc-projet_en.i doc-projet_fr.i 
Log Message:
Ajout de la doc helloworld sur le site

Index: doc-projet_fr.i
===================================================================
RCS file: /var/cvs/kos/kos-web/contents/doc-projet_fr.i,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- doc-projet_fr.i	9 Jan 2005 17:32:37 -0000	1.6
+++ doc-projet_fr.i	26 Jan 2005 22:33:20 -0000	1.7
@@ -38,6 +38,16 @@
 
 <p>Téléchargement : <? fr_put_doc("kos_current/doc/modules"); ?></p>
 
+<h3>Premier module dans KOS : <i>Hello World</i></h3>
+
+<p>Ce document présente la construction pas à pas d'un module simple,
+le module <i>hello world</i>. Il explique comment déclarer les
+routines d'initialisation, les fonctions à exporter, comment
+construire le <code>Makefile</code> et donne quelques indications sur
+les conventions de codage utilisées dans KOS.</p>
+
+<p>Téléchargement : <? en_put_doc("kos_current/doc/helloworld"); ?></p>
+
 <h3>Rapport du travail sur KOS réalisé à l'UTBM</h3>
 
 <p>De septembre 2003 à Janvier 2004, Mélanie Bats et Thomas Petazzoni

Index: doc-projet_en.i
===================================================================
RCS file: /var/cvs/kos/kos-web/contents/doc-projet_en.i,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- doc-projet_en.i	9 Jan 2005 14:52:17 -0000	1.4
+++ doc-projet_en.i	26 Jan 2005 22:33:20 -0000	1.5
@@ -26,6 +26,15 @@
 <p>Download, in english : <?
 en_put_doc("kos_current/doc/testingen"); ?></p>
 
+<h3>First KOS module : <i>Hello World</i></h3>
+
+<p>This document presents step by step how to build a simple module
+named <i>hello world</i>. It explains how to declare initialisation
+routines, exported functions, how to build the <code>Makefile</code>
+and gives information regarding coding conventions used in KOS.</p>
+
+<p>Download : <? en_put_doc("kos_current/doc/helloworld"); ?></p>
+
 <h2>Documents not updated anymore</h2>
 
 



More information about the Kos-cvs mailing list