correct dates in footer
change list of core packages (add -editor, remove -httt)
This commit is contained in:
parent
7bca845c89
commit
e3041ad3fe
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ $extrabbasedir="/usr/src/svn-checkouts/wescamp-i18n/branches/$branch/"; //branch
|
|||
|
||||
//$packages = file_get_contents($basedir . "/po/DOMAINS");
|
||||
//$packages = substr($packages, 0, strlen($packages)-1);
|
||||
$corepackages = "wesnoth wesnoth-lib wesnoth-units wesnoth-multiplayer wesnoth-httt wesnoth-tutorial";
|
||||
$corepackages = "wesnoth wesnoth-lib wesnoth-editor wesnoth-units wesnoth-multiplayer wesnoth-tutorial";
|
||||
//$packages = trim(system("grep ^SUBDIRS " . $basedir . "/po/Makefile.am | cut -d= -f2"));
|
||||
$packages = "wesnoth wesnoth-lib wesnoth-editor wesnoth-units wesnoth-multiplayer wesnoth-test wesnoth-anl wesnoth-tutorial wesnoth-manpages wesnoth-manual wesnoth-aoi wesnoth-did wesnoth-ei wesnoth-httt wesnoth-l wesnoth-low wesnoth-nr wesnoth-sof wesnoth-sotbe wesnoth-tb wesnoth-thot wesnoth-trow wesnoth-tsg wesnoth-utbs";
|
||||
|
||||
|
|
|
@ -337,7 +337,7 @@ if ($package=='alloff' || $package=='allun' || $package=='all' || $package=='all
|
|||
<div> <br/> </div>
|
||||
<div id="footer">
|
||||
<div id="footnote">
|
||||
© 2003-2004 The Battle for Wesnoth<br/>
|
||||
© 2003-2008 The Battle for Wesnoth<br/>
|
||||
<br/>
|
||||
<a href="http://validator.w3.org/check?uri=referer"><img
|
||||
src="http://www.w3.org/Icons/valid-xhtml10"
|
||||
|
|
|
@ -260,7 +260,7 @@ foreach($stats as $stat){
|
|||
<div> <br/> </div>
|
||||
<div id="footer">
|
||||
<div id="footnote">
|
||||
© 2003-2005 The Battle for Wesnoth<br/>
|
||||
© 2003-2008 The Battle for Wesnoth<br/>
|
||||
<br/>
|
||||
<a href="http://validator.w3.org/check?uri=referer"><img
|
||||
src="http://www.w3.org/Icons/valid-xhtml10"
|
||||
|
|
|
@ -406,7 +406,7 @@ if ($package=='alloff' || $package=='allun' || $package=='all' || $package=='all
|
|||
<div> <br/> </div>
|
||||
<div id="footer">
|
||||
<div id="footnote">
|
||||
© 2003-2005 The Battle for Wesnoth<br/>
|
||||
© 2003-2008 The Battle for Wesnoth<br/>
|
||||
<br/>
|
||||
<a href="http://validator.w3.org/check?uri=referer"><img
|
||||
src="http://www.w3.org/Icons/valid-xhtml10"
|
||||
|
|
Loading…
Add table
Reference in a new issue