Commit Graph

1532 Commits (6d04e182c4f4f44da37725444a540851fd36ba13)

Author SHA1 Message Date
http://kerravonsen.dreamwidth.org/ 354468d280 respond: markup, not internals 2010-01-17 00:10:55 +00:00
simonraven e3a09318a0 2010-01-16 08:42:56 +00:00
http://kerravonsen.dreamwidth.org/ 3b2772967f responded to discussion 2010-01-16 08:08:46 +00:00
simonraven 353f722dc4 2010-01-16 05:29:53 +00:00
simonraven a1138ae820 the pod bold thingy didn't work, making it a markdown one 2010-01-16 05:19:42 +00:00
Spida 65db2f47ac 2010-01-15 00:15:33 +00:00
Joey Hess 4f25d90ebc mention that lighttpd does support this. Example needed. 2010-01-14 18:56:05 -05:00
http://kerravonsen.dreamwidth.org/ f90827f29b this is sort of format too 2010-01-13 02:47:59 +00:00
http://kerravonsen.dreamwidth.org/ 2cbf60a431 correcting link 2010-01-13 02:38:33 +00:00
http://kerravonsen.dreamwidth.org/ a352767276 fixed title 2010-01-13 02:37:27 +00:00
http://kerravonsen.dreamwidth.org/ 7d997f1007 ftemplate: field-aware structured template plugin 2010-01-13 02:36:28 +00:00
http://kerravonsen.dreamwidth.org/ ccc8e88682 getfield: query field (meta-data) values 2010-01-13 02:27:59 +00:00
http://kerravonsen.dreamwidth.org/ 9ccd1ba41b ymlfront: backend for structured data 2010-01-13 02:20:34 +00:00
http://kerravonsen.dreamwidth.org/ 0c89eabcf5 more options for field configuration, additional pagespec test 2010-01-13 00:37:56 +00:00
Joey Hess d35bf0be67 correction 2009-12-25 15:08:22 -05:00
http://weakish.pigro.net/ cf26aa6bc7 question: "still domain specific or not?" 2009-12-24 08:46:40 +00:00
http://kerravonsen.dreamwidth.org/ c4a2d93115 added tag 2009-12-23 15:14:57 +00:00
http://kerravonsen.dreamwidth.org/ c7e822a496 added tag 2009-12-23 15:13:04 +00:00
http://kerravonsen.dreamwidth.org/ 01e744af0f third time lucky? 2009-12-23 15:09:59 +00:00
http://kerravonsen.dreamwidth.org/ 85eab3e9ff try again with tag 2009-12-23 15:08:14 +00:00
http://kerravonsen.dreamwidth.org/ 407a94c6a6 added tag 2009-12-23 15:07:11 +00:00
http://www.google.com/profiles/kari.pahula 5b48f1412e Getting OpenID verified identity externally 2009-12-12 06:33:21 -05:00
http://www.google.com/profiles/schmonz a3803f3cd8 on my unixauth branch now 2009-12-11 21:59:08 -05:00
http://kerravonsen.dreamwidth.org/ 2a4f37b462 oops, fixed name 2009-12-04 04:11:12 -05:00
http://kerravonsen.dreamwidth.org/ 658da70f6a added field plugin 2009-12-04 04:09:44 -05:00
http://lj.rossia.org/users/imz/ 917b8e5ba1 minor: a link to describe the mentioned format 2009-12-02 13:20:43 -05:00
http://lj.rossia.org/users/imz/ c4b7d04669 minor: a link to describe the format 2009-12-02 13:08:42 -05:00
http://kerravonsen.dreamwidth.org/ 11a6112b56 added the proper template thingie 2009-12-02 00:45:23 -05:00
http://kerravonsen.dreamwidth.org/ 5d68ee9e4e here be a plugin for processing POD! 2009-12-02 00:43:47 -05:00
http://kerravonsen.dreamwidth.org/ 6eb35262d5 clearing up a bit of confusion about who I am 2009-12-01 20:55:25 -05:00
http://kerravonsen.dreamwidth.org/ 18840f67e9 now have fixed xslt plugin 2009-12-01 18:51:48 -05:00
http://kerravonsen.dreamwidth.org/ cbdd0d8507 bug fix; now checks extensions. 2009-12-01 18:51:10 -05:00
http://kerravonsen.dreamwidth.org/ 3ca05b15d6 reply to comment 2009-12-01 18:30:25 -05:00
Joey Hess db746519eb security and comments 2009-12-01 16:08:21 -05:00
http://jmtd.livejournal.com/ d57ec1c6a4 add plugin template 2009-12-01 11:30:03 -05:00
http://kerravonsen.dreamwidth.org/ 9f30da3e1c xslt plugin 2009-11-30 21:55:06 -05:00
Joey Hess 268a2dd54c htmllink: allow a title attribute to be specified 2009-11-26 14:10:21 -05:00
Joey Hess f4cb6edd0f remove info about how to manually add relativedates
The date directive is a better approach.
2009-11-25 01:31:44 -05:00
Joey Hess df75c5b93a date: New plugin that allows inserting date directives that expand to pretty-printed dates, using the same formatting as used for page modification date display, etc. 2009-11-25 01:18:43 -05: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 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
Joey Hess 4f9c5896b2 add bug about transitive dependencies 2009-10-02 15:15:23 -04:00
martin f62de29638 documentation seems inaccurate 2009-10-01 08:12:49 -04:00
http://weakish.pigro.net/ 13940c5773 [patch] add an option to determine whether put autoindex pages in repo or not 2009-10-01 05:48:09 -04:00
Joey Hess caa3818eff thoughts 2009-09-30 15:17:03 -04:00
http://smcv.pseudorandom.co.uk/ be47e501c3 reply to potential album user 2009-09-25 14:19:49 -04:00
David Riebenbauer 0b0116cb98 create myself a user page
and link from my signatures so far
2009-09-25 06:37:15 +02:00
brush bac0174b78 installation attachments q's 2009-09-22 18:49:03 -04:00
http://kaizer.se/ 5946a54ec7 see Resolve native reStructuredText links to ikiwiki pages 2009-09-17 11:33:12 -04:00
http://kaizer.se/ 36094d7674 Resolving WikiLinks in rst -- WIP 2009-09-16 23:34:27 -04:00
Amitai Schlair dad25308d2 typo 2009-09-12 01:32:29 -04:00
Joey Hess f1999df705 remove cgi exclusion
Note that a typical use of this plugin is for a static site, w/o cgi
support enabled.
2009-09-12 00:24:57 -04:00