From: Dan F. <dfa...@us...> - 2008-11-19 05:54:35
|
Update of /cvsroot/libexif/libexif-website/static In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27863/static Modified Files: index.html Added Files: docs.html Log Message: Created a documentation page with links into the CVS browser and to an HTML version of the exif man page. --- NEW FILE: docs.html --- <?xml version="1.0" encoding="us-ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>libexif Project Documentation</title> <style type="text/css"> body { color: #000; background-color: #fff; } a:link { color: #00f; background-color: inherit; text-decoration: underline; } a:active { color: #f00; background-color: inherit; text-decoration: underline; } a:visited { color: #a0a; background-color: inherit; text-decoration: underline; } a:hover { color: #f00; background-color: inherit; text-decoration: underline; } div.banners { border: solid 1px #000; padding: 2px; margin: 0; background-color: #ddd; color: #000; height: 37px; } div.banners * { vertical-align: middle; } pre { border: dashed 1px #000; padding: 2px; background-color: #eee; color: #000; } </style> </head> <body> <h1>libexif Project Documentation</h1> <p> There is not currently much documentation available for libexif and its associated programs. What is available is linked here. </p> <h2>libexif</h2> <ul> <li><a href="api/">API Documentation</a> for programmers wishing to use libexif in their programs</li> <li><a href="internals/">Library Internals</a> for programmers wishing to modify libexif itself</li> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif/README?view=markup">README</a></li> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif/README-Win32.txt?view=markup">Win32 README</a></li> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif/contrib/examples/">Example programs</a></li> </ul> <h2>exif</h2> <ul> <li><a href="man/exif.html">man page</a> for the command-line client</li> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/exif/README?view=markup">README</a></li> </ul> <h2>libexif-gtk</h2> <ul> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif-gtk/README?view=markup">README</a></li> </ul> <h2>gexif</h2> <ul> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/gexif/README?view=markup">README</a></li> </ul> <h2>libexif-testsuite</h2> <ul> <li><a href="http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif-testsuite/README?view=markup">README</a></li> </ul> <div class="banners"> <a href="http://sourceforge.net" title="Hosted by SourceForge.net"><img src="http://sourceforge.net/sflogo.php?group_id=12272&type=1" width="88" height="31" style="border:0;" alt="SourceForge.net Logo" /></a> <a href="http://validator.w3.org/check?uri=referer" title="Verify this page is valid XHTML 1.0"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" style="border:0;" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Verify this page is valid CSS"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a> <span>Last update: 2008-11-18</span> </div> </body> </html> Index: index.html =================================================================== RCS file: /cvsroot/libexif/libexif-website/static/index.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- index.html 9 Nov 2008 16:35:11 -0000 1.19 +++ index.html 19 Nov 2008 05:54:28 -0000 1.20 @@ -78,16 +78,16 @@ as well as many other bug fixes and enha <h2>About the libexif project</h2> <ul> -<li><a href="https://sourceforge.net/projects/libexif">SF.net project page</a></li> -<li><a href="api/">libexif API documentation</a> (preliminary)</li> -<li><a href="internals/">libexif code internals documentation</a> (preliminary)</li> -<li>The libexif project maintains these four software packages:<ul> +<li>The libexif project maintains these five software packages:<ul> <li><strong>libexif</strong>, the EXIF parsing library.</li> <li><strong>exif</strong>, the simple command line interface to libexif.</li> <li><strong>libexif-gtk</strong>, the library of GTK+ based graphical user interface elements for libexif.</li> <li><strong>gexif</strong>, the GTK+ based GUI interface to libexif-gtk.</li> +<li><strong>libexif-testsuite</strong>, a harness for regression testing of libexif and exif.</li> </ul> </li> +<li><a href="https://sourceforge.net/projects/libexif">SF.net project page</a></li> +<li><a href="docs.html">Documentation</a></li> <li>Download libexif source code<ul> <li>as <a href="https://sourceforge.net/project/showfiles.php?group_id=12272">libexif source tarball releases</a></li> <li>from CVS (empty password on login) @@ -97,8 +97,8 @@ cvs -z3 -d:pserver:ano...@li...s cvs -z3 -d:pserver:ano...@li...:/cvsroot/libexif co -P <a href="http://libexif.cvs.sourceforge.net/libexif/exif/" title="exif in ViewVC">exif</a> cvs -z3 -d:pserver:ano...@li...:/cvsroot/libexif co -P <a href="http://libexif.cvs.sourceforge.net/libexif/libexif-gtk/" title="libexif-gtk in ViewVC">libexif-gtk</a> cvs -z3 -d:pserver:ano...@li...:/cvsroot/libexif co -P <a href="http://libexif.cvs.sourceforge.net/libexif/gexif/" title="gexif in ViewVC">gexif</a> +cvs -z3 -d:pserver:ano...@li...:/cvsroot/libexif co -P <a href="http://libexif.cvs.sourceforge.net/libexif/libexif-testsuite/" title="libexif-testsuite in ViewVC">libexif-testsuite</a> </pre> -CVS will be replaced by something better some time. </li> <!--li>from SVN (will be enabled some time in mid-2006): <pre> @@ -141,7 +141,7 @@ svn co https://libexif.svn.sourceforge.n style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a> -<span>Last update: 2008-11-09</span> +<span>Last update: 2008-11-09</span> </div> </body> |