Top Level Namespace

Defined Under Namespace

Modules: Snipplr Classes: BashAPI, Hash, Server, SnipplrEntry

Constant Summary collapse

NOTVALID =
0
HashRegexp =
/\:\w*\s*\=\>\s*\'(\w|\s|\-)*\'/
META_DESC =
"     The meta data of a new entry in the following form: \n     \":title=>'Entry title',tags:=>'C Ruby',:lang=>'c-plus-plus',:content=>'x=1'\".\n     The content key is optional and will be piped in if not present (by using the '<' opertaor).\n     Lang is the language name found in Snipplr\u2019s URLs, For example \u201Cjavascript\u201D or \u201Cc-plus-plus\u201D.\nEN\n"