You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2015/04/09 15:18:22 UTC

svn commit: r946890 [8/8] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/archetypes/ content/archetypes/release-notes/ content/components/ content/components/objectstores/ content/components/objectstores/jdo/ content/components/objectstor...

Added: websites/staging/isis/trunk/content/resources/css/codehilite.css
==============================================================================
--- websites/staging/isis/trunk/content/resources/css/codehilite.css (added)
+++ websites/staging/isis/trunk/content/resources/css/codehilite.css Thu Apr  9 13:18:16 2015
@@ -0,0 +1,70 @@
+/*!
+ * Codehilite
+ *
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ */
+
+.codehilite .c { color: #408080; font-style: italic } /* Comment */
+.codehilite .err { border: 1px solid #FF0000 } /* Error */
+.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
+.codehilite .o { color: #666666 } /* Operator */
+.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
+.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
+.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
+.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
+.codehilite .gd { color: #A00000 } /* Generic.Deleted */
+.codehilite .ge { font-style: italic } /* Generic.Emph */
+.codehilite .gr { color: #FF0000 } /* Generic.Error */
+.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.codehilite .gi { color: #00A000 } /* Generic.Inserted */
+.codehilite .go { color: #808080 } /* Generic.Output */
+.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.codehilite .gs { font-weight: bold } /* Generic.Strong */
+.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
+.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
+.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.codehilite .kt { color: #B00040 } /* Keyword.Type */
+.codehilite .m { color: #666666 } /* Literal.Number */
+.codehilite .s { color: #BA2121 } /* Literal.String */
+.codehilite .na { color: #7D9029 } /* Name.Attribute */
+.codehilite .nb { color: #008000 } /* Name.Builtin */
+.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.codehilite .no { color: #880000 } /* Name.Constant */
+.codehilite .nd { color: #AA22FF } /* Name.Decorator */
+.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.codehilite .nf { color: #0000FF } /* Name.Function */
+.codehilite .nl { color: #A0A000 } /* Name.Label */
+.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.codehilite .nv { color: #19177C } /* Name.Variable */
+.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
+.codehilite .mf { color: #666666 } /* Literal.Number.Float */
+.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
+.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
+.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
+.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
+.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
+.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
+.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.codehilite .sx { color: #008000 } /* Literal.String.Other */
+.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
+.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
+.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
+.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.codehilite .vc { color: #19177C } /* Name.Variable.Class */
+.codehilite .vg { color: #19177C } /* Name.Variable.Global */
+.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
+.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
+.codehilitetable { border: 1px solid #666; width: 100%; background-color: #666; }
+.codehilitetable .linenos { background-color: #666; padding: 0 5px; width: 20px; }
+.codehilitetable .code { padding: 0 15px; background-color: #fff; }
\ No newline at end of file

Added: websites/staging/isis/trunk/content/resources/css/contributors.css
==============================================================================
--- websites/staging/isis/trunk/content/resources/css/contributors.css (added)
+++ websites/staging/isis/trunk/content/resources/css/contributors.css Thu Apr  9 13:18:16 2015
@@ -0,0 +1,238 @@
+
+ul.contributors > li.uneditable-input {
+  width: 290px;
+}
+table ul.contributors > li {
+  float: none;
+  width: 284px;
+  margin-left: 0;
+}
+.well, ul.contributors + p, .addthis_toolbox, p.rally {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #eee;
+  border: 1px solid rgba(0, 0, 0, 0.05);
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.well blockquote, ul.contributors + p blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+
+ul.contributors > li .photo {
+  display: block;
+  padding: 4px;
+  line-height: 1;
+  border: 1px solid #ddd;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+ul.contributors > li a.photo:hover {
+  border-color: #f7490f;
+  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+}
+
+ul.contributors > li .photo > img {
+  display: block;
+  max-width: 100%;
+  margin-left: auto;
+  margin-right: auto;
+}
+
+ul.contributors > li .photo .caption {
+  padding: 9px;
+}
+
+.hide {
+  display: none;
+}
+
+.show {
+  display: block;
+}
+
+.invisible {
+  visibility: hidden;
+}
+
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before, .clearfix:after {
+  display: table;
+  content: "";
+}
+.clearfix:after {
+  clear: both;
+}
+
+.hidden {
+  display: none;
+  visibility: hidden;
+}
+
+.visible-phone {
+  display: none !important;
+}
+
+.visible-tablet {
+  display: none !important;
+}
+
+.hidden-desktop {
+  display: none !important;
+}
+
+@media (min-width: 768px) and (max-width: 979px) {
+  ul.contributors > li {
+    width: 228px;
+  }
+  .row-fluid ul.contributors > li {
+    width: 31.492%;
+    *width: 31.439%;
+  }
+  ul.contributors > li.uneditable-input {
+    width: 218px;
+  }
+}
+@media (min-width: 1200px) {
+  ul.contributors > li {
+    width: 370px;
+  }
+  .row-fluid ul.contributors > li {
+    width: 31.624%;
+    *width: 31.571%;
+  }
+  ul.contributors > li.uneditable-input {
+    width: 360px;
+  }
+}
+ul.contributors > li {
+  float: left;
+  margin-left: 20px;
+}
+
+ul.contributors > li.half {
+  width: 340px;
+}
+
+@media (max-width: 767px) {
+  ul.contributors > li {
+    float: none;
+    display: block;
+    width: auto;
+    margin: 0;
+  }
+}
+@media (min-width: 768px) and (max-width: 979px) {
+  ul.contributors > li.half {
+    width: 259px;
+  }
+}
+@media (min-width: 1200px) {
+  ul.contributors > li {
+    margin-left: 30px;
+  }
+
+  ul.contributors > li.half {
+    width: 420px;
+  }
+
+}
+
+ul.contributors {
+  list-style: none;
+  padding: 0;
+  margin: .5em 0 2em 0;
+}
+ul.contributors > li {
+  margin-bottom: 2em;
+  display: block;
+  *zoom: 1;
+  line-height: 1.4;
+}
+ul.contributors > li:before, ul.contributors > li:after {
+  display: table;
+  content: "";
+}
+ul.contributors > li:after {
+  clear: both;
+}
+ul.contributors > li:nth-of-type(3n+1) {
+  margin-left: 0;
+  clear: left;
+}
+ul.contributors > li .photo {
+  float: left;
+  position: relative;
+  margin-right: 10px;
+  overflow: hidden;
+  cursor: pointer;
+}
+ul.contributors > li .photo img {
+  display: block;
+  width: 100px;
+  height: 100px;
+}
+ul.contributors > li .photo ul {
+  margin: 0 4px;
+  font-size: 0.9em;
+  padding: 0;
+  position: absolute;
+  height: 0px;
+  width: 100px;
+  left: 0;
+  bottom: 3px;
+  -webkit-transition: height 0.4s ease-in-out;
+  -moz-transition: height 0.4s ease-in-out;
+  -o-transition: height 0.4s ease-in-out;
+  transition: height 0.4s ease-in-out;
+  background-color: rgba(0, 0, 0, 0.8);
+  list-style: none;
+  text-align: center;
+  border-top: 1px solid #c1c1c1;
+  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
+  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
+  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
+  overflow-y: hidden;
+}
+ul.contributors > li .photo ul li {
+  font-size: 0.95em;
+  display: inline;
+  padding: 0 2px;
+}
+ul.contributors > li .photo ul li a {
+  color: white;
+}
+ul.contributors > li .photo ul li span {
+  color: #999999;
+}
+ul.contributors > li .photo:hover ul {
+  height: 24px;
+}
+ul.contributors > li h3 {
+  margin-bottom: .15em;
+}
+ul.contributors > li strong, ul.contributors > li em {
+  display: block;
+}
+ul.contributors + p {
+  clear: left;
+}
+ul.contributors + p strong {
+  display: block;
+}

Added: websites/staging/isis/trunk/content/resources/css/prettify.css
==============================================================================
--- websites/staging/isis/trunk/content/resources/css/prettify.css (added)
+++ websites/staging/isis/trunk/content/resources/css/prettify.css Thu Apr  9 13:18:16 2015
@@ -0,0 +1,30 @@
+.com { color: #93a1a1; }
+.lit { color: #195f91; }
+.pun, .opn, .clo { color: #93a1a1; }
+.fun { color: #dc322f; }
+.str, .atv { color: #D14; }
+.kwd, .prettyprint .tag { color: #1e347b; }
+.typ, .atn, .dec, .var { color: teal; }
+.pln { color: #48484c; }
+
+.prettyprint {
+  padding: 8px;
+  background-color: #f7f7f9;
+  border: 1px solid #e1e1e8;
+}
+.prettyprint.linenums {
+  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+}
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+  margin: 0 0 0 33px; /* IE indents via margin-left */
+}
+ol.linenums li {
+  padding-left: 12px;
+  color: #bebec5;
+  line-height: 20px;
+  text-shadow: 0 1px 0 #fff;
+}
\ No newline at end of file

Modified: websites/staging/isis/trunk/content/support.html
==============================================================================
--- websites/staging/isis/trunk/content/support.html (original)
+++ websites/staging/isis/trunk/content/support.html Thu Apr  9 13:18:16 2015
@@ -734,7 +734,7 @@
         <p>
         Copyright &copy; 2010~2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
         <br/>
-        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        Apache, the Apache feather logo, Apache Isis, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
         </p>
       </footer>
 

Modified: websites/staging/isis/trunk/content/third-party/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/about.html (original)
+++ websites/staging/isis/trunk/content/third-party/about.html Thu Apr  9 13:18:16 2015
@@ -644,7 +644,7 @@
         <p>
         Copyright &copy; 2010~2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
         <br/>
-        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        Apache, the Apache feather logo, Apache Isis, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
         </p>
       </footer>
 

Modified: websites/staging/isis/trunk/content/third-party/viewers/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/viewers/about.html (original)
+++ websites/staging/isis/trunk/content/third-party/viewers/about.html Thu Apr  9 13:18:16 2015
@@ -644,7 +644,7 @@
         <p>
         Copyright &copy; 2010~2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
         <br/>
-        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        Apache, the Apache feather logo, Apache Isis, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
         </p>
       </footer>
 

Modified: websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html (original)
+++ websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html Thu Apr  9 13:18:16 2015
@@ -674,7 +674,7 @@
         <p>
         Copyright &copy; 2010~2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
         <br/>
-        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        Apache, the Apache feather logo, Apache Isis, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
         </p>
       </footer>