#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Mon, 02 Jul 2018 09:49:49 +0200
branchcvs_MAIN
changeset 837 87d2bfaa3709
parent 836 0532577f26df
child 839 c809b94a4cc6
#DOCUMENTATION by cg class: stx_libscm_gitHub class added: #documentation
gitHub/stx_libscm_gitHub.st
--- a/gitHub/stx_libscm_gitHub.st	Mon Jul 02 09:47:41 2018 +0200
+++ b/gitHub/stx_libscm_gitHub.st	Mon Jul 02 09:49:49 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libscm/gitHub' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +11,25 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_libscm_gitHub class methodsFor:'documentation'!
+
+documentation
+"
+     Package documentation:
+ 
+     hacks to allow squeak/pharo packages on guthub to be loaded
+     (i.e. converted to a changeset).
+     
+     Notice: does not support downloading the package;
+     so you must fetch the master-zip first, unzip, then get the package(s).
+     
+     [author:]
+         cg
+ 
+     [primary maintainer:]
+         cg
+"
+! !
 
 !stx_libscm_gitHub class methodsFor:'description'!