qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/libs/ruby/qsos README


From: Romain PELISSE
Subject: [Qsos-commits] qsos/libs/ruby/qsos README
Date: Wed, 09 Aug 2006 15:00:38 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Romain PELISSE <rpelisse>       06/08/09 15:00:38

Added files:
        libs/ruby/qsos : README 

Log message:
        Initial commit of the file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/libs/ruby/qsos/README?cvsroot=qsos&rev=1.1

Patches:
Index: README
===================================================================
RCS file: README
diff -N README
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ README      9 Aug 2006 15:00:38 -0000       1.1
@@ -0,0 +1,39 @@
+DESCRIPTION
+
+  QSOS-Document - Easy API to access/edit QSOS files
+
+PREREQUISITES
+
+  Ruby 1.8.4 
+  Gems 0.9
+
+BUILDING/INSTALLING
+
+  Once the archive is unpacked, use these commands:
+
+       $ gem build qsos.gemspec
+       # gem install qsos-1.0.0.gem
+
+Note that the last command will NOT test the library.
+
+USING THE API
+
+Once installed with gem, you can use the library in your code this way:
+
+       require 'rubygems'
+       require_gem 'qsos'
+       
+       lib = QSOS::Document.new
+       lib.load("an_valid_xml_file.qsos")
+       ...
+
+STATUS
+
+ This libraru is still in developpement
+
+COPYRIGHT
+
+  Copyright 2006 Atos Origin <address@hidden>
+
+  This library is free software; you can redistribute it
+  and/or modify it under the terms of the GNU General Public License.
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]