]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 12 Nov 2007 17:33:39 +0000 (12:33 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 12 Nov 2007 17:33:39 +0000 (12:33 -0500)
doc/blog/discussion.mdwn
doc/sandbox.mdwn
doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn
doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn [new file with mode: 0644]
doc/todo/pdfshare_plugin.mdwn [new file with mode: 0644]

index 40e8c8f77631c4618933718a6f58c25869d8d6ad..fb643bf237bae2201ba896b8cb5351b4c476532a 100644 (file)
@@ -1,4 +1,4 @@
-How do you provide the per post discussion links in your own blog?
+## How do you provide the per post discussion links in your own blog?
 
 > That's configured by the "actions" parameter to the inline directive. See
 > docs in [[plugins/inline]]. --[[Joey]]
@@ -13,3 +13,23 @@ take it as far as implementing "replies" to other comments.
 
 > See [[todo/discussion_page_as_blog]] for some of my own thoughts on this
 > --[[Joey]]
+
+---
+
+## More dynamic `rootpage` parameter of inline plugin?
+
+I prefer to use a current year, month and day to archive my blog posts, for example
+`post/2007/11/12/foo-bar-baz` path is better for me then `post/foo-bar-baz`.
+Unfortunately it seems that `rootpage` parameter of inline plugin is very static.
+Is it a chance to make it more dynamic? Now I have to use `svn mkdir` command
+to create appropriate subdirectories by hand.
+
+I think that you could add builtin functions or variables, for example `current_year()`
+or `$CURRENT_YEAR` to usage inside `rootpage` parameter. Something like for Manoj's
+calendar plugin. Then my `rootpage` parameter could be like
+`rootpage="post/current_year()/current_month()/current_day()"`. Another good hints
+are welcomed ;)
+
+What's your opinion, Joey? I hope it's also useful for another ikiwiki lovers :)
+
+--[[Paweł|ptecza]]
index 04c71446a439fd5f50ba2a2e222b7adf55d0b53b..ab1d91d891aac7f8bb69bd235cfa1befe15e7724 100644 (file)
@@ -1,7 +1,7 @@
 This is the SandBox, a page anyone can edit to try out ikiwiki.
 
 ----
-Do re me fa so la te... git!
+Do re me fa so la te... git?
 
 i see. i see. lalala hmmmmmmmm.
 
index e5e65a7f3698f4280bbac4ce48f3a4c4f095d07a..76f62b68a797464e32d98fdd8d7a64715e8655e3 100644 (file)
@@ -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 (file)
index 0000000..30bcbd5
--- /dev/null
@@ -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 (file)
index 0000000..40a162b
--- /dev/null
@@ -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