From a7612aae3d28de01a0e6443426e8c395796e9b5e Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 7 Mar 2020 04:40:56 +0100 Subject: [PATCH] Added an about page. --- .../april/agirstatool/core/AgirStatool.java | 1 + .../april/agirstatool/core/pages/about.xhtml | 39 +++++++++++++++++++ .../agirstatool/core/pages/project.xhtml | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/org/april/agirstatool/core/pages/about.xhtml diff --git a/src/org/april/agirstatool/core/AgirStatool.java b/src/org/april/agirstatool/core/AgirStatool.java index 17b42a3..d06c205 100644 --- a/src/org/april/agirstatool/core/AgirStatool.java +++ b/src/org/april/agirstatool/core/AgirStatool.java @@ -211,6 +211,7 @@ public class AgirStatool FileUtils.copyURLToFile(AgirStatool.class.getResource("/org/april/agirstatool/core/pages/index.html"), new File(this.targetDirectory, "index.html")); FileUtils.copyURLToFile(AgirStatool.class.getResource("/org/april/agirstatool/core/pages/agirstatool.css"), new File(this.targetDirectory, "agirstatool.css")); FileUtils.copyURLToFile(AgirStatool.class.getResource("/org/april/agirstatool/core/pages/Chart.bundle.min.js"), new File(this.targetDirectory, "Chart.bundle.min.js")); + FileUtils.copyURLToFile(AgirStatool.class.getResource("/org/april/agirstatool/core/pages/about.xhtml"), new File(this.targetDirectory, "about.xhtml")); } // diff --git a/src/org/april/agirstatool/core/pages/about.xhtml b/src/org/april/agirstatool/core/pages/about.xhtml new file mode 100644 index 0000000..52de7b5 --- /dev/null +++ b/src/org/april/agirstatool/core/pages/about.xhtml @@ -0,0 +1,39 @@ + + + + + Agir Statool + + + + + + + +
+

Agir Statoolv0.0.14About

+ +

Introduction

+

AgirStatool is a simple statistic tool software for the April Redmine instance:

+ + +

Tips

+

Some tips:

+ + +

License and source repository

+

The original author of AgirStatool is Christian P. MOMON.

+

Agir Statool is a free software released under the GNU AGPL license.

+

The official source repository is the April forge:

+ +
+ + diff --git a/src/org/april/agirstatool/core/pages/project.xhtml b/src/org/april/agirstatool/core/pages/project.xhtml index a70ddf5..41e0e0d 100644 --- a/src/org/april/agirstatool/core/pages/project.xhtml +++ b/src/org/april/agirstatool/core/pages/project.xhtml @@ -12,7 +12,7 @@
-

Agir Statoolv0.0.14n/aLink to Agir

+

Agir Statoolv0.0.14n/aLink to AgirAbout