Changes between Version 63 and Version 64 of WikiStart


Ignore:
Timestamp:
07/25/12 11:50:00 (12 years ago)
Author:
marcela_charfuelan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v63 v64  
    11= Welcome to the !OpenMary development page = 
    22 
    3 ||'''This software is now maintained on github, see http://github.com/marytts/marytts. Documentation and issues will move there at some stage, so in the meantime, you may want to look in both places for the information you are looking for.'''|| 
     3||'''This software is now maintained on github, see http://github.com/marytts/marytts. [[BR]] 
    44 
    55 
    6 For an introduction to MARY, an online demo, and for downloading an installer for the MARY system, go to the  [http://mary.dfki.de main MARY page]. 
     6 [https://github.com/marytts/marytts/wiki/MARY-TTS-5.0 MARY TTS 5.0 Release Notes (June 2012)][[BR]] 
    77 
    8 == What's new == 
     8 
     9'''Documentation and issues will move there at some stage, so in the meantime, you may want to look in both places for the information you are looking for.'''|| 
     10 
     11Information about new languages and voices in MARY TTS 5.0 can be found in: [https://github.com/marytts/marytts/wiki MARY TTS 5.0 wiki at github][[BR]] 
     12 
     13Online demo still running in: [http://mary.dfki.de:59125/ MARYY TTS 5.0 online demo] 
     14 
     15For an introduction to MARY go to the [http://mary.dfki.de/ main MARY page.] 
     16 
     17 
     18== Access to the source code repository at github == 
     19 
     20You can check out the latest development source code from the Github repository at http://github.com/marytts/marytts, using the following command: 
     21 
     22{{{ 
     23   git clone git://github.com/marytts/marytts.git 
     24}}} 
     25 
     26The source code of previous released versions can be obtained from the old SVN repository, below [source:tags/]. For example, to check out the source code of the "4.1.1" release, do this: 
     27 
     28{{{ 
     29   svn checkout https://mary.opendfki.de/repos/tags/4.1.1 openmary-4.1.1 
     30}}} 
     31== Bug reports == 
     32If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: 
     33 
     34 1. Check in the [http://github.com/marytts/marytts new list of issues on github] as well as the [http://mary.opendfki.de/query?group=status&milestone=4.0 old list of known bugs on TRAC] whether the bug has been reported already; 
     35 1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: 
     36   * operating system and java version used; 
     37   * what to do to reproduce the error; 
     38   * expected behaviour; 
     39   * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. 
     40 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. 
     41 
     42 
     43 
     44== Old releases == 
    945 
    1046 * [wiki:4.3.1 4.3.1 Release Notes] 
     
    3268   - more to follow... 
    3369 
    34 == Access to the source code repository at github == 
    3570 
    36 You can check out the latest development source code from the Github repository at http://github.com/marytts/marytts, using the following command: 
    3771 
    38 {{{ 
    39    git clone git://github.com/marytts/marytts.git 
    40 }}} 
    41  
    42 The source code of previous released versions can be obtained from the old SVN repository, below [source:tags/]. For example, to check out the source code of the "4.0.0" release, do this: 
    43  
    44 {{{ 
    45    svn checkout https://mary.opendfki.de/repos/tags/4.1.1 openmary-4.1.1 
    46 }}} 
    47 == Bug reports == 
    48 If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: 
    49  
    50  1. Check in the [http://github.com/marytts/marytts new list of issues on github] as well as the [http://mary.opendfki.de/query?group=status&milestone=4.0 old list of known bugs on TRAC] whether the bug has been reported already; 
    51  1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: 
    52    * operating system and java version used; 
    53    * what to do to reproduce the error; 
    54    * expected behaviour; 
    55    * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. 
    56  1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. 
    5772 
    5873== Mailing List ==