aboutsummaryrefslogtreecommitdiffstats
path: root/check_desc_trans.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fixed small English syntax errors.Sebastiano Pistore2019-06-101-1/+1
| | | | The executable code has NOT been modified.
* Clarify that these scripts need to be run in the webwml dirSteve McIntyre2018-05-311-0/+2
|
* Major updates to perl scriptsSteve McIntyre2018-05-301-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new git backend in VCS_git.pm Switch from an old-style set of function calls to an OO API. This allows for initialisation and some state to be kept in the VCS_git.pm module - namely a per-file cache of commit hashes for a massive performance boost when doing lots of lookups. Extend the API with 2 new utility functions: * get_oldest_revision() * next_revision() Extended the vcs_cmp_rev() function to take a filename too. Add a test harness to validate the git and cvs backends. Add switch_to_git_translations.pl to walk the tree and switch from cvs revisions to git commit hashes in translation-check headers. Change all of our local scripts to use the new Local::VCS frontend *where it makes sense*. Some scripts will behave slightly differently, as the new world can't exactly match the old behaviour. CVS version numbers check_desc_trans.pl: 1.9 -> 1.10 check_trans.pl: 1.93 -> 1.94 copypage.pl: 1.42 -> 1.43 karma.pl: 1.6 -> 1.7 remove_stale.pl: 1.22 -> 1.23 smart_change.pl: 1.8 -> 1.9 stattrans.pl: 1.127 -> 1.128 switch_to_git_translations.pl: INITIAL -> 1.1 touch_translations.pl: 1.9 -> 1.10 vcs-test.pl: INITIAL -> 1.1 Perl/Local/Util.pm: 1.4 -> 1.5 Perl/Local/VCS.pm: 1.3 -> 1.4 Perl/Local/VCS_CVS.pm: 1.13 -> 1.14 Perl/Local/VCS_git.pm: 1.12 -> 1.13 Perl/Webwml/Langs.pm: 1.5 -> 1.6 Perl/Webwml/TransIgnore.pm: 1.3 -> 1.4
* Add -c option that disables colour in outputBas Zoetekouw2008-10-061-0/+7
| | | | | | CVS version numbers check_desc_trans.pl: 1.8 -> 1.9
* Output complete filenames relative to the webwml dir for clarity.Bas Zoetekouw2008-10-061-6/+6
| | | | | | CVS version numbers check_desc_trans.pl: 1.7 -> 1.8
* - Introduce Local::Util to contain useful utility functions.Bas Zoetekouw2008-09-301-2/+3
| | | | | | | | | | | - Copy uniq() from List::MoreUtils to Local::Util - Get rid of dependencies on List::MoreUtils in favour of Local::Util CVS version numbers check_desc_trans.pl: 1.6 -> 1.7 check_trans.pl: 1.70 -> 1.71 Perl/Local/Util.pm: INITIAL -> 1.1
* Use Local::VCS instead of Local::VCS_CVSBas Zoetekouw2008-09-291-1/+1
| | | | | | | | | CVS version numbers check_desc_trans.pl: 1.5 -> 1.6 copypage.pl: 1.28 -> 1.29 Perl/Webwml/Langs.pm: 1.4 -> 1.5 Perl/Webwml/TransIgnore.pm: 1.2 -> 1.3
* Convert comments to utf8Bas Zoetekouw2008-09-221-2/+2
| | | | | | CVS version numbers check_desc_trans.pl: 1.4 -> 1.5
* Rewrite of the check_desc_trans.pl script: abstract all VCS functionality intoBas Zoetekouw2008-09-181-106/+213
| | | | | | | | VCS_CVS.pm and clean up the script. CVS version numbers check_desc_trans.pl: 1.3 -> 1.4
* Changed by surname.Peter Karlsson2008-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | CVS version numbers check_desc_trans.pl: 1.2 -> 1.3 check_trans.pl: 1.63 -> 1.64 copypage.pl: 1.26 -> 1.27 remove_stale.pl: 1.16 -> 1.17 danish/international/Swedish/bidragslamnare.wml: 1.10 -> 1.11 danish/international/Swedish/index.wml: 1.6 -> 1.7 danish/international/Swedish/relaterade.wml: 1.9 -> 1.10 english/devel/website/tc.data: 1.109 -> 1.110 english/international/Swedish/bidragslamnare.wml: 1.25 -> 1.26 english/international/Swedish/index.wml: 1.7 -> 1.8 english/international/Swedish/relaterade.wml: 1.12 -> 1.13 french/international/Swedish/bidragslamnare.wml: 1.4 -> 1.5 french/international/Swedish/index.wml: 1.2 -> 1.3 french/international/Swedish/relaterade.wml: 1.3 -> 1.4 german/international/Swedish/bidragslamnare.wml: 1.25 -> 1.26 german/international/Swedish/index.wml: 1.14 -> 1.15 german/international/Swedish/relaterade.wml: 1.20 -> 1.21 swedish/News/weekly/copyissue.pl: 1.21 -> 1.22 swedish/international/Swedish/bidragslamnare.wml: 1.23 -> 1.24 swedish/international/Swedish/index.wml: 1.6 -> 1.7 swedish/international/Swedish/ordlista.wml: 1.27 -> 1.28 swedish/international/Swedish/relaterade.wml: 1.12 -> 1.13
* Report number of untranslated as well.Peter Karlsson2007-11-271-2/+5
| | | | | | CVS version numbers check_desc_trans.pl: 1.1 -> 1.2
* Moved my script for checking the uptodatedness of mailing list descriptionsPeter Karlsson2003-08-041-0/+136
into the top-level directory since others have expressed interest in it. Also updated it to look at the DWWW_LANG environment variable (thanks Gerfried) and to be a bit more lenient on the syntax of the translation-check files. CVS version numbers check_desc_trans.pl: INITIAL -> 1.1 swedish/MailingLists/desc/check_desc_trans.pl: 1.3 -> 1.4(DEAD)

© 2014-2024 Faster IT GmbH | imprint | privacy policy