Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94919


Change subject: Update INSTALL: this extension no longer uses SVN.
......................................................................

Update INSTALL: this extension no longer uses SVN.

Change-Id: I8d4d82855c2d231dd5b826f7cafe1776a080d286
---
M INSTALL
1 file changed, 13 insertions(+), 6 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EducationProgram 
refs/changes/19/94919/1

diff --git a/INSTALL b/INSTALL
index 2c67499..777a735 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,14 +14,21 @@
 
 == Download ==
 
-You can get the code directly from SVN. Tags can be obtained via
+Released versions can be downloaded from the extension page on mediawiki.org.
 
- svn checkout 
http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/EducationProgram/REL_version
+You can also get the latest code directly from git:
 
-Where 'version' is the version number of the tag, such as 0_1 (see the 
available tags at 
http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/EducationProgram/).
-The latest code can be obtained from trunk:
+ cd extensions
+ git clone 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/EducationProgram.git
 
- svn checkout 
http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/EducationProgram/
+To use a specific released version, first list the available tags with:
+
+ cd EducationProgram
+ git tag -l
+
+Then to use a specific tagged version (such as <code>0.2</code>) do:
+
+ git checkout 0.2
 
 == Installation ==
 
@@ -138,4 +145,4 @@
 | $2/$1
 | The name of the category from which to use pages as content for the did you 
know box for a specific institution.
 $1 is replaced by the name of the institution and $2 is replaced by the value 
of the dykCategory setting.
-|}
\ No newline at end of file
+|}

-- 
To view, visit https://gerrit.wikimedia.org/r/94919
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d4d82855c2d231dd5b826f7cafe1776a080d286
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to