From: Dominique B. <ber...@us...> - 2010-12-26 11:40:07
|
Update of /cvsroot/windom/htdocs/dfrm In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv25914/dfrm Modified Files: index.html Log Message: Fix typos. Index: index.html =================================================================== RCS file: /cvsroot/windom/htdocs/dfrm/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 23 Dec 2010 22:22:38 -0000 1.2 +++ index.html 26 Dec 2010 11:39:59 -0000 1.3 @@ -12,7 +12,7 @@ <div class="content"> <center><img src="img/dfrm.gif" alt="DFRM"></center> -<p class="petittitre"><i>DFRM: Dynamics FoRMulars (for WinDom)</i></p> +<p class="petittitre"><i>DFRM: Dynamic FoRMs (for WinDom)</i></p> <br> <p><b>Current version</b>: 0.4.5 (december 2010)<br> @@ -22,8 +22,13 @@ <h2>What's new</h2> -<p> -</p> +<b>version 0.4.5 (december 2010):</b> + <ul> + <li> Bug fix in <tt>dfrm_win_attach()</tt> + <li> <tt>dfrm_toolbar()</tt> now correctly defined in <tt>dfrm.h</tt> + <li> More tutorials + </ul> + <H2>DFRM, what is it?</H2> <P>DFRM is an extension of <a href="http://windom.sourceforge.net">WinDom</a> allowing it to build dynamically GEM object @@ -36,19 +41,17 @@ pixel precision your objects. With DFRM you have a better control of object size and object position. You can give directives of alignement and spacing between objects.</LI> - <LI>With DFRM it is very easy to build big structure of object (e.g. sliders) + <LI>With DFRM it is very easy to build big structure of objects (e.g. sliders) <em>ready to use</em>.</LI> </OL> <P>Programming with DFRM is very similar to widget libraries used in Unix world - (like TK ou GTK). We provide an complete documentation with examples and tutorial.</P> + (like TK ou GTK). We provide a full documentation with some examples and tutorials.</P> <H2>Documents</H2> <OL> <li> <a href="html/index.html">Online documentation</a> <li> <a href="tutorial/index.html">Tutorials</a> </OL> -<HR> - <h2>Download</h2> DFRM archives are available in this <a href="http://windom.free.fr/dfrm/download">directory</a>. @@ -56,7 +59,7 @@ </div> <div class="links"> -<p><i>DFRM is a WinDom extension, see:</i><br> +<p><i>DFRM is hosted by sourceforge:</i><br> <a href="http://sourceforge.net/projects/windom"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=68507&type=16" width="150" height="40" alt="Get WinDom, a high level GEM library. at SourceForge.net. Fast, secure and Free Open Source software downloads" border=0 /></a><br> <h2>Links</h2> |