diff --git a/site/pages/dev/source-code.mdtext b/site/pages/dev/source-code.md similarity index 80% rename from site/pages/dev/source-code.mdtext rename to site/pages/dev/source-code.md index 3c3097a..cfa1e4a 100644 --- a/site/pages/dev/source-code.mdtext +++ b/site/pages/dev/source-code.md @@ -1,19 +1,15 @@ Title: Source Code ## pySTeVe -PySTeVe can be browsed via the [web interface](https://svn.apache.org/viewvc/steve/trunk/pysteve/). +PySTeVe can be browsed via the [web interface](https://github.com/apache/steve). -You can check out the source code at: [https://svn.apache.org/repos/asf/steve/trunk/pysteve/](https://svn.apache.org/repos/asf/steve/trunk/pysteve/): - - - $svn co https://svn.apache.org/repos/asf/steve/trunk/pysteve/ +You can check out the source code at: [https://github.com/apache/steve/tree/trunk/pysteve](https://github.com/apache/steve/tree/trunk/pysteve): +`git clone https://github.com/apache/steve.git` PySTeVe requires no building/compiling, but does require a setup, as explained on the [try it out](/demo.html) page. - - ## Older sources You can browse the source code via the [web interface](http://svn.apache.org/viewvc/steve/trunk/) .