Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= 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
Unknown package
We found that vrtx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.