diff --git a/website/Checklist.txt b/website/Checklist.txt index 30fe7b50..dda165d2 100644 --- a/website/Checklist.txt +++ b/website/Checklist.txt @@ -47,6 +47,10 @@ v0.26+: copy builds from buildserver to html/builds $ cd website $ bin/getbuilds.sh + build the tag tables + $ cd website + $ bin/tagtables.sh + (Caution: cp: cannot stat ‘..//doc/templates/__Sony__’: No such file or directory) Get the Website ready: $ cd website @@ -59,7 +63,14 @@ Tag release (bin/exiv2-tagrelease.sh) Publish webpages and packages locally (make publish) Download and test packages #v0.25 Test Windows binary on Windows -Really publish webpages and packages (make really-publish) +#v0.25 Really publish webpages and packages (make really-publish) + +v0.26+ + $ cd website + copy releases to html + $ svn export svn://dev.exiv2.org/svn/team/releases html + $ rsync -varz html root@exiv2.org:/var/www/exiv2/ + Validate uploaded webpages with W3C HTML checker Exiv2 forum announcement Facebook fan page update diff --git a/website/bin/tagtables.sh b/website/bin/tagtables.sh index 690e2ef5..9f3948c6 100755 --- a/website/bin/tagtables.sh +++ b/website/bin/tagtables.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copy the tag tables from the documentation. +# Copy the tag tables from the documentation. # The documentation must be built. tabs="__Canon__ \ __CanonCs__ \ @@ -23,6 +23,6 @@ tabs="__Canon__ \ __Sigma__ \ __Sony__" -exv_base=./exiv2 +exv_base=../ for i in $tabs; do cp -f $exv_base/doc/templates/$i var/; done diff --git a/website/master/archive.html.in b/website/master/archive.html.in index 07a54725..08c50b89 100644 --- a/website/master/archive.html.in +++ b/website/master/archive.html.in @@ -21,7 +21,7 @@ __navbar__
19-Mar-2017 | +|
2017-04-28 |
Exiv2 0.26 Released
This release contains a large collection of new features, new lenses and bugfixes @@ -7,7 +7,8 @@ See the ChangeLog for the complete list of changes and new features. Highlights of this release-Slide Presentation: Exiv2v0-26.pdf + Short Presentation: Youtube (4 minutes) + Longer Slide Presentation: Exiv2v0-26.pdf
Goals and Project Plans for v0.27-We welcome Ben, Raphael, Shridar and Troy to Team Exiv2. We hope Alan, Andreas, Alan, Thomas, Mahesh, Gilles and Niels will continue to contribute. +We welcome Ben, Raphael, Shridar and Troy to Team Exiv2.
+ It is intended to update the specification for Exiv2 v0.27 in consultation with Team Exiv2.
|