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 @@ + + + +
+AgirStatool is a simple statistic tool software for the April Redmine instance:
+ + +Some tips:
+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:
+ +