[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:45 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=99cb108
The following commit has been merged in the master branch:
commit 99cb108062523e66a493d69bc104652d14305e8a
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Sep 19 10:35:20 2015 +0000
#1111: Another bunch of updates.
---
website/doxygen/intro.html | 2 +-
website/doxygen/mainpage.hpp.in | 2 +-
website/html/include/exiv2.css | 12 ++
website/master/download.html.in | 74 +++++++-----
website/master/getting-started.html.in | 213 ++++++++++++++++++++-------------
website/master/whatsnew-latest.xsl | 6 +-
website/var/__example1__ | 2 +-
website/var/__example3__ | 2 +-
website/var/__example4__ | 2 +-
website/var/__example5__ | 2 +-
website/var/__navbar2__ | 1 -
website/var/__navbar__ | 1 -
12 files changed, 195 insertions(+), 124 deletions(-)
diff --git a/website/doxygen/intro.html b/website/doxygen/intro.html
index a0b74b7..91fb42e 100644
--- a/website/doxygen/intro.html
+++ b/website/doxygen/intro.html
@@ -1,6 +1,6 @@
<h2><a href="namespaces.html">Namespaces</a></h2>
-<p>The <a href="index.html">Exiv2 library</a> is made up of all
+<p>The Exiv2 C++ library is made up of all
elements defined in the <a href="namespaceExiv2.html">Exiv2
namespace</a>.</p>
diff --git a/website/doxygen/mainpage.hpp.in b/website/doxygen/mainpage.hpp.in
index 81375c0..26859e3 100644
--- a/website/doxygen/mainpage.hpp.in
+++ b/website/doxygen/mainpage.hpp.in
@@ -3,7 +3,7 @@
@mainpage notitle
@htmlonly
<div class="page-header">
- <h1>Exiv2 v__version__ C++ API documentation</h1>
+ <h1>Exiv2 C++ API documentation <small>v__version__ </small></h1>
</div>
@endhtmlonly
@htmlinclude intro.html
diff --git a/website/html/include/exiv2.css b/website/html/include/exiv2.css
index a91c050..fc20698 100644
--- a/website/html/include/exiv2.css
+++ b/website/html/include/exiv2.css
@@ -10,6 +10,18 @@ body {
margin-top: 30px;
}
+.margin-top-l {
+ margin-top: 50px;
+}
+
+.margin-top-m {
+ margin-top: 30px;
+}
+
+.margin-top-s {
+ margin-top: 10px;
+}
+
/* -------------------------------------------------------------------------- */
/* Examples (Code) */
PRE.fragment {
diff --git a/website/master/download.html.in b/website/master/download.html.in
index 1104938..e19bec7 100644
--- a/website/master/download.html.in
+++ b/website/master/download.html.in
@@ -17,33 +17,19 @@ __navbar__
<div class="container">
<div class="row">
<div class="col-sm-6">
- <h2>Source distribution</h2>
- <p>The complete source code to build the Exiv2 library, command
- line utility and several simple example and test applications.
- The distribution includes standard build files for
- UNIX-like systems (including GNU/Linux, Mac OS X, MinGW and Cygwin) as well
- as Visual Studio project files for Visual C++ .NET 2003 (MSVC 7.1)
- and later. After downloading and unpacking the distribution,
- see the <em>README</em> file in the top directory for build and
- installation notes and further information.</p>
- <p> </p>
- </div><!-- /.col-sm-6 -->
- <div class="col-sm-6">
- <h2>Windows executable</h2>
- <p>Just the command line utility <code>exiv2.exe</code>, Expat DLL, Exiv2
- manpage and two sample command files. To get started, run the executable
- with the <em>-h</em> parameter from a cmd shell:
- <code><a title="Exiv2 usage" href="sample.html#usage">exiv2 -h</a></code>.
- For details, read the <a href="manpage.html" title="Exiv2 man page">manual page</a>.
- The Windows executable was compiled with the
- <a title="MinGW homepage" href="http://www.mingw.org">MinGW</a> cross compiler
- on an x86-64 machine running
- <a title="Ubuntu homepage" href="http://www.ubuntu.com">Ubuntu</a>.
- </p>
- </div><!-- /.col-sm-6 -->
- </div><!-- /.row -->
- <div class="row">
- <div class="col-sm-6">
+ <div class="aligned">
+ <h2>Source distribution</h2>
+ <p>The complete source code to build the Exiv2 library, command
+ line utility and several simple example and test applications.
+ The distribution includes standard build files for
+ UNIX-like systems (including GNU/Linux, Mac OS X, MinGW and Cygwin) as well
+ as Visual Studio project files for Visual C++ .NET 2003 (MSVC 7.1)
+ and later. After downloading and unpacking the distribution,
+ see the <em><a title="README file" href="http://dev.exiv2.org/projects/exiv2/repository/entry/tags/__version__/README">README</a></em> file in the top directory for build and
+ installation notes and further information.
+ </p>
+ <p> </p>
+ </div>
<p class="text-center">
<a href="exiv2-__version__.tar.gz" class="btn btn-lg btn-success">
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download source
@@ -52,6 +38,20 @@ __navbar__
<p class="version text-center text-muted"><small>Currently v__version__</small></p>
</div><!-- /.col-sm-6 -->
<div class="col-sm-6">
+ <div class="aligned">
+ <h2>Windows executable</h2>
+ <p>Just the command line utility <code>exiv2.exe</code>, Expat DLL, Exiv2
+ manpage and two sample command files. To get started, run the executable
+ with the <em>-h</em> parameter from a cmd shell:
+ <code><a title="Exiv2 usage" href="sample.html#usage">exiv2 -h</a></code>.
+ For details, read the <a href="manpage.html" title="Exiv2 man page">manual page</a>.
+ The Windows executable was compiled with the
+ <a title="MinGW homepage" href="http://www.mingw.org">MinGW</a> cross compiler
+ on an x86-64 machine running
+ <a title="Ubuntu homepage" href="http://www.ubuntu.com">Ubuntu</a>.
+ </p>
+ <p> </p>
+ </div>
<p class="text-center">
<a href="exiv2-__version__-win.zip" class="btn btn-lg btn-success">
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download exiv2.exe
@@ -119,7 +119,7 @@ for NLS,
<p>The Exiv2 source code is maintained in a Subversion repository. You can
<a href="http://dev.exiv2.org/projects/exiv2/repository" title="Exiv2 online source code repository" >browse the source code online</a>
or get a copy of the latest development code from the repository.
- Once you have the source code, see the <em>README</em> file in the top
+ Once you have the source code, see the <em><a title="README file" href="http://dev.exiv2.org/projects/exiv2/repository/entry/tags/__version__/README">README</a></em> file in the top
directory for build and installation notes.
</p>
@@ -154,5 +154,23 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
</div><!-- /.container -->
__footer__
__bootstrap__
+<script type="text/javascript">
+ //<![CDATA[
+ $(document).ready(function() {
+ align();
+ });
+ $(window).resize(function() {
+ align();
+ });
+ function align() {
+ if ($(window).width() >= 768) {
+ $("div.aligned").css("height", $("div.aligned").height() + "px");
+ }
+ else {
+ $("div.aligned").css("height", "");
+ }
+ }
+ //]]>
+</script>
</body>
</html>
diff --git a/website/master/getting-started.html.in b/website/master/getting-started.html.in
index 9ffae53..6511c7a 100644
--- a/website/master/getting-started.html.in
+++ b/website/master/getting-started.html.in
@@ -4,39 +4,73 @@ __header4__
<body>
__navbar__
- <div class="jumbotron">
- <div class="container">
- <h1>Getting started</h1>
- <p class="lead">An overview of the basic Exiv2 C++ library and command line utility features and the Exiv2 project,
- examples and more.
- </p>
- <a href="download.html" class="btn btn-lg btn-success">
- <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download Exiv2
- </a>
- </div>
- </div><!-- /.jumbotron -->
-
- <div class="container">
- <div class="row">
- <div class="col-sm-6">
-
- <h2 id="lib">Exiv2 C++ library features</h2>
+<div class="jumbotron">
+ <div class="container">
+ <h1>Getting started</h1>
+ <p class="lead">An overview of the basic Exiv2 C++ library and command line utility features and the Exiv2 project,
+ examples and more.
+ </p>
+ <a href="download.html" class="btn btn-lg btn-success">
+ <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download Exiv2
+ </a>
+ </div>
+</div><!-- /.jumbotron -->
+
+<div class="container">
+ <div class="row">
+ <div class="col-sm-6">
+
+ <h2 id="lib">Exiv2 C++ library</h2>
+ <ul>
+ <li>Fast read and write access to the Exif, IPTC, and XMP metadata 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><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
+ in the same image segment</li>
+ <li>Exif <a href="makernote.html" title="Exif Makernote Formats and Specifications">Makernote</a> support:
<ul>
- <li>Fast read and write access to the Exif, IPTC, and XMP metadata 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><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
- in the same image segment</li>
- <li>Exif <a href="makernote.html" title="Exif Makernote Formats and Specifications">Makernote</a> support:
- <ul>
- <li>Makernote tags can be read and written just like any other metadata</li>
- <li>Sophisticated write algorithm avoids corrupting the Makernote</li>
- </ul>
- </li>
- <li>Simple interface to extract previews embedded in RAW images and Exif thumbnails</li>
- <li>Set and delete methods for Exif thumbnails</li>
+ <li>Makernote tags can be read and written just like any other metadata</li>
+ <li>Sophisticated write algorithm avoids corrupting the Makernote</li>
</ul>
-
+ </li>
+ <li>Simple interface to extract previews embedded in RAW images and Exif thumbnails</li>
+ <li>Set and delete methods for Exif thumbnails</li>
+ </ul>
+
+ </div><!-- /.col-sm-6 -->
+ <div class="col-sm-6">
+
+ <h2 id="util">Command line utility</h2>
+ <ul>
+ <li>Print Exif, IPTC and XMP image metadata 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
+ from command line modify commands or command scripts</li>
+ <li>Adjust the Exif timestamp (that's how it all started...)</li>
+ <li>Rename Exif image files according to the Exif timestamp</li>
+ <li>Extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments</li>
+ <li><a href="conversion.html" title="Exiv2 Conversions">Convert</a> from Exif and IPTC to XMP properties and vice versa</li>
+ <li>Extract previews from RAW images and thumbnails from the Exif metadata</li>
+ <li>Insert and delete the thumbnail image embedded in the Exif metadata</li>
+ <li>Print, set and delete the JPEG comment of JPEG images</li>
+ <li>Fix the Exif ISO setting of picture taken with Canon and Nikon cameras</li>
+ </ul>
+
+ </div><!-- /.col-sm-6 -->
+ </div><!-- /.row -->
+
+ <div class="row margin-top-s">
+ <div class="col-sm-6">
+
+ <div class="panel panel-primary">
+ <div class="panel-body">
+
+ <p>
+ To learn how to use the Exiv2 library in your own programs, start by reading the
+ short <a href="doc/index.html">API documentation intro</a> and study some of the examples here.
+ Refer to the <a href="metadata.html">metadata taglists</a> for supported tags and default types
+ and the <a href="doc/namespaceExiv2.html">API documentation</a> for the interface.
+ </p>
<div class="btn-group">
<a class="btn btn-primary" href="examples.html" role="button">Library examples</a>
<button type="button" class="btn btn-primary dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -51,72 +85,85 @@ __navbar__
</ul>
</div>
- </div><!-- /.col-sm-6 -->
- <div class="col-sm-6">
-
- <h2 id="util">Command line utility features</h2>
- <ul>
- <li>Print Exif, IPTC and XMP image metadata 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
- from command line modify commands or command scripts</li>
- <li>Adjust the Exif timestamp (that's how it all started...)</li>
- <li>Rename Exif image files according to the Exif timestamp</li>
- <li>Extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments</li>
- <li><a href="conversion.html" title="Exiv2 Conversions">Convert</a> from Exif and IPTC to XMP properties and vice versa</li>
- <li>Extract previews from RAW images and thumbnails from the Exif metadata</li>
- <li>Insert and delete the thumbnail image embedded in the Exif metadata</li>
- <li>Print, set and delete the JPEG comment of JPEG images</li>
- <li>Fix the Exif ISO setting of picture taken with Canon and Nikon cameras</li>
- </ul>
+ </div>
+ </div>
+ </div><!-- /.col-sm-6 -->
+ <div class="col-sm-6">
+
+ <div class="panel panel-primary">
+ <div class="panel-body">
+ <p>
+ To get started with the Exiv2 command line utility, run it with the <em>-h</em>
+ parameter from a terminal or cmd shell:
+ <code><a title="Exiv2 usage" href="sample.html#usage">exiv2 -h</a></code> and
+ study the samples here.
+ For details, read the <a href="manpage.html" title="Exiv2 man page">manual page</a>.
+ </p>
<a class="btn btn-primary" href="sample.html" role="button">Utility samples</a>
- </div><!-- /.col-sm-6 -->
- </div><!-- /.row -->
+ </div>
+ </div>
+
+ </div><!-- /.col-sm-6 -->
+ </div><!-- /.row -->
- <p> </p>
+ <h2>Project community and resources</h2>
- <div class="row">
- <div class="col-sm-6">
+ <div class="row">
+ <div class="col-sm-6">
- <div id="openhub_factoids">
- <h2>Project summary information</h2>
- <p>The Exiv2 project is registered with
- <a href="https://www.openhub.net/p/exiv2">Open Hub</a>, a service that helps track and compare Open Source projects.
- Among other things, the good people at Open Hub provide tools for evaluating Open Source projects and communities.
- Their analysis is based on data gathered from the project's source code repositories. Below are the Open Hub "factoids"
- for Exiv2. Use these to explore what Open Hub has to say on the state of our project.
- </p>
- <script type="text/javascript" src="http://www.openhub.net/p/13985/widgets/project_factoids.js"></script>
- </div>
+ <div class="panel panel-primary">
+ <div class="panel-body">
- </div><!-- /.col-sm-6 -->
- <div class="col-sm-6">
+ <p>The Exiv2 community website provides access to all project resources, including the
+ <a href="http://dev.exiv2.org/projects/exiv2/issues">issue tracker</a>,
+ <a href="http://dev.exiv2.org/projects/exiv2/wiki">wiki</a>,
+ <a href="http://dev.exiv2.org/projects/exiv2/boards">forum</a> and
+ <a href="http://dev.exiv2.org/projects/exiv2/repository">source code repository</a>.
+ There you can interact with project members and users
+ to get help and support, report bugs and get involved with the project.
+ </p>
- __whatsnew-latest__
+ <a class="btn btn-primary" href="http://dev.exiv2.org/projects/exiv2/wiki" role="button">Community website</a>
- </div><!-- /.col-sm-6 -->
- </div><!-- /.row -->
+ </div>
+ </div>
- <div class="row">
- <div class="col-sm-6">
+ <div id="openhub_factoids" class="margin-top-m">
+ <p>The Exiv2 project is registered with
+ <a href="https://www.openhub.net/p/exiv2">Open Hub</a>, a service that helps track and compare Open Source projects.
+ Among other things, the good people at Open Hub provide tools for evaluating Open Source projects and communities.
+ Their analysis is based on data gathered from the project's source code repositories. Below are the Open Hub "factoids"
+ for Exiv2. Use these to explore what Open Hub has to say on the state of our project.
+ </p>
+ <script type="text/javascript" src="http://www.openhub.net/p/13985/widgets/project_factoids.js"></script>
+ </div>
- <h2>Future plans</h2>
- <ul>
- <li>A unified metadata container</li>
- <li>Support for additional image formats</li>
- <li>More Makernotes</li>
- <li>CMake support for all platforms</li>
- </ul>
- <p>The <a href="http://dev.exiv2.org/projects/exiv2/roadmap">roadmap</a> has details for the upcoming version.</p>
+ </div><!-- /.col-sm-6 -->
+ <div class="col-sm-6">
+
+ __whatsnew-latest__
+
+ <h3 class="margin-top-m">Future plans</h3>
+ <p>These are high-level goals for the Exiv2 library, see the
+ <a href="http://dev.exiv2.org/projects/exiv2/roadmap">roadmap</a>
+ for details for the upcoming version.</p>
+ <ul>
+ <li>A stable API</li>
+ <li>A unified metadata container</li>
+ <li>CMake support for all platforms</li>
+ <li>Support for additional image formats</li>
+ <li>Support more Exif Makernotes</li>
+ </ul>
+
+ </div><!-- /.col-sm-6 -->
+ </div><!-- /.row -->
- </div><!-- /.col-sm-6 -->
- </div><!-- /.row -->
- </div><!-- /.container -->
+</div><!-- /.container -->
__footer__
__bootstrap__
- </body>
+</body>
</html>
diff --git a/website/master/whatsnew-latest.xsl b/website/master/whatsnew-latest.xsl
index 4bad817..8f17875 100644
--- a/website/master/whatsnew-latest.xsl
+++ b/website/master/whatsnew-latest.xsl
@@ -4,13 +4,9 @@
<!-- *********************************************************************** -->
<xsl:template match="news">
- <div id="latest">
- <h2>Project news</h2>
<div class="list-group">
- <xsl:apply-templates select="newsitem[position()<5]" />
+ <xsl:apply-templates select="newsitem[position()<5]" />
</div>
- </div>
- <xsl:comment> closes latest </xsl:comment>
</xsl:template>
<!-- *********************************************************************** -->
diff --git a/website/var/__example1__ b/website/var/__example1__
index 6f62fa9..54b479e 100644
--- a/website/var/__example1__
+++ b/website/var/__example1__
@@ -22,7 +22,7 @@
<div class="line"></div>
<div class="line"> <a name="_a1"></a><a class="code" href="doc/classExiv2_1_1ExifData.html" title="A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifda...">Exiv2::ExifData</a> &exifData = image->exifData();</div>
<div class="line"> <span class="keywordflow">if</span> (exifData.<a name="a2"></a><a class="code" href="doc/classExiv2_1_1ExifData.html#a4993c68fbb50731014c307852875c731" title="Return true if there is no Exif metadata.">empty</a>()) {</div>
-<div class="line"> <a name="a3"></a><a class="code" href="doc/namespaceExiv2.html#a5153319711f35fe81cbc13f4b852450ca2d79fb07c9ec891f281968dad43c1e25" title="IPTC string type.">std::string</a> error(argv[1]);</div>
+<div class="line"> std::string error(argv[1]);</div>
<div class="line"> error += <span class="stringliteral">": No Exif data found in the file"</span>;</div>
<div class="line"> <span class="keywordflow">throw</span> <a name="a4"></a><a class="code" href="doc/namespaceExiv2.html#accd3e49cafe9db52c1e0e6f648753cae" title="Error class used for exceptions (std::string based)">Exiv2::Error</a>(1, error);</div>
<div class="line"> }</div>
diff --git a/website/var/__example3__ b/website/var/__example3__
index fe2fdd0..bc2322a 100644
--- a/website/var/__example3__
+++ b/website/var/__example3__
@@ -22,7 +22,7 @@
<div class="line"></div>
<div class="line"> <a name="_a1"></a><a class="code" href="doc/classExiv2_1_1IptcData.html" title="A container for IPTC data. This is a top-level class of the Exiv2 library.">Exiv2::IptcData</a> &iptcData = image->iptcData();</div>
<div class="line"> <span class="keywordflow">if</span> (iptcData.<a name="a2"></a><a class="code" href="doc/classExiv2_1_1IptcData.html#afda626e27ebecd599005c68022db9c1c" title="Return true if there is no IPTC metadata.">empty</a>()) {</div>
-<div class="line"> <a name="a3"></a><a class="code" href="doc/namespaceExiv2.html#a5153319711f35fe81cbc13f4b852450ca2d79fb07c9ec891f281968dad43c1e25" title="IPTC string type.">std::string</a> error(argv[1]);</div>
+<div class="line"> std::string error(argv[1]);</div>
<div class="line"> error += <span class="stringliteral">": No IPTC data found in the file"</span>;</div>
<div class="line"> <span class="keywordflow">throw</span> <a name="a4"></a><a class="code" href="doc/namespaceExiv2.html#accd3e49cafe9db52c1e0e6f648753cae" title="Error class used for exceptions (std::string based)">Exiv2::Error</a>(1, error);</div>
<div class="line"> }</div>
diff --git a/website/var/__example4__ b/website/var/__example4__
index 21c2721..0b3acfa 100644
--- a/website/var/__example4__
+++ b/website/var/__example4__
@@ -14,7 +14,7 @@
<div class="line"> std::cout << <span class="stringliteral">"Usage: "</span> << argv[0] << <span class="stringliteral">" file
"</span>;</div>
<div class="line"> <span class="keywordflow">return</span> 1;</div>
<div class="line"> }</div>
-<div class="line"> <a name="a0"></a><a class="code" href="doc/namespaceExiv2.html#a5153319711f35fe81cbc13f4b852450ca2d79fb07c9ec891f281968dad43c1e25" title="IPTC string type.">std::string</a> file(argv[1]);</div>
+<div class="line"> std::string file(argv[1]);</div>
<div class="line"></div>
<div class="line"> <a name="_a1"></a><a class="code" href="doc/classExiv2_1_1IptcData.html" title="A container for IPTC data. This is a top-level class of the Exiv2 library.">Exiv2::IptcData</a> iptcData;</div>
<div class="line"></div>
diff --git a/website/var/__example5__ b/website/var/__example5__
index 017bfae..ae49029 100644
--- a/website/var/__example5__
+++ b/website/var/__example5__
@@ -199,7 +199,7 @@
<div class="line"></div>
<div class="line"> <span class="comment">// -------------------------------------------------------------------------</span></div>
<div class="line"> <span class="comment">// Serialize the XMP data and output the XMP packet</span></div>
-<div class="line"> <a name="a21"></a><a class="code" href="doc/namespaceExiv2.html#a5153319711f35fe81cbc13f4b852450ca2d79fb07c9ec891f281968dad43c1e25" title="IPTC string type.">std::string</a> xmpPacket;</div>
+<div class="line"> std::string xmpPacket;</div>
<div class="line"> <span class="keywordflow">if</span> (0 != <a name="a22"></a><a class="code" href="doc/classExiv2_1_1XmpParser.html#afad88c80404f9f35b687b33fe9ea9c63" title="Encode (serialize) XMP metadata from xmpData into a string xmpPacket. The XMP packet returned in the ...">Exiv2::XmpParser::encode</a>(xmpPacket, xmpData)) {</div>
<div class="line"> <span class="keywordflow">throw</span> <a name="a23"></a><a class="code" href="doc/namespaceExiv2.html#accd3e49cafe9db52c1e0e6f648753cae" title="Error class used for exceptions (std::string based)">Exiv2::Error</a>(1, <span class="stringliteral">"Failed to serialize XMP data"</span>);</div>
<div class="line"> }</div>
diff --git a/website/var/__navbar2__ b/website/var/__navbar2__
index 803e6df..8ea5480 100644
--- a/website/var/__navbar2__
+++ b/website/var/__navbar2__
@@ -27,7 +27,6 @@
</ul>
</li>
<li><a href="../manpage.html">Manpage</a></li>
- <li><a href="http://dev.exiv2.org/projects/exiv2/wiki">Project</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
diff --git a/website/var/__navbar__ b/website/var/__navbar__
index 04ed724..afe88b4 100644
--- a/website/var/__navbar__
+++ b/website/var/__navbar__
@@ -17,7 +17,6 @@
<li><a href="makernote.html">Makernote</a></li>
<li><a href="doc/index.html">API doc</a></li>
<li><a href="manpage.html">Manpage</a></li>
- <li><a href="http://dev.exiv2.org/projects/exiv2/wiki">Project</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list