Changes between Version 44 and Version 45 of WikiStart
- Timestamp:
- 09/23/09 19:58:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v44 v45 5 5 6 6 On these development pages, you can [source: browse the source code], and [http://mary.opendfki.de/newticket submit bug reports] (but look at the [report:3 existing bug reports] first!). 7 8 == What's new == 9 [wiki:4.0beta 4.0 beta Release Notes] 7 10 8 11 == SVN access to the repository == … … 41 44 42 45 == Wiki documentation == 43 Here are some entry points to get us started:44 45 46 * [wiki:FrequentlyAskedQuestions Frequently Asked Questions] 46 * [wiki:VoiceImportToolsTutorial Building a New Voice for MARY using Voice Import Components] 47 * Documentation for adding support for a new language and voice: 48 * [wiki:NewLanguageSupport New language support] 49 * [wiki:VoiceImportToolsTutorial Building a New Voice for MARY using Voice Import Components] 50 * [http://mary.opendfki.de/wiki/HMMVoiceCreationMary4.0 creating an HMM-based voice] 47 51 48 52 Guidelines for code development: … … 51 55 52 56 == Contributions == 53 People interested in adding support for a language in MARY TTS can contact Marc Schröder (schroed at dfki.de). We can discuss whether you want to do your development on your own servers or in a branch on the MARY SVN repository. Once it is sufficiently mature, your contribution could be merged into the trunk and become part of a future MARY TTS release. [[BR]] 54 55 == SVN access to the repository == 56 You can check out the source code from SVN, using the following command: 57 58 {{{ 59 svn checkout https://mary.opendfki.de/repos/trunk openmary 60 }}} 61 == Want to help? == 62 As all open source projects, !OpenMary can only thrive with contributions from the community. 57 People interested in adding support for a language in MARY TTS can contact Marc Schröder (schroed at dfki.de). We can discuss whether you want to do your development on your own servers or in a branch on the MARY SVN repository. Once it is sufficiently mature, your contribution could be merged into the trunk and become part of a future MARY TTS release. 63 58 64 59 Any pronunciation corrections are welcome on the PronunciationCorrections page. 65 60 66 If you have a suggestion what you would like to implement, it might be a good idea to discuss it on the [http://dfki.de/mailman/listinfo/mary-users mary-users list], and/or to [/newticket submit a ticket].67 68 If you would like to help but would need inspiration what you could do, do take a look at the [report:3 active tickets], or more specifically at the section [http://mary.opendfki.de/milestone/Volunteers%20wanted%21 Volunteers wanted]!69 70 Contact Marc Schröder (schroed at dfki.de) if you want to get write access to the repository.71 72 [wiki:4.0beta 4.0 beta Release Notes]73 74 61 == Trac == 75 62 This development environment is built using [wiki:TracGuide Trac].