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
66b46576ec
Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar.
2009-11-08 13:48:07 -05:00
Jon Dowland
2faf2d706b
rm empty discussion page
2009-11-05 09:26:57 +00:00
http://mcfrisk.myopenid.com/
b37bca1dff
move forum
2009-11-05 03:46:13 -05:00
http://mcfrisk.myopenid.com/
06293fc92e
from html to ikiwiki with url compatibility
2009-11-04 17:51:10 -05:00
Joey Hess
c29957e017
google: Pass the whole wiki url to google, not just the domain, so that search works correctly for wikis that are located in subdirectories of domains.
2009-10-29 18:05:58 -04:00
Amitai Schlair
879f2f683e
the setup file wants `rsync_command`, not `rsync`
2009-10-28 20:57:27 -04:00
Jon Dowland
4dd50ba1bc
update URL to mediawiki plugin
2009-10-28 13:52:05 +00:00
Amitai Schlair
57213fa0db
Google will take a full URL, request that the plugin send it
2009-10-27 22:22:11 -04:00
Jogo
11fc28970b
403 response may be a "not found" too
2009-10-27 17:44:06 -04:00
Joey Hess
8dfd5289a9
moderatedcomments: New plugin to allow comment moderation w/o relying on blogspam.net.
2009-10-26 13:24:27 -04:00
tschwinge
002b6d2c41
shortcuts: local file.
2009-10-16 03:19:55 -04:00
http://smcv.pseudorandom.co.uk/
bc4b8e4e23
not another hidden requirement...
2009-10-15 23:27:53 -04:00
http://smcv.pseudorandom.co.uk/
969ce8c5f8
add a bit more attribution so it's clearer what Joey wrote
2009-10-15 23:22:18 -04:00
http://smcv.pseudorandom.co.uk/
cd5bf7eb7f
comments after trying to implement joey's idea
2009-10-15 23:16:52 -04:00
Joey Hess
77b0454e0c
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-10-14 13:20:55 -04:00
http://schmonz.livejournal.com/
7e25c2116c
.htaccess hack
2009-10-13 20:51:43 -04:00
Joey Hess
ef7bddbc36
Merge branch 'dependency-types'
...
Conflicts:
doc/todo/dependency_types.mdwn
2009-10-13 15:15:54 -04:00
Jogo
7272938a11
2009-10-12 16:44:12 -04:00
Joey Hess
4cce292593
Merge branch 'master' into dependency-types
2009-10-11 23:38:41 -04:00
Joey Hess
6993d1f905
response
2009-10-11 22:58:17 -04:00
Joey Hess
a7cb309090
Merge branch 'master' into dependency-types
...
Conflicts:
debian/changelog
doc/plugins/calendar.mdwn
2009-10-11 16:54:23 -04:00
Joey Hess
665da89c27
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-10-11 16:53:07 -04:00
Joey Hess
e1939185d2
ikiwiki-calendar: New command automates creation of archive pages using the calendar plugin.
2009-10-11 16:52:54 -04:00
Joey Hess
5cddd8a0a3
typo
2009-10-11 16:04:03 -04:00
Joey Hess
5dba91cdc8
typo
2009-10-11 13:51:23 -04:00
Jogo
22ed3f388b
2009-10-11 04:34:17 -04:00
Jogo
800d165037
2009-10-10 04:22:41 -04:00
Joey Hess
74409f940d
add_depends: optimise influence calculation
...
I made match_* functions whose influences can vary depending on the page
matched set a special "" influence to indicate this.
Then add_depends can try just one page, and if static influences are found,
stop there.
2009-10-09 17:15:40 -04:00
Joey Hess
6f2cc5ac8c
pagespec_match_list: change limit to filter
2009-10-09 13:20:41 -04:00
Joey Hess
769b78df07
pagespec_match_list allow additional pagespec limit parameters again
2009-10-09 13:02:10 -04:00
Joey Hess
5e7b2dea84
rename use_pagespec to pagespec_match_list
...
To avoid breaking plugins, also support the old pagespec_match_list
calling convention, with a deprecation warning.
2009-10-08 23:51:06 -04:00
Joey Hess
32cd5f0b79
inline: switch to use_pagespec
...
Taking advantage of every single one of its features, of course.
Even had to add one more..
2009-10-08 18:30:50 -04:00
Joey Hess
5e236f5d25
add use_pagespec and deptype functions
2009-10-08 17:53:20 -04:00
Joey Hess
5f9860e65c
add type info to influence information
2009-10-07 21:52:37 -04:00
Joey Hess
4002d7c1a4
add influence info to match_*
...
Also update docs, test suite.
2009-10-07 20:31:13 -04:00
Joey Hess
76746c5fe6
Merge branch 'master' into dependency-types
2009-10-07 20:02:43 -04:00
Joey Hess
4528b95d25
mention that pagespec_match returns an overloaded value
2009-10-07 18:06:49 -04:00
Joey Hess
ff2aa982c3
Merge branch 'master' into dependency-types
2009-10-05 16:47:40 -04:00
Joey Hess
786dcf15c4
responses, questions, ideas
2009-10-05 16:47:12 -04:00
http://smcv.pseudorandom.co.uk/
3a188c047b
thoughts about renaming the actual images to .albumimage
2009-10-05 16:08:19 -04:00
Joey Hess
f7d04d1067
switch plugins page to use a map instead of an inline
...
A map just seems a better fit for reference, since it deliniates the
contrib plugins better, and orders better.
It also has the advantage of being less expensive, since the plugins page
does not need to update when eg, the pagecount page changes.
Only downside is, no rss feed of new plugins. Which I know a few people
were subscribed to.
2009-10-05 15:26:15 -04:00
Joey Hess
dc6fab3824
syntax
2009-10-05 15:17:36 -04:00
Joey Hess
fc864515b8
omit forum and javascript from list
2009-10-05 15:16:14 -04:00
Joey Hess
c6bf4228d5
make links dependencies fire if broken links change
2009-10-05 15:01:05 -04:00
Joey Hess
be032a7b87
rework dependency types code
...
Simplify, change default content depends number to 1,
change interface to make more sense.
2009-10-04 20:30:21 -04:00
Joey Hess
a8af271e5a
document effect of contentless dependencies on sidebar efficiency
2009-10-04 16:28:14 -04:00
Joey Hess
fd9d968024
document add_depends dependency type interface
2009-10-03 15:37:57 -04:00
Joey Hess
6e133959bc
fix wording here too
2009-10-02 18:47:15 -04:00