You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gk...@apache.org on 2020/02/04 15:41:56 UTC

svn commit: r1873573 - in /db/torque/torque4/trunk: pom.xml torque-site/src/site/site.xml torque-site/src/site/xdoc/addons.xml torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml

Author: gk
Date: Tue Feb  4 15:41:55 2020
New Revision: 1873573

URL: http://svn.apache.org/viewvc?rev=1873573&view=rev
Log:
- fix site
- fix format in step4.xml, site.xml
- update site generation: use fluido (=Bootstrap 2) skin with topnav, requires site version update to 3.8, set in pom.xml

Modified:
    db/torque/torque4/trunk/pom.xml
    db/torque/torque4/trunk/torque-site/src/site/site.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/addons.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1873573&r1=1873572&r2=1873573&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Tue Feb  4 15:41:55 2020
@@ -565,6 +565,11 @@
           <artifactId>dependency-check-maven</artifactId>
           <version>5.2.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.8.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: db/torque/torque4/trunk/torque-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/site.xml?rev=1873573&r1=1873572&r2=1873573&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/site.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/site.xml Tue Feb  4 15:41:55 2020
@@ -26,6 +26,11 @@
   <bannerRight>
     <src>images/torque-logo-new.png</src>
   </bannerRight>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.8</version>
+  </skin>
   <body>
 
     <menu name="General information">
@@ -35,12 +40,13 @@
       <item name="Addons"                href="/addons.html"/>
       <item name="Changes"               href="/jira-report.html"/>
       <item name="Old Changes"           href="/changes-report.html"/>
-      <item name="Wiki"                  href="http://wiki.apache.org/db-torque/"/>
-      <item name="Issue tracker"         href="/issue-tracking.html"/>
+      <item name="Wiki"                  href="http://wiki.apache.org/DBTORQUE/" target="_blank"/>
+      <item name="Issue tracker"         href="https://issues.apache.org/jira/projects/TORQUE/" target="_blank"/>
       <item name="Mailing lists"         href="/mail-lists.html"/>
-      <item name="Tools"                 href="/tools.html" />
-      <item name="License"               href="http://www.apache.org/licenses/"/>
-      <item name="Team"                  href="/team-list.html"/>
+      <item name="CI Management"   href="/ci-management.html"/>
+      <item name="SCM"                     href="/scm.html" />
+      <item name="License"               href="http://www.apache.org/licenses/" target="_blank"/>
+      <item name="Team"                  href="/team.html"/>
       <item name="Developer Information" href="/developer-info/index.html" collapse="true">
         <item name="Subversion"          href="/developer-info/subversion.html"/>
         <item name="Test project"        href="/developer-info/test-project.html"/>
@@ -162,4 +168,11 @@
     </menu>
 
   </body>
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <topBarContainerStyle>width: 90%;</topBarContainerStyle>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+</custom>
 </project>
\ No newline at end of file

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/addons.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/addons.xml?rev=1873573&r1=1873572&r2=1873573&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/addons.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/addons.xml Tue Feb  4 15:41:55 2020
@@ -32,8 +32,7 @@
        <a href="http://sourceforge.net/projects/torque-addons/">Torque addons</a>
        project at SourceForge and currently include generation of
        <a href="http://commons.apache.org/betwixt/">betwixt</a>
-       mapping files, an XML import/export framework and adapter support for
-       MS-SQL 7.
+       mapping files, an XML import/export framework.
      </p>
    </section>
   </body>

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml?rev=1873573&r1=1873572&r2=1873573&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step4.xml Tue Feb  4 15:41:55 2020
@@ -159,7 +159,7 @@ torque.dsfactory.bookstore.connection.pa
     commons-logging user guide</a>.
     </p>
     
-    </p>
+   <p>
     Internally Torque uses now
     <a href="https://logging.apache.org/log4j/log4j-2.0/index.html">
     Log4j2</a>.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org