From 9364d5a162ad952ac3e7301c3013ae0f8704c1a0 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 19 Feb 2006 02:37:57 +0000 Subject: Minor fixes in board name for the screenshot site. Fixed screenshot web site generator --- diff --git a/ChangeLog b/ChangeLog index 5bb99ef..0c849d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ + *** RELEASE 7.3 *** + +2006-02-18 Bruno coudoin + + * configure.in: Release 7.3 Final + 2006-02-17 Bruno coudoin * docs/spip_screenshot_remove.pl: new tool to remove old screenshots article diff --git a/boards/tangram.xml.in b/boards/tangram.xml.in index c24fd39..7c8cfbd 100644 --- a/boards/tangram.xml.in +++ b/boards/tangram.xml.in @@ -1,7 +1,7 @@ >8) { print "#\n"; @@ -404,8 +407,9 @@ foreach my $board (@files) { print "\nProcessing $board\nLang:"; # Skip some boards - if($board eq "administration.xml") { - print " (administration is skipped)"; + if($board eq "administration.xml" || + $board eq "experimental.xml") { + print " ($board is skipped)"; next; } @@ -422,7 +426,7 @@ foreach my $board (@files) { print "$lang "; - # Remove @ from some langage to avoid non URL char + # Remove @ from some language to avoid non URL char my $langstrip = $lang; $langstrip =~ s/\@/_/g; @@ -471,11 +475,11 @@ open(FILEWRITE, "> $output_file"); my $line = 0; while (){ my $line = $_; - m/href=\"(\w+:\w+\.xml)/g; + m/href=\"(\w+:[a-zA-Z0-9_-]+\.xml)/g; if(defined($articles{"$1"})) { print "Found article " . $articles{"$1"} . "\n"; my $article = "article.php3?id_article=$articles{$1}"; - my $r = s/(^.*)(href=\")(\w+:\w+\.xml)(.*)/$1$2$article$4/g; + my $r = s/(^.*)(href=\")(\w+:[a-zA-Z0-9_-]+\.xml)(.*)/$1$2$article$4/g; } print FILEWRITE; } diff --git a/docs/screenshots/tangram.jpg b/docs/screenshots/tangram.jpg new file mode 100644 index 0000000..fba4510 --- /dev/null +++ b/docs/screenshots/tangram.jpg Binary files differ diff --git a/docs/screenshots/tangram_small.jpg b/docs/screenshots/tangram_small.jpg new file mode 100644 index 0000000..9ac7d36 --- /dev/null +++ b/docs/screenshots/tangram_small.jpg Binary files differ diff --git a/docs/spip_menuboard.xsl b/docs/spip_menuboard.xsl index 450e290..bf30854 100644 --- a/docs/spip_menuboard.xsl +++ b/docs/spip_menuboard.xsl @@ -70,7 +70,7 @@

- + -- cgit v0.9.1