Difference between revisions of "Writing this guide"
From E-Consultation Guide
(→Extensions) |
|||
Line 11: | Line 11: | ||
We've added two extensions to this intallation of MediaWiki | We've added two extensions to this intallation of MediaWiki | ||
− | #The [http://meta.wikimedia.org/wiki/Cite/Cite.php Cite] extension, to handle [http://meta.wikimedia.org/wiki/Help:Footnotes | + | #The [http://meta.wikimedia.org/wiki/Cite/Cite.php Cite] extension, to handle [http://meta.wikimedia.org/wiki/Help:Footnotes footnotes]. |
#A graphviz extension, to produce graphs from lists of linked nodes. | #A graphviz extension, to produce graphs from lists of linked nodes. | ||
#*[http://www.wickle.com/wikis/index.php/Graphviz_extension Documentation on the original graphviz extension] | #*[http://www.wickle.com/wikis/index.php/Graphviz_extension Documentation on the original graphviz extension] |
Revision as of 15:46, 8 July 2006
This guide is being written by members of the E-Consultation Research Project and others.
Here is some help for those writing the guide.
- This is an installation of MediaWiki.
- Basic help on editing is at Help:Editing
- Fuller details are at mediaWiki's Guide: Editing Overview
Extensions
We've added two extensions to this intallation of MediaWiki
- The Cite extension, to handle footnotes.
- A graphviz extension, to produce graphs from lists of linked nodes.
- Documentation on the original graphviz extension
- the one we are using
- the main Graphviz site
- the user guide to dot, a graphviz layout program that takes a list of things like A -> B and generates a graph from it.
- a Graphviz tutorial in Linux Journal