aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/graphviz.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 00:26:35 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 00:26:35 +0000
commite76fb32d3f817ee26275d608b63d8c895447cd5a (patch)
tree4b6c603b3c9dbf1bf089fa769cf631d918347145 /doc/todo/graphviz.mdwn
parentcb69af55f24290d9b337c320db0162405a0156d9 (diff)
downloadikiwiki-e76fb32d3f817ee26275d608b63d8c895447cd5a.tar
ikiwiki-e76fb32d3f817ee26275d608b63d8c895447cd5a.tar.gz
tag some potential candidates for the Google Summer of Code
Diffstat (limited to 'doc/todo/graphviz.mdwn')
-rw-r--r--doc/todo/graphviz.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/graphviz.mdwn b/doc/todo/graphviz.mdwn
index 051684ea8..3200d7a9c 100644
--- a/doc/todo/graphviz.mdwn
+++ b/doc/todo/graphviz.mdwn
@@ -1,3 +1,8 @@
How about a plugin providing a [[preprocessor_directive|preprocessordirective]] to render a [[debpkg 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 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.
+
+> Editing graphviz files safely online might be tricky. Graphvis would need
+> to be audited. --[[Joey]]
+
+[[soc]]