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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git


The following commit(s) were added to refs/heads/master by this push:
     new 20ea9d9  Add README.md, update site.xml (this is preliminarily, as in 
upcoming parent inheritance is supported again
20ea9d9 is described below

commit 20ea9d91fb4274b8b9239837179d5e3b7eec020e
Author: gk <[email protected]>
AuthorDate: Fri Dec 13 10:31:18 2024 +0100

    Add README.md, update site.xml (this is preliminarily, as in upcoming 
parent inheritance is supported again
---
 README.md                   |  9 +++++++++
 api/src/site/site.xml       | 14 +++++++++-----
 hibernate/src/site/site.xml | 11 +++++++++--
 ldap/src/site/site.xml      | 15 ++++++++++-----
 memory/src/site/site.xml    |  1 +
 src/site/site.xml           |  9 +++++++++
 src/site/xdoc/index.xml     |  2 +-
 torque/src/site/site.xml    |  1 +
 8 files changed, 49 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6bcd35f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+#  What is Fulcrum Security?
+
+-----------------------------------------------------------------------------
+
+Apache Fulcrum Security provides a highly flexible security framework for any 
container compatible with the Avalon framework.
+
+- [Fulcrum Security](https://turbine.apache.org/fulcrum/fulcrum-security/) is 
used by [Apache Turbine](https://turbine.apache.org/).
+
+- Find all Fulcrum components here 
[Fulcrum](https://turbine.apache.org/fulcrum/index.html).
\ No newline at end of file
diff --git a/api/src/site/site.xml b/api/src/site/site.xml
index 1f4c489..f4bc5bf 100644
--- a/api/src/site/site.xml
+++ b/api/src/site/site.xml
@@ -17,11 +17,15 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project name="Fulcrum Security API">
-   
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Turbine - Fulcrum Security API" combine.self="merge">
 
-    <body>
-    </body>
 
+<body>
+  <menu ref="reports"></menu>
+</body>
+ 
+
+</site>
 
-</project>
diff --git a/hibernate/src/site/site.xml b/hibernate/src/site/site.xml
index 1acd020..11656d6 100644
--- a/hibernate/src/site/site.xml
+++ b/hibernate/src/site/site.xml
@@ -17,9 +17,16 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project  name="Fulcrum Security Hibernate Implementation">
+
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Turbine - Fulcrum Security Hibernate Implementation" 
combine.self="merge">
+
 
 <body>
+  <menu ref="reports"></menu>
 </body>
  
-</project>
+
+</site>
+
diff --git a/ldap/src/site/site.xml b/ldap/src/site/site.xml
index 5663547..357af1a 100644
--- a/ldap/src/site/site.xml
+++ b/ldap/src/site/site.xml
@@ -17,12 +17,17 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.4.0"; 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";
-  name="Fulcrum Security LDAP Implementation">
+
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Turbine - Fulcrum Security LDAP Implementation" 
combine.self="merge">
+
 
 <body>
+  <menu ref="reports"></menu>
 </body>
+ 
+
+</site>
+
 
-</project>
diff --git a/memory/src/site/site.xml b/memory/src/site/site.xml
index 6618ca8..7416aa8 100644
--- a/memory/src/site/site.xml
+++ b/memory/src/site/site.xml
@@ -22,6 +22,7 @@
   name="Apache Turbine - Fulcrum Security Memory Implementation" 
combine.self="merge"> 
 
 <body>
+  <menu ref="reports"></menu>
 </body>
 
 </site>
diff --git a/src/site/site.xml b/src/site/site.xml
index 5e0a38b..f45c49c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -40,6 +40,13 @@
 
 
 <body>
+
+    <links>
+        <item name="Apache" href="https://www.apache.org/";> </item>
+        <item name="Turbine" href="https://turbine.apache.org/";>  </item>
+          <item name="Fulcrum" href="/fulcrum/"> </item>
+    </links>
+    
     <menu name="Overview" inherit="top">
       <item name="Main"                 href="index.html" collapse="false"/>
     </menu>
@@ -51,6 +58,8 @@
       <item name="Example"              href="example.html"/>
       <item name="Tasks"                href="tasks.html"/>
     </menu>
+    
+    <menu ref="reports"></menu>
 </body>  
 
 </site>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e1a6903..0645b39 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,7 +29,7 @@
 
   <section name="Overview">
     <p>
-      This component provides a highly flexible security framework  It is 
based on code from the
+      This component provides a highly flexible security framework. It is 
based on code from the
       Turbine framework, but has been expanded and can be used in any 
container compatible
       with the Avalon framework.
     <ul>
diff --git a/torque/src/site/site.xml b/torque/src/site/site.xml
index 407ed84..f60f63d 100644
--- a/torque/src/site/site.xml
+++ b/torque/src/site/site.xml
@@ -23,6 +23,7 @@
 
 
 <body>
+  <menu ref="reports"></menu>
 </body>
  
 

Reply via email to