From: Hans U. N. <hu...@us...> - 2005-06-19 23:14:26
|
Update of /cvsroot/libexif/libexif-website/static In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31339/static Modified Files: index.html Log Message: nice little homepage Index: index.html =================================================================== RCS file: /cvsroot/libexif/libexif-website/static/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- index.html 19 Jun 2005 22:56:49 -0000 1.7 +++ index.html 19 Jun 2005 23:14:14 -0000 1.8 @@ -5,6 +5,15 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>The libexif C EXIF library</title> +<style type="text/css"> +div.banners { + border: solid 1px #000; + padding: 2px; + margin: 0; + background-color: #ddd; + height: 31px; +} +</style> </head> <body> @@ -16,41 +25,49 @@ <li>runs under POSIX systems (e.g. GNU/Linux, xBSD, MacOS X, etc.) and Win32. Win64 untested.</li> </ul> -<hr /> - <h2>About libexif</h2> <ul> <li><a href="https://sourceforge.net/projects/libexif">SF.net project page</a></li> -<li><a href="https://sourceforge.net/tracker/?group_id=12272&atid=112272">Bug Tracker</a> - - <a href="https://sourceforge.net/tracker/?func=add&group_id=12272&atid=112272">submit your bugs here</a></li> -<li><a href="https://sourceforge.net/mail/?group_id=12272">libexif mailing list</a></li> -<li><a href="irc://irc.freenode.net/#gphoto">IRC Channel</a> - #gphoto on irc.freenode.net (shared with the - <a href="http://gphoto.org/">gphoto project</a>)</li> -<li>Download <a href="https://sourceforge.net/project/showfiles.php?group_id=12272">release tarballs</a> or from CVS: +<li><a href="api/">libexif API documentation</a></li> +<li>Download <a href="https://sourceforge.net/project/showfiles.php?group_id=12272">libexif source tarballs</a> releases +or get the source code from CVS: <pre> cvs -d:pserver:ano...@cv...:/cvsroot/libexif login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/libexif co -P libexif cvs -z3 -d:pserver:ano...@cv...:/cvsroot/libexif co -P exif </pre> </li> -<li><a href="api/">libexif API documentation</a></li> </ul> -<hr /> +<h2>Feedback on libexif</h2> + +<ul> +<li><a href="https://sourceforge.net/tracker/?group_id=12272&atid=112272">Bug Tracker</a> - + <a href="https://sourceforge.net/tracker/?func=add&group_id=12272&atid=112272">submit your bugs here</a></li> +<li><a href="https://sourceforge.net/mail/?group_id=12272">libexif mailing list</a></li> +<li><a href="irc://irc.freenode.net/#gphoto">IRC Channel</a> - #gphoto on irc.freenode.net (shared with the + <a href="http://gphoto.org/">gphoto project</a>)</li> +</ul> <h2>About EXIF</h2> <ul> <li><a href="http://www.exif.org/">exif.org</a> - the EXIF standard and more</li> </ul> -<hr /> - -<p><a href="http://sourceforge.net" title="Hosted by SourceForge.net"><img +<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" 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 +<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" border="0" /></a></p> + alt="Valid XHTML 1.0!" height="31" width="88" 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> +</div> </body> </html> |