Revision: 8607
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8607&view=rev
Author:   dnaber
Date:     2012-12-20 23:35:37 +0000 (Thu, 20 Dec 2012)
Log Message:
-----------
improve freeze deployment, ignore some rules that create too many errors on 
Wikipedia

Modified Paths:
--------------
    trunk/JLanguageTool/docs/internal.txt
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ltcommunity/disabled_rules.properties
    trunk/JLanguageTool/src/scripts/deploy-wikipedia-checker.sh

Modified: trunk/JLanguageTool/docs/internal.txt
===================================================================
--- trunk/JLanguageTool/docs/internal.txt       2012-12-20 23:31:13 UTC (rev 
8606)
+++ trunk/JLanguageTool/docs/internal.txt       2012-12-20 23:35:37 UTC (rev 
8607)
@@ -19,6 +19,7 @@
   -ask for Transifex updates if needed
   -no new i18n strings allowed
   -ask for fixing false alarms on 
http://community.languagetool.org/corpusMatch/list?lang=en etc
+-announce freeze on twitter
 
 
 ** How to make a LanguageTool release **
@@ -100,7 +101,7 @@
     -pl.openoffice.org
     -lt-innovate.eu, see 
http://lt-innovate.eu/faq/how-can-i-benefit-lt-innovates-blog-news-publishing-service-members
 
-Community update of the Wikipedia data on community.languagetool.org (needs 
server access):
+Update of the Wikipedia data on community.languagetool.org (needs server 
access):
 
  -unzip the current release in 
/home/languagetool/ltcommunity/corpus/LanguageTool
   (you can use ./src/scripts/deploy-wikipedia-checker.sh for that)

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ltcommunity/disabled_rules.properties
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ltcommunity/disabled_rules.properties
      2012-12-20 23:31:13 UTC (rev 8606)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ltcommunity/disabled_rules.properties
      2012-12-20 23:35:37 UTC (rev 8607)
@@ -4,9 +4,9 @@
 
all=UNPAIRED_BRACKETS,UPPERCASE_SENTENCE_START,WORD_REPEAT_RULE,COMMA_PARENTHESIS_WHITESPACE,WHITESPACE_RULE,WORD_REPEAT_BEGINNING_RULE
 
 fr=FRENCH_WHITESPACE
-de=BISSTRICH,DE_AGREEMENT,DE_CASE,AUSLASSUNGSPUNKTE,GERMAN_WORD_REPEAT_RULE,ABKUERZUNG_LEERZEICHEN,GERMAN_WORD_REPEAT_BEGINNING_RULE,LEERZEICHEN_RECHENZEICHEN
+de=BISSTRICH,DE_AGREEMENT,DE_CASE,AUSLASSUNGSPUNKTE,GERMAN_WORD_REPEAT_RULE,ABKUERZUNG_LEERZEICHEN,GERMAN_WORD_REPEAT_BEGINNING_RULE,LEERZEICHEN_RECHENZEICHEN,TYPOGRAFISCHE_ANFUEHRUNGSZEICHEN
 pl=CUDZYSLOW_DRUKARSKI,BRAK_SPACJI,BRAK_KROPKI,PL_UNPAIRED_BRACKETS
 sl=POMIŠLJAJ_1,POMIŠLJAJ_2,POMIŠLJAJ_3
-en=EN_QUOTES,EN_UNPAIRED_BRACKETS
+en=EN_QUOTES,EN_UNPAIRED_BRACKETS,ENGLISH_WORD_REPEAT_BEGINNING_RULE
 ru=RU_UNPAIRED_BRACKETS
 
ca=GUIONET_SOLT,EVITA_ACCENTUACIO_VALENCIANA,EVITA_VERBS_VALENCIANS,EVITA_VERBS_BALEARS,EVITA_VERBS_BALEARS_VALENCIANS,EVITA_POSSESSIUS_U,EVITA_PRONOMS_VALENCIANS,DEMOSTRATIUS_ESTE,DEMOSTRATIUS_EIXE,PUNTS_SUSPENSIUS

Modified: trunk/JLanguageTool/src/scripts/deploy-wikipedia-checker.sh
===================================================================
--- trunk/JLanguageTool/src/scripts/deploy-wikipedia-checker.sh 2012-12-20 
23:31:13 UTC (rev 8606)
+++ trunk/JLanguageTool/src/scripts/deploy-wikipedia-checker.sh 2012-12-20 
23:35:37 UTC (rev 8607)
@@ -8,5 +8,5 @@
 sleep 1
 
 ant dist-standalone && \
-  scp -i /home/dnaber/.ssh/openthesaurus dist/LanguageTool-[1-9].[0-9]*.zip 
[email protected]: && \
-  ssh -i /home/dnaber/.ssh/openthesaurus [email protected] "unzip 
-d /home/languagetool/ltcommunity/corpus ~/LanguageTool-[1-9].[0-9]*.zip"
+  scp -i /home/dnaber/.ssh/openthesaurus dist/LanguageTool-[1-9].[0-9]-dev.zip 
[email protected]: && \
+  ssh -i /home/dnaber/.ssh/openthesaurus [email protected] "unzip 
-d /home/languagetool/ltcommunity/corpus ~/LanguageTool-[1-9].[0-9]-dev.zip"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to