sdsteam / sds-rest

A Ruby library to use the Microsoft SDS REST interface

This URL has Read+Write access

sds-rest / website / index.txt
100644 82 lines (38 sloc) 2.029 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
h1. sds rest
 
h1. → 'sds-rest'
 
 
h2. What
 
 
h2. Installing
 
<pre syntax="ruby">sudo gem install sds-rest</pre>
 
h2. The basics
 
 
h2. Demonstration of usage
 
 
 
h2. Forum
 
"http://groups.google.com/group/sds-rest":http://groups.google.com/group/sds-rest
 
TODO - create Google Group - sds-rest
 
h2. How to submit patches
 
Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
 
TODO - pick SVN or Git instructions
 
The trunk repository is <code>svn://rubyforge.org/var/svn/sds-rest/trunk</code> for anonymous access.
 
OOOORRRR
 
You can fetch the source from either:
 
<% if rubyforge_project_id %>
 
* rubyforge: "http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %>":http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %>
 
<pre>git clone git://rubyforge.org/sds-rest.git</pre>
 
<% else %>
 
* rubyforge: MISSING IN ACTION
 
TODO - You can not created a RubyForge project, OR have not run <code>rubyforge config</code>
yet to refresh your local rubyforge data with this projects' id information.
 
When you do this, this message will magically disappear!
 
Or you can hack website/index.txt and make it all go away!!
 
<% end %>
 
* github: "http://github.com/averyj/sds-rest/tree/master":http://github.com/averyj/sds-rest/tree/master
 
<pre>git clone git://github.com/averyj/sds-rest.git</pre>
 
 
 
* gitorious: "git://gitorious.org/sds-rest/mainline.git":git://gitorious.org/sds-rest/mainline.git
 
<pre>git clone git://gitorious.org/sds-rest/mainline.git</pre>
 
h3. Build and test instructions
 
<pre>cd sds-rest
rake test
rake install_gem</pre>
 
 
h2. License
 
This code is free to use under the terms of the MIT license.
 
h2. Contact
 
Comments are welcome. Send an email to "James Avery":mailto:javery@infozerk.com via the "forum":http://groups.google.com/group/sds-rest