Updates for new Redmine site.

v0.27.3
Andreas Huggel 11 years ago
parent fb96576155
commit f9b7ec5907

@ -189,4 +189,4 @@ publish:
rsync -vlDtrz --delete --exclude='.svn' --include="exiv2-`cat var/__version__`*" --exclude='exiv2-*tar.gz' --exclude='exiv2-*.zip' -e ssh html/ `whoami`@localhost:rs
really-publish:
rsync -vlDtrz --delete --exclude='misc/' --exclude='.svn' --include="exiv2-`cat var/__version__`*" --exclude='exiv2-*tar.gz' --exclude='exiv2-*.zip' -e "ssh -2 -i /home/andreas/.ssh/ahuggel.key" html/ ahuggel@exiv2.org:
rsync -vlDtrz --delete --exclude='misc/' --exclude='.svn' --include="exiv2-`cat var/__version__`*" --exclude='exiv2-*tar.gz' --exclude='exiv2-*.zip' -e "ssh -2 -i /home/andreas/.ssh/exiv2.pem" html/ root@exiv2.org:/var/www/exiv2/

@ -12,5 +12,5 @@ file=$1
sed -e 's/\&/\&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g' $file > $file.tmp
mv $file.tmp $file
sed -e 's,\#\([1-9][0-9][0-9]\),<a title="bug \1" href="http://dev.exiv2.org/issues/show/\1">#\1</a>,g; s,\([0-9][0-9][0-9][0-9][0-9][0-9][0-9]\),<a title="bug \1" href="http://dev.exiv2.org/issues/show/\1">\1</a>,g' $file > $file.tmp
sed -e 's,\#\([1-9][0-9][0-9]\),<a title="bug \1" href="http://dev.exiv2.org/issues/\1">#\1</a>,g; s,\([0-9][0-9][0-9][0-9][0-9][0-9][0-9]\),<a title="bug \1" href="http://dev.exiv2.org/issues/\1">\1</a>,g' $file > $file.tmp
mv $file.tmp $file

Binary file not shown.

@ -12,7 +12,7 @@ __maintitle__
<p>From the <b>source package</b> you can build the Exiv2 library, command
line utility, the
<a title="organize directories with digital images" href="http://dev.exiv2.org/boards/3/topics/show/44">organize</a>
<a title="organize directories with digital images" href="http://dev.exiv2.org/boards/3/topics/44">organize</a>
tool and a number of simple example and test applications. With a
few additional third party tools you can also generate the complete
API documentation. The package includes standard build files for
@ -112,7 +112,7 @@ for NLS,
<h2><a name="devel">Repository</a></h2>
<p>Exiv2 is maintained in a Subversion repository. You can
<a href="http://dev.exiv2.org/repositories/show/exiv2" title="Exiv2 online source code repository" >browse the source code online</a>
<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
directory for build and installation notes.

@ -13,7 +13,7 @@ It provides fast and easy 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> metadata
of images in <a href="http://dev.exiv2.org/wiki/exiv2/Supported_image_formats">various formats</a>.
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
<a href="download.html#license">commercial license</a>, and is used in many projects</a>.</p>
@ -79,7 +79,7 @@ Exiv2 is available as <a href="download.html#license">free software</a> and with
<li>video write wupport</li>
<li>remote io - support for http/ftp/ssh and other protocols</li>
</ul>
<p>The <a href="http://dev.exiv2.org/projects/roadmap/exiv2">roadmap</a> has details for the upcoming version.</p>
<p>The <a href="http://dev.exiv2.org/projects/exiv2/roadmap">roadmap</a> has details for the upcoming version.</p>
__footer__
</div>

@ -10,8 +10,8 @@ __maintitle__
<p>
The Makernote is tag 0x927c in the Exif IFD (Exif.Photo.MakerNote). According to the
<a title="The Exif 2.2 standard (PDF)" href="http://www.exif.org/Exif2-2.PDF">
Exif 2.2 standard</a>, the makernote is <i>"a tag for manufacturers of
<a title="The Exif 2.2 standard (PDF)" href="Exif2-2.PDF">Exif 2.2 standard</a>,
the makernote is <i>"a tag for manufacturers of
Exif writers to record any desired information. The contents are up to
the manufacturer, but this tag should not be used for any other than
its intended purpose."</i></p>

@ -1,5 +1,18 @@
<?xml version = '1.0'?>
<news>
<newsitem>
<date>03-Oct-2014</date>
<title>We have moved</title>
<abstract>The Exiv2 website and Redmine sites have moved.
</abstract>
<desc>You shouldn't actually notice anything of that, except that we
have at the same time also upgraded to a more recent version of
Redmine, with new features and a slightly updated look. I also had
to update some of the Redmine links. If you find any remaining
issues with the sites, please report them to us in the
<a title="Form - Exiv2" href="http://dev.exiv2.org/projects/exiv2/boards">forum</a>.
</desc>
</newsitem>
<newsitem>
<date>02-Dec-2013</date>
<title>Exiv2 0.24 released</title>
@ -137,7 +150,7 @@
makernote updates, and a number of improvements under the hood and
bug fixes, detailed in the <a title="ChangeLog" href="changelog.html">ChangeLog</a>.
It also includes a new utility,
<a title="organize directories with digital images" href="http://dev.exiv2.org/boards/3/topics/show/44">organize</a>,
<a title="organize directories with digital images" href="http://dev.exiv2.org/boards/3/topics/44">organize</a>,
contributed by Brad Schick.
</desc>
</newsitem>
@ -153,7 +166,7 @@
Yahoo! group, and a new Exiv2 Wiki, all integrated, with a common
look-and-feel and a single sign-on. From the main website, these
project resources are accessible through the
<a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 project resources and help centre">Project</a>
<a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 project resources and help centre">Project</a>
link in the sidebar.<br />
Thanks to Brad Schick for this latest innovation as well as his
reliable sysadmin services and sponsorship since the early days of
@ -437,7 +450,7 @@
release. It was introduced in release 0.8.<br />
Added a method to class Image to check which types of metadata are supported.<br />
See the <a title="ChangeLog" href="changelog.html">changelog</a> and this
<a title="Exiv2 bug #451" href="http://dev.exiv2.org/issues/show/451">bug report</a> for details.
<a title="Exiv2 bug #451" href="http://dev.exiv2.org/issues/451">bug report</a> for details.
</desc>
</newsitem>
<newsitem>

@ -1,7 +1,7 @@
<div id="footer">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left" valign="top">Copyright &copy; 2004 - 2013 Andreas Huggel</td>
<td align="left" valign="top">Copyright &copy; 2004 - 2014 Andreas Huggel</td>
<td align="left" valign="middle">
<script type="text/javascript">
<!--

@ -10,7 +10,7 @@
<li><a href="makernote.html" title="Exif MakerNote Formats and Specifications"><strong>Makernote</strong></a></li>
<li><a href="manpage.html" title="Exiv2 man page"><strong>Man page</strong></a></li>
<li><a href="doc/index.html" title="Exiv2 API documentation"><strong>API doc</strong></a></li>
<li><a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 project resources and help centre"><strong>Project</strong></a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 project resources and help centre"><strong>Project</strong></a></li>
</ul>
__whatsnew-latest__

@ -24,7 +24,7 @@
<li><a href="makernote.html" title="Exif MakerNote Formats and Specifications"><strong>Makernote</strong></a></li>
<li><a href="manpage.html" title="Exiv2 man page"><strong>Man page</strong></a></li>
<li><a href="doc/index.html" title="Exiv2 API documentation"><strong>API doc</strong></a></li>
<li><a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
</ul>
__whatsnew-latest__

@ -14,7 +14,7 @@
<li><a href="makernote.html" title="Exif MakerNote Formats and Specifications"><strong>Makernote</strong></a></li>
<li><a href="manpage.html" title="Exiv2 man page"><strong>Man page</strong></a></li>
<li><a href="doc/index.html" title="Exiv2 API documentation"><strong>API doc</strong></a></li>
<li><a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
</ul>
__whatsnew-latest__

@ -38,7 +38,7 @@
<li><a href="makernote.html" title="Exif MakerNote Formats and Specifications"><strong>Makernote</strong></a></li>
<li><a href="manpage.html" title="Exiv2 man page"><strong>Man page</strong></a></li>
<li><a href="doc/index.html" title="Exiv2 API documentation"><strong>API doc</strong></a></li>
<li><a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
</ul>
__whatsnew-latest__

@ -18,7 +18,7 @@
<li><a href="examples.html" title="Examples"><strong>Examples</strong></a></li>
</ul>
</li>
<li><a href="http://dev.exiv2.org/wiki/exiv2" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
<li><a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 resources and help centre"><strong>Project</strong></a></li>
</ul>
__whatsnew-latest__

Loading…
Cancel
Save