From: Hans U. N. <hu...@us...> - 2005-06-19 22:23:12
|
Update of /cvsroot/libexif/libexif-website/static In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6553/static Added Files: index.html Log Message: add libexif website to CVS --- NEW FILE: index.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>The libexif C EXIF library</title> </head> <body> <h1>The libexif C EXIF library</h1> <ul> <li>is a library written in pure C.</li> <li>reads and writes EXIF metainformation from and to image files.</li> <li>is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 (LGPL).</li> <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: <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>About EXIF</h2> <ul> <li><a href="http://www.exif.org/">exif.org</a> - the EXIF standard and more</li> </ul> </body> </html> |