Author: vanto
Date: Fri Nov 23 00:00:55 2012
New Revision: 1412721

URL: http://svn.apache.org/viewvc?rev=1412721&view=rev
Log:
markup fix.

Modified:
    ode/site/trunk/content/building-ode.mdtext

Modified: ode/site/trunk/content/building-ode.mdtext
URL: 
http://svn.apache.org/viewvc/ode/site/trunk/content/building-ode.mdtext?rev=1412721&r1=1412720&r2=1412721&view=diff
==============================================================================
--- ode/site/trunk/content/building-ode.mdtext (original)
+++ ode/site/trunk/content/building-ode.mdtext Fri Nov 23 00:00:55 2012
@@ -1,13 +1,15 @@
 Title: Building ODE
+
+# Overview
 Building from the source is usually for the thick skinned, we try to keep our 
trunk stable but it's a development environment so we can never guarantee that 
everything will be smooth. If you rather work with something more stable or if 
you don't need the latest and greatest, using the [latest official 
distribution](getting-ode.html) is probably a better option.
 
 <a name="BuildingODE-Gettingthesourcecode"></a>
-#### Getting the source code
+## Getting the source code
 
 <a name="BuildingODE-withSubversion"></a>
-##### with Subversion
+### with Subversion
 
-First you will have to make sure that you have 
[Subversion](http://svn.tigris.org). If you don't know what Subversion is or 
don't  have it installed, check [here|http://svnbook.red-bean.com]. Once 
installed run:
+First you will have to make sure that you have 
[Subversion](http://svn.tigris.org). If you don't know what Subversion is or 
don't  have it installed, check [here](http://svnbook.red-bean.com). Once 
installed run:
 
 Development branch:
 
@@ -18,26 +20,26 @@ Development branch:
 For more information or if you have any problem with Subversion (like being 
behind a proxy or a firewall) check the [Source Code](source-code.html) section.
  
 <a name="BuildingODE-withGit"></a>
-##### with Git
+### with Git
 
-The Subversion repository is mirrored by a Git repository at: 
http://github.com/apache/ode.
+The Subversion repository is mirrored by a Git repository at 
[http://git.apache.org/ode.git](http://git.apache.org/ode.git) or 
[Github](http://github.com/apache/ode).
 So if you're more comfortable with Git, you can clone this repo.
 
-    $> git clone http://github.com/apache/ode
+    $> git clone http://git.apache.org/ode.git
     $> cd ode
     $> git checkout -b 1.X --track origin/trunk
 
 
 <a name="BuildingODE-BuildingWithBuildr"></a>
-#### Building With Buildr
+## Building With Buildr
 
-ODE uses [Apache Buildr](http://buildr.apache.org). Buildr has a very detailed 
[installation guide|http://buildr.apache.org/installing.html], so refer to it 
to get Buildr working on your machine.
+ODE uses [Apache Buildr](http://buildr.apache.org). Buildr has a very detailed 
[installation guide](http://buildr.apache.org/installing.html), so refer to it 
to get Buildr working on your machine.
 The latest known working configuration for trunk (both for windows, linux, 
macos with JDK 1.5 and JDK 1.6) is buildr 1.4.4, jruby 1.5.1 (ruby 1.8.7 
patchlevel 174).
 
 Building is then pretty simple. 
 
 <div class="alert alert-info"><h4 class="alert-heading">Version 
Information</h4>
-    The trunk must be build with Buildr *1.4.4* or higher
+    The trunk must be build with Buildr <b>1.4.4</b> or higher
 </div>
 
 Open a command in the source root directory and run:
@@ -61,15 +63,14 @@ To generate Eclipse project files:
 
 
 <div class="alert alert-info">
-    You may use "buildr \_1.4.4\_ test" - like syntax to use specific buildr 
version.
+    You may use "buildr _1.4.4_ test" - like syntax to use specific buildr 
version.
 </div>
 
 It just works! For more information about Buildr see http://buildr.apache.org/.
 
 <a name="BuildingODE-Troubleshooting"></a>
-#### Troubleshooting
+## Troubleshooting
 
 * If you get a Zlib:BufError, that's because of your version of Rubygems, just 
upgrade RubyGems by typing:
 
-    gem update --system
-
+    gem update --system
\ No newline at end of file


Reply via email to