From 33e77365378f2ad693129db03b906e19902a2cf2 Mon Sep 17 00:00:00 2001 From: Andrew Wetmore Date: Mon, 6 May 2024 14:06:41 -0300 Subject: [PATCH] Update and rename source-code.mdtext to source-code.md also changed repo links from SVN to Git --- site/pages/dev/{source-code.mdtext => source-code.md} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) rename site/pages/dev/{source-code.mdtext => source-code.md} (80%) 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/) .