Nom | Taille | Révision | l'heure | Auteur | Message de Log |
---|---|---|---|---|---|
![]() |
359 | r14835 | 2008-12-14 10:06:16 | simonlarge | Change the build script for the doc s... |
![]() |
758 | r23212 | 2012-08-23 20:43:10 | simon.tortoisesvn | Fix reported spelling errors. |
![]() |
1.56 k | r21840 | 2011-08-14 18:46:22 | stefankueng | ran tabspace.exe: * remove EOL spaces... |
![]() |
81 | r14835 | 2008-12-14 10:06:16 | simonlarge | Change the build script for the doc s... |
![]() |
3.39 k | r15512 | 2009-02-27 19:18:39 | stannic | Russian TortoiseMerge doc translation... |
![]() |
2.34 k | r13383 | 2008-06-30 19:11:07 | luebbe.tortoisesvn | German doc translation - Update Torto... |
![]() |
490 | r13373 | 2008-06-29 20:53:30 | stannic | Doc build system: - workaround for a ... |
![]() |
924 | r21317 | 2011-05-08 06:10:35 | simon.tortoisesvn | Explain the Aero and Library options ... |
Install Aspell and all the Aspell dictionaries you need. The Windows port is not currently maintained, but you can get the 0.5 version from http://aspell.net/win32/ This has installers for the program and the dictionaries. Activate spellchecking by setting two properties in doc/doc.build.user. <property name="spellcheck" value="true"/> <property name="path.spellcheck" value="C:\Path\to\your\Aspell.exe"/> You may have to use the DOS 8.3 version if the path includes spaces, as the Aspell.bat batch file doesn't handle them well. eg. for the default installation use: <property name="path.spellcheck" value="C:\Progra~1\Aspell\bin\aspell.exe"/> This folder contains spellchecker dictionaries for Aspell. One for each language and a generic template file that is copied to each language. TortoiseSVN.tmpl.pws: Generic dictionary of terms & Keywords used in the TortoiseSVN manual. This file is language independent and is copied to each target language (named temp.pws), when the translation takes place. de.pws, en.pws, ...: Dictionaries of terms for each language. The process is still kludgy: - Aspell doesn't work for Asian languages (yet). No fix available. - It needs a batch file to run Aspell from nant due to IO redirection problems. No fix found for this. - It will fail if <NN>.pws doesn't exist yet. Create a text file <NN>.pws that just contains the line: "personal_ws-1.1 <NN> 0" where <NN> is the country code. Look in de.pws or en.pws for examples. Add your terms after this line. The output of the spellchecking process is written to "spellcheck_<NN>.log".