Difference between revisions of "Writing this guide"
From E-Consultation Guide
Line 6: | Line 6: | ||
* Basic help on editing is at [[Help:Editing]] | * Basic help on editing is at [[Help:Editing]] | ||
* Fuller details are at [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide:_Editing_overview mediaWiki's Guide: Editing Overview] | * Fuller details are at [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide:_Editing_overview mediaWiki's Guide: Editing Overview] | ||
+ | |||
+ | ==Extensions== | ||
+ | |||
+ | 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|footnotes]. | ||
+ | #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://wiki.case.edu/CaseWiki:Graphviz_extension the one we are using] | ||
+ | #*[http://www.graphviz.org/ the main Graphviz site] | ||
+ | #**[http://www.graphviz.org/Documentation/dotguide.pdf the user guide to dot], a graphviz layout program that takes a list of things like A -> B and generates a graph from it. | ||
+ | #*[http://www.linuxjournal.com/article/7275 a Graphviz tutorial] in Linux Journal |
Revision as of 15:45, 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 [1].
- 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