You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by rm...@apache.org on 2013/05/07 23:24:12 UTC

svn commit: r1480089 - in /gora/site/trunk: content/credits.md content/version_control.md templates/std.html

Author: rmarroquin
Date: Tue May  7 21:24:12 2013
New Revision: 1480089

URL: http://svn.apache.org/r1480089
Log: (empty)

Modified:
    gora/site/trunk/content/credits.md
    gora/site/trunk/content/version_control.md
    gora/site/trunk/templates/std.html

Modified: gora/site/trunk/content/credits.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/credits.md?rev=1480089&r1=1480088&r2=1480089&view=diff
==============================================================================
--- gora/site/trunk/content/credits.md (original)
+++ gora/site/trunk/content/credits.md Tue May  7 21:24:12 2013
@@ -46,3 +46,18 @@ Other Gora contributors and their contri
 
 ##How to contribute
 There are lots of ways you can contribute to Gora. Make sure you check them all [here](./contribute.html).
+
+
+{| border="1" class="wikitable"
+|+ The table's caption
+! Column heading 1
+! Column heading 2
+! Column heading 3
+|-
+! Row heading 1
+| Cell 2 || Cell 3
+|-
+! Row heading A
+| Cell B
+| Cell C
+|}

Modified: gora/site/trunk/content/version_control.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/version_control.md?rev=1480089&r1=1480088&r2=1480089&view=diff
==============================================================================
--- gora/site/trunk/content/version_control.md (original)
+++ gora/site/trunk/content/version_control.md Tue May  7 21:24:12 2013
@@ -1,35 +1,35 @@
 Title: Gora Version Control System
 
-#Overview
+##Overview
 Gora uses the official subversion repository of the Apache Software Foundation.
 However, Apache also provides read only mirrors for git users. Below you can find 
 how to use subversion or git to access Gora's source code.
 
-#Subversion Repository
+##Subversion Repository
 
-##Subversion Clients
+###Subversion Clients
 The Gora source code resides in the [Apache Subversion](http://subversion.tigris.org/)
 (SVN) repository. The command-line SVN client can be obtained [here](http://subversion.tigris.org/project_packages.html).
 The TortoiseSVN GUI client for Windows can be obtained [here](http://tortoisesvn.tigris.org/). 
 There are also SVN plugins available for both [Eclipse](http://subclipse.tigris.org/) and
 [IntelliJ IDEA](http://svnup.tigris.org/).
 
-##Web Access (read-only)
+###Web Access (read-only)
 The source code can be browsed via the Web at 
 [http://svn.apache.org/viewvc/gora/](http://svn.apache.org/viewvc/gora/).
 No SVN client software is required.
 
-##Anonymous Access (read-only)
+###Anonymous Access (read-only)
 The SVN URL for anonymous users is [http://svn.apache.org/repos/asf/gora/trunk](http://svn.apache.org/repos/asf/gora/trunk).
 Instructions for anonymous SVN access are [here](http://www.apache.org/dev/version-control.html#anon-svn).
 
-##Committer Access (read-write)
+###Committer Access (read-write)
 The SVN URL for committers is [https://svn.apache.org/repos/asf/gora/trunk](https://svn.apache.org/repos/asf/gora/trunk).
 Instructions for committer SVN access are [here](http://www.apache.org/dev/version-control.html#https-svn).
 
-#Git Repository
+##Git Repository
 
-##Anonymous Access (read-only)
+###Anonymous Access (read-only)
 The apache git repository can be used for accessing the repository.
 The URL for anonymous read-only access is [http://git.apache.org/gora.git/](http://git.apache.org/gora.git/). 
 Alternatively the Github mirror at [http://github.com/apache/gora](http://github.com/apache/gora) can also be used. 
@@ -39,7 +39,7 @@ The repository can be cloned by:
 
 More instructions for setting up git access can be found [here](http://www.apache.org/dev/git.html).
 
-##Committer Access (read-write)
+###Committer Access (read-write)
 Currently the subversion repository is the only official repository 
 that has Gora write access. However, committers can use the git-svn package
 to bypass svn and use a git-only workflow. Setting up the initial repository

Modified: gora/site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/gora/site/trunk/templates/std.html?rev=1480089&r1=1480088&r2=1480089&view=diff
==============================================================================
--- gora/site/trunk/templates/std.html (original)
+++ gora/site/trunk/templates/std.html Tue May  7 21:24:12 2013
@@ -68,7 +68,7 @@ under the License. 
           <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </a>
-        <a class="brand" href="{{base}}index.html"><img src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora" style="width: 25%; height: 25%;"/></a>
+        <a class="brand" href="{{base}}index.html"><img src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora" style="width: 50%; height: 50%;"/></a>
         <div class="nav-collapse collapse">
           <ul class="nav">
             <li><a href="{{base}}downloads.html">Downloads</a></li>
@@ -113,10 +113,9 @@ under the License. 
           </ul>
           <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
             <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <!--input class="search-query" name="q" id="query" type="text" /-->
-            <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+            <input class="search-query" name="q" id="query" type="text" />
           </form>
-          
+          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>