Difference between revisions of "MediaWiki"
Jump to navigation
Jump to search
(45 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <hide> | |
− | + | [[page type::directory]] | |
− | + | [[thing type::software]] | |
− | + | [[category:software]] | |
+ | </hide> | ||
+ | ==About== | ||
+ | [[MediaWiki]] is the software used for this wiki, and seems to be the most mature (and most rapidly developing) [[wiki]] software available. | ||
+ | ===Pages=== | ||
+ | * {{l/sub|extensions}} | ||
+ | * {{l/sub|skins}} | ||
+ | * '''files''': pages about important files in the MediaWiki distribution | ||
+ | ** {{l/sub|skin.json}} | ||
+ | * {{l/sub|archive}}: pages that might have once been useful but are now mostly (or entirely) obsolete | ||
+ | ====need review / likely obsolete==== | ||
+ | * {{l/sub|backing up}} | ||
+ | * {{l/sub|fighting spam}} | ||
+ | * '''advanced''' (possibly incomplete, obsolete): | ||
+ | ** {{l/sub|content programming}}: programming with wikicode (there are a ''lot'' of options for this now) | ||
+ | ** {{l/sub|Flattr}}: using MediaWiki with the [[Flattr]] service | ||
+ | ** {{l/sub|federated}}: notes on turning MW into a distributed platform | ||
+ | ** {{l/sub|tables}} (DB): notes on what they do | ||
==Links== | ==Links== | ||
− | === | + | ===Official=== |
− | * | + | * {{l/mw|MediaWiki}}: the software's official help & documentation site |
− | ** | + | ** {{l/mw|Documentation}} |
− | ** | + | *** {{l/mw|Category:MediaWiki database tables}} |
+ | ** {{l/mw|Manual:Contents}}: installing, running and developing for the MediaWiki software | ||
** [[metawikipedia:Help:Contents|User's Guide / Help index]] | ** [[metawikipedia:Help:Contents|User's Guide / Help index]] | ||
* '''Editing''': | * '''Editing''': | ||
** '''Magic words''': | ** '''Magic words''': | ||
*** [[metawikipedia:Help:Magic words|Meta]] needs to be merged with MediaWiki; has some info MediaWiki lacks | *** [[metawikipedia:Help:Magic words|Meta]] needs to be merged with MediaWiki; has some info MediaWiki lacks | ||
− | *** [[mwsite | + | *** [[mwsite:Help:Magic words|MediaWiki.org]] |
*** ''see also: [[mwsite:Manual:Magic words]] for coding info'' | *** ''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: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 | ** [[mwsite:Help:Variables|Help:Variables]]: built-in variables | ||
*** [[metawikipedia:Help:Variable|old version on Meta]] | *** [[metawikipedia:Help:Variable|old version on Meta]] | ||
− | ** | + | ** '''Advanced techniques''' |
− | |||
− | |||
− | |||
− | |||
*** [[metawikipedia:Help:Template|Help:Template]] | *** [[metawikipedia:Help:Template|Help:Template]] | ||
*** [[metawikipedia:Help:Substitution|Help:Substitution]] | *** [[metawikipedia:Help:Substitution|Help:Substitution]] | ||
Line 28: | Line 42: | ||
** [[metawikipedia:Customization:Quickbar|Quickbar Customization]] | ** [[metawikipedia:Customization:Quickbar|Quickbar Customization]] | ||
** [[metawikipedia:Skins|Creating custom skins, etc.]] | ** [[metawikipedia:Skins|Creating custom skins, etc.]] | ||
− | ** ''' | + | ** '''[[/extension]]s''' |
** [[mwsite:Manual:LocalSettings.php|LocalSettings.php]] | ** [[mwsite:Manual:LocalSettings.php|LocalSettings.php]] | ||
* '''Coding''' | * '''Coding''' | ||
+ | ** [[mwsite:API:Main page|API]]: API documentation index | ||
** [[mwsite:Manual:Database layout|Database layout]]: what the tables do | ** [[mwsite:Manual:Database layout|Database layout]]: what the tables do | ||
+ | *** [[mwsite:Manual:User properties table|User properties]] | ||
+ | *** [[mwsite:Manual:Page props table|Page props]] | ||
** [[mwsite:Manual:Variables|Manual:Variables]]: guide to writing extensions which define new variables | ** [[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) | *** 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://wikipedia.sourceforge.net/doc/MediaWiki/ Directory of Coding Docs] at SourceForge | ||
− | |||
− | |||
− | |||
+ | MediaWiki docs | ||
+ | |||
+ | ===Reference=== | ||
+ | * '''Wikipedia''': | ||
+ | ** [[wikipedia:Wikipedia:Extended image syntax|extended image syntax]] | ||
+ | ** [[wikipedia:Wikipedia:Gallery tag|image galleries]] | ||
+ | ** [[wikipedia:Help:Table|table formatting]] | ||
+ | * [http://secunia.com/advisories/search/?search=mediawiki Secunia]: security vulnerability database | ||
+ | ===Notes=== | ||
+ | * [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=== | ===Help=== | ||
* [http://www.mwusers.com/ MediaWiki Forums] (unofficial, but the response seems to be positive) | * [http://www.mwusers.com/ MediaWiki Forums] (unofficial, but the response seems to be positive) | ||
− | + | ||
− | |||
==Wish List== | ==Wish List== | ||
* [[RSS]]/Atom feeds for: | * [[RSS]]/Atom feeds for: | ||
Line 50: | Line 75: | ||
*: ...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 [http://sluggysquad.com SluggySquad]). Seems like filter parameters should be part of the URL, even, though I doubt that's the case. | *: ...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 [http://sluggysquad.com SluggySquad]). Seems like filter parameters should be part of the URL, even, though I doubt that's the case. | ||
* [[subwikis]] | * [[subwikis]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:06, 16 April 2022
About
MediaWiki is the software used for this wiki, and seems to be the most mature (and most rapidly developing) wiki software available.
Pages
- extensions
- skins
- files: pages about important files in the MediaWiki distribution
- archive: pages that might have once been useful but are now mostly (or entirely) obsolete
need review / likely obsolete
- backing up
- fighting spam
- advanced (possibly incomplete, obsolete):
- content programming: programming with wikicode (there are a lot of options for this now)
- Flattr: using MediaWiki with the Flattr service
- federated: notes on turning MW into a distributed platform
- tables (DB): notes on what they do
Links
Official
- MediaWiki: the software's official help & documentation site
- Documentation
- Manual:Contents: installing, running and developing for the MediaWiki software
- User's Guide / Help index
- Editing:
- Magic words:
- Meta needs to be merged with MediaWiki; has some info MediaWiki lacks
- MediaWiki.org
- see also: mwsite:Manual:Magic words for coding info
- Manual:Parameters to index.php: list of standard arguments used in MW URLs
- Help:Variables: built-in variables
- Advanced techniques
- Magic words:
- Administration & Customization:
- Coding
- API: API documentation index
- Database layout: what the tables do
- 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) --Woozle 15:53, 17 September 2007 (EDT)
- Directory of Coding Docs at SourceForge
MediaWiki docs
Reference
- Wikipedia:
- Secunia: security vulnerability database
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
- Word2MediaWiki: VBA script which converts Microsoft Word documents to MediaWiki format
Help
- MediaWiki Forums (unofficial, but the response seems to be positive)
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