~ubuntu-branches/ubuntu/jaunty/mediawiki/jaunty-security

2 by Romain Beauxis
* New upstream release
1
mediawiki for Debian
2
--------------------
3
4
3 by Marc Dequènes (Duck), Marc Dequènes (Duck), Romain Beauxis
[ Marc Dequènes (Duck) ]
5
Optional features:
2 by Romain Beauxis
* New upstream release
6
	- Image thumbnailing :
7
	  Install 'php4-gd2' or 'imagemagick' to use this feature.
8
	- LaTeX-compatible math equations rendering :
9
	  Install 'tetex-bin', 'imagemagick' and a Ghostscript interpreter
10
	    ('gs-gpl' or 'gs-esp') to use this feature.
11
	  To be able to render non-ASCII characters, also install 'cjk-latex'.
12
	  Uncomment the following line in '/etc/mediawiki/LocalSettings.php' :
13
		$wgUseTeX = true;
14
3 by Marc Dequènes (Duck), Marc Dequènes (Duck), Romain Beauxis
[ Marc Dequènes (Duck) ]
15
Configuration:
2 by Romain Beauxis
* New upstream release
16
	The configuration use an easy web-based system ; just go to this URL :
3 by Marc Dequènes (Duck), Marc Dequènes (Duck), Romain Beauxis
[ Marc Dequènes (Duck) ]
17
		http://www.myserver.org/mediawiki/config/index.php
2 by Romain Beauxis
* New upstream release
18
		(replace by your own servername)
19
	Then just copy the generated config to the real system location :
20
		cp /var/lib/mediawiki/config/LocalSettings.php \
21
		 /etc/mediawiki/
22
	Enjoy !!!
23
24
 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sun, 19 Dec 2004 20:44:29 +0100
25
3 by Marc Dequènes (Duck), Marc Dequènes (Duck), Romain Beauxis
[ Marc Dequènes (Duck) ]
26
Configuring apache and MySQL:
27
	A good how-to to correctly setup the application used by mediawiki can be found there:
28
	http://meta.wikimedia.org/wiki/Running_MediaWiki_on_Debian_GNU/Linux
29
	But, of course, you should NOT do the part that talks about mediawiki installation itself :)
30
31
32
Editing and Syntax:
33
	MediaWiki syntax is rather complex.
34
	To prevent this README file from becoming a manual, 
35
	we don't provide here instructions on MediaWiki syntax.
36
	But you can point your browser to this page:
37
	http://meta.wikimedia.org/wiki/Help:Editing
38
	Where you will find all that you'd like to know about it!
39
40
-- Romain Beauxis <toots@rastageeks.org>  Thu,  6 Oct 2005 13:13:25 +0200
41
42