Difference between revisions of "MediaWiki"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (multi-spam revert)
Line 1: Line 1:
http://www.cylive.com/viewContent.do?id=37524 Cialis Generic
+
==Navigation==
 +
[[category:software]]<section begin=navbar />[[computing]]: [[software]]: [[content management system|content management]]: [[wiki]]: [[MediaWiki]]<section end=navbar />
  
comment1, http://www.kaboodle.com/accessories_sara 98 maxima accessories, http://www.kaboodle.com/all_accessories 2005 ford focus accessories, http://www.kaboodle.com/accessories_sara accessories for a yahama outboard, http://www.kaboodle.com/all_accessories 2004 mustang accessories,
+
==Overview==
 +
[[MediaWiki]] is the software used for this wiki, and seems to be the most mature (and most rapidly developing) [[wiki]] software available.
 +
===Pages===
 +
''see also Developer Docs, below''
 +
* '''versions'''
 +
** [[MediaWiki 1.11]] may require some changes to your configuration when upgrading
 +
** [[MediaWiki 1.12]] has some substantial changes to the parser, breaking some usages of extension functions/tags
 +
* '''common operations'''
 +
** [[MediaWiki installation|installation]]
 +
** [[MediaWiki customization|customization]]
 +
** [[upgrading MediaWiki]]
 +
** [[backing up MediaWiki]]
 +
** [[fighting spam posts in MediaWiki]]
 +
** [[creating a custom Special page in MediaWiki]]
 +
** [[/skins|skinning]]
 +
* '''extensions'''
 +
** [[LiquidThreads]]: threaded forum which takes over the talkpages
 +
** [[SpamFerret]]: advanced spam filtering database (in progress but functional)
 +
** [[W3TPL]]: scripting language (in progress but functional)
 +
** [[/Special]]: special pages with documentation on this site
 +
*** [[/Special/Interwiki|Interwiki]]: modified version of Stephanie Amanda Stevens's workhorse
 +
*** [[/Special/LogPost|LogPost]]: for debugging POSTed data
 +
*** [[/Special/SiteSubscribe|SiteSubscribe]]: for managing site subscriptions, with support for [[PayPal]]
 +
* '''advanced'''
 +
** [[/content programming]]: programming with wikicode
 +
* '''works in progress'''
 +
** [[/embedding|embedding MediaWiki content in other sites]]
 +
** [[subwikifying MediaWiki]]
 +
** [[mirroring a MediaWiki site on a laptop]]
 +
** [[MediaWiki customization for an outward-looking site]]
  
http://www.cylive.com/viewContent.do?id=37524 Cialis Generic
+
==Links==
 +
===Reference===
 +
* [[mwsite:MediaWiki|MediaWiki]] software's official web site
 +
** [[mwsite:Documentation|Documentation]]
 +
** [[mwsite:Manual:Contents|installing, running and developing]] for the MediaWiki software
 +
** [[metawikipedia:Help:Contents|User's Guide / Help index]]
 +
* '''Editing''':
 +
** '''Magic words''':
 +
*** [[metawikipedia:Help:Magic words|Meta]] needs to be merged with MediaWiki; has some info MediaWiki lacks
 +
*** [[mwsite::Help:Magic words|MediaWiki.org]]
 +
*** ''see also: [[mwsite:Manual:Magic words]] for coding info''
 +
** [[mwsite:Manual:Parameters to index.php|Manual:Parameters to index.php]]: list of standard arguments used in MW URLs
 +
** [[mwsite:Help:Variables|Help:Variables]]: built-in variables
 +
*** [[metawikipedia:Help:Variable|old version on Meta]]
 +
** Wikipedia:
 +
*** [[wikipedia:Wikipedia:Extended image syntax|extended image syntax]]
 +
*** [[wikipedia:Wikipedia:Gallery tag|image galleries]]
 +
*** [[wikipedia:Help:Table|table formatting]]
 +
** advanced techniques:
 +
*** [[metawikipedia:Help:Template|Help:Template]]
 +
*** [[metawikipedia:Help:Substitution|Help:Substitution]]
 +
* '''Administration & Customization''':
 +
** [[mwsite:Customization|Customization]] (see also [[MediaWiki customization]])
 +
** [[metawikipedia:Customization:Quickbar|Quickbar Customization]]
 +
** [[metawikipedia:Skins|Creating custom skins, etc.]]
 +
** '''Extensions''': see [[MediaWiki extensions|Extensions]]
 +
** [[mwsite:Manual:LocalSettings.php|LocalSettings.php]]
 +
* '''Coding'''
 +
** [[mwsite:Manual:Database layout|Database layout]]: what the tables do
 +
** [[mwsite:Manual:Variables|Manual:Variables]]: guide to writing extensions which define new variables
 +
*** seems to be wrong in some ways; examples don't work, and examples on Meta work better (need to find page) --[[User:Woozle|Woozle]] 15:53, 17 September 2007 (EDT)
 +
** [http://wikipedia.sourceforge.net/doc/MediaWiki/ Directory of Coding Docs] at SourceForge
 +
** [http://wise-nano.org/w/Programming_notes Programming Notes] from one developer who was doing some relatively simple modifications to MediaWiki; describes where a lot of the basic nuts and bolts are.
 +
* '''Tools'''
 +
** [http://www.chekmate.org/wiki/index.php/Word2mediawiki Word2MediaWiki]: [[VBA]] script which converts [[Microsoft Word]] documents to MediaWiki format
  
 +
===Help===
 +
* [http://www.mwusers.com/ MediaWiki Forums] (unofficial, but the response seems to be positive)
 +
===Related===
 +
* [[subwikis]]
 
==Wish List==
 
==Wish List==
 
* [[RSS]]/Atom feeds for:
 
* [[RSS]]/Atom feeds for:

Revision as of 23:02, 11 August 2009

Navigation

computing: software: content management: wiki: MediaWiki

Overview

MediaWiki is the software used for this wiki, and seems to be the most mature (and most rapidly developing) wiki software available.

Pages

see also Developer Docs, below

Links

Reference

Help

Related

Wish List

  • RSS/Atom feeds for:
    • Specific pages only
    • Watched pages only
    • Other users' contributions only (maybe the ability to select which users to include, with "[x]new users" being an option -- then you'd check everyone except yourself, and new users would automatically get added to the list)
    ...and are there feed readers out there which can do this kind of filtering on their own, perhaps? They seem to be the exception, rather than the rule, and anyway as long as the feed itself contains Every Change To The Site, I can't use it as a source for a public aggregator page (e.g. the one at SluggySquad). Seems like filter parameters should be part of the URL, even, though I doubt that's the case.
  • subwikis

Developer Documents

A number of documents are included with the MediaWiki package, found in the /docs directory. They are reproduced here for easier reference, annotation, and discussion. (The actual names are all lowercase.) Template:notice.need-update