aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-21 00:44:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-21 00:44:30 +0000
commit2c617eba0c49509a2ee1f7279eb1ddd2cb400b36 (patch)
tree94dcc000ae55725d5321045137c654f8c06ec1f5
parent97ffcbb2a35e3a6697d96612383e2a62f5ff307c (diff)
downloadikiwiki-2c617eba0c49509a2ee1f7279eb1ddd2cb400b36.tar
ikiwiki-2c617eba0c49509a2ee1f7279eb1ddd2cb400b36.tar.gz
web commit by http://adam.shand.net/
-rw-r--r--doc/todo/default_content_for_new_post.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/default_content_for_new_post.mdwn b/doc/todo/default_content_for_new_post.mdwn
index 51d5a4579..435427a95 100644
--- a/doc/todo/default_content_for_new_post.mdwn
+++ b/doc/todo/default_content_for_new_post.mdwn
@@ -13,3 +13,11 @@ every new post, which could help for [[/plugins]] (automatically use the
plugin template), or for [[/bugs]] and [[todo_items|/todo]] (automatically use
a template that appends "(done)" to the title if the page links to
"done"). --[[JoshTriplett]]
+
+> This is a feature I miss a lot from MoinMoin, and is especially helpful when you maintain pages which have a regular format (eg. recipe pages). I understand that using svn would bypass this feature but I think it's worth considering anyway because:
+
+> * For any given site often it's only the admin user who makes changes via svn, everyone else uses the web
+> * It's remote and casual users who benefit most from having standard templates to use for new pages
+> * When using svn to make changes it's easier to manually provide template functionality (eg. cp recipe_template.mdwn newpage.mdwn)
+
+> All of course bearing in mind that I'm just commenting because I don't have the skills to actually make the required changes. ;-) -- [[AdamShand]] \ No newline at end of file