/[webwml]/webwml/copypage.pl
ViewVC logotype

Log of /webwml/copypage.pl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 01:44:24 2012 UTC (5 months, 2 weeks ago) by victory-guest
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +1 -104 lines
Diff to previous 1.41
fix #690331 copypage and stattrans cleaning

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 01:18:45 2012 UTC (5 months, 2 weeks ago) by victory-guest
Branch: MAIN
Changes since 1.40: +9 -9 lines
Diff to previous 1.40
create Makefile if(source have it && dest do not);
it did not create at all if the directory exists

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 14:09:23 2011 UTC (23 months, 2 weeks ago) by taffit
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
quirty UTF-8 fix (lots of lines needs to be dropped, Madamezou, Perl clean up punishment?)

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 17:26:41 2010 UTC (2 years, 6 months ago) by porridge
Branch: MAIN
Changes since 1.38: +11 -11 lines
Diff to previous 1.38
Declare options before using them. Give the usage message a chance to display.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 10:22:54 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Put -l in the usage

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 10:05:51 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.36: +22 -5 lines
Diff to previous 1.36
Allow language and maintainer to be set in the command line and document the use of environment variables

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 20:57:15 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.35: +22 -8 lines
Diff to previous 1.35
Make it possible to not check CVS through CLI option, also describe the CVS check in the usage.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 20:42:17 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.34: +51 -43 lines
Diff to previous 1.34
Code rewrite to clarify what the code does and the different situations, avoid nested ifs as this seems to confuse people

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 19:45:34 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Make sure we use english locale so that we can interpret properly the output

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 19:42:32 2010 UTC (2 years, 7 months ago) by jfs
Branch: MAIN
Changes since 1.32: +26 -14 lines
Diff to previous 1.32
Improve code that checks for files in the Attic

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 19:45:44 2010 UTC (2 years, 9 months ago) by jfs
Branch: MAIN
Changes since 1.31: +62 -1 lines
Diff to previous 1.31
Make use of 'cvs status' to check files in the repository in order to detect
removed files or out-of-date CVS copies and warn translators.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 13:52:18 2008 UTC (4 years, 5 months ago) by bas
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
Convert encoding of perl script to utf8

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 15:07:15 2008 UTC (4 years, 7 months ago) by alfie
Branch: MAIN
Changes since 1.29: +9 -9 lines
Diff to previous 1.29
Open the files _after_ we try to retrieve the VCS revision so we don't leave empty new files in case of troubles

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 20:44:05 2008 UTC (4 years, 7 months ago) by bas
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Use Local::VCS instead of Local::VCS_CVS

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 21:47:13 2008 UTC (4 years, 7 months ago) by alfie
Branch: MAIN
Changes since 1.27: +11 -21 lines
Diff to previous 1.27
abstract VCS file revision extraction, needed for VCS switch

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 11:18:53 2008 UTC (4 years, 9 months ago) by peterk
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Changed by surname.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 05:58:10 2004 UTC (9 years, 3 months ago) by peterk
Branch: MAIN
Changes since 1.25: +34 -11 lines
Diff to previous 1.25
Applied patch from Luca Monducci <luca.mo@tiscali.it>:
Allow setting the translation maintainer name from language.conf or the
environment.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 19:17:10 2003 UTC (9 years, 5 months ago) by peterk
Branch: MAIN
Changes since 1.24: +6 -2 lines
Diff to previous 1.24
Only warn for pages already translated. Makes it easier to use wildcards.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 14:49:28 2003 UTC (9 years, 9 months ago) by peterk
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
.src pages are also translated

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Jan 18 17:34:13 2003 UTC (10 years, 4 months ago) by peterk
Branch: MAIN
Changes since 1.22: +29 -5 lines
Diff to previous 1.22
Since we are forced to use entities at some places in the English source
files, when copying the page first decode any entities for the ISO 8859-1
area. The entities are then re-introduced if required by the output
encoding.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 5 22:37:40 2002 UTC (10 years, 5 months ago) by peterk
Branch: MAIN
Changes since 1.21: +55 -19 lines
Diff to previous 1.21
More intelligent handling of ISO 8859-1 characters when copying pages to
other ISO 8859 encodings: Only recode those high-bit characters that differ
from ISO 8859-1 into entities, keeping as many characters as possible in
their native form.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Nov 29 14:55:31 2002 UTC (10 years, 5 months ago) by alfie
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Fixed one error message. Thanks to Michael Banck.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Oct 30 14:13:38 2002 UTC (10 years, 6 months ago) by alfie
Branch: MAIN
Changes since 1.19: +9 -21 lines
Diff to previous 1.19
Removed copy handling -- sync only support from now on.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Aug 28 21:23:02 2002 UTC (10 years, 8 months ago) by barbier
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Do not replace accented letters by HTML entities wnen encoding is set
to iso-8859-1 and iso-8859-15; previously only iso-8859-1 was checked.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 28 17:18:21 2002 UTC (10 years, 8 months ago) by peterk
Branch: MAIN
Changes since 1.17: +22 -9 lines
Diff to previous 1.17
Used named entities instead of numeric when encoding latin1 characters

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Aug 28 16:11:29 2002 UTC (10 years, 8 months ago) by peterk
Branch: MAIN
Changes since 1.16: +29 -2 lines
Diff to previous 1.16
If destination language's encoding is something other than iso-8859-1,
encode all non-ASCII characters as entities.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 19:09:21 2002 UTC (10 years, 10 months ago) by peterk
Branch: MAIN
Changes since 1.15: +31 -11 lines
Diff to previous 1.15
Applied changes based on patch from Denis Barbier: Checks the language.conf
for the keyword "sync", and if that is found, does not copy the Makefile
over to the new directory, but instead creates a simple Makefile which just
includes the English version.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 13:42:07 2002 UTC (11 years, 1 month ago) by peterk
Branch: MAIN
Changes since 1.14: +2 -11 lines
Diff to previous 1.14
The translation-check header doesn't need to go first anymore. Still make it
go after other headers for readability.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 21:54:54 2002 UTC (11 years, 3 months ago) by peterk
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
Never copy $Id lines.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 14:34:25 2001 UTC (11 years, 9 months ago) by tfheen
Branch: MAIN
Changes since 1.12: +13 -5 lines
Diff to previous 1.12
Handle directories without Makefiles

Handle directories with depth > 1 (which haven't been copied before)

Pick up language from $ENV{DWWW_LANG}, which makes it possible to
override without changing the default language.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed May 2 05:36:30 2001 UTC (12 years ago) by peterk
Branch: MAIN
Changes since 1.11: +35 -2 lines
Diff to previous 1.11
Use .title file if such exists (news)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 19:04:48 2001 UTC (12 years ago) by peterk
Branch: MAIN
Changes since 1.10: +6 -1 lines
Diff to previous 1.10
Fixed case where translation-check header was not added.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Mar 31 23:31:09 2001 UTC (12 years, 1 month ago) by peterk
Branch: MAIN
Changes since 1.9: +12 -3 lines
Diff to previous 1.9
More magic to insert the translation-check header at the right place - it
should always be inserted after all initial <define-tag> and #use
statements, before the body contents starts.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 18:13:10 2001 UTC (12 years, 1 month ago) by dutch
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Comment noted copypage.conf, but it uses language.conf.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 16 20:51:12 2000 UTC (12 years, 6 months ago) by peterk
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Try to keep any <define-tag> before the translation-check line

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Nov 16 20:48:36 2000 UTC (12 years, 6 months ago) by peterk
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
The /o modifier isn't very smart to use when we actually *need* to recompile
the pattern some times...

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Nov 12 19:01:27 2000 UTC (12 years, 6 months ago) by joy
Branch: MAIN
Changes since 1.5: +14 -15 lines
Diff to previous 1.5
moved $language setting before usage message otherwise Perl prints a warning about uninitialized variable; minor fixes in the message

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 21:03:44 2000 UTC (12 years, 7 months ago) by peterk
Branch: MAIN
Changes since 1.4: +102 -87 lines
Diff to previous 1.4
Updated to use the translation-check template

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed May 17 19:42:04 2000 UTC (13 years ago) by swedish
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
Does not overwrite if destination file exists

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 8 20:17:10 2000 UTC (13 years, 2 months ago) by swedish
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Bugfix

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 06:38:43 2000 UTC (13 years, 2 months ago) by swedish
Branch: MAIN
Changes since 1.1: +8 -4 lines
Diff to previous 1.1
Bugfix

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 26 16:41:28 2000 UTC (13 years, 2 months ago) by swedish
Branch: MAIN
Added script that automates creation of new translations; it will copy the
requested page from the English directory to the local translation directory
(as specified in language.conf) and add the '<!--translation x.x-->' line.
If the destination directory does not exist, it will be created and the
Makefile copied.

It will unfortunately not translate the page for you... :-)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.5