aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/preprocessor_directive_for_proposed_changes.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-15 16:55:13 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-15 16:55:13 +0000
commit8d72e73a114c8f64352a5fc753057e465c11b72f (patch)
tree857cdf3bff14e5caa2e2bb963e574137cd245215 /doc/todo/preprocessor_directive_for_proposed_changes.mdwn
parentbcb8b3c5c5e4ae893412edb59bda888bcbde8555 (diff)
downloadikiwiki-8d72e73a114c8f64352a5fc753057e465c11b72f.tar
ikiwiki-8d72e73a114c8f64352a5fc753057e465c11b72f.tar.gz
web commit by http://jeremie.koenig.myopenid.com/: more thoughts
Diffstat (limited to 'doc/todo/preprocessor_directive_for_proposed_changes.mdwn')
-rw-r--r--doc/todo/preprocessor_directive_for_proposed_changes.mdwn39
1 files changed, 28 insertions, 11 deletions
diff --git a/doc/todo/preprocessor_directive_for_proposed_changes.mdwn b/doc/todo/preprocessor_directive_for_proposed_changes.mdwn
index d38ca87f9..b8577c233 100644
--- a/doc/todo/preprocessor_directive_for_proposed_changes.mdwn
+++ b/doc/todo/preprocessor_directive_for_proposed_changes.mdwn
@@ -24,20 +24,37 @@ Index: IkiWiki/CGI.pm
"""]]
</pre>
-These would expand to a description of the changes to be effected, a toggleable diff
-of them if appropriate, and of course an "apply theses changes" button.
-Ultimately my planned [[review_mechanism]] would manage pages with such directives
-by itself.
+These would expand to a description of the changes,
+and provide "apply theses changes", "preview changes", and maybe
+"show diff" buttons. When those would be clicked,
+an rcs_ function would be called to apply the changes in
+the working copy, and depending on the request they would
+be svn diff'ed or rendered and shown, and kept.
+(all the affected pages would be inlined for the preview)
+
+Ultimately my planned [[review_mechanism]] would manage pages
+with such directives by itself.
+
+Thinking about it, describing changes inside a directive rather
+than as pages of their own is a bad remedy for the temporary
+lack of web-based file upload in ikiwiki.
+
+Implementing this as new pages formats would be simpler,
+and combined with inlining and file uploading it would be
+at least as powerful. It would be easier to handle changes
+automatically (for instance, moving the change pages once
+they have been applied). There would still be associated
+discussion pages in markdown.
+
+Regular pages could be used as change pages as well,
+if they provide subpages in a format describing changes.
+This would allow grouping and documenting changes.
I'm still uncertain about many things, so please anyone feel free to comment.
Specifically:
- * What would an optimal syntax look like?
- * Do I need to / should I define a new rcs_ function to handle such operations?
- * Would it be acceptable for an ikiwiki module to use temporary file (ie. to calculate diffs)?
- * Should the diff be calculated at page build time (which means the page should be rebuilt
- whenever a target file changes), or should the CGI be used when someone requests it?
- * Would it be possible to detect already applied changes (without extra state, that is),
- and propose to "revert changes" in that case?
+ * Would it be possible to detect already applied changes
+ (without extra state, that is), and propose to "revert
+ changes" in that case?
--[[JeremieKoenig]]