You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/05/30 15:46:19 UTC

directory-fortress-commander git commit: FC-105 - reformat (split long lines)

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master c39912313 -> d0f2c4a5b


FC-105 - reformat (split long lines)


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/d0f2c4a5
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/d0f2c4a5
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/d0f2c4a5

Branch: refs/heads/master
Commit: d0f2c4a5b7f913c21c83c14fef24f3c4cb60a2a5
Parents: c399123
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat May 30 08:46:01 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat May 30 08:46:01 2015 -0500

----------------------------------------------------------------------
 .../apache/directory/fortress/web/overview.html | 89 +++++++++++---------
 1 file changed, 51 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/d0f2c4a5/src/main/java/org/apache/directory/fortress/web/overview.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/web/overview.html b/src/main/java/org/apache/directory/fortress/web/overview.html
index ac2468d..79faa4e 100755
--- a/src/main/java/org/apache/directory/fortress/web/overview.html
+++ b/src/main/java/org/apache/directory/fortress/web/overview.html
@@ -17,42 +17,55 @@
    under the License.
 -->
 <html>
-   <head>
-      <title>Overview of the org.apache.directory.fortress.web component</title>
-   </head>
-   <body>
-       Fortress Web is a web application that interface with <A HREF="https://symas.com/javadocs/fortress/">Fortress</A> and a directory server like <A HREF="http://www.openldap.org/">OpenLDAP</A> or <A HREF="http://directory.apache.org/apacheds/">ApacheDS</A>.
-
-       <h2>What technologies are in use?</h2>
-
-       Fortress Web was built using established <A HREF="http://www.opensource.org/">Open Source</A> technologies including
-       <A HREF="http://wicket.apache.org//">Apache Wicket</A> (Web UI framework), <A HREF="http://www.springsource.org/">Spring Framework</A> (glue), <A HREF="http://maven.apache.org/">Maven</A> (dependencies)
-       and runs inside any reasonably compliant Java Servlets container.
-
-       Access control decisions are enforced using <A HREF="https://symas.com/javadocs/sentry/">Fortress Realm</A> which itself
-       uses declarative <A HREF="http://docs.oracle.com/javaee/5/tutorial/doc/bnbwk.html">Java EE Security</A> and <A HREF="http://static.springsource.org/spring-security/site/">Spring Security</A> policy hooks that are wired to
-       connect back to the <A HREF="https://symas.com/javadocs/fortress/org/openldap/fortress/rbac/package-summary.html">Fortress Core</A> <A HREF="http://en.wikipedia.org/wiki/Role-based_access_control">RBAC</A> component.
-
-       Fine-grained access control decisions are enforced using <A HREF="https://symas.com/javadocs/fortress/org/openldap/fortress/DelAccessMgr.html">Fortress ARBAC delegated access management.</A>
-
-       Commander server-side is a <a href="http://java.sun.com/developer/technicalArticles/tools/webapps_1/">Java Web program</a> artifact and is wholly dependent on <A HREF="http://www.jts.us/iamfortress/javadocs/api/index.html">Fortress</A>
-       but also needs a <A HREF="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">V3 compliant LDAP</A> server like OpenLDAP.  For more information on installing and setting up OpenLDAP check out
-       <A HREF="http://directory.apache.org/fortress/quick-start/apacheds/apacheds.html">Fortress ApacheDS Quickstart</A>
-
-       <h2>What can Fortress Web do?</h2>
-
-       Contained within this application are Web pages to perform ANSI RBAC administration along with IETF password policies and viewing the security audit trail and history of changes.
-
-      <h2>What are the conditions of use?</h2>
-      <p>
-          This software development kit is open source, thus free to use and distribute via the <a href="http://www.apache.org/licenses/">Apache License, Version 2.0</a>.
-          It was developed and tested on open systems like <a href="http://www.ubuntu.com/">Ubuntu</a> and <a href="http://www.centos.org/">Centos</a> and was helped along
-          by the following open source products:
-       <ol>
-           <li><a href="http://www.openldap.org/project/">The OpenLDAP Project</a></li>
-           <li><a href="http://www.apache.org/">The Apache Software Foundation</a></li>
-           <li><a href="http://www.eigenbase.org/">The Eigenbase Project</a></li>
-           <li><a href="http://ehcache.org/">Ehcache</a></li>
-       </ol>
-   </body>
+<head>
+    <title>Overview of the org.apache.directory.fortress.web component</title>
+</head>
+<body>
+Fortress Web is a web application that interface with <A HREF="https://symas.com/javadocs/fortress/">Fortress</A> and a
+directory server like <A HREF="http://www.openldap.org/">OpenLDAP</A> or <A
+        HREF="http://directory.apache.org/apacheds/">ApacheDS</A>.
+
+<h2>What technologies are in use?</h2>
+
+Fortress Web was built using established <A HREF="http://www.opensource.org/">Open Source</A> technologies including
+<A HREF="http://wicket.apache.org//">Apache Wicket</A> (Web UI framework), <A HREF="http://www.springsource.org/">Spring
+    Framework</A> (glue), <A HREF="http://maven.apache.org/">Maven</A> (dependencies)
+and runs inside any reasonably compliant Java Servlets container.
+
+Access control decisions are enforced using <A HREF="https://symas.com/javadocs/sentry/">Fortress Realm</A> which itself
+uses declarative <A HREF="http://docs.oracle.com/javaee/5/tutorial/doc/bnbwk.html">Java EE Security</A> and <A
+        HREF="http://static.springsource.org/spring-security/site/">Spring Security</A> policy hooks that are wired to
+connect back to the <A HREF="https://symas.com/javadocs/fortress/org/openldap/fortress/rbac/package-summary.html">Fortress
+    Core</A> <A HREF="http://en.wikipedia.org/wiki/Role-based_access_control">RBAC</A> component.
+
+Fine-grained access control decisions are enforced using <A
+        HREF="https://symas.com/javadocs/fortress/org/openldap/fortress/DelAccessMgr.html">Fortress ARBAC delegated
+    access management.</A>
+
+Commander server-side is a <a href="http://java.sun.com/developer/technicalArticles/tools/webapps_1/">Java Web
+    program</a> artifact and is wholly dependent on <A HREF="http://www.jts.us/iamfortress/javadocs/api/index.html">Fortress</A>
+but also needs a <A HREF="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">V3 compliant LDAP</A>
+server like OpenLDAP. For more information on installing and setting up OpenLDAP check out
+<A HREF="http://directory.apache.org/fortress/quick-start/apacheds/apacheds.html">Fortress ApacheDS Quickstart</A>
+
+<h2>What can Fortress Web do?</h2>
+
+Contained within this application are Web pages to perform ANSI RBAC administration along with IETF password policies
+and viewing the security audit trail and history of changes.
+
+<h2>What are the conditions of use?</h2>
+
+<p>
+    This software development kit is open source, thus free to use and distribute via the <a
+        href="http://www.apache.org/licenses/">Apache License, Version 2.0</a>.
+    It was developed and tested on open systems like <a href="http://www.ubuntu.com/">Ubuntu</a> and <a
+        href="http://www.centos.org/">Centos</a> and was helped along
+    by the following open source products:
+<ol>
+    <li><a href="http://www.openldap.org/project/">The OpenLDAP Project</a></li>
+    <li><a href="http://www.apache.org/">The Apache Software Foundation</a></li>
+    <li><a href="http://www.eigenbase.org/">The Eigenbase Project</a></li>
+    <li><a href="http://ehcache.org/">Ehcache</a></li>
+</ol>
+</body>
 </html>
\ No newline at end of file