2013-01-08 Andrey Chernov a.k.a. ache contentURL -> contentUrl per specs. Use itemprop="url" for pichtml thumbnails. Move /usr/local/lib first for configure's X11/rgb.txt. Release 2.03pre18 2012-12-17 Andrey Chernov a.k.a. ache Use softer unsharp default parameters to avoid oversharp. 2012-11-27 Andrey Chernov a.k.a. ache Use Sort::Naturally if available Release 2.03pre17 2012-08-26 Andrey Chernov a.k.a. ache Be more strict in escaping URL according to RFC 3986 Release 2.03pre16 2012-08-02 Andrey Chernov a.k.a. ache Put up button on secondary index pages. Don't use rel=start links as they are not part of HTML5 Release 2.03pre15 2012-07-23 Andrey Chernov a.k.a. ache Fix diagnostic which cause fatal error for perl 5.14.2 Release 2.03pre14 2012-06-14 Andrey Chernov a.k.a. ache Fix missing quote in itemprop Release 2.03pre13 2012-05-27 Andrey Chernov a.k.a. ache Add --[no]microformat to use schema.org/ImageObject, default on Release 2.03pre12 2012-05-25 Andrey Chernov a.k.a. ache Implement schema.org/ImageObject microformat for pichtml and thumbnails 2012-05-23 Andrey Chernov a.k.a. ache Fix processing image names with ':' inside by specifying known format or "implicit:" for PerlMagick 'Read' and 'Ping'. Output WIDTH and HEIGHT for pichtml images. Remove dead code for obsoleted ImageMagick versions. Small cleanup, remove unneded evals for PerlMagick methods. 2012-05-21 Andrey Chernov a.k.a. ache Add --defsiteindex option (default "index.html") to specify default site index to avoid linking to "../index.html" and "index.html" but link to "../" and "./" instead. Implement --[no]userelnav to put rel=(prev|next|start) into , default 1 Implement rel=(prev|next|start) links for search engines (Google) and Opera. Implement --relnextadd to add to rel=next, can be Chrome's "prerender" for example (default ''). Release 2.03pre11 2012-05-20 Andrey Chernov a.k.a. ache Split pages list and navigation buttons for indexes, looks better, especially when this list is too long. Repeat buttons navigation under thumbnails too, as for pichtml navigation. 2012-05-19 Andrey Chernov a.k.a. ache For --noframes make 'up' navigation from subindexes pointing to the main index, not to the upper index, use 'first' icon for that and new option for TITLE= translation: --msg_first Rename --pichtmlupfirst to --idxbtnfirst and apply it to indexes too. 2012-05-18 Andrey Chernov a.k.a. ache Add opt_htmltagins to insert attributes (like "lang", "dir", etc.) into tag itself. Metion "./bootstrap" in the INSTALL* files. Release 2.03pre10 2012-05-14 Andrey Chernov a.k.a. ache Allowing more fine-grined control of
, remove hardcoded tags and add them into default opt_header, opt_footer, opt_pichtmltop and opt_pichtmlbottom instead. 2012-05-12 Andrey Chernov a.k.a. ache Make empty all navigation ALTs, left only TITLEs. It seems search engines likes to take ALTs from navigation as keywords, adding them to a search snippet, which looks confusing. Don't put irrelevant to the page content keyword 'WebMagick' into META NAME=keywords by default, it violates HTML5, make it empty instead. META NAME=classification not present in the HTML5, so remove that option. Remove autotools-pregenerated files, this method can't be upgraded to the new autotools, so now autotools are required again. Release 2.03pre9 2012-05-09 Andrey Chernov a.k.a. ache Don't use
and
, according to HTML 5 specs: "The element can thus be used to annotate illustrations, diagrams, photos, code listings, etc, that are referred to from the main content of the document, but that could, without affecting the flow of the document, be moved away from that primary content." "Moved away" here is not the right thing to assume for WebMagick. Don't use
where it is not needed. Release 2.03pre8 2012-05-03 Andrey Chernov a.k.a. ache is obsoleted in HTML5, replace with "font-size: larger;" 2012-05-01 Andrey Chernov a.k.a. ache Put
and