diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:33:39 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:33:39 -0500 |
commit | 3c3135c6a8e3f0770c6efdb8c5765affedb61106 (patch) | |
tree | 1b91e8af0001a5f0a6d13c722d946a0e13720f74 /doc/todo | |
parent | eebd2aab9910b0c769396c0335b06417aed684c9 (diff) | |
parent | e589b2aa6122420fd974a258411bdfb537eabc73 (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn | 6 | ||||
-rw-r--r-- | doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn | 26 | ||||
-rw-r--r-- | doc/todo/pdfshare_plugin.mdwn | 1 |
3 files changed, 32 insertions, 1 deletions
diff --git a/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn b/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn index e5e65a7f3..76f62b68a 100644 --- a/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn +++ b/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn @@ -1,4 +1,8 @@ [[tag wishlist]] [[tag patch]] -In our team internal wiki, we wish to impose a policy that all edits must have a comment. Patch in [[debbug 450620]].
\ No newline at end of file +In our team internal wiki, we wish to impose a policy that all edits must have a comment. Patch in [[debbug 450620]]. + +> Good idea! I also hate empty commit comments, but I know that it's also a matter +> of human mentality. Of course, you can forbid users to commit empty comments, +> but then they can commit so worthless comments like "\*" or "\* blah". --[[Paweł|ptecza]]
\ No newline at end of file diff --git a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn new file mode 100644 index 000000000..30bcbd58f --- /dev/null +++ b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn @@ -0,0 +1,26 @@ +Here is a patch [[tag patch]] to add a *forward*ing functionality +to the [[`meta`_plugin|plugins/meta]]. + +Find the most recent version at +<http://www.schwinge.homeip.net/~thomas/tmp/meta_forward.patch>. + +I can't use `scrub(...)`, as that will strip out the forwarding HTML command. +How to deal with that? + +I can also submit a Git patch, if desired. + + +*Syntax:* + +**URL** = http://some.nice/place/ (*etc.*) + +**WHITHER** = \[\[**[[wikilink]]**]] | **URL** + +**D** = natural number (*meaning seconds*) + +**OPT_DELAY** = delay=**D** | empty (*immediatelly*) + +\[[meta forward="*WHITHER*" *OPT_DELAY*]] + + +--[[tschwinge]] diff --git a/doc/todo/pdfshare_plugin.mdwn b/doc/todo/pdfshare_plugin.mdwn new file mode 100644 index 000000000..40a162bfd --- /dev/null +++ b/doc/todo/pdfshare_plugin.mdwn @@ -0,0 +1 @@ +Given an ikiwiki with a PDF checked into it, how about a plugin that uses [pdfshare](http://ejohn.org/blog/easy-pdf-sharing/) to embed a version of the PDF that uses images and Javascript navigation? Great for presentations, or any other PDF you want to provide an easy preview of. The pdfshare plugin should regenerate the images and navigation if you update the PDF. --[[JoshTriplett]]
\ No newline at end of file |