]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/semantic-versioning/semantic-versioning-docs.factor
factor: trim using lists
[factor.git] / extra / semantic-versioning / semantic-versioning-docs.factor
index 6d10abcb939bb2edb2a175dd241e3c5e4def6b20..4ffef03895ecf27076422ed63216b18c43d13e8c 100644 (file)
@@ -1,15 +1,8 @@
 ! Copyright (C) 2010 Maximilian Lupke.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays help.markup help.syntax kernel strings ;
+USING: help.markup help.syntax kernel strings ;
 IN: semantic-versioning
 
-HELP: split-version
-{ $values
-    { "string" string }
-    { "array" array }
-}
-{ $description "Splits the version string into a sequnece of major version, minor version, patch level and an alphanumeric identifier if given. See " { $url "http://semver.org/" } " for a detailed description." } ;
-
 HELP: version<
 { $values
     { "version1" string } { "version2" string }
@@ -46,10 +39,10 @@ HELP: version>=
     { "?" boolean }
 } ;
 
-ARTICLE: { "Versioning" "Semantic Versioning" } "Semantic Versioning"
+ARTICLE: "semantic-versioning" "Semantic Versioning"
 { $vocab-link "semantic-versioning" }
 $nl
 { "See " { $url "http://semver.org/" } " for a detailed description of semantic versioning." }
 ;
 
-ABOUT: { "Versioning" "Semantic Versioning" }
+ABOUT: "semantic-versioning"