/[svn]/website/trunk/web/index.xml
ViewVC logotype

Contents of /website/trunk/web/index.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3992 - (hide annotations)
Sun Mar 30 09:17:23 2008 UTC (5 years, 1 month ago) by abate
File MIME type: text/xml
File size: 7281 byte(s)
cduce now part of fedora

1 abate 253 <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
2 abate 1065 <page name="index" url="/">
3 abate 253
4 abate 1925 <title>CDuce</title>
5     <!--
6 abate 253 <banner>
7     <img title="CDuce" src="img/cduce_logo.jpg" width="400" height="206"
8     alt="CDuce"/>
9     </banner>
10 abate 1925 -->
11 abate 253
12 abate 341 <left>
13     <p>On this page:</p>
14     <boxes-toc/>
15     <p>Under this page:</p>
16     <pages-toc/>
17     </left>
18 abate 253
19 abate 1925 <include file="download.xml"/>
20 abate 1406 <!--<external href="http://reglisse.ens.fr/cgi-bin/cduce" title="Online
21     demo" name="proto"/>-->
22 abate 681 <include file="documentation.xml"/>
23 abate 1925 <include file="resources.xml"/>
24 abate 1291 <!-- <include file="hacking.xml"/> -->
25     <!-- Note: this is no longer relevant -->
26 abate 1636 <include file="ocaml.xml"/>
27 abate 1925 <!--<include file="stages.xml"/>-->
28 abate 1344 <include file="funding.xml"/>
29 abate 1925 <include file="contacts.xml"/>
30 abate 341 <include file="sitemap.xml"/>
31 abate 253
32 abate 341 <left>
33 abate 1722 <p>This site is automatically generated
34     by <a href="examples.html#site">a CDuce program</a>.
35 abate 974 </p><p><img src="img/cducepower.jpg" alt="Powered by CDuce"/></p>
36 abate 341 </left>
37 abate 253
38 abate 1223 <box title="Latest News" link="news">
39 abate 3992 <p><b>2008, Mar 28th: Cduce now part of Fedora !</b><br/> <a href="http://groups.google.com/group/fa.caml/browse_thread/thread/1e913d05d9b4b745/1314cf48d3d5e7d9">Read</a> the announce from Richard Jones on the ocaml mailing list.
40     </p>
41 abate 1909
42 abate 3988 <p><b>2008, Feb 25th: CDuce 0.5.2 is out!</b><br/> This is a minor bug-fix
43     release. A new MacOsX binary package is avalaible. See the
44     <local href="download"/> page for download information, or the
45     <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">CHANGES</a>
46     file to know what's new.
47     </p>
48    
49    
50 abate 3958 <p><b>2008, Jan 30th: CDuce 0.5.1 is out!</b><br/>
51 abate 3985 This is now shipped with a new Windows XP binary package, a MacOsX binary
52     package and several Linux distribution Packages. See the
53     <local href="download"/> page for download information, or the
54     <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">CHANGES</a>
55 abate 3958 file to know what's new.
56     </p>
57    
58 abate 1954 <p><b>2007, Jun 12th: CDuce 0.5.0 is out!</b><br/>
59     See the <local href="download"/>
60 abate 3958 page for download information, or the <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">CHANGES</a>
61 abate 1954 file to know what's new.
62     </p>
63     <p>
64     GODI users can simply update their <tt>apps-cduce</tt> package.
65     </p>
66    
67 abate 1950 <p><b>2007, May 23rd: CDuce 0.4.2 is out!</b><br/>
68     See the <local href="download"/>
69 abate 3958 page for download information, or the <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">CHANGES</a>
70 abate 1950 file to know what's new.
71     </p>
72     <p>
73     GODI users can simply update their <tt>apps-cduce</tt> package.
74     </p>
75    
76 abate 1947 <p><b>2007, May 11th: AADL parser in OCaml, with OCamlDuce</b>
77     <br/>
78     Erwan Jahier and Louis Mandel used OCamlDuce to implement
79     <a
80     href="http://www-verimag.imag.fr/~synchron/aadl4ocaml/">AADL4OCaml</a>,
81     a parser for AADL (Architecture Analysis &amp; Design Language).
82     </p>
83    
84     <p><b>2006, Nov 24th: SOAP servers in OCaml, with
85 abate 1927 OCamlDuce</b>
86     <br/>
87 abate 1919 Stefan Lampe used OCamlDuce to implement
88     <a href="http://www.caterpillarjones.org/soss/">SOSS</a>,
89     a SOAP server for OCaml, designed to allow
90     a service, developed in OCaml, to be made available as a SOAP service
91     with minimal effort.
92     </p>
93    
94 abate 674 </box>
95    
96 abate 258 <box title="What is CDuce ?" link="whatis">
97 abate 253
98 abate 1722 <p> <b>CDuce</b> is a modern XML-oriented functional language with
99     innovative features. A compiler is available under the terms of an open-source
100     license. CDuce is type-safe, efficient, and offer powerful constructions
101     to work with XML documents. </p>
102     <ul>
103 abate 1929 <li><local href="documentation">Documentation</local></li>
104     <li>Some <local href="examples">examples</local> of CDuce programs</li>
105 abate 1722 <li><local href="design_features"/>: background
106 abate 1929 information about the design of CDuce</li>
107     <li><local href="appli"/></li>
108     <li><local href="contrib"/></li>
109     <li><local href="contacts"/></li>
110 abate 1722 <li><local href="download">How to get CDuce</local>: download sources, Debian
111 abate 1929 or GODI packages</li>
112 abate 1722 </ul>
113 abate 1655
114 abate 1927 <p>Trying CDuce online:</p>
115 abate 1722 <ul>
116     <li><local href="proto">On-line prototype</local>:
117     try the examples and play with them in your web browser.</li>
118     <li>Interactive <local href="demo">demo page</local>
119     (used for the demonstration at PLAN-X 2005), requires
120     a Mozilla-derived browser.</li>
121     </ul>
122    
123     <p>
124     For more information, you can contact
125     <a href="mailto:info@cduce.org">info@cduce.org</a>.
126 abate 1655 </p>
127    
128 abate 1722 </box>
129    
130     <box title="CDuce: the research project" link="research">
131    
132 abate 1655 <p> The CDuce project is a spin-off of a research effort split
133     amongst two <a href="http://www.cnrs.fr">CNRS</a> labs (the <a
134 abate 258 href="http://www.di.ens.fr/~castagna/EQUIPE"><b>Languages</b></a>
135     group of ENS in Paris and the <a
136     href="http://www.lri.fr/bd"><b>Databases</b></a> group of LRI in
137 abate 1291 Orsay), and one <a href="http://www.inria.fr">INRIA</a> project (the
138 abate 1929 <a href="http://gallium.inria.fr"><b>Gallium</b></a> project).
139 abate 258 </p>
140 abate 1722 <ul>
141 abate 1929 <li><local href="papers"/></li>
142     <li><local href="funding"/></li>
143 abate 1722 <li><local href="ocaml"/>: integrating
144 abate 1929 CDuce features into <a href="http://caml.inria.fr">OCaml</a></li>
145     <li><a href="http://gallium.inria.fr/~frisch/xstream/">XStream</a>:
146     streaming for XML transformations</li>
147 abate 1722 </ul>
148 abate 258
149 abate 1722 </box>
150 abate 591
151 abate 1722 <box title="Other pages" link="misc">
152     <ul>
153     <li><local href="img"/>.</li>
154     <li><local href="soutenance"/>.</li>
155 abate 1942 <li><local href="soutenance-miachon"/>.</li>
156 abate 1722 <li>An online tool to <local href="dtd2cduce">convert from DTD to
157     CDuce types</local>.</li>
158     <li><local href="bench"/>.</li>
159     </ul>
160 abate 1931
161     <xhtml>
162     <form method="get" action="http://www.google.com/search">
163     <div>
164     <input type="hidden" name="ie" value="UTF-8"/>
165     <input type="hidden" name="oe" value="UTF-8"/>
166     <table><tr><td>
167     <a href="http://www.google.com/">
168     <img style="border:0;" src="http://www.google.com/logos/Logo_40wht.gif"
169     alt="Google"/></a>
170     </td>
171     <td>
172     <input type="text" name="q" size="31" maxlength="255" value=""/>
173     <input type="submit" name="btnG" value="Google Search"/>
174     <input type="hidden" name="domains" value="http://www.cduce.org"/>
175     <br/>
176     <span style="font-size:80%">
177     <input type="radio" name="sitesearch" value=""/> WWW
178     <input type="radio" name="sitesearch" value="http://www.cduce.org"
179     checked="checked"/> http://www.cduce.org
180     </span>
181     <br/>
182     </td></tr></table>
183     </div>
184     </form>
185     </xhtml>
186    
187 abate 253 </box>
188    
189     <meta>
190     <p>
191     <a href="comeon.htm">
192     <img style="border:0;width:88px;height:31px"
193     src="img/cducepower3.png"
194     alt="Powered by CDuce"/>
195     </a>
196    
197 abate 257 <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cduce.org">
198 abate 253 <img style="border:0;width:88px;height:31px"
199     src="http://www.w3.org/Icons/valid-xhtml10"
200     alt="Valid XHTML 1.0!"/>
201     </a>
202    
203 abate 1430 <a href="http://jigsaw.w3.org/css-validator/check/referer">
204 abate 253 <img style="border:0;width:88px;height:31px"
205     src="http://jigsaw.w3.org/css-validator/images/vcss"
206     alt="Valid CSS!"/>
207     </a>
208    
209     <a href="http://www.ens.fr">
210     <img style="border:0"
211 abate 1411 src="img/symbENSmio.gif"
212 abate 253 alt="ENS" title="ENS"/>
213     </a>
214    
215     <a href="http://www.u-psud.fr">
216     <img style="border:0"
217     src="img//symbP11mio.gif"
218     alt="Paris 11" title="Paris 11"/>
219     </a>
220    
221     <a href="http://www.cnrs.fr">
222     <img style="border:0"
223 abate 1411 src="img/symbCNRSmio.gif"
224 abate 253 alt="CNRS" title="CNRS"/>
225     </a>
226 abate 1411 <a href="http://www.inria.fr">
227     <img style="border:0"
228     src="img/inria.gif"
229     alt="INRIA" title="INRIA"/>
230     </a>
231 abate 1597 <script type="text/javascript" src="http://codice.shinystat.it/cgi-bin/getcod.cgi?USER=cducer"></script>
232 abate 253 </p>
233     </meta>
234    
235     </page>

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5