You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2022/03/07 16:41:20 UTC

svn commit: r1898707 - in /empire-db/site/preview-v3: css/common.css css/content.css css/home.css pages/community.html pages/download.html pages/home.html pages/project.html

Author: doebele
Date: Mon Mar  7 16:41:20 2022
New Revision: 1898707

URL: http://svn.apache.org/viewvc?rev=1898707&view=rev
Log: (empty)

Modified:
    empire-db/site/preview-v3/css/common.css
    empire-db/site/preview-v3/css/content.css
    empire-db/site/preview-v3/css/home.css
    empire-db/site/preview-v3/pages/community.html
    empire-db/site/preview-v3/pages/download.html
    empire-db/site/preview-v3/pages/home.html
    empire-db/site/preview-v3/pages/project.html

Modified: empire-db/site/preview-v3/css/common.css
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/css/common.css?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/css/common.css (original)
+++ empire-db/site/preview-v3/css/common.css Mon Mar  7 16:41:20 2022
@@ -409,6 +409,16 @@ div.footer-info > span {
 	display: none;	
 }
 
+/* github-fork-ribbon */
+.github-fork-ribbon {
+	display: none;
+	position: fixed;
+	top: 69px;
+}
+.github-fork-ribbon:hover {
+	text-decoration: none;
+}
+
 /* media */
 @media (max-width: 499px) and (orientation: portrait) {
 	/*
@@ -437,6 +447,9 @@ div.footer-info > span {
 	  width: 100%;
 /*	  max-width: 320px; */
 	}
+	.github-fork-ribbon {
+      display: none !important;
+	}
 }
 @media (min-width: 768px) {
 	body,

Modified: empire-db/site/preview-v3/css/content.css
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/css/content.css?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/css/content.css (original)
+++ empire-db/site/preview-v3/css/content.css Mon Mar  7 16:41:20 2022
@@ -270,6 +270,9 @@ table.layout > tbody > tr > th {
 }
 
 /* content */
+.content .content-section {
+	padding-bottom: 10px;
+}
 .content .content-box {
 	display: block;
 	/*

Modified: empire-db/site/preview-v3/css/home.css
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/css/home.css?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/css/home.css (original)
+++ empire-db/site/preview-v3/css/home.css Mon Mar  7 16:41:20 2022
@@ -48,6 +48,13 @@
 	text-align: left;
 }
 
+/* github-fork-ribbon */
+.github-fork-ribbon {
+	display: block;
+	position: fixed;
+	top: 119px;
+}
+
 /* content */
 .band > .content {
 	text-align: center;	

Modified: empire-db/site/preview-v3/pages/community.html
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/pages/community.html?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/pages/community.html (original)
+++ empire-db/site/preview-v3/pages/community.html Mon Mar  7 16:41:20 2022
@@ -30,7 +30,8 @@
 -->
 <!-- css -->
 <link rel="preconnect" href="https://fonts.googleapis.com">
-<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" rel="stylesheet">
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,600">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
 <!--
 <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
 -->
@@ -47,6 +48,7 @@
 </head>
 <body>
 <div id="bodywrapper">
+<a class="github-fork-ribbon" target="_blank" href="https://github.com/apache/empire-db" data-ribbon="Fork me on GitHub" title="Hello me on GitHub">Test me on GitHub</a>
 <nav id="navigation">
 <!-- Main Nav -->
 <div class="navbar navbar-dark navbar-fixed-top navbar-main-style" id="navbar-main">
@@ -140,37 +142,63 @@
 	<section id="sec1" class="band even">
 		<div class="content">
 			<h1>How we work</h1>
-			<p>The Empire-db project uses the following resources to maintain its code and coordinate development efforts:</p>
+			<div class="content-section">The Empire-db project uses the following resources to maintain its code and coordinate development efforts:</div>
 
 			<h3>GIT - Source code repository</h3>
+			<div class="content-section">
+			<div class="layout2col">
+				<div class="col-left">
+				<!-- col start -->
+	
+				<div>The Empire-db source code is availabe from our GIT Repository</div>
+				<p><div class="info-box"><a class="extern" target="_blank" href="https://gitbox.apache.org/repos/asf/empire-db.git">https://gitbox.apache.org/repos/asf/empire-db.git</a></div></p>
 
-			<div>The Empire-db source code is availabe from our GIT Repository</div>
-			<p><div class="info-box"><a class="extern" target="_blank" href="https://gitbox.apache.org/repos/asf/empire-db.git">https://gitbox.apache.org/repos/asf/empire-db.git</a></div></p>
-			<div>or from our Github mirror</div>
-			<p><div class="info-box"><a class="extern" target="_blank" href="https://github.com/apache/empire-db">https://github.com/apache/empire-db</a></div></p>
+				<!-- col end -->
+				</div>
+				<div class="col-right">
+				<!-- col start -->
 
-			<h3>JIRA - Ticketing system</h3>
+				<div>... or from our Github mirror</div>
+				<p><div class="info-box"><a class="extern" target="_blank" href="https://github.com/apache/empire-db">https://github.com/apache/empire-db</a></div></p>
+
+				<!-- col end -->
+				</div>
+			</div>
+			</div>
 
-			<div>For bug-reporting and issue tracking we use the JIRA ticketing system</div>
-			<p><div class="info-box"><a class="extern" target="_blank" href="https://issues.apache.org/jira/projects/EMPIREDB">https://issues.apache.org/jira/projects/EMPIREDB</a></div></p>
+			<h3>JIRA - Ticketing system</h3>
+			<div class="content-section">
+				<p>For bug-reporting and issue tracking we use the JIRA ticketing system</p>
+				<p><div class="info-box"><a class="extern" target="_blank" href="https://issues.apache.org/jira/projects/EMPIREDB">https://issues.apache.org/jira/projects/EMPIREDB</a></div></p>
+			</div>
+			
+			<h3>Wiki-Page</h3>
+			<div class="content-section">
+				<p>Information about the project can also be found on our Wiki-Page</p>
+				<p><div class="info-box"><a class="extern" target="_blank" href="https://cwiki.apache.org/confluence/display/empiredb">https://cwiki.apache.org/confluence/display/empiredb</a></div></p>
+			</div>
 			
 			<h3>Mailing lists</h3>
-			<table class="info">
-				<colgroup>
-					<col style="width:10%">
-					<col style="width:60%">
-					<col style="width:30%">
-				</colgroup>
-				<thead>
-					<tr><th>Type</th><th>Subscribe</th><th>Post a message</th></tr>
-				</thead>
-				<tbody>
-					<tr><td>User</td><td><a class="mailLink" data-target="user-subscribe">user-subscribe</a><td><a class="mailLink" data-target="user">user</a></td></tr>
-					<tr><td>Dev</td><td><a class="mailLink" data-target="dev-subscribe">dev-subscribe</a></td><td><a class="mailLink" data-target="dev">dev-subscribe</a></td></tr>
-					<tr><td>Commits</td><td><a class="mailLink" data-target="commits-subscribe">commits-subscribe</a></td><td><a class="extern" target="_blank" href="https://lists.apache.org/list.html?commits@empire-db.apache.org">[Browse archive]</a></td></tr>
-				</tbody>
-			</table>
-			<div class="hint"><strong>Hint:</strong> In order to unsubscribe simply add an "un" before the "subscribe" i.e. "user-unsubscribe@empire-db.apache.org"</div>
+			<div class="content-section">
+				<p>In order to communicate with us, you many want to use one of the following mailing lists:</p>
+				<table class="info">
+					<colgroup>
+						<col style="width:10%">
+						<col style="width:60%">
+						<col style="width:30%">
+					</colgroup>
+					<thead>
+						<tr><th>Type</th><th>Subscribe</th><th>Post a message</th></tr>
+					</thead>
+					<tbody>
+						<tr><td>User</td><td><a class="mailLink" data-target="user-subscribe">user-subscribe</a><td><a class="mailLink" data-target="user">user</a></td></tr>
+						<tr><td>Dev</td><td><a class="mailLink" data-target="dev-subscribe">dev-subscribe</a></td><td><a class="mailLink" data-target="dev">dev-subscribe</a></td></tr>
+						<tr><td>Commits</td><td><a class="mailLink" data-target="commits-subscribe">commits-subscribe</a></td><td><a class="extern" target="_blank" href="https://lists.apache.org/list.html?commits@empire-db.apache.org">[Browse archive]</a></td></tr>
+					</tbody>
+				</table>
+				<div class="hint"><strong>Hint:</strong> In order to unsubscribe simply add an "un" before the "subscribe" i.e. "user-unsubscribe@empire-db.apache.org"</div>
+			</div>
+			
 		</div>
 	</section>  
 
@@ -229,7 +257,7 @@
 					<tr>
 						<td class="logo"><img alt="Empire-db" src="../res/empire-db-sg.png" /></td>
 						<td class="info">
-							<span>Copyright © The Apache Software Foundation . All Rights Reserved.</span>
+							<span>Copyright © The Apache Software Foundation. All Rights Reserved.</span>
 							<br/>
 							<span>Apache Empire-db, Apache, the Apache feather logo, and the Apache Empire-db logos are trademarks of The Apache Software Foundation.</span>
 						</td>

Modified: empire-db/site/preview-v3/pages/download.html
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/pages/download.html?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/pages/download.html (original)
+++ empire-db/site/preview-v3/pages/download.html Mon Mar  7 16:41:20 2022
@@ -30,7 +30,8 @@
 -->
 <!-- css -->
 <link rel="preconnect" href="https://fonts.googleapis.com">
-<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" rel="stylesheet">
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,600">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
 <!--
 <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
 -->
@@ -41,12 +42,18 @@
 <script type="text/javascript" src="../js/site.js"></script>
 <!-- #BeginEditable "head" -->
 <style type="text/css">
+
+/* github-fork-ribbon */
+.github-fork-ribbon {
+	display: block;
+}
 </style>
 <title>Apache Empire-db</title>
 <!-- #EndEditable -->
 </head>
 <body>
 <div id="bodywrapper">
+<a class="github-fork-ribbon" target="_blank" href="https://github.com/apache/empire-db" data-ribbon="Fork me on GitHub" title="Hello me on GitHub">Test me on GitHub</a>
 <nav id="navigation">
 <!-- Main Nav -->
 <div class="navbar navbar-dark navbar-fixed-top navbar-main-style" id="navbar-main">
@@ -134,7 +141,8 @@
 		<div class="content">
 			<h1>Download &amp; Dependencies</h1>
 			
-			<div>The best way to use Empire-db is to use Maven for dependency management. However for getting started it may be convenient to download the full distribution in order to run and debug the examples.</div>
+			<div>The best way to use Empire-db is to use Maven for dependency management. However for getting started it may be convenient to download the full distribution in order to run and debug the examples.
+			Or even better: <a class="extern" target="_blank" href="https://github.com/apache/empire-db">Fork us on Github</a>.</div>
 			<div class="layout2col">
 				<div class="col-left">
 				<!-- col start -->
@@ -466,7 +474,7 @@ app.<span class="func">generate</span>(d
 					<tr>
 						<td class="logo"><img alt="Empire-db" src="../res/empire-db-sg.png" /></td>
 						<td class="info">
-							<span>Copyright © The Apache Software Foundation . All Rights Reserved.</span>
+							<span>Copyright © The Apache Software Foundation. All Rights Reserved.</span>
 							<br/>
 							<span>Apache Empire-db, Apache, the Apache feather logo, and the Apache Empire-db logos are trademarks of The Apache Software Foundation.</span>
 						</td>

Modified: empire-db/site/preview-v3/pages/home.html
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/pages/home.html?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/pages/home.html (original)
+++ empire-db/site/preview-v3/pages/home.html Mon Mar  7 16:41:20 2022
@@ -30,7 +30,8 @@
 -->
 <!-- css -->
 <link rel="preconnect" href="https://fonts.googleapis.com">
-<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" rel="stylesheet">
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,600">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
 <!--
 <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
 -->
@@ -48,6 +49,7 @@
 </head>
 <body>
 <div id="bodywrapper">
+<a class="github-fork-ribbon" target="_blank" href="https://github.com/apache/empire-db" data-ribbon="Fork me on GitHub" title="Hello me on GitHub">Test me on GitHub</a>
 <nav id="navigation">
 <!-- Main Nav -->
 <div class="navbar navbar-dark navbar-fixed-top navbar-main-style" id="navbar-main">
@@ -146,7 +148,7 @@
 				<li>Improve Compile-Time-Safety and code maintainability. Write DBMS independent code. Benefit from Identity-management and concurrency control. Perform DDL operations. Access Metadata. You name it…</li>
 				<li>Clever Object Model lets you customize and extend almost every aspect of its API by simple subclassing and overriding. No rocket science!</li>
 				<li>100% Open-Source. 100% Free. Lightweight and straightforward.</li>
-				<li>Support for Oracle, SQLServer, PostgreSQL, MySql, HsqlDB, Derby, H2 and more…</li>
+				<li>Support for Oracle, SQLServer, PostgreSQL, MySQL, HsqlDB, Derby, H2 and more…</li>
 			</ul>
 		</div>
 	</section>  
@@ -220,7 +222,7 @@ log.<span class="func">info</span>(<span
 					<tr>
 						<td class="logo"><img alt="Empire-db" src="../res/empire-db-sg.png" /></td>
 						<td class="info">
-							<span>Copyright © The Apache Software Foundation . All Rights Reserved.</span>
+							<span>Copyright © The Apache Software Foundation. All Rights Reserved.</span>
 							<br/>
 							<span>Apache Empire-db, Apache, the Apache feather logo, and the Apache Empire-db logos are trademarks of The Apache Software Foundation.</span>
 						</td>

Modified: empire-db/site/preview-v3/pages/project.html
URL: http://svn.apache.org/viewvc/empire-db/site/preview-v3/pages/project.html?rev=1898707&r1=1898706&r2=1898707&view=diff
==============================================================================
--- empire-db/site/preview-v3/pages/project.html (original)
+++ empire-db/site/preview-v3/pages/project.html Mon Mar  7 16:41:20 2022
@@ -30,7 +30,8 @@
 -->
 <!-- css -->
 <link rel="preconnect" href="https://fonts.googleapis.com">
-<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" rel="stylesheet">
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,600">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
 <!--
 <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
 -->
@@ -47,6 +48,7 @@
 </head>
 <body>
 <div id="bodywrapper">
+<a class="github-fork-ribbon" target="_blank" href="https://github.com/apache/empire-db" data-ribbon="Fork me on GitHub" title="Hello me on GitHub">Test me on GitHub</a>
 <nav id="navigation">
 <!-- Main Nav -->
 <div class="navbar navbar-dark navbar-fixed-top navbar-main-style" id="navbar-main">
@@ -805,7 +807,7 @@ log.<span class="func">info</span>(<span
 					<tr>
 						<td class="logo"><img alt="Empire-db" src="../res/empire-db-sg.png" /></td>
 						<td class="info">
-							<span>Copyright © The Apache Software Foundation . All Rights Reserved.</span>
+							<span>Copyright © The Apache Software Foundation. All Rights Reserved.</span>
 							<br/>
 							<span>Apache Empire-db, Apache, the Apache feather logo, and the Apache Empire-db logos are trademarks of The Apache Software Foundation.</span>
 						</td>