This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tapestry-5-site.git

commit bd121407cea71d868b650386799ae84c58925bde
Author: Volker Lamp <[email protected]>
AuthorDate: Wed Mar 6 00:07:37 2024 +0100

    Rudimentary structure for main site.
---
 main/antora.yml                            |  6 ++++++
 main/modules/ROOT/nav.adoc                 |  5 +++++
 main/modules/ROOT/pages/about.adoc         |  4 ++++
 main/modules/ROOT/pages/community.adoc     | 30 ++++++++++++++++++++++++++++++
 main/modules/ROOT/pages/developers.adoc    |  5 +++++
 main/modules/ROOT/pages/documentation.adoc | 17 +++++++++++++++++
 main/modules/ROOT/pages/download.adoc      |  8 ++++++++
 7 files changed, 75 insertions(+)

diff --git a/main/antora.yml b/main/antora.yml
new file mode 100644
index 0000000..46f8bb3
--- /dev/null
+++ b/main/antora.yml
@@ -0,0 +1,6 @@
+name: main
+title: Tapestry
+version: ~
+start_page: ROOT:about.adoc
+nav:
+- modules/ROOT/nav.adoc
diff --git a/main/modules/ROOT/nav.adoc b/main/modules/ROOT/nav.adoc
new file mode 100644
index 0000000..72102f1
--- /dev/null
+++ b/main/modules/ROOT/nav.adoc
@@ -0,0 +1,5 @@
+* xref:about.adoc[]
+* xref:download.adoc[]
+* xref:documentation.adoc[]
+* xref:community.adoc[]
+* xref:developers.adoc[]
diff --git a/main/modules/ROOT/pages/about.adoc 
b/main/modules/ROOT/pages/about.adoc
new file mode 100644
index 0000000..4357031
--- /dev/null
+++ b/main/modules/ROOT/pages/about.adoc
@@ -0,0 +1,4 @@
+= Developing Java Web Applications with Scripting Ease
+:navtitle: About
+
+Apache Tapestry is an open-source component-oriented framework for creating 
dynamic, robust, highly scalable web appplications in Java.
diff --git a/main/modules/ROOT/pages/community.adoc 
b/main/modules/ROOT/pages/community.adoc
new file mode 100644
index 0000000..84fcfb5
--- /dev/null
+++ b/main/modules/ROOT/pages/community.adoc
@@ -0,0 +1,30 @@
+= Community
+:navtitle: Community
+
+== Mailing Lists
+Like all Apache projects, Tapestry uses mailing lists for most communication. 
You can subscribe by sending e-mail to the addresses below. For each list, 
there are subscribe, unsubscribe, and archive links. All Tapestry users are 
welcome to subscribe to any of these lists, however questions on how to use 
Tapestry in your application are best sent to the user mailing list.
+
+[%autowidth]
+|===
+|List Name |Subscribe |Unsubscribe |Archive
+
+
+|Tapestry User List 
+|[email protected]
+|[email protected]
+|http://mail-archives.apache.org/mod_mbox/tapestry-users/
+
+|Tapestry Developer List 
+|[email protected]
+|[email protected]
+|http://mail-archives.apache.org/mod_mbox/tapestry-dev/
+
+|Tapestry Commits List 
+|[email protected]
+|[email protected]
+|http://mail-archives.apache.org/mod_mbox/tapestry-commits/
+|===
+
+
+== Third Party Modules
+...
diff --git a/main/modules/ROOT/pages/developers.adoc 
b/main/modules/ROOT/pages/developers.adoc
new file mode 100644
index 0000000..c24e131
--- /dev/null
+++ b/main/modules/ROOT/pages/developers.adoc
@@ -0,0 +1,5 @@
+= Developers
+:navtitle: Developers
+
+This section is intended for people _developing_ Tapestry itself (rather than 
developers _using_ Tapestry).
+
diff --git a/main/modules/ROOT/pages/documentation.adoc 
b/main/modules/ROOT/pages/documentation.adoc
new file mode 100644
index 0000000..8a845ee
--- /dev/null
+++ b/main/modules/ROOT/pages/documentation.adoc
@@ -0,0 +1,17 @@
+= Documentation
+:navtitle: Documentation
+
+== User Guide
+xref:userguide::index.adoc[]
+
+== Release Notes
+
+== Javadoc
+
+== FAQ
+
+== Tutorials
+
+== Learning Resources from the Community
+https://tapestry-jumpstart.org/[Tapestry Jumpstart] by Geoff Callender
+
diff --git a/main/modules/ROOT/pages/download.adoc 
b/main/modules/ROOT/pages/download.adoc
new file mode 100644
index 0000000..45825f4
--- /dev/null
+++ b/main/modules/ROOT/pages/download.adoc
@@ -0,0 +1,8 @@
+= Download
+:navtitle: Download
+
+Tapestry can be downloaded in either binary or source format.
+
+
+
+

Reply via email to