[geeklog-cvs] tools/lm README, 1.4, 1.5 lm.php, 1.5, 1.6 uplng.sh, 1.7, 1.8

Dirk Haun dhaun at qs1489.pair.com
Tue Apr 29 14:47:48 EDT 2008


Update of /cvsroot/geeklog/tools/lm
In directory qs1489.pair.com:/tmp/cvs-serv83146

Modified Files:
	README lm.php uplng.sh 
Log Message:
Added module to update the Links plugin and called it 1.0 ...


Index: README
===================================================================
RCS file: /cvsroot/geeklog/tools/lm/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README	27 Apr 2008 17:11:13 -0000	1.4
--- README	29 Apr 2008 18:47:45 -0000	1.5
***************
*** 1,7 ****
! lm.php v0.9
  
! This little script merges a Geeklog (foreign) language file with the
! english.php language file, so that new strings added to english.php are
! automatically added to the other language file as well.
  
  Usage:
--- 1,11 ----
! lm.php v1.0
  
! This script merges a Geeklog (foreign) language file with the english.php
! language file, so that new strings added to english.php are automatically added
! to the other language file.
! 
! The result is a fully working language file (no more missing texts), only that
! some texts will appear in English. This will also make it easier for
! translators since they will only have to translate the newly added strings.
  
  Usage:
***************
*** 54,56 ****
--- 58,62 ----
  0.7  updated for Geeklog 1.5.0
  0.8  merged lm.php and mblm.php into one script; added XHTML support
+ 0.9  moved updating code into includes; now supports plugins
+ 1.0  now supports core language files and all 5 default plugins
  

Index: lm.php
===================================================================
RCS file: /cvsroot/geeklog/tools/lm/lm.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lm.php	27 Apr 2008 20:27:56 -0000	1.5
--- lm.php	29 Apr 2008 18:47:45 -0000	1.6
***************
*** 33,37 ****
  // $Id$
  
! $VERSION = '0.9';
  
  // Prevent PHP from reporting uninitialized variables
--- 33,37 ----
  // $Id$
  
! $VERSION = '1.0';
  
  // Prevent PHP from reporting uninitialized variables

Index: uplng.sh
===================================================================
RCS file: /cvsroot/geeklog/tools/lm/uplng.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** uplng.sh	27 Apr 2008 20:27:56 -0000	1.7
--- uplng.sh	29 Apr 2008 18:47:45 -0000	1.8
***************
*** 86,89 ****
--- 86,90 ----
  doConvert $destpath $cvspath
  doConvert $destpath $cvspath "calendar"
+ doConvert $destpath $cvspath "links"
  doConvert $destpath $cvspath "polls"
  doConvert $destpath $cvspath "spamx"




More information about the geeklog-cvs mailing list