Mediawiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
== Cheatsheet == | == Cheatsheet == | ||
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet] | [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia.org] | ||
== Install mediawiki on ubuntu == | == Install mediawiki on ubuntu == | ||
Line 25: | Line 25: | ||
== Create tables == | == Create tables == | ||
* http://www.tablesgenerator.com/mediawiki_tables | * http://www.tablesgenerator.com/mediawiki_tables | ||
* The following is an example of a table from the main page of [http://ubuntuguide.org/wiki/Ubuntu_Trusty UbuntuGuide.org]. | * The following is an example of a table from the main page of [http://ubuntuguide.org/wiki/Ubuntu_Trusty UbuntuGuide.org] (link were not modified). | ||
{| | {| |
Revision as of 09:41, 26 August 2014
Help resources
Cheatsheet
Install mediawiki on ubuntu
http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux
Enable tex for formula
http://www.mediawiki.org/wiki/Manual:Enable_TeX http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux
apt-get install mediawiki-math
and change
$wgUseTeX = true;
by sudo nano /etc/mediawiki/LocalSettings.php
Install mediawiki on debian
Link here [1]
Create tables
- http://www.tablesgenerator.com/mediawiki_tables
- The following is an example of a table from the main page of UbuntuGuide.org (link were not modified).
Introduction | Installation | Packages and Repositories |
File Managers | ||||
Desktop Add-ons | Virtual Machines | Games and Entertainment |
Internet |
Auto timeout
See http://www.mediawiki.org/wiki/Manual_talk:Configuration_settings#Auto-Logout On ubuntu, change /etc/php5/apache2/php.ini.
"session.cahce_expire=180".
"session.gc_maxlifetime = 1440"