New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vrtx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vrtx

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Vrtx

== DESCRIPTION:

Command line utility for managing content in the open source content management system Vortex.

Vortex is fully manageable via the WebDAV server extensions. The vrtx command line utility is a subproject of the general WebDAV client davclient.rubyforge.org.

== Requirements

The command line utility curl installed. Available from http://curl.haxx.se/ or on linux:

sudo apt-get install curl

== LIRBRARY SYNOPSIS:

require 'rubygems' require 'vrtx'

url = 'http://test.webdav.org/dav/' Vortex.cd(url) Vortex.publish("Title", "Introducion")

== COMMAND LINE UTILITES:

Vortex inlcudes the command line utility 'vrtx'. Use 'vrx cd url' to set current working url and 'vrtx ls' to list content of a collection (directory).

== COMMAND LINE SYNOPSIS:

vrtx cd http://test.webdav.org/dav/ http://test.webdav.org/dav/ vrtx ls images/ index.html vrtx pwd http://test.webdav.org/dav/ vrtx publish --title "Title" --introduction "Intro" Published "Title" to: http://test.webdav.org/dav/title.html

== INSTALL:

[sudo] gem install vrxt

or

git clone git://github.com/thomasfl/vrtx.git cd vrtx gem build Rakefile sudo gem install vrxt-x.x.x.gem

== Background:

The library is suitable for creating scripts that update content on webservers with the CMS Vortex and WebDAV http extions installed.

See also "DavClient":http://github.com/thomasfl/davclient/tree/master

FAQs

Package last updated on 24 Sep 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc