This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www.

View the commit online.

commit 981404eeda46fd3c78f407133dc562b241c71e60
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Jun 17 20:58:54 2026 +0100

    add some more top level pages
---
 public_html/content/contact.php         |  4 ++++
 public_html/content/develop.php         |  4 ++++
 public_html/content/download.banner.php | 12 ++++++++++++
 public_html/content/news.php            |  4 ++++
 public_html/site/menu.php               |  3 +++
 5 files changed, 27 insertions(+)

diff --git a/public_html/content/contact.php b/public_html/content/contact.php
new file mode 100644
index 00000000..da5b2b90
--- /dev/null
+++ b/public_html/content/contact.php
@@ -0,0 +1,4 @@
+<?php $title="Contact"; ?>
+<p>
+Contact us!
+</p>
diff --git a/public_html/content/develop.php b/public_html/content/develop.php
new file mode 100644
index 00000000..0bb13822
--- /dev/null
+++ b/public_html/content/develop.php
@@ -0,0 +1,4 @@
+<?php $title="Develop"; ?>
+<p>
+Develop stuff!
+</p>
diff --git a/public_html/content/download.banner.php b/public_html/content/download.banner.php
new file mode 100644
index 00000000..5870c775
--- /dev/null
+++ b/public_html/content/download.banner.php
@@ -0,0 +1,12 @@
+<?php
+ $banner_bg = "hero-enlightenment-sunset.png";
+
+ $banner_eyebrow = "Grab your stuff";
+ $banner_title = "Download here.";
+ $banner_text = "Desktop / Compositor / Window Manager. Applications. Libraries.";
+
+ $banner_primary_label = "Download";
+ $banner_primary_href = "download";
+
+ include "site/banner.php";
+?>
diff --git a/public_html/content/news.php b/public_html/content/news.php
new file mode 100644
index 00000000..22d4f010
--- /dev/null
+++ b/public_html/content/news.php
@@ -0,0 +1,4 @@
+<?php $title="News"; ?>
+<p>
+News goes here!
+</p>
diff --git a/public_html/site/menu.php b/public_html/site/menu.php
index 376eaa17..30d01ad7 100644
--- a/public_html/site/menu.php
+++ b/public_html/site/menu.php
@@ -3,7 +3,10 @@ head($page,
      "start",
      "about",
      "download",
+     "contact",
+     "news",
      "source",
+     "develop",
      "contribute",
      );
 ?>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to