Top Level Namespace
Defined Under Namespace
Modules: Vortex, VrtxCLI Classes: Article
Constant Summary collapse
- ARTICLE_HTML =
Command line utility for Vortex CMS
Library for communicating with Vortex CMS server via WebDAV protocol.
Documentation for vortex specific properties, see “Resource type tree”: www.usit.uio.no/it/vortex/arbeidsomrader/metadata/ressurstypetre-2009-06-15.txt
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <title>##title##</title>\n</head>\n<body>\n <p>##content##</p>\n</body>\n</html>\n"- ARTICLE_PROPERTIES =
article_props.gsub("\n","").gsub(/ +/," ")
- AUTHORS =
.gsub("\n","").gsub(/ +/," ")
- INTRODUCTION =
"<introduction>##introduction##</introduction>"