From: Dominique B. <ber...@us...> - 2010-12-23 21:14:38
|
Update of /cvsroot/windom/htdocs/dfrm In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16890 Added Files: index.html Log Message: adding dfrm web site --- NEW FILE: index.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DFRM Home Page</title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <META NAME="Author" CONTENT="Dominique Béréziat"> <link href="/etc/windom.css" rel="stylesheet" type="text/css"> <link href="/img/atari-icon-2.gif" rel="icon" type="image/gif"> </head> <body bgcolor="white"> <div class="content"> <center><img src="img/dfrm.gif" alt="DFRM"></center> <p class="petittitre"><i>DFRM: Dynamics FoRMulars (for WinDom)</i></p> <br> <p><b>Current version</b>: 0.4.5 (december 2010)<br> <b>Authors</b> : Dominique BÉRÉZIAT<br> <b>Licence</b> : Open Source project covered by the <a href="http://www.gnu.org/copyleft/lgpl.html">LGPL</a> licence</p> </p> <h2>What's new</h2> <p> </p> <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 tree for displaying dialog forms, desktop or window menu. An object tree structure is designed in the C source and not in an external ressource file. This approach has many advantages :</P> <OL> <LI>You does not need a resource editor,</LI> <LI>Many tasks in a resource editor are painfull when you have to adjust at 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) <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> <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>. </div> <div class="links"> <p><i>DFRM is a WinDom extension, see:</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> <h3>WinDom</h3> <p> <a href="http://sourceforge.net/projects/windom">WinDom project page</a><br> <a href="http://sourceforge.net/mail/?group_id=68507">WinDom Mailing lists</a><br> <a href="http://sourceforge.net/tracker/?group_id=68507&atid=521414">WinDom Feature Request</a><br> <a href="http://sourceforge.net/tracker/?group_id=68507&atid=521411">WinDom Bug Tracker</a><br> <a href="http://sourceforge.net/project/showfiles.php?group_id=68507">WinDom File Release System</a><br> <a href="http://sourceforge.net/cvs/?group_id=68507">WinDom CVS Repository</a><br> </p> <h3>Documentation</h3> <a href="doc/html/index.html">Online documentation of windom</a><br> <a href="http://arnaud.bercegeay.free.fr/gemlib/html">Online documentation of the Gemlib API</a></p> <h3>WinDom extensions</h3> <p><a href="http://windom.sourceforge.net/dfrm">Dynamic Forms</a><br> <a href="http://perso.wanadoo.fr/arnaud.bercegeay/gslib_e.htm">GEMScript protocol</a><br> <a href="http://perso.wanadoo.fr/arnaud.bercegeay/woutlib_e.htm">Wout (printf in a window)</a><br> <h3>WinDom clients</h3> <p><a href="http://windom.free.fr/winconf/">WinConf</a>, to configure WinDom<br> <a href="http://windom.free.fr/msu/">MSU</a>, the Magic configurator<br> <a href="http://gemtidy.free.fr/">GEM Tidy</a>, clean yours html files<br> <a href="http://fgalea.free.fr/cdlab/">CD lab</a>, to burn CD<br> <a href="http://the.zorro.free.fr/zview.html">zView</a>, very nice image viewer and browser<br> <a href="http://the.zorro.free.fr/zweather.html">zWeather</a>, meteorological forecast on your computer <br> <a href="http://gim.atari-source.com">GIM</a> a Gem Instant Messager client<br> <a href="http://www.ster.kuleuven.ac.be/~wim/">Universum</a>, if you like stars ...<br> <a href="http://the.zorro.free.fr/ztask.html">zTask</a>, a nice taskbar for mint</p> <h3>Others links</h3> <p> <a href="http://arnaud.bercegeay.free.fr/gemlib">GemLib</a><br> <a href="http://ldg.sf.net">LDG system</a><br> <a href="http://myaes.free.fr">MyAES</a><br> <a href="http://xaaes.atariforge.net">XaAES</a><br> <a href="http://perso.wanadoo.fr/arnaud.bercegeay">Arnaud Bercegeay resources</a><br> <a href="http://jaysoft.atari.org">Standa Opichal resources</a><br> <a href="http://windom.free.fr/welcome.html">Dominique Bereziat resources</a></p> </div> </body> </html> |