Update to 3.20100501. From the changelog:
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-wiki templates.) * Version dependency on liburi-perl to >= 1.36; previous versions did not support building urls from utf-8 strings. Closes: #579713. * Ikiwiki can be configured to generate html5 instead of the default xhtml 1.0. The html5 output mode is experimental, not yet fully standards compliant, and will be subject to rapid change. * htmlscrubber: Allow html5 semantic tags: section, nav, article, aside hgroup, header, footer, figure, figcaption, time, mark * htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary, datalist. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. * htmlscrubber: Allow the html5 form attributes: placeholder, autofocus, min, max, step, required, autocomplete, novalidate, pattern, list, and form. (Also the form* override attributes for input and buttons.) * htmlscrubber: Allow additional misc html5 attributes: reversed, spellcheck, and hidden. * template: Fix typo.
This commit is contained in:
parent
4d103fb072
commit
eac818c838
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.50 2010/04/27 13:15:46 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2010/05/02 15:07:58 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ikiwiki_3.20100427
|
||||
DISTNAME= ikiwiki_3.20100501
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.36 2010/04/27 13:15:46 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.37 2010/05/02 15:07:58 schmonz Exp $
|
||||
|
||||
SHA1 (ikiwiki_3.20100427.tar.gz) = afb510cda0fd1e03e6ebf09a77a21ca45f893082
|
||||
RMD160 (ikiwiki_3.20100427.tar.gz) = 31690f4df9d6c94dad4c62fd90a3ca018721f9e6
|
||||
Size (ikiwiki_3.20100427.tar.gz) = 1725253 bytes
|
||||
SHA1 (ikiwiki_3.20100501.tar.gz) = 271b2176555106a1fb85fffe4fb5fcaca44f35dd
|
||||
RMD160 (ikiwiki_3.20100501.tar.gz) = d1c35c50593ccedc9f119fdf25f155f2d06b25a0
|
||||
Size (ikiwiki_3.20100501.tar.gz) = 1720634 bytes
|
||||
SHA1 (patch-aa) = 12cfd5be1b6e8b66e3e78cdf36e848a10b9642c3
|
||||
SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
|
||||
SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
|
||||
|
|
Loading…
Reference in a new issue