Difference between revisions of "Help:Developer manual"

From semantic-mediawiki.org
Developer manualArchitecture guide
(Questions)
(Overview)
Line 16: Line 16:
  
 
If you get unfamiliar with MediaWiki or its development structure then it is suggested to look at the "[[mws:How to become a MediaWiki hacker]]" manual to get a first impression of the general development environment.
 
If you get unfamiliar with MediaWiki or its development structure then it is suggested to look at the "[[mws:How to become a MediaWiki hacker]]" manual to get a first impression of the general development environment.
 +
 +
Also, reading [[Help:Programmer's_guide|Hacking Semantic MediaWiki]] should give a first impression and help developers navigate the surroundings of Semantic MediaWiki.
  
 
== Get started ==
 
== Get started ==

Revision as of 13:41, 9 March 2019

N/A
Page serves as starting point for users interested in extending Semantic MediaWiki
Table of Contents

This page and those related with the aspect of development or extending Semantic MediaWiki should help user who are interested in contribution to the project on a technical level.

Overview[edit]

If you get unfamiliar with MediaWiki or its development structure then it is suggested to look at the "mws:How to become a MediaWiki hacker" manual to get a first impression of the general development environment.

Also, reading Hacking Semantic MediaWiki should give a first impression and help developers navigate the surroundings of Semantic MediaWiki.

Get started[edit]

To accommodate oneself with the specifics of Semantic MediaWiki and its development, choosing one of the following tasks can be rewarding by starting to improve and contribute to the Semantic MediaWiki project.

  • Fixing coding style issues is a way to get familiar with the environment
  • Pick a "easy" task from the issue list which should (if not please ping us) contain some code samples to move the issue forward

See also[edit]