Wiki: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
No edit summary
(Step 0 stuff.)
Line 1: Line 1:
Please consolidate all team-related info here (todo, documentation, depenencies).
Please consolidate all team-related info here (todo, documentation, depenencies).
== Todo ==


* Migrate anything useful from forums to wiki (in progress).
* Migrate anything useful from forums to wiki (in progress).
Line 7: Line 9:
* Install [[mediawikiwiki:Extension:SyntaxHighlight GeSHi|SyntaxHighlight GeSHi]] extension that can syntax highlight any code that gets posted to the wiki in areas such as [[CssWork]].
* Install [[mediawikiwiki:Extension:SyntaxHighlight GeSHi|SyntaxHighlight GeSHi]] extension that can syntax highlight any code that gets posted to the wiki in areas such as [[CssWork]].
* Use [[mediawikiwiki:Manual:$wgRCFeeds|$wgRCFeeds]] (and an IRC bot that can post UDP feeds) for the recent changes feed in #wiki instead of Atom.
* Use [[mediawikiwiki:Manual:$wgRCFeeds|$wgRCFeeds]] (and an IRC bot that can post UDP feeds) for the recent changes feed in #wiki instead of Atom.
* Update MediaWiki from 1.22.2 to 1.22.3.
* Update MediaWiki from 1.22.2 to 1.22.4.
 
== Documentation ==
* I have no idea where the wiki is stored/hosted on the servers at the moment.
* The only username/password I can even think of mentioning is the MySQL one, which should be in the wiki's LocalSettings.php file.
 
== Dependencies ==
See also [[Special:Version]] for automatically generated information about what software the wiki is running.
* MediaWiki 1.22.2 (current version is 1.22.4)
* Apache 2.x (whatever CentOS is providing I assume)
* PHP 5.3.3 (MediaWiki [[mediawikiwiki:Manual:Installation guide#Summarized_installation_guide|recommends]] at least 5.3.5 because of [http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4645 CVE-2010-4645], although that is probably patched in CentOS's version)
* MySQL 5.1.73
* ConfirmEdit MediaWiki extension (version 1.2, probably from the REL1_22 branch)
 
__FORCETOC__

Revision as of 23:20, 11 March 2014

Please consolidate all team-related info here (todo, documentation, depenencies).

Todo

  • Migrate anything useful from forums to wiki (in progress).
  • Nuke forums from orbit.
  • Install Renameuser extension so a rename requested by Stderr dk to "Stderr" can be completed.
  • Enable uploads on the wiki so we don't have to rely on external links to Imgur, Photobucket, etc.
  • Install SyntaxHighlight GeSHi extension that can syntax highlight any code that gets posted to the wiki in areas such as CssWork.
  • Use $wgRCFeeds (and an IRC bot that can post UDP feeds) for the recent changes feed in #wiki instead of Atom.
  • Update MediaWiki from 1.22.2 to 1.22.4.

Documentation

  • I have no idea where the wiki is stored/hosted on the servers at the moment.
  • The only username/password I can even think of mentioning is the MySQL one, which should be in the wiki's LocalSettings.php file.

Dependencies

See also Special:Version for automatically generated information about what software the wiki is running.

  • MediaWiki 1.22.2 (current version is 1.22.4)
  • Apache 2.x (whatever CentOS is providing I assume)
  • PHP 5.3.3 (MediaWiki recommends at least 5.3.5 because of CVE-2010-4645, although that is probably patched in CentOS's version)
  • MySQL 5.1.73
  • ConfirmEdit MediaWiki extension (version 1.2, probably from the REL1_22 branch)