master
joey 2006-09-23 04:06:59 +00:00
parent 278dae4ef9
commit a084682f73
1 changed files with 10 additions and 1 deletions

View File

@ -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.
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..