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 2014/05/24 08:08:08 UTC

svn commit: r909779 [7/11] - 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/objectsto...

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/about.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/getting-started/quickstart-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/quickstart-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/quickstart-archetype.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/learning-more/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/about.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/learning-more/books.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/books.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/books.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/powered-by/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/powered-by/powered-by.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/powered-by.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/powered-by.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/resources/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/about.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/resources/editor-templates.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/editor-templates.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/editor-templates.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/resources/icons.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/icons.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/icons.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/tutorials/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/about.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/tutorials/screencasts.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/screencasts.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/screencasts.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/intro/tutorials/tutorials.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/tutorials.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/tutorials.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/about.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/about.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #forkongithub a{
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(