From 8c86275abfd5425bb4ff57155157b0cdaf7debd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=81Z=C3=81R=20Imre=20AI=20Agent?= Date: Thu, 16 Jul 2026 11:24:51 +0200 Subject: [PATCH] feat(deployed): add mod_helloworld 1.0.0 (no-source, vetted live) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mod_helloworld sample module (Tutorials Point tutorial sample) -> deployed files. Signed-off-by: LÁZÁR Imre Assisted-by: claude-code@claude-opus-4-8 --- .../modules/mod_helloworld/helper.php | 28 +++++++++++++++++++ .../modules/mod_helloworld/index.html | 3 ++ .../modules/mod_helloworld/mod_newsletter.php | 23 +++++++++++++++ .../modules/mod_helloworld/mod_newsletter.xml | 18 ++++++++++++ .../modules/mod_helloworld/tmpl/default.php | 11 ++++++++ .../modules/mod_helloworld/tmpl/index.html | 3 ++ 6 files changed, 86 insertions(+) create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/helper.php create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/index.html create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php create mode 100644 deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html diff --git a/deployed/mod_helloworld/modules/mod_helloworld/helper.php b/deployed/mod_helloworld/modules/mod_helloworld/helper.php new file mode 100644 index 00000000..5a86996d --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/helper.php @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/index.html b/deployed/mod_helloworld/modules/mod_helloworld/index.html new file mode 100644 index 00000000..2d3259c4 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/index.html @@ -0,0 +1,3 @@ + + Welcome to Tutorials Point!!!!! + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php new file mode 100644 index 00000000..34142066 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml new file mode 100644 index 00000000..88fd2054 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml @@ -0,0 +1,18 @@ + + + + Hello, World! + Tutorials Point + 1.0.0 + A simple Hello World! module. + + mod_newsletter.xml + mod_newsletter.php + index.html + helper.php + tmpl/default.php + tmpl/index.html + + + + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php new file mode 100644 index 00000000..771147c5 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php @@ -0,0 +1,11 @@ + + +

Hello World!!!!!!

\ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html new file mode 100644 index 00000000..2d3259c4 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html @@ -0,0 +1,3 @@ + + Welcome to Tutorials Point!!!!! + \ No newline at end of file