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 =
<<END 
     The meta data of a new entry in the following form: 
     ":title=>'Entry title',tags:=>'C Ruby',:lang=>'c-plus-plus',:content=>'x=1'".
     The content key is optional and will be piped in if not present (by using the '<' opertaor).
     Lang is the language name found in Snipplr’s URLs, For example “javascript” or “c-plus-plus”.
EN