Changes between Version 38 and Version 39 of WikiStart


Ignore:
Timestamp:
10/29/08 11:54:04 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v38 v39  
     1= Welcome to the !OpenMary development page = 
     2 
     3This is the home of the source code of the !OpenMary text-to-speech synthesis system.  
     4 
     5For 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 
     8On 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 
     10== Bug reports == 
     11 
     12The 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. 
     13 
     14To report a bug, we must now ask you to first '''get an account''' on this portal, by following these two simple steps: 
     15 
     161. fill in [https://config.opendfki.de/regaccount.php this form] to create an opendfki account; 
     17 
     182. [mailto:schroed@dfki.de ask Marc] to add your account to the !OpenMary project. 
     19 
     20With that new account, you will be able to report bugs / create tickets on the portal. Sorry for the inconvenience! 
     21 
     22== Mailing List == 
     23 
     24If 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 
     26 
     27== Wiki documentation == 
     28 
     29This page is a wiki page, which means that '''you''' can edit it. Feel free to add relevant tips and tricks. See WikiFormatting for details. 
     30 
     31Here are some entry points to get us started: 
     32 
     33 * [wiki:FrequentlyAskedQuestions Frequently Asked Questions] 
     34 * [wiki:VoiceImportToolsTutorial Building a New Voice for MARY using Voice Import Components] 
     35 
     36Guidelines for code development: 
     37 
     38 * [wiki:ExceptionGuidelines Guidelines to the use of Exceptions in MARY code] 
     39 
     40== SVN access to the repository == 
     41 
     42You can check out the source code from SVN, using the following command: 
     43 
     44{{{ 
     45   svn checkout https://mary.opendfki.de/repos/trunk openmary 
     46}}} 
     47 
     48== Want to help? == 
     49 
     50As all open source projects, !OpenMary can only thrive with contributions from the community. 
     51 
     52Any pronunciation corrections are welcome on the PronunciationCorrections page. 
     53 
     54If 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]. 
     55 
     56If 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]! 
     57 
     58Contact Marc Schröder (schroed at dfki.de) if you want to get write access to the repository. 
     59 
     60 
     61 
     62== Trac == 
     63 
     64This development environment is built using [wiki:TracGuide Trac]. 
     65