From ec6e0af2b11026ba99d63b230e792af5bb9b3ad1 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Mon, 26 Mar 2007 12:58:33 +0000 Subject: website import --- website/templates/base.ezt | 71 ++++++++++++++++++++++++++++++++++ website/templates/buildlog.ezt | 85 +++++++++++++++++++++++++++++++++++++++++ website/templates/changelog.ezt | 19 +++++++++ website/templates/tests.ezt | 23 +++++++++++ 4 files changed, 198 insertions(+) create mode 100644 website/templates/base.ezt create mode 100644 website/templates/buildlog.ezt create mode 100644 website/templates/changelog.ezt create mode 100644 website/templates/tests.ezt (limited to 'website/templates') diff --git a/website/templates/base.ezt b/website/templates/base.ezt new file mode 100644 index 00000000..e42c1c87 --- /dev/null +++ b/website/templates/base.ezt @@ -0,0 +1,71 @@ + + +Lasso[if-any title] - [title][end] + + +[is section "buildbox"] + +[end] +[is section "documentation"] + +[end] + + + +
+
+ + + + + + +
+ [is section "buildbox"]

CVS Status

[end] + [body] + + + +
+ +
+
+ + + diff --git a/website/templates/buildlog.ezt b/website/templates/buildlog.ezt new file mode 100644 index 00000000..d9b1d3e0 --- /dev/null +++ b/website/templates/buildlog.ezt @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + [for build] + + + + + + + + + [if-any build.python_status] + [else][end] + [if-any build.php_status] + [else][end] + [if-any build.perl_status] + [else][end] + [if-any build.java_status] + [else][end] + [if-any build.csharp_status] + [else][end] + + + + [if-any build.tests_c_status] + [else][end] + + [if-any build.tests_python_status] + [else][end] + + [if-any build.tests_souk_status] + [else][end] + + [end] + +
Build timeChangesCompilationComponentsTests
Nb Log Guilty*Duration Build logLib C Python PHP Perl Java C#Lib C Python Souk
+ [build.display_date] [build.display_hour] + + [if-any build.changelog][build.nb_commits][else] [end] + + [if-any build.changelog]C[else] [end] + + [if-any build.changelog][build.last_commit_author][else] [end] + [build.duration] + [if-any build.buildlog] 3.3 [end][if-any build.buildlog295] / 2.95 [end] + + [is build.liblasso_status "ok"] [is build.liblasso295_status "ok"]  [else] + L [end] + [else] L [end] + + [is build.python_status "ok"] [else] L [end] +   + [is build.php_status "ok"] [else] L [end] +   + [is build.perl_status "ok"] [else] L [end] +   + [is build.java_status "ok"] [else] L [end] +   + [is build.csharp_status "ok"] [else] L [end] +   + [is build.tests_c_status "ok"] [else] L [end] +   + [is build.tests_python_status "ok"] [else] L [end] +   + [is build.tests_souk_status "ok"] [else] L [end] +  
+

+ Note: the "guilty" columns only gives the name of the most + recent commiter for the time period. +

diff --git a/website/templates/changelog.ezt b/website/templates/changelog.ezt new file mode 100644 index 00000000..69235cf7 --- /dev/null +++ b/website/templates/changelog.ezt @@ -0,0 +1,19 @@ +

ChangeLog

+ + + [for entry] + + + + + + + [end] +
[entry.time][entry.author] + [for entry.file] + [entry.file.name] ([entry.file.revision]) + [end] + + [entry.msg] +
+ diff --git a/website/templates/tests.ezt b/website/templates/tests.ezt new file mode 100644 index 00000000..187a6ff8 --- /dev/null +++ b/website/templates/tests.ezt @@ -0,0 +1,23 @@ +

Test suite ([title])

+ +

Executed on [datetime]

+ +[for suite] + [if-any suite.title]

[suite.title]

[end] + + [for suite.test] + + + + + [end] + + + + + +
[suite.test.description] 
+ [suite.len_tests] tests + [if-any suite.duration]executed in [suite.duration]s[end] +
+[end] -- cgit