Commit Graph

13068 Commits (b382625f9fbe860ca80baaac7c2b38baa0626bc0)

Author SHA1 Message Date
Joey Hess 0dc6235659 use styled divs instead of center tags
More could be done to modernize this html, but I don't want to diverge
too far from the one in xapian.
2010-05-01 21:14:05 -04:00
Joey Hess 0ec1fe1944 set html5 option as advanced for now 2010-05-01 21:04:14 -04:00
Joey Hess 1226269f68 mention html5 2010-05-01 21:00:06 -04:00
Joey Hess 8e4af6a8e2 tidy plugin issue 2010-05-01 20:57:54 -04:00
Joey Hess a547d26858 html5 option
* 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.
2010-05-01 20:49:18 -04:00
Joey Hess ccafb10007 enable hidden attribute 2010-05-01 19:59:16 -04:00
Joey Hess 930a60ae1d apply simonrvn patch adding labels for radio buttons
and other minor html improvement
2010-05-01 19:37:27 -04:00
Joey Hess 704263534a apply simonrvn patch to quote attributes 2010-05-01 19:33:24 -04:00
Joey Hess 790a339db1 htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary. 2010-05-01 19:28:28 -04:00
Joey Hess f1e2d0af12 more html5 attributes 2010-05-01 19:11:03 -04:00
Joey Hess 78cee5140a add rest of html5 form attributes
It's easy to imagine pattern being used to freeze or crash browsers, if
they implement it stupidly. Let's hope not..
2010-05-01 18:44:37 -04:00
Joey Hess 80f9a2a087 add figure and figcaption 2010-05-01 18:31:33 -04:00
Joey Hess 0a139aba82 htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step. 2010-05-01 18:27:53 -04:00
Joey Hess 442bc59a15 htmlscrubber: Allow the placeholder attribute. 2010-05-01 18:14:50 -04:00
Joey Hess 73c8209484 more html5
* htmlscrubber: Also allow html5 canvas tags.
* htmlscrubber: Round out html5 video support with the preload
  attribute and the source tag.
2010-05-01 17:56:35 -04:00
Joey Hess 80f2042464 htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup header footer time mark 2010-05-01 16:34:47 -04:00
Joey Hess a034716009 update example tag pages to match autotag.tmpl 2010-05-01 15:35:52 -04:00
Joey Hess 91c57b03c9 limit feeds for tag pages to including ten posts
With archive=yes, feeds default to including all, but that is expensive
for automatically created tag pages.
2010-05-01 15:32:30 -04:00
Joey Hess 3252df4aa8 comments, branch review, questions 2010-05-01 15:27:32 -04:00
Joey Hess 6293c62cac no need to use HTML::Entities
That module is unused now. Long long ago, it used to be used to encode data in
the index. Checked all modules, and every module that uses it imports it.
2010-04-30 17:26:41 -04:00
Joey Hess dd75b61d93 response 2010-04-30 14:15:58 -04:00
Joey Hess 3e6cbc3190 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-30 14:10:17 -04:00
Joey Hess 8ce5c77738 Version dependency on liburi-perl to >= 1.36; previous versions did not support building urls from utf-8 strings. Closes: #579713 2010-04-30 13:06:52 -04:00
Jon Dowland 9fb15ec9fe new bug: svn commit failures... 2010-04-30 16:48:19 +01:00
simonraven f7f1dd3a38 more to add on my comment 2010-04-29 16:24:23 +00:00
simonraven d57d2ecca7 YA URI to another mediawiki to git project 2010-04-29 16:18:15 +00:00
http://jmtd.livejournal.com/ 8d7dba2fb2 wl rcs 2010-04-29 15:35:59 +00:00
albertlash ebde1ee2fd 2010-04-29 03:44:52 +00:00
albertlash 0c7d2cf9b2 2010-04-29 03:44:27 +00:00
http://kerravonsen.dreamwidth.org/ a5923e3999 reply 2010-04-29 00:27:03 +00:00
Joey Hess b61dc50dab remove obsolete NEWS 2010-04-28 12:42:14 -04:00
Joey Hess a6e6f604bd TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-wiki templates.) 2010-04-28 12:39:13 -04:00
http://kerravonsen.dreamwidth.org/ 67e8edc597 question about TMPL_INCLUDE 2010-04-28 03:22:37 +00:00
Joey Hess 0e7a3640ae template: Fix typo. 2010-04-27 12:10:58 -04:00
Joey Hess 9daf3db277 format 2010-04-27 00:02:49 -04:00
Joey Hess 47dfa3b8b9 add news item for ikiwiki 3.20100427 2010-04-27 00:00:46 -04:00
Joey Hess a9cf5810a6 releasing version 3.20100427 2010-04-27 00:00:09 -04:00
Joey Hess a6d38b7f26 update test suite for recent index load on rebuild changes 2010-04-26 19:01:31 -04:00
Joey Hess 3ac2ae1f14 Add page() PageSpec, which is like glob() but matches only pages, not other files. 2010-04-26 18:47:17 -04:00
Joey Hess 194824ce29 loop on pagesources, not ctime 2010-04-26 18:32:06 -04:00
Joey Hess 97b0c6e455 Fix removal of rendered files in rebuild mode.
Needed to handle the move of the .js files into ikiwiki/, but also this is
a longstanding bug.

Old pagemtime is not remembered in rebuild mode, and changing that would
need a lot of changes. So instead, loop on pagectime, which is remembered.

Change to remembering old pagesources info in rebuild mode. This seems safe
enough.
2010-04-26 17:14:03 -04:00
Joey Hess a6bd053638 remove manual file remove instructions
Since that was written, ikiwiki got fixed to track old rendered files
across --rebuild and remove them.
2010-04-26 16:31:00 -04:00
Joey Hess fc0c43aa75 fix missing \ 2010-04-26 15:51:20 -04:00
Joey Hess a17e6ed463 Minor, seemingly harmless tweaks to misc.tmpl
Whenever the DIV tag structure of page.tmpl has been changed, the DIV
tag structure of misc.tmpl must also change to reflect this, or else
any page which uses misc.tmpl will not look right.  My intent is to
make ease parallel maintenance of these two files by eliminating
trivial/accidental difference between the two, so that duplicated
regions can be more readily identified (perhaps even mechanically).

(cherry-picked from commit 075980f94996e8f67d9632ae95b8bf41fdf09afa, but
without the changes to comments in page.tmpl)
2010-04-26 13:53:39 -04:00
Joey Hess 06d5a19370 document match_guid 2010-04-26 13:47:40 -04:00
Joey Hess 7f3047f67c added match_guid function to meta plugin
(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d)

Conflicts:

	IkiWiki/Plugin/meta.pm
2010-04-26 13:47:01 -04:00
Joey Hess 0689f2dbc5 add blipvert 2010-04-26 13:43:24 -04:00
Joey Hess d4a1d88dbe Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-26 13:41:22 -04:00
http://jmtd.livejournal.com/ d3c994d980 fix indent 2010-04-26 15:29:04 +00:00
http://jmtd.livejournal.com/ 76e8e4ea83 insert table of common namespaces 2010-04-26 15:24:50 +00:00