You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2016/06/24 10:28:17 UTC

svn commit: r1750068 - in /chemistry/docs/cmis-samples/trunk: cinder-chemistry/css/cinder.css docs/index.md

Author: fmui
Date: Fri Jun 24 10:28:17 2016
New Revision: 1750068

URL: http://svn.apache.org/viewvc?rev=1750068&view=rev
Log:
CMIS samples: fixes

Modified:
    chemistry/docs/cmis-samples/trunk/cinder-chemistry/css/cinder.css
    chemistry/docs/cmis-samples/trunk/docs/index.md

Modified: chemistry/docs/cmis-samples/trunk/cinder-chemistry/css/cinder.css
URL: http://svn.apache.org/viewvc/chemistry/docs/cmis-samples/trunk/cinder-chemistry/css/cinder.css?rev=1750068&r1=1750067&r2=1750068&view=diff
==============================================================================
--- chemistry/docs/cmis-samples/trunk/cinder-chemistry/css/cinder.css (original)
+++ chemistry/docs/cmis-samples/trunk/cinder-chemistry/css/cinder.css Fri Jun 24 10:28:17 2016
@@ -3,14 +3,14 @@
 */
 
 body {
-    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 16px;
     line-height: 1.7;
     background-color: #FFF;
     color: #343838;
 }
 h1, h2, h3, h4, h5, h6 {
-    font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: #222;
 }
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
@@ -20,13 +20,13 @@ h1, h2 {
     font-weight: 700;
 }
 h4 {
-    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-weight: 300;
     margin-top: 20px;
     font-style: italic;
 }
 h5 {
-    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-weight: 300;
     font-variant: small-caps;
 }
@@ -41,7 +41,7 @@ pre {
     margin-bottom: 25px;
 }
 .lead {
-    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 400;
     line-height: 1.4;
     letter-spacing: 0.0312em;
@@ -71,7 +71,7 @@ pre {
     box-shadow: none;
 }
 #mkdocs-search-query {
-    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 20px;
     font-weight: 700;
     color: #343838;

Modified: chemistry/docs/cmis-samples/trunk/docs/index.md
URL: http://svn.apache.org/viewvc/chemistry/docs/cmis-samples/trunk/docs/index.md?rev=1750068&r1=1750067&r2=1750068&view=diff
==============================================================================
--- chemistry/docs/cmis-samples/trunk/docs/index.md (original)
+++ chemistry/docs/cmis-samples/trunk/docs/index.md Fri Jun 24 10:28:17 2016
@@ -42,7 +42,7 @@ The book [CMIS and Apache Chemistry in A
 
 [OpenCMIS][opencmis] is a CMIS client library and a CMIS server framework for Java. It also provides developer tools such as the [CMIS Workbench](https://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html) and the [InMemory Repository](https://chemistry.apache.org/java/developing/repositories/dev-repositories-inmemory.html). OpenCMIS runs on servers, desktops, and Android.
 
-The code samples in this documentation cover the OpenCMIS client API. If you want to build a CMIS server with OpenCMIS, refer to the [OpenCMIS Server Development Guide](https://github.com/cmisdocs/ServerDevelopmentGuide).
+The code samples in this documentation cover the OpenCMIS client API. If you want to build a CMIS server with OpenCMIS, refer to the [OpenCMIS Server Development Guide](https://github.com/cmisdocs/ServerDevelopmentGuideV2/blob/master/docs/OpenCMIS%20Server%20Development%20Guide%20-%202nd%20Edition.pdf?raw=true).
 
 To get started with OpenCMIS, download the [OpenCMIS client libraries](https://chemistry.apache.org/java/download.html) or use Maven or Gradle to get the client libraries.