Development/Introduction: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
MusicBrainz is made up of, and works with, several different components: the [[MusicBrainz Server]], [[MusicBrainz Database]], [[XML Web Service|web service]] (and related [[Developer Resources|client libraries]]), and lastly third party applications/services. Bug tracking is done centrally at http://tickets.musicbrainz.org/.
This page groups the various [[WikiDocs]] pages about MusicBrainz development. If you are a developer you may be interested in our [[Developer Resources|developer resources]].


Our [[Timeline|development timeline]] records major releases and developer summits.
If you do not have any developer skills, there are [[How To Contribute|other ways to contribute]].


== Development introduction ==
== MusicBrainz Server ==


The [[MusicBrainz Server]] is a [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] licensed open source project. It's written primarily in Perl and makes use of [http://www.catalystframework.org/ Catalyst], [http://www.iinteractive.com/moose/ Moose], and [http://template-toolkit.org/ Template Toolkit]. Development on the server was started in 2000 and has had [[meb:team|many contributors]] over the years.
; [[Development Overview]]
: Information for people interested in contributing to MusicBrainz development.
; [[Git]]
: Introduction to the [[MusicBrainz Server]] source code repository.
; [[JIRA]]
: Our bug and development tracker.
; [[Subversion Repository]]
: Our second source control system, it's used for the majority of MusicBrainz' other projects.
; [[Projects]]
: Description of the various MusicBrainz projects.
; [[Timeline]]
: A brief overview of server releases and updates.


The source code is maintained using [http://git-scm.com/ Git] and is available at https://github.com/metabrainz/musicbrainz-server. For help in using Git, see our [[Git|Git documentation]].
== Project-specific development information ==


== MusicBrainz Picard ==
; [[Server Development]]
: Provides information about [[MusicBrainz Server]] development.
; [[Database Development]]
: Provides information about [[MusicBrainz Database]] development.
; [[Picard Development]]
: Provides information about [[MusicBrainz Picard]] development.


[[MusicBrainz Picard]] is a [http://www.gnu.org/copyleft/gpl.html GPLv2 or later] licensed open source project written in Python. Development of Picard in its current form started in 2007 and [[History:Classic_Tagger|its predecessor]] has been around since 2003.
[[Category:WikiDocs Page]] [[Category:Development]]

The Picard source code is available at https://github.com/musicbrainz/picard.

== Developer community ==

; Development team

Our developers are primarily based in North America and Europe. The easiest way to get in touch with them is via IRC in [https://webchat.freenode.net/?channels=metabrainz #metabrainz] on irc.freenode.net.

; Third-party developers

We are proud to have a third-party development community that builds applications and services that utilize or build upon the data that we provide. Most of these third-party projects use one our [[Developer Resources|client libraries]] to query our [[XML Web Service|web service]], others [[MusicBrainz Database/Download|set up their own database]].

; [[Development/Summer of Code|Google Summer of Code]]



[[Category:Development]]

Revision as of 05:09, 1 June 2020

MusicBrainz is made up of, and works with, several different components: the MusicBrainz Server, MusicBrainz Database, web service (and related client libraries), and lastly third party applications/services. Bug tracking is done centrally at http://tickets.musicbrainz.org/.

Our development timeline records major releases and developer summits.

MusicBrainz Server

The MusicBrainz Server is a GPLv2 licensed open source project. It's written primarily in Perl and makes use of Catalyst, Moose, and Template Toolkit. Development on the server was started in 2000 and has had many contributors over the years.

The source code is maintained using Git and is available at https://github.com/metabrainz/musicbrainz-server. For help in using Git, see our Git documentation.

MusicBrainz Picard

MusicBrainz Picard is a GPLv2 or later licensed open source project written in Python. Development of Picard in its current form started in 2007 and its predecessor has been around since 2003.

The Picard source code is available at https://github.com/musicbrainz/picard.

Developer community

Development team

Our developers are primarily based in North America and Europe. The easiest way to get in touch with them is via IRC in #metabrainz on irc.freenode.net.

Third-party developers

We are proud to have a third-party development community that builds applications and services that utilize or build upon the data that we provide. Most of these third-party projects use one our client libraries to query our web service, others set up their own database.

Google Summer of Code