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

<<EOF
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>##title##</title>
</head>
<body>
  <p>##content##</p>
</body>
</html>
EOF
ARTICLE_PROPERTIES =
article_props.gsub("\n","").gsub(/ +/," ")
AUTHORS =
authors_props.gsub("\n","").gsub(/ +/," ")
INTRODUCTION =
"<introduction>##introduction##</introduction>"