You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/16 11:49:01 UTC

cayenne-website git commit: Minor content and layout fixes

Repository: cayenne-website
Updated Branches:
  refs/heads/master 91f63f4bb -> 99a67fa25


Minor content and layout fixes


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/99a67fa2
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/99a67fa2
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/99a67fa2

Branch: refs/heads/master
Commit: 99a67fa25a22a981bf8a21247c42810474d79b1c
Parents: 91f63f4
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Jan 16 14:48:49 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Jan 16 14:48:49 2018 +0300

----------------------------------------------------------------------
 src/main/assets/styles/main.scss                   |   4 ++++
 src/main/site/content/about/database-support.md    |   4 ++--
 src/main/site/content/about/support.md             |   9 ++++++---
 .../content/docs/1.2/guide-to-12-features.html     |   2 +-
 src/main/site/content/docs/2.0/dbadapter.html      |   2 +-
 .../site/content/news/cayenne-40M5-released.md     |   2 +-
 src/main/site/layouts/partials/header.html         |   2 +-
 src/main/site/static/favicon.ico                   | Bin 0 -> 15086 bytes
 8 files changed, 16 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/assets/styles/main.scss
----------------------------------------------------------------------
diff --git a/src/main/assets/styles/main.scss b/src/main/assets/styles/main.scss
index 2a8b7a9..fec8851 100644
--- a/src/main/assets/styles/main.scss
+++ b/src/main/assets/styles/main.scss
@@ -522,4 +522,8 @@
 			td, th {
 				padding: $table-cell-padding-sm;
 			}
+		}
+
+		.mw-20px {
+			max-width: 20px;
 		}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/content/about/database-support.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/about/database-support.md b/src/main/site/content/about/database-support.md
index a6f8425..ba05be8 100644
--- a/src/main/site/content/about/database-support.md
+++ b/src/main/site/content/about/database-support.md
@@ -16,10 +16,10 @@ Database                                 | Driver Name
 [FrontBase](http://www.frontbase.com/)   | jdbc.<wbr>Front<wbr>Base.<wbr>FBJ<wbr>Driver 	                        | jdbc:<wbr>Front<wbr>Base:<wbr>//127.0.0.1<wbr>/dbname                  |
 [HSQLDB](http://hsqldb.org/)             | org.<wbr>hsqldb.<wbr>jdbc<wbr>Driver 	                            | jdbc:<wbr>hsqldb:<wbr>hsql:<wbr>//127.0.0.1                       | client<wbr>/<wbr>server 
   	  	                                 | jdbc:<wbr>hsqldb:                                            | file:<wbr>/path-to-<wbr>hsql-db-<wbr>files                        | em<wbr>bedd<wbr>ed 
-[H2](www.h2database.com/)                | org.<wbr>h2.<wbr>Driver 	                                    | jdbc:<wbr>h2:<wbr>mem:<wbr>myTestMem;<wbr>MVCC=<wbr>TRUE          | em<wbr>bedd<wbr>ed in-<wbr>me<wbr>mory
+[H2](http://www.h2database.com/)                | org.<wbr>h2.<wbr>Driver 	                                    | jdbc:<wbr>h2:<wbr>mem:<wbr>myTestMem;<wbr>MVCC=<wbr>TRUE          | em<wbr>bedd<wbr>ed in-<wbr>me<wbr>mory
 [Ingres](http://www.ingres.com/products/ingres-database.php)| com.<wbr>ingres.<wbr>jdbc.<wbr>Ingres<wbr>Driver | jdbc:<wbr>ingres:<wbr>//127.0.0.1<wbr>:II7<wbr>/dbname     |               
 [MySQL](http://www.mysql.com/)           | com.<wbr>mysql.<wbr>jdbc.<wbr>Driver                         | jdbc:<wbr>mysql:<wbr>//127.0.0.1<wbr>/dbname 	                    |              
-[OpenBase](www.openbase.com)             | com.<wbr>open<wbr>base.<wbr>jdbc.<wbr>Ob<wbr>Driver                    | jdbc:<wbr>open<wbr>base:<wbr>//127.0.0.1<wbr>/dbname 	                |              
+[OpenBase](http://www.openbase.com)             | com.<wbr>open<wbr>base.<wbr>jdbc.<wbr>Ob<wbr>Driver                    | jdbc:<wbr>open<wbr>base:<wbr>//127.0.0.1<wbr>/dbname 	                |              
 [Oracle](http://www.oracle.com/)         | oracle.<wbr>jdbc.<wbr>driver.<wbr>Oracle<wbr>Driver          | jdbc:<wbr>oracle<wbr>:thin:<wbr>@//127.0.0.1<wbr>:1521<wbr>/dbname|	           
 [PostgreSQL](http://www.postgresql.org/) | org.<wbr>postgre<wbr>sql.<wbr>Driver                              | jdbc:<wbr>postgre<wbr>sql:<wbr>//127.0.0.1<wbr>:5432<wbr>/dbname 	    |               
 [SQLite 3.*](http://www.sqlite.org/)     | org.<wbr>sqlite.<wbr>JDBC                                    | jdbc:<wbr>sqlite:<wbr>path_<wbr>to_<wbr>dbfile 	                | driver from zentus<wbr>.com

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/content/about/support.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/about/support.md b/src/main/site/content/about/support.md
index 7040ee5..cc3cb21 100644
--- a/src/main/site/content/about/support.md
+++ b/src/main/site/content/about/support.md
@@ -11,7 +11,8 @@ aliases:
     - /support.html
 ---
 
-* [Cayenne user mailing list](/mailing-lists.html) is a place to get help from the Cayenne community and discuss general Cayenne topics. Subscription is required to post messages and participate in discussion, and of course you can browse past archives anonymously.
+* [Cayenne user mailing list](/mailing-lists.html) is a place to get help from the Cayenne community and discuss general Cayenne topics. 
+Subscription is required to post messages and participate in discussion, and of course you can browse past archives anonymously.
 * [Stackoverflow](http://stackoverflow.com/questions/tagged/apache-cayenne) is another place to ask questions and search the existing knowledgebase of answers.
 
 {{% gap %}}
@@ -19,6 +20,8 @@ aliases:
 
 ## Commercial Support And Consulting
 
-* [ObjectStyle](http://www.objectstyle.com/cayenne-consulting). Cayenne commercial support, consulting services, and training provuded by the company employing its original authors and a number of committers.
+* [ObjectStyle](http://www.objectstyle.com/cayenne-consulting). Cayenne commercial support, consulting services, 
+and training provided by the company employing its original authors and a number of committers.
 
-_If your company also provides commercial services supporting Apache Cayenne, please drop a note to Cayenne PMC (private at cayenne dot apache dot org), we'll review your request add a note to this page._
+_If your company also provides commercial services supporting Apache Cayenne, please drop a note to Cayenne PMC (private at cayenne dot apache dot org), 
+we'll review your request add a note to this page._

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/content/docs/1.2/guide-to-12-features.html
----------------------------------------------------------------------
diff --git a/src/main/site/content/docs/1.2/guide-to-12-features.html b/src/main/site/content/docs/1.2/guide-to-12-features.html
index 05e94bc..34f1be6 100644
--- a/src/main/site/content/docs/1.2/guide-to-12-features.html
+++ b/src/main/site/content/docs/1.2/guide-to-12-features.html
@@ -129,7 +129,7 @@ layout: docs_legacy
 </UL>
 
 
-<H4><A name="Guideto1.2Features-XMLSerializationCAY%3AXMLSerialization"></A><A href="../CAY/xml-serialization.html" title="XML Serialization">XML Serialization</A></H4>
+<H4><A name="Guideto1.2Features-XMLSerializationCAY%3AXMLSerialization"></A>XML Serialization</H4>
 
 <P>A new package <TT>org.objectstyle.cayenne.xml</TT> provides a way to encode arbitrary Java objects to XML and decode them from XML. It allows a great degree of control over the XML structure, thus simplifying integration with third party XML message systems. M5 features the first usable release of this feature. However there may be more changes in the course of 1.2.</P>
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/content/docs/2.0/dbadapter.html
----------------------------------------------------------------------
diff --git a/src/main/site/content/docs/2.0/dbadapter.html b/src/main/site/content/docs/2.0/dbadapter.html
index 974c605..a1d62ff 100644
--- a/src/main/site/content/docs/2.0/dbadapter.html
+++ b/src/main/site/content/docs/2.0/dbadapter.html
@@ -36,7 +36,7 @@ layout: docs_legacy
 </UL>
 
 
-<P><TT>org.apache.cayenne.dba.DbAdapter</TT> interface is used in Cayenne for an additional portability layer sitting on top of JDBC. There is one generic implementation of DbAdapter provided with Cayenne (JdbcAdapter) and also a subclass of JdbcAdapter for each database that is officially supported by Cayenne. Users can create their own adapter implementations as well (some hints are given <A href="../doc/custom-dbadapter.html" title="Custom DbAdapter">here</A>).</P>
+<P><TT>org.apache.cayenne.dba.DbAdapter</TT> interface is used in Cayenne for an additional portability layer sitting on top of JDBC. There is one generic implementation of DbAdapter provided with Cayenne (JdbcAdapter) and also a subclass of JdbcAdapter for each database that is officially supported by Cayenne. Users can create their own adapter implementations as well (some hints are given <A href="../3.0/custom-dbadapter.html" title="Custom DbAdapter">here</A>).</P>
 
 <H3><A name="DbAdapter-DbAdapterAutomaticDetection"></A>DbAdapter Automatic Detection</H3>
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/content/news/cayenne-40M5-released.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/news/cayenne-40M5-released.md b/src/main/site/content/news/cayenne-40M5-released.md
index 5269a88..7593894 100644
--- a/src/main/site/content/news/cayenne-40M5-released.md
+++ b/src/main/site/content/news/cayenne-40M5-released.md
@@ -1,6 +1,6 @@
 ---
 title: Cayenne 4.0 Milestone 5 Released
-date: 2017-03-07T12:00:00+03:00
+date: 2017-03-06T12:00:00+03:00
 url: /2017/03/cayenne-40M5-released.html
 --- 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/layouts/partials/header.html
----------------------------------------------------------------------
diff --git a/src/main/site/layouts/partials/header.html b/src/main/site/layouts/partials/header.html
index d7b36c5..e9f2968 100644
--- a/src/main/site/layouts/partials/header.html
+++ b/src/main/site/layouts/partials/header.html
@@ -1,7 +1,7 @@
 <header class="page-header">
     <nav id="topbar" class="bg-dark" aria-label="breadcrumb" role="navigation">
       <ul class="breadcrumb breadcrumb-sm breadcrumb-dark  container  mb-0">
-        <img class="mh-26px  mr-1" src="/img/feather.svg" />
+        <img class="mh-26px mw-20px  mr-1" src="/img/feather.svg" />
         <li class="breadcrumb-item dropdown">
           <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Apache Software Foundation</a>
           <div class="dropdown-menu" aria-labelledby="navbarDropdown">

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/99a67fa2/src/main/site/static/favicon.ico
----------------------------------------------------------------------
diff --git a/src/main/site/static/favicon.ico b/src/main/site/static/favicon.ico
new file mode 100644
index 0000000..3c6a901
Binary files /dev/null and b/src/main/site/static/favicon.ico differ