Changes between Version 41 and Version 42 of WikiStart
- Timestamp:
- 09/23/09 19:44:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v41 v42 1 1 = Welcome to the !OpenMary development page = 2 3 This is the home of the source code of the !OpenMary text-to-speech synthesis system. 2 This is the home of the source code of the !OpenMary text-to-speech synthesis system. 4 3 5 4 For an introduction to MARY, online demos, and for downloading an installer for the MARY system, go to the [http://mary.dfki.de main MARY page]. 6 7 5 8 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!). 9 7 10 8 == Bug reports == 9 If you think you have identified a bug, proceed as follows: 11 10 12 The ticketing system for creating tickets used to be open to anyone. Unfortunately, too much spam was created (more than 10 spam reports for one real report), so we had to restrict access. 11 1. Check in the [http://mary.opendfki.de/query?group=status&milestone=4.0 list of known bugs] whether the bug has been reported already; 12 1. If you cannot find it, create a [http://mary.opendfki.de/newticket new ticket] containing the following information: 13 * operating system and java version used; 14 * what to do to reproduce the error; 15 * expected behaviour; 16 * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. 17 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. 13 18 14 To report a bug, we must now ask you to first '''get an account''' on this portal, by following these two simple steps: 15 16 1. fill in [https://config.opendfki.de/regaccount.php this form] to create an opendfki account; 17 18 2. [mailto:schroed@dfki.de ask Marc] to add your account to the !OpenMary project. 19 20 With that new account, you will be able to report bugs / create tickets on the portal. Sorry for the inconvenience! 19 == Contributions == 20 People interested in adding support for a language can get in touch, e.g. via the [http://www.dfki.de/mailman/listinfo/mary-dev MARY developers mailing list]. 21 21 22 22 == Mailing List == 23 If you use the MARY system, you can subscribe to the [http://dfki.de/mailman/listinfo/mary-users mary-users mailing list]. Topics that should be discussed here include: 23 24 24 If you use the MARY system, you can subscribe to the [http://dfki.de/mailman/listinfo/mary-users mary-users mailing list]. Over time, interesting pieces of information may also accumulate in the [http://www.dfki.de/pipermail/mary-users/ mary-users list Archives]. 25 * How to use the MARY system: run the server, start the client, save audio, run MARY in standalone mode, etc. 26 * Suggestions for improvement, bug reports, feature requests (no guarantees of course that anyone has time to do it). 25 27 28 The [http://www.dfki.de/mailman/listinfo/mary-dev MARY developers mailing list] is for discussions around the MARY TTS source code: 29 30 * Improvements of the core MARY code; 31 * issues around attempts to build new language components and voices; 32 * issues arising when integrating MARY TTS into other code. 26 33 27 34 == Wiki documentation == 28 29 This page is a wiki page, which means that registered users can edit it. Feel free to add relevant tips and tricks. See WikiFormatting for details.30 (the page used to be editable to anyone, but there is now too much wiki spam so we have to restrict access.)31 32 35 Here are some entry points to get us started: 33 36 … … 40 43 41 44 == SVN access to the repository == 42 43 45 You can check out the source code from SVN, using the following command: 44 46 … … 46 48 svn checkout https://mary.opendfki.de/repos/trunk openmary 47 49 }}} 48 49 50 == Want to help? == 50 51 51 As all open source projects, !OpenMary can only thrive with contributions from the community. 52 52 … … 62 62 63 63 == Trac == 64 65 64 This development environment is built using [wiki:TracGuide Trac]. 66