Skip to content

Commit

Permalink
documenting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfl committed Jan 9, 2012
1 parent b26d586 commit 13d337f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,14 @@ Vortex CMS Utilities

A small set of utilities for publishing and managing files stored in the Vortex Content Managament System. Uses the 'net_dav' gem to communcate with WebDAV.

# Install

If Ruby and Rubygems package management is installed, simply run the command:

```shell
$ gem install vortex_utils
```

# Hello World

This script will prompt for username and password and publish a simple article.
Expand Down
13 changes: 3 additions & 10 deletions vortex_utils.gemspec
Expand Up @@ -7,17 +7,10 @@ Gem::Specification.new do |s|
s.date = %q{2012-01-01}
s.description = %q{Utilities for managing content on Vortex web content management system through webdav}
s.email = %q{thomas.flemming@usit.uio.no}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/vortex_utils.rb",
"lib/vortex_client/string_extensions.rb",
"lib/vortex_utils/string_extensions.rb",
]
s.homepage = %q{http://github.com/thomasfl/vortex_utils}
s.rdoc_options = ["--charset=UTF-8"]
Expand All @@ -26,8 +19,8 @@ Gem::Specification.new do |s|
s.summary = %q{Vortex CMS utilites}
s.test_files = [
"test/helper.rb",
"test/test_connect.rb",
"test/test_string_extensions.rb"
"test/test_net_dav_extensions.rb",
"test/test_string_extensions.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 13d337f

Please sign in to comment.