aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/sigs.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-23 04:06:59 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-23 04:06:59 +0000
commita084682f73c03d918639a2a4629dd89793a6b3e3 (patch)
tree77966f35e19e160e7d1f93956e8a228843a31090 /doc/todo/sigs.mdwn
parent278dae4ef988ad7e5ead6c99aa64db507e05538c (diff)
downloadikiwiki-a084682f73c03d918639a2a4629dd89793a6b3e3.tar
ikiwiki-a084682f73c03d918639a2a4629dd89793a6b3e3.tar.gz
new idea
Diffstat (limited to 'doc/todo/sigs.mdwn')
-rw-r--r--doc/todo/sigs.mdwn11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/sigs.mdwn b/doc/todo/sigs.mdwn
index 61c5312d4..f3ec2cbe8 100644
--- a/doc/todo/sigs.mdwn
+++ b/doc/todo/sigs.mdwn
@@ -9,4 +9,13 @@ design goals for ikiwiki: keeping as much markup as possible out of the
wiki and not adding nonstandard markup. And it's not significantly hard to
type "--\[[Joey]]", and as to the date, we do have page history.
-I'm also unsure how to possibly implement this. Seems ikiwiki would need to expand the rune to the user's name when a page is saved, but that leaves out svn commits. \ No newline at end of file
+I'm also unsure how to possibly implement this. Seems ikiwiki would need to
+expand the rune to the user's name when a page is saved, but that leaves
+out svn commits.
+
+---
+
+Alternate idea: Make a sig plugin, which would expand --Name to
+--[[user/Name]] (the "user/" bit would be configurable). This would be very
+easy to do, although it would need to try to avoid false positives, such
+as `--foo` in C code..