From 49524c429e8dec4e18a81dfcfbbc93cbd1da32c3 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 24 Mar 2006 05:03:16 +0000 Subject: add blog post template --- doc/todo/blogging.mdwn | 4 +--- doc/todo/upgradehooks.mdwn | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 doc/todo/upgradehooks.mdwn (limited to 'doc/todo') diff --git a/doc/todo/blogging.mdwn b/doc/todo/blogging.mdwn index 9ae6cf4a6..55bb24689 100644 --- a/doc/todo/blogging.mdwn +++ b/doc/todo/blogging.mdwn @@ -1,6 +1,4 @@ -- Add a small form at top and bottom of a blog to allow entering - a title for a new item, that goes to a template to create the new page. - Should probably add params to control various rss fields like the blog title, its author email, its copyright info, etc. - The [[TODO]] page would work better if the first N were shown in full, - and then all open items were shown in summary. Maybe add this mode. \ No newline at end of file + and then all open items were shown in summary. Maybe add this mode. diff --git a/doc/todo/upgradehooks.mdwn b/doc/todo/upgradehooks.mdwn new file mode 100644 index 000000000..90ef725ae --- /dev/null +++ b/doc/todo/upgradehooks.mdwn @@ -0,0 +1,6 @@ +It's annoying to have to manually run --setup, especially for multiple +blogs, on upgrade. Is the deb is used, there could be a postinst hook to do +this. + +Let there be an /etc/ikiwiki/wikis, which just lists setup files and the +user who owns them. postinst loops through, su's, and runs --setup. Voila! -- cgit v1.2.3