v1.0+
Status: | effective |
Progress: | 50% |
Version: | 1.0+ |
English
Difference between revisions of "Help:Developer manual"
From semantic-mediawiki.org
m (grammar) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
| progress = 50 | | progress = 50 | ||
| minversion = 1.0 | | minversion = 1.0 | ||
− | |||
− | |||
}} | }} | ||
− | This page and those related with the aspect of development or extending Semantic MediaWiki should help | + | [[Has description::Page serves as starting point for users interested in extending Semantic MediaWiki|This page and those related with the aspect of development or extending Semantic MediaWiki]] should help users who are interested in contributing to the project on a technical level. |
== Overview == | == Overview == | ||
− | If you | + | If you are unfamiliar with MediaWiki or its development structure then it is suggested to: |
− | + | * Look at the "[[mws:How to become a MediaWiki hacker|How to become a MediaWiki hacker]]" manual to get a first impression of the general development environment. | |
+ | * Read [[Help:Programmer's_guide|Hacking Semantic MediaWiki]] to navigate the surroundings of Semantic MediaWiki. | ||
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. | 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. | ||
Line 23: | Line 22: | ||
* [https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/899 Fixing coding style issues] is a way to get familiar with the environment | * [https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/899 Fixing coding style issues] is a way to get familiar with the environment | ||
* Pick a [https://github.com/SemanticMediaWiki/SemanticMediaWiki/labels/easy "easy"] task from the issue list which should (if not please ping us) contain some code samples to move the issue forward | * Pick a [https://github.com/SemanticMediaWiki/SemanticMediaWiki/labels/easy "easy"] task from the issue list which should (if not please ping us) contain some code samples to move the issue forward | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == |
Latest revision as of 19:14, 15 March 2019
This page and those related with the aspect of development or extending Semantic MediaWiki should help users who are interested in contributing to the project on a technical level.
Overview[edit]
If you are unfamiliar with MediaWiki or its development structure then it is suggested to:
- Look at the "How to become a MediaWiki hacker" manual to get a first impression of the general development environment.
- Read Hacking Semantic MediaWiki to navigate the surroundings of Semantic MediaWiki.
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