Difference between revisions of "Main Page"

From Sara Romeo
Jump to: navigation, search
(Replaced content with "SARA")
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been successfully installed.</strong>
+
SARA
 
 
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
 
 
== Getting started ==
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
 
 
 
<math>
 
a=1
 
</math>
 
 
 
 
 
<math>pi=\frac{3}{4} \sqrt{3}+24 \int_0^{1/4}{\sqrt{x-x^2}dx}</math>
 
 
 
<graphviz border='frame' format='png' desc='none'>
 
digraph example1 {Hello->"World!"}
 
</graphviz>
 
 
 
== simple graphViz test ==
 
 
 
=== Example 1 from http://www.mediawiki.org/wiki/Extension:GraphViz ===
 
<graphviz border='frame' format='png' desc='none'>
 
digraph example1 {Hello->"World!"}
 
</graphviz>
 
 
 
=== Example 2 from http://www.mediawiki.org/wiki/Extension:GraphViz ===
 
<graphviz renderer='neato' caption='Hello Neato'>
 
graph EXAMPLE2 {
 
  run -- intr;
 
  intr -- runbl;
 
  runbl -- run;
 
  run -- kernel;
 
  kernel -- zombie;
 
  kernel -- sleep;
 
  kernel -- runmem;
 
  sleep -- swap;
 
  swap -- runswap;
 
  runswap -- new;
 
  runswap -- runmem;
 
  new -- runmem;
 
  sleep -- runmem;
 
}
 
</graphviz>
 

Latest revision as of 12:25, 26 March 2015

SARA