Joey Hess
34f046ed4a
close
2009-11-16 15:55:01 -05:00
Joey Hess
abec6019a0
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-16 15:54:28 -05:00
Joey Hess
4fa17df57d
meta: Generate meta description tags even when the html scrubber is enabled.
...
Unlike generic meta foo tags, meta description is known to be safe, so can
be special cased to be allowed despite the html scrubber. This makes meta
description much more useful, since it is otherwise limited to being used
by other plugins like map.
2009-11-16 15:51:00 -05:00
Joey Hess
65e9fbf6e9
add example of a map showing page descriptions
2009-11-16 15:30:08 -05:00
Thomas Schwinge
2d1dfab20a
Follow up.
2009-11-16 09:10:36 +01:00
NicolasLimare
6d73c13280
+ patch tag
2009-11-15 20:22:21 -05:00
NicolasLimare
fa7fd79ff0
- typo
2009-11-15 20:21:04 -05:00
NicolasLimare
dbc18a7223
+ micro whishlist item
2009-11-15 20:19:34 -05:00
Joey Hess
03fe40cdc5
diagnosis: probably broken browser?
2009-11-15 15:01:17 -05:00
Joey Hess
fb26b9ca84
Revert "Improve img's documentation."
...
The information added is incorrect.
2009-11-15 14:52:53 -05:00
martin
11787065a1
opened bug
2009-11-14 21:02:34 -05:00
Thomas Schwinge
88a217598d
Improve img's documentation.
...
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the
false bug report and added its gist to img's documentation.
2009-11-15 00:33:28 +01:00
http://www.openid.albertlash.com/openid/
7b2571adf4
import sys and sys.argv
2009-11-14 14:36:54 -05:00
http://www.openid.albertlash.com/openid/
65077372fa
missing apostrophe in python code
2009-11-14 14:34:52 -05:00
Joey Hess
df06b9201c
add news item for ikiwiki 3.20091113
2009-11-13 22:13:05 -05:00
Joey Hess
6edd00e9a4
releasing version 3.20091113
2009-11-13 22:11:42 -05:00
Joey Hess
d8cfd8d431
inline: Fix display of all pages when archive=yes or show=0 are used.
2009-11-13 20:50:27 -05:00
martin
e062693632
repoduced it ... sorry should have pasted this earlier
2009-11-13 19:00:13 -05:00
Joey Hess
956efcfac2
cannot reproduce
2009-11-13 17:35:13 -05:00
Joey Hess
ce4fa7768c
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-13 17:30:59 -05:00
martin
2a7e8921d5
new bug
2009-11-13 17:14:54 -05:00
Joey Hess
2bd6ebb42c
move to todo item, some thoughtS
2009-11-13 15:31:34 -05:00
Joey Hess
ad303e878e
inline: Allow direct inclusion of non-page files in raw mode.
2009-11-13 15:10:58 -05:00
JeremyReed
b9f264d066
fix typo
2009-11-12 10:23:58 -05:00
JeremyReed
5704255b8f
ask question
2009-11-12 10:16:44 -05:00
http://jmtd.livejournal.com/
1e6200f6fc
+todo/ adjust commit message for rename, remove
2009-11-12 09:41:57 -05:00
http://jmtd.livejournal.com/
074d2c27f8
optionally customize the commit message for rename/remove
2009-11-12 09:40:33 -05:00
http://jmtd.livejournal.com/
ed742ab2b5
explanation: whitespace surrounding your use of the IMG tag
2009-11-12 09:14:45 -05:00
Thomas Schwinge
34ae4419a5
doc/bugs/img_vs_align: New.
2009-11-12 14:08:44 +01:00
Joey Hess
91f364d02b
Revert spam
2009-11-12 00:24:33 -05:00
diannetyron
5d04071464
2009-11-12 00:19:28 -05:00
diannetyron
797ef6f61a
2009-11-12 00:12:10 -05:00
Jon Dowland
2761faeb5a
a user page redir. not sure which is worse: polluting users/ with redirects, or broken links on /recentchanges.
2009-11-11 19:14:18 +00:00
Jon Dowland
a3d947717a
Merge branch 'master' of git://git.ikiwiki.info
2009-11-11 19:12:47 +00:00
Jon Dowland
ac61907a62
another possible commit name
2009-11-11 19:12:37 +00:00
Jon Dowland
beb8c7444e
is this merge-worthy?
2009-11-11 19:06:00 +00:00
Jon Dowland
31244492a5
restore my original patch
2009-11-11 19:04:51 +00:00
Jon Dowland
6fead140d8
adjustments to my comment
2009-11-11 19:04:51 +00:00
Jon Dowland
3531920272
comment about patch version
2009-11-11 19:04:51 +00:00
Jon Dowland
be6b1c43d0
another back-burner todo item
2009-11-10 16:33:01 +00:00
Jon Dowland
c13dc4366c
half-formed thoughts
2009-11-10 16:24:57 +00:00
Joey Hess
92a6f2e5e8
httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to the cgi/wiki.
2009-11-10 00:50:59 -05:00
Joey Hess
9f0931ce21
localstyle: New plugin, allows overrding the toplevel local.css with one that is closer to a page.
...
I chose not to have it override style.css, because style.css is not really
intended to be edited; the one from the underlay is intended to be used as
a base that local.css overrides.
I chose to use a plugin rather than changing the default behavior, both
because I didn't want to have to worry about possibly breaking backwards
compatability (though this seems unlikely), and because it seemed cleaner
to not include style template parameters in the main page template code.
I suppose someone might want a way to not override the toplevel
local.css, but instead include it as well as foo/local.css. Probably the
best way to do that would be to have foo/local.css @import ../local.css
(modulo browser compatability issues). Alternatively, edit page.tmpl
to always include the toplevel local.css, or swap out this plugin for
another one.
2009-11-09 13:39:05 -05:00
Joey Hess
1fec2fdd20
add a pointer to meta
2009-11-09 13:39:05 -05:00
http://smcv.pseudorandom.co.uk/
73a2967321
*now* you want to look at indexpages ;-)
2009-11-09 10:15:48 -05:00
simonraven
52e5810c60
yay
2009-11-09 00:13:09 -05:00
Amitai Schlair
34f41bb8cb
whoops, it's an organization
2009-11-08 21:15:54 -05:00
Amitai Schlair
daa4e3e906
add a site of mine (the one that necessitated the rsync plugin)
2009-11-08 21:13:46 -05:00
Joey Hess
a596e6195c
add sublevels to toc
2009-11-08 18:30:12 -05:00
Joey Hess
2700289d26
add a link
2009-11-08 14:28:05 -05:00