#1111: Added Community menu item, moved some links.

v0.27.3
Andreas Huggel 10 years ago
parent 265644bf40
commit 70912ae0b8

@ -141,6 +141,9 @@ for NLS,
<pre class="pre-x-scrollable">$ svn export svn://dev.exiv2.org/svn/tags/__version__/test</pre> <pre class="pre-x-scrollable">$ svn export svn://dev.exiv2.org/svn/tags/__version__/test</pre>
<p>The <a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 community website">Exiv2 community website</a>
provides access to further project resources, including the issue tracker, wiki and forum.</p>
<h2 id="license">License</h2> <h2 id="license">License</h2>
<p>Exiv2 is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>; <p>Exiv2 is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>;

@ -23,7 +23,11 @@ __navbar__
<div class="col-sm-6"> <div class="col-sm-6">
<h2 id="lib">Exiv2 C++ library</h2> <h2 id="lib">Exiv2 C++ library</h2>
<ul> <ul>
<li>Fast read and write access to the Exif, IPTC, and XMP metadata of an image</li> <li>Fast read and write access to the
<a href="http://en.wikipedia.org/wiki/Exif">Exif</a>,
<a href="http://en.wikipedia.org/wiki/IPTC">IPTC</a> and
<a href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</a>
<a href="http://en.wikipedia.org/wiki/Metadata">metadata</a> of an image</li>
<li>Easy to use and <a href="doc/index.html" title="Exiv2 API documentation">extensively documented</a> C++ API</li> <li>Easy to use and <a href="doc/index.html" title="Exiv2 API documentation">extensively documented</a> C++ API</li>
<li><a href="conversion.html" title="Exiv2 Conversions">Conversions</a> of Exif and IPTC metadata to XMP and vice versa</li> <li><a href="conversion.html" title="Exiv2 Conversions">Conversions</a> of Exif and IPTC metadata to XMP and vice versa</li>
<li>Smart IPTC implementation that does not affect data that programs like Photoshop store <li>Smart IPTC implementation that does not affect data that programs like Photoshop store
@ -41,8 +45,11 @@ __navbar__
<div class="col-sm-6"> <div class="col-sm-6">
<h2 id="util">Command line utility</h2> <h2 id="util">Command line utility</h2>
<ul> <ul>
<li>Print Exif, IPTC and XMP image metadata in different formats: Exif summary info, interpreted values, <li>Print <a href="http://en.wikipedia.org/wiki/Exif">Exif</a>,
or the plain data for each tag</li> <a href="http://en.wikipedia.org/wiki/IPTC">IPTC</a> and
<a href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</a> image
<a href="http://en.wikipedia.org/wiki/Metadata">metadata</a> in different formats:
Exif summary info, interpreted values, or the plain data for each tag</li>
<li><a title="Modify" href="sample.html#modify">Set, add and delete</a> Exif, IPTC and XMP image metadata <li><a title="Modify" href="sample.html#modify">Set, add and delete</a> Exif, IPTC and XMP image metadata
from command line modify commands or command scripts</li> from command line modify commands or command scripts</li>
<li>Adjust the Exif timestamp (that's how it all started...)</li> <li>Adjust the Exif timestamp (that's how it all started...)</li>

@ -9,12 +9,8 @@ __navbar__
<img src="include/exiv2-logo-big.png" alt="Exiv2 home page"> <img src="include/exiv2-logo-big.png" alt="Exiv2 home page">
__maintitle__ __maintitle__
<p class="lead">Exiv2 is a <a href="getting-started.html#lib">C++ library</a> and a <a href="getting-started.html#util">command line utility</a> <p class="lead">Exiv2 is a <a href="getting-started.html#lib">C++ library</a> and a <a href="getting-started.html#util">command line utility</a>
to manage image <a href="http://en.wikipedia.org/wiki/Metadata">metadata</a>. to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata
It provides fast and easy read and write access to the of digital images in <a href="http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats">various formats</a>.
<a href="http://en.wikipedia.org/wiki/Exif">Exif</a>,
<a href="http://en.wikipedia.org/wiki/IPTC">IPTC</a> and
<a href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</a> metadata
of images in <a href="http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats">various formats</a>.
Exiv2 is available as <a href="download.html#license">free software</a> and with a Exiv2 is available as <a href="download.html#license">free software</a> and with a
<a href="download.html#license">commercial license</a>, and is used in many projects. <a href="download.html#license">commercial license</a>, and is used in many projects.
</p> </p>

@ -13,12 +13,12 @@
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li><a href="../getting-started.html">Getting started</a></li> <li><a href="../getting-started.html">Overview</a></li>
<li><a href="../download.html">Download</a></li> <li><a href="../download.html">Download</a></li>
<li><a href="../metadata.html">Metadata</a></li> <li><a href="../metadata.html">Metadata</a></li>
<li><a href="../makernote.html">Makernote</a></li> <li><a href="../makernote.html">Makernote</a></li>
<li class="dropdown active"> <li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">API doc <span class="caret"></span></a> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">API <span class="caret"></span></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a href="index.html"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp; Quick start</a></li> <li><a href="index.html"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp; Quick start</a></li>
<li><a href="namespaceExiv2.html"><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>&nbsp; Namespace reference</a></li> <li><a href="namespaceExiv2.html"><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>&nbsp; Namespace reference</a></li>
@ -29,6 +29,17 @@
</ul> </ul>
</li> </li>
<li><a href="../manpage.html">Manpage</a></li> <li><a href="../manpage.html">Manpage</a></li>
<li class="dropdown">
<a href="#" title="Links to the Exiv2 community website" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://dev.exiv2.org/projects/exiv2/activity?show_issues=1&show_changesets=1&show_messages=1"><span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span>&nbsp; Activity</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/roadmap"><span class="glyphicon glyphicon-road" aria-hidden="true"></span>&nbsp; Roadmap</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/issues"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>&nbsp; Issues</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki"><span class="glyphicon glyphicon-book" aria-hidden="true"></span>&nbsp; Wiki</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/boards"><span class="glyphicon glyphicon-comment" aria-hidden="true"></span>&nbsp; Forum</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/repository"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>&nbsp; Repository</a></li>
</ul>
</li>
</ul> </ul>
</div><!--/.nav-collapse --> </div><!--/.nav-collapse -->
</div> </div>

@ -13,12 +13,23 @@
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li><a href="getting-started.html">Getting started</a></li> <li><a href="getting-started.html">Overview</a></li>
<li><a href="download.html">Download</a></li> <li><a href="download.html">Download</a></li>
<li><a href="metadata.html">Metadata</a></li> <li><a href="metadata.html">Metadata</a></li>
<li><a href="makernote.html">Makernote</a></li> <li><a href="makernote.html">Makernote</a></li>
<li><a href="doc/index.html">API doc</a></li> <li><a href="doc/index.html">API</a></li>
<li><a href="manpage.html">Manpage</a></li> <li><a href="manpage.html">Manpage</a></li>
<li class="dropdown">
<a href="#" title="Links to the Exiv2 community website" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://dev.exiv2.org/projects/exiv2/activity?show_issues=1&show_changesets=1&show_messages=1"><span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span>&nbsp; Activity</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/roadmap"><span class="glyphicon glyphicon-road" aria-hidden="true"></span>&nbsp; Roadmap</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/issues"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>&nbsp; Issues</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki"><span class="glyphicon glyphicon-book" aria-hidden="true"></span>&nbsp; Wiki</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/boards"><span class="glyphicon glyphicon-comment" aria-hidden="true"></span>&nbsp; Forum</a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/repository"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>&nbsp; Repository</a></li>
</ul>
</li>
</ul> </ul>
</div><!--/.nav-collapse --> </div><!--/.nav-collapse -->
</div> </div>

Loading…
Cancel
Save