aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-02 14:36:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-02 14:36:20 +0000
commit1a72a2f7655dc04eb8b7395d695a0d1053a0fa9e (patch)
tree9b1dae6a34529b95a564f3a2bd5e703c5e76aa4e /doc/todo
parent515a66e88833ded09bdb03328fb15584ac31fb13 (diff)
downloadikiwiki-1a72a2f7655dc04eb8b7395d695a0d1053a0fa9e.tar
ikiwiki-1a72a2f7655dc04eb8b7395d695a0d1053a0fa9e.tar.gz
web commit by JoshTriplett: Fix typo.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/graphviz.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/graphviz.mdwn b/doc/todo/graphviz.mdwn
index ea60373b9..111ae21db 100644
--- a/doc/todo/graphviz.mdwn
+++ b/doc/todo/graphviz.mdwn
@@ -1,3 +1,3 @@
How about a plugin providing a [[preprocessor_directive|preprocessordirective]] to render a graphviz file as an image via one of the graphviz programs ("dot" by default) and include the resulting image on the page, using the "cmapx" image map format? graphviz files themselves could also render the same way into an HTML file with the same basename as the graphviz file; format and program could come either from an ikiwiki configuration option or comments/directives in the file. (For example, "digraph" could imply "dot", and "graph" could imply "neato".)
-To complement this, ikiwiki could support creating and editing of graphviz files through the CGI interface, as a new page type; preview could render the file. It would also help to have some sort of graphviz extension attribute for linking to a wiki page, which would become a standard href or URL attribute in the input passed to the particular graphviz program. \ No newline at end of file
+To complement this, ikiwiki could support creating and editing graphviz files through the CGI interface, as a new page type; preview could render the file. It would also help to have some sort of graphviz extension attribute for linking to a wiki page, which would become a standard href or URL attribute in the input passed to the particular graphviz program. \ No newline at end of file