You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/05/06 22:32:50 UTC

logging-log4j-audit git commit: Site updates

Repository: logging-log4j-audit
Updated Branches:
  refs/heads/master 7ccfa3aa8 -> fe0be8fb7


Site updates


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/fe0be8fb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/fe0be8fb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/fe0be8fb

Branch: refs/heads/master
Commit: fe0be8fb78300af081920b009719132cfb2da63e
Parents: 7ccfa3a
Author: Ralph Goers <rg...@apache.org>
Authored: Sun May 6 14:25:41 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun May 6 14:25:41 2018 -0700

----------------------------------------------------------------------
 pom.xml                             | 3 ++-
 src/site/resources/css/site.css     | 5 +++--
 src/site/site.vm                    | 7 +++++--
 src/site/xdoc/gettingStarted.xml.vm | 5 +++--
 4 files changed, 13 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/fe0be8fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0535c1..e7de278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <url>http://logging.apache.org/log4j-audit</url>
   <issueManagement>
     <system>JIRA</system>
-    <url>https://issues.apache.org/jira/browse/LOG4J-AUDIT</url>
+    <url>https://issues.apache.org/jira/browse/LOG4J2</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
@@ -962,6 +962,7 @@
         <configuration>
           <statusIds>Resolved, Closed</statusIds>
           <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
+          <component>Log4j-Audit</component>
           <useJql>true</useJql>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/fe0be8fb/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 472df16..d8aaa9c 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -34,8 +34,9 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
 
 .sidebar-nav { padding: 9px 0; }
 
-.logo-left { margin: 10px; float: left }
-.logo-right { margin: 5px; float: right; height: 100px }
+.logo-left { margin: 10px; float: left; height: 100px}
+.logo-center {margin-left: auto; margin-right: auto; display: block; width: 20%}
+.logo-right { margin: 5px; float: right; height: 100px}
 
 .navbar .nav { margin-left: 40px; }
 

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/fe0be8fb/src/site/site.vm
----------------------------------------------------------------------
diff --git a/src/site/site.vm b/src/site/site.vm
index f2507ce..7c71332 100644
--- a/src/site/site.vm
+++ b/src/site/site.vm
@@ -471,10 +471,13 @@
     #googleAnalytics( $decoration.googleAnalyticsAccountId )
 </head>
 <body class="composite">
-<a href="https://logging.apache.org/">
-    <img class="logo-left" src="$relativePath/images/ls-logo.jpg" alt="Apache logging services logo" />
+<a  href="http://www.apache.org/events/current-event.html">
+    <img class=logo-left src="http://www.apache.org/events/current-event-234x60.png"/>
 </a>
 <img class="logo-right" src="$relativePath/images/logo.png" alt="Apache log4j logo" />
+<a href="https://logging.apache.org/">
+    <img class="logo-center" src="$relativePath/images/ls-logo.jpg" alt="Apache logging services logo" />
+</a>
 <div class="clear"></div>
 
 <div class="navbar">

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/fe0be8fb/src/site/xdoc/gettingStarted.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/gettingStarted.xml.vm b/src/site/xdoc/gettingStarted.xml.vm
index 2ecab86..525859c 100644
--- a/src/site/xdoc/gettingStarted.xml.vm
+++ b/src/site/xdoc/gettingStarted.xml.vm
@@ -44,7 +44,6 @@
          <li>A favorite text editor or IDE</li>
          <li>JDK 1.8 or later</li>
          <li>Apache Maven 3.0+</li>
-         <li>Apache Tomcat 7.0+ (Any servlet 2.5+ compatible container will work)</li>
         </ul>
       </subsection>
       <a name="how_to_complete"/>
@@ -111,6 +110,7 @@
             <code><pre>
               remoteRepoUrl=https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
               remoteRepoCatalogPath=audit-service-api/src/main/resources/catalog.json
+              branch=<![CDATA[<branchname>]]>
               gitUserName=
               gitPassword=
               gitPassPhrase=</pre></code></li>
@@ -150,7 +150,8 @@
              will be able to view the catalog but not update it.
               <code><pre>
     remoteRepoUrl=https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git  
-    remoteRepoCatalogPath=audit-service-api/src/main/resources/catalog.json  
+    remoteRepoCatalogPath=audit-service-api/src/main/resources/catalog.json
+    branch=<![CDATA[<branchname>]]>
     gitUserName=  
     gitPassword=  
     gitPassPhrase=</pre></code></li>