Difference between revisions of "Mediawiki Development"

From Biowikifarm Metawiki
Jump to: navigation, search
(Created page with 'The main page documenting the mediawiki software is the * [http://www.mediawiki.org/wiki/ mediawiki-wiki] TODO: add some developer start pages... The code can be downloaded ...')
 
m (added Category:MediaWiki using HotCat)
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
  
 
TODO: add some developer start pages...
 
TODO: add some developer start pages...
 +
* Primary php files: http://www.mediawiki.org/wiki/Manual:Code
 +
* Understanding the database structure: http://www.mediawiki.org/wiki/Manual:Database_layout
  
 
The code can be downloaded using subversion; however, an online documentation browser through the code structure is available:
 
The code can be downloaded using subversion; however, an online documentation browser through the code structure is available:
Line 10: Line 12:
  
 
==Developing Extensions==
 
==Developing Extensions==
 +
 +
Einstieg in die PHP-Programmierung:
 +
* http://www.mediawiki.org/wiki/Manual:Contents
 +
* http://www.mediawiki.org/wiki/User:Voice_of_All/programming_pitfalls
 +
* http://www.mediawiki.org/wiki/Project:Support_desk/Sections/Extension
 +
* http://phplens.com/lens/php-book/optimizing-debugging-php.php
 +
 +
===XML-related===
 +
 +
Interesting: http://www.mediawiki.org/wiki/Extension:XML_Bridge convert wiki markup to xml
 +
 +
== jQuery ==
 +
 +
* http://www.packtpub.com/learning-jquery-1.3/book/mid/220409c024ep
 +
[[Category:MediaWiki]]

Latest revision as of 23:29, 17 January 2015

The main page documenting the mediawiki software is the


TODO: add some developer start pages...

The code can be downloaded using subversion; however, an online documentation browser through the code structure is available:

Developing Extensions

Einstieg in die PHP-Programmierung:

XML-related

Interesting: http://www.mediawiki.org/wiki/Extension:XML_Bridge convert wiki markup to xml

jQuery