Difference between revisions of "Some sess doc stuff"
From Fernseher
Jump to navigationJump to search
(Created page with '*sessdocget sessdocget ''id''[/''rev''] > ''entity'' =''http rc''') |
|||
Line 1: | Line 1: | ||
* | *Load | ||
sessdocget ''id''[/''rev''] > ''entity'' ='' | sessdocget ''id''[/''rev''] > ''entity'' ""=''httprc'' | ||
sessdocget ''id''[/''rev''] --nohead > ''body'' ::=''httprc'' | |||
sessdochead ''id''[/''rev''] < ''head'' ::=''httprc'' | |||
*Store (author, if not specified, will be ~/.sessdoc[AUTHOR], or userid on localhost) | |||
sessdocput ''id''[/''rev''] < ''entity'' ::=''httprc'' | |||
sessdocput ''id''[/''rev''] --type=''content-type'' --title=''content-title'' [--author=''author''] < ''body'' ::=''httprc'' | |||
sessdocbranch ''id''[/''rev''] ''new-id'' [--author=''author''] ::=''httprc'' |
Revision as of 15:18, 5 November 2009
- Load
sessdocget id[/rev] > entity ""=httprc
sessdocget id[/rev] --nohead > body ::=httprc
sessdochead id[/rev] < head ::=httprc
- Store (author, if not specified, will be ~/.sessdoc[AUTHOR], or userid on localhost)
sessdocput id[/rev] < entity ::=httprc
sessdocput id[/rev] --type=content-type --title=content-title [--author=author] < body ::=httprc
sessdocbranch id[/rev] new-id [--author=author] ::=httprc