2008-03-12 20:55:06 -04:00
|
|
|
USING: help.markup help.syntax io strings ;
|
|
|
|
IN: tools.vocabs.browser
|
|
|
|
|
2008-11-22 04:38:19 -05:00
|
|
|
ARTICLE: "vocab-tags" "Vocabulary tags"
|
|
|
|
{ $all-tags } ;
|
|
|
|
|
|
|
|
ARTICLE: "vocab-authors" "Vocabulary authors"
|
|
|
|
{ $all-authors } ;
|
|
|
|
|
2008-03-12 20:55:06 -04:00
|
|
|
ARTICLE: "vocab-index" "Vocabulary index"
|
2008-11-22 04:38:19 -05:00
|
|
|
{ $subsection "vocab-tags" }
|
|
|
|
{ $subsection "vocab-authors" }
|
2009-01-07 16:21:51 -05:00
|
|
|
{ $vocab "" } ;
|
2008-11-29 01:20:39 -05:00
|
|
|
|
|
|
|
HELP: words.
|
|
|
|
{ $values { "vocab" "a vocabulary name" } }
|
|
|
|
{ $description "Printings a listing of all the words in a vocabulary, categorized by type." } ;
|