https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113763

Revision: 113763
Author:   siebrand
Date:     2012-03-13 20:57:30 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
Update READMEs.

Modified Paths:
--------------
    trunk/translatewiki/EOL/README
    trunk/translatewiki/Europeana/README
    trunk/translatewiki/FreeCol/README
    trunk/translatewiki/MantisBT/README
    trunk/translatewiki/Mifos/README
    trunk/translatewiki/Nocc/README
    trunk/translatewiki/Okawix/README
    trunk/translatewiki/OpenStreetMap/README
    trunk/translatewiki/StatusNet/README
    trunk/translatewiki/Toolserver/README
    trunk/translatewiki/WikiReader/README
    trunk/translatewiki/WikipediaMobile/README

Modified: trunk/translatewiki/EOL/README
===================================================================
--- trunk/translatewiki/EOL/README      2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/EOL/README      2012-03-13 20:57:30 UTC (rev 113763)
@@ -7,4 +7,4 @@
  $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/EOL/EOL.yaml"
 
 == Export ===
- php export.php --target=$EXPORTPATH --no-fuzzy --groupprefix=out-eol- 
--lang='*' --skip=en --threshold=35
+ php export.php --target=$EXPORTPATH --no-fuzzy --group=out-eol-* --lang='*' 
--skip=en --threshold=35

Modified: trunk/translatewiki/Europeana/README
===================================================================
--- trunk/translatewiki/Europeana/README        2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/Europeana/README        2012-03-13 20:57:30 UTC (rev 
113763)
@@ -5,3 +5,6 @@
 Add to your LocalSettings.php:
  wfAddNamespace( 1204, 'Europeana' );
  $wgTranslateGroupFiles[] = 
"$IP/extensions/Translate/groups/Europeana/Europeana.yaml
+
+# Commits
+To do.
\ No newline at end of file

Modified: trunk/translatewiki/FreeCol/README
===================================================================
--- trunk/translatewiki/FreeCol/README  2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/FreeCol/README  2012-03-13 20:57:30 UTC (rev 113763)
@@ -18,10 +18,10 @@
  EXPORTERPATH=/var/www/w/extensions/Translate/scripts
  TARGET=/full/path/to/freecol/i18n
  TEMP=`mktemp -p freecol` || { echo "could not get temp file"; exit 1 }
- 
+
  cd $EXPORTERPATH
- php autoexport.php --hours="$1" --target="$TARGET" --groups="out-freecol" 
--threshold=25 --skip="en" > $TEMP
- 
+ php autoexport.php --hours="$1" --target="$TARGET" --group=out-freecol 
--threshold=25 --skip="en" > $TEMP
+
  cat $TEMP
  sh $TEMP
  rm $TEMP

Modified: trunk/translatewiki/MantisBT/README
===================================================================
--- trunk/translatewiki/MantisBT/README 2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/MantisBT/README 2012-03-13 20:57:30 UTC (rev 113763)
@@ -8,4 +8,4 @@
  $wgTranslateGroupFiles[] = 
"$IP/extensions/Translate/groups/MantisBT/MantisBT.yaml";
 
 == Export ==
- php export.php --target=$EXPORTPATH --groupprefix=out-mantis- --lang='*' 
--skip=en --threshold=35
+ php export.php --target=$EXPORTPATH --group=out-mantis-* --lang='*' --skip=en 
--threshold=35

Modified: trunk/translatewiki/Mifos/README
===================================================================
--- trunk/translatewiki/Mifos/README    2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/Mifos/README    2012-03-13 20:57:30 UTC (rev 113763)
@@ -15,5 +15,5 @@
 
 == export-mifos ===
  git pull
- php /www/w/extensions/Translate/scripts/export.php --grouptrail=out-mifos 
--target .. --lang='*' --skip=en --threshold=20
- php /www/w/extensions/Translate/scripts/export.php --grouptrail=out-mifos 
--target .. --lang=qqq
+ php /www/w/extensions/Translate/scripts/export.php --group=out-mifos* 
--target .. --lang='*' --skip=en --threshold=20
+ php /www/w/extensions/Translate/scripts/export.php --group=out-mifos* 
--target .. --lang=qqq

Modified: trunk/translatewiki/Nocc/README
===================================================================
--- trunk/translatewiki/Nocc/README     2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/Nocc/README     2012-03-13 20:57:30 UTC (rev 113763)
@@ -9,5 +9,5 @@
 == Export ==
 * Required: connect access to the NOCC SourceForge project. Contact:
   Tim Gerundt <tim AT gerundt DOT de>.
-* php export.php --target=$EXPORTPATH --grouptrail=out-nocc- --skip=en 
--lang=* --threshold=35
+* php export.php --target=$EXPORTPATH --group=out-nocc-* --skip=en --lang=* 
--threshold=35
 * Download, diff and commit the export to the project.

Modified: trunk/translatewiki/Okawix/README
===================================================================
--- trunk/translatewiki/Okawix/README   2012-03-13 20:50:02 UTC (rev 113762)
+++ trunk/translatewiki/Okawix/README   2012-03-13 20:57:30 UTC (rev 113763)
@@ -22,7 +22,7 @@
 TEMP=`mktemp -p $HOME/okawix` || { echo "could not get temp file"; exit 1 }
 
 cd $EXPORTERPATH
-php autoexport.php --hours="$1" --target="$TARGET" --groups="out-okawix-dtd 
out-okawix-prop" --skip="en" --threshold=40 > $TEMP
+php autoexport.php --hours="$1" --target="$TARGET" --group=out-okawix-* 
--skip="en" --threshold=40 > $TEMP
 
 cat $TEMP
 sh $TEMP

Modified: trunk/translatewiki/OpenStreetMap/README
===================================================================
--- trunk/translatewiki/OpenStreetMap/README    2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/OpenStreetMap/README    2012-03-13 20:57:30 UTC (rev 
113763)
@@ -14,6 +14,6 @@
 # Export all OpenStreetMap groups in proper structure
 if [ $1 = 'osm' ]; then
         echo "Exporting OpenStreetMap potlatch and site with 35%+"
-        php export.php --target=$EXPORTPATH --groupprefix=out-osm- --lang='*' 
--skip=en,qqq --threshold=35
+        php export.php --target=$EXPORTPATH --group=out-osm-* --lang='*' 
--skip=en,qqq --threshold=35
         exit;
 fi

Modified: trunk/translatewiki/StatusNet/README
===================================================================
--- trunk/translatewiki/StatusNet/README        2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/StatusNet/README        2012-03-13 20:57:30 UTC (rev 
113763)
@@ -35,7 +35,7 @@
 echo "Rebuilding POT..."
 $HOME/statusnet/scripts/update_po_templates.php
 echo "Exporting all StatusNet groups in languages over 35%..."
-php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang=* --skip=en,qqq 
--threshold=35 --ppgettext=$HOME --groupprefix=out-statusnet
+php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang=* --skip=en,qqq 
--threshold=35 --ppgettext=$HOME --group=out-statusnet*
 echo "Copying updated POT files into export..."
 cd $HOME
 for i in `find statusnet |grep [.]pot$ |grep locale`

Modified: trunk/translatewiki/Toolserver/README
===================================================================
--- trunk/translatewiki/Toolserver/README       2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/Toolserver/README       2012-03-13 20:57:30 UTC (rev 
113763)
@@ -1,4 +1,4 @@
-# Checkout repository to $wgTranslateGroupRoot 
+# Checkout repository to $wgTranslateGroupRoot
 cd %GROUPROOT%
 svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/ToolserverI18N/ 
toolserver
 
@@ -12,3 +12,5 @@
 
 wfAddNamespace( 1240, 'Toolserver' );
 $wgTranslateGroupFiles[] = 
"$IP/extensions/Translate/groups/Toolserver/ToolserverAgg.yaml";
+
+# @todo Commits
\ No newline at end of file

Modified: trunk/translatewiki/WikiReader/README
===================================================================
--- trunk/translatewiki/WikiReader/README       2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/WikiReader/README       2012-03-13 20:57:30 UTC (rev 
113763)
@@ -6,3 +6,6 @@
 Settings:
 wfAddNamespace( 1224, 'WikiReader' );
 $wgTranslateGroupFiles[] = 
"$IP/extensions/Translate/groups/WikiReader/WikiReader.yml";
+
+# Commits
+To do.
\ No newline at end of file

Modified: trunk/translatewiki/WikipediaMobile/README
===================================================================
--- trunk/translatewiki/WikipediaMobile/README  2012-03-13 20:50:02 UTC (rev 
113762)
+++ trunk/translatewiki/WikipediaMobile/README  2012-03-13 20:57:30 UTC (rev 
113763)
@@ -11,8 +11,8 @@
 
 == Commit updates ==
 # Export translations
-php /www/w/extensions/Translate/scripts/export.php 
--groupprefix=out-wikipedia-mobile --target=$HOME/export --lang=* --skip en,qqq 
--threshold=35
-php /www/w/extensions/Translate/scripts/export.php 
--groupprefix=out-wikipedia-mobile --target=$HOME/export --lang=qqq
+php /www/w/extensions/Translate/scripts/export.php 
--group=out-wikipedia-mobile --target=$HOME/export --lang=* --skip en,qqq 
--threshold=35
+php /www/w/extensions/Translate/scripts/export.php 
--group=out-wikipedia-mobile --target=$HOME/export --lang=qqq
 # Check out a copy with github account set up (read/write with sufficient 
rights):
 git clone g...@github.com:wikimedia/WikipediaMobile.git 
$HOME/export/WikipediaMobile
 # must add any new or changed files!


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to