pho 0.7.7 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. data/CHANGES +21 -0
  2. data/README +1 -2
  3. data/Rakefile +1 -1
  4. data/bin/talis_store +13 -22
  5. data/doc/rdoc/classes/Pho/CommandLine.html +162 -124
  6. data/doc/rdoc/classes/Pho/DatatypeProperty.html +12 -12
  7. data/doc/rdoc/classes/Pho/Enrichment/StoreEnricher.html +29 -29
  8. data/doc/rdoc/classes/Pho/Etags.html +36 -36
  9. data/doc/rdoc/classes/Pho/Facet/Results.html +19 -19
  10. data/doc/rdoc/classes/Pho/Facet/Term.html +6 -6
  11. data/doc/rdoc/classes/Pho/FieldPredicateMap.html +102 -102
  12. data/doc/rdoc/classes/Pho/FieldWeighting.html +12 -12
  13. data/doc/rdoc/classes/Pho/FileManagement/AbstractFileManager.html +262 -103
  14. data/doc/rdoc/classes/Pho/FileManagement/FileManager.html +34 -14
  15. data/doc/rdoc/classes/Pho/FileManagement/RDFManager.html +10 -5
  16. data/doc/rdoc/classes/Pho/Job.html +64 -64
  17. data/doc/rdoc/classes/Pho/Jobs.html +60 -60
  18. data/doc/rdoc/classes/Pho/OAI/Record.html +6 -6
  19. data/doc/rdoc/classes/Pho/OAI/Records.html +24 -24
  20. data/doc/rdoc/classes/Pho/OAI/Statistics.html +12 -12
  21. data/doc/rdoc/classes/Pho/QueryProfile.html +66 -66
  22. data/doc/rdoc/classes/Pho/ResourceHash/Converter.html +36 -36
  23. data/doc/rdoc/classes/Pho/ResourceHash/SetAlgebra.html +12 -12
  24. data/doc/rdoc/classes/Pho/Snapshot.html +35 -35
  25. data/doc/rdoc/classes/Pho/Sparql/SparqlClient.html +74 -74
  26. data/doc/rdoc/classes/Pho/Sparql/SparqlHelper.html +78 -78
  27. data/doc/rdoc/classes/Pho/Status.html +26 -26
  28. data/doc/rdoc/classes/Pho/Store.html +215 -215
  29. data/doc/rdoc/classes/Pho/StoreSparqlClient.html +12 -12
  30. data/doc/rdoc/classes/Pho/Update/Changeset.html +63 -63
  31. data/doc/rdoc/classes/Pho/Update/ChangesetBuilder.html +24 -24
  32. data/doc/rdoc/classes/Pho/Update/ChangesetHelper.html +6 -6
  33. data/doc/rdoc/classes/Pho/Update/Changesets.html +12 -12
  34. data/doc/rdoc/classes/Pho/Update/LiteralStatement.html +18 -18
  35. data/doc/rdoc/classes/Pho/Update/ResourceStatement.html +24 -24
  36. data/doc/rdoc/classes/Pho/Update/Statement.html +24 -24
  37. data/doc/rdoc/created.rid +1 -1
  38. data/doc/rdoc/files/CHANGES.html +34 -1
  39. data/doc/rdoc/files/README.html +3 -4
  40. data/doc/rdoc/files/lib/pho/command_line_rb.html +1 -1
  41. data/doc/rdoc/files/lib/pho/file_management_rb.html +1 -1
  42. data/doc/rdoc/files/lib/pho/file_manager_rb.html +1 -1
  43. data/doc/rdoc/files/lib/pho/rdf_collection_rb.html +1 -1
  44. data/doc/rdoc/fr_method_index.html +212 -205
  45. data/lib/pho/command_line.rb +29 -11
  46. data/lib/pho/file_management.rb +85 -29
  47. data/lib/pho/file_manager.rb +10 -11
  48. data/lib/pho/rdf_collection.rb +8 -3
  49. data/tests/tc_file_manager.rb +144 -26
  50. data/tests/tc_rdf_collection.rb +76 -68
  51. metadata +4 -4
@@ -93,7 +93,7 @@ href="Changesets.html">Changesets</a>
93
93
  <h3 class="section-bar">Methods</h3>
94
94
 
95
95
  <div class="name-list">
96
- <a href="#M000019">update_literal</a>&nbsp;&nbsp;
96
+ <a href="#M000025">update_literal</a>&nbsp;&nbsp;
97
97
  </div>
98
98
  </div>
99
99
 
@@ -115,19 +115,19 @@ href="Changesets.html">Changesets</a>
115
115
  <div id="methods">
116
116
  <h3 class="section-bar">Public Class methods</h3>
117
117
 
118
- <div id="method-M000019" class="method-detail">
119
- <a name="M000019"></a>
118
+ <div id="method-M000025" class="method-detail">
119
+ <a name="M000025"></a>
120
120
 
121
121
  <div class="method-heading">
122
- <a href="#M000019" class="method-signature">
122
+ <a href="#M000025" class="method-signature">
123
123
  <span class="method-name">update_literal</span><span class="method-args">(store, subject, predicate, old_value, new_value, old_lang=nil, old_datatype=nil, new_lang=nil, new_datatype=nil, creator_name=nil, change_reason=nil, versioned=false)</span>
124
124
  </a>
125
125
  </div>
126
126
 
127
127
  <div class="method-description">
128
128
  <p><a class="source-toggle" href="#"
129
- onclick="toggleCode('M000019-source');return false;">[Source]</a></p>
130
- <div class="method-source-code" id="M000019-source">
129
+ onclick="toggleCode('M000025-source');return false;">[Source]</a></p>
130
+ <div class="method-source-code" id="M000025-source">
131
131
  <pre>
132
132
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 328</span>
133
133
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">ChangesetHelper</span>.<span class="ruby-identifier">update_literal</span>(<span class="ruby-identifier">store</span>, <span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">old_value</span>, <span class="ruby-identifier">new_value</span>, <span class="ruby-identifier">old_lang</span>=<span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">old_datatype</span>=<span class="ruby-keyword kw">nil</span>,
@@ -94,8 +94,8 @@ href="Changeset.html">Changeset</a> objects
94
94
  <h3 class="section-bar">Methods</h3>
95
95
 
96
96
  <div class="name-list">
97
- <a href="#M000031">all_to_rdf</a>&nbsp;&nbsp;
98
- <a href="#M000032">submit_all</a>&nbsp;&nbsp;
97
+ <a href="#M000037">all_to_rdf</a>&nbsp;&nbsp;
98
+ <a href="#M000038">submit_all</a>&nbsp;&nbsp;
99
99
  </div>
100
100
  </div>
101
101
 
@@ -117,11 +117,11 @@ href="Changeset.html">Changeset</a> objects
117
117
  <div id="methods">
118
118
  <h3 class="section-bar">Public Class methods</h3>
119
119
 
120
- <div id="method-M000031" class="method-detail">
121
- <a name="M000031"></a>
120
+ <div id="method-M000037" class="method-detail">
121
+ <a name="M000037"></a>
122
122
 
123
123
  <div class="method-heading">
124
- <a href="#M000031" class="method-signature">
124
+ <a href="#M000037" class="method-signature">
125
125
  <span class="method-name">all_to_rdf</span><span class="method-args">(changesets)</span>
126
126
  </a>
127
127
  </div>
@@ -134,8 +134,8 @@ Convert an array of changesets into an RDF/XML document
134
134
  changesets:: an array of changesets
135
135
  </pre>
136
136
  <p><a class="source-toggle" href="#"
137
- onclick="toggleCode('M000031-source');return false;">[Source]</a></p>
138
- <div class="method-source-code" id="M000031-source">
137
+ onclick="toggleCode('M000037-source');return false;">[Source]</a></p>
138
+ <div class="method-source-code" id="M000037-source">
139
139
  <pre>
140
140
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 158</span>
141
141
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">Changesets</span>.<span class="ruby-identifier">all_to_rdf</span>(<span class="ruby-identifier">changesets</span>)
@@ -150,11 +150,11 @@ Convert an array of changesets into an RDF/XML document
150
150
  </div>
151
151
  </div>
152
152
 
153
- <div id="method-M000032" class="method-detail">
154
- <a name="M000032"></a>
153
+ <div id="method-M000038" class="method-detail">
154
+ <a name="M000038"></a>
155
155
 
156
156
  <div class="method-heading">
157
- <a href="#M000032" class="method-signature">
157
+ <a href="#M000038" class="method-signature">
158
158
  <span class="method-name">submit_all</span><span class="method-args">(changesets, store, versioned=false)</span>
159
159
  </a>
160
160
  </div>
@@ -176,8 +176,8 @@ to an RDF/XML document.
176
176
  change_reason and creator_name properties.
177
177
  </pre>
178
178
  <p><a class="source-toggle" href="#"
179
- onclick="toggleCode('M000032-source');return false;">[Source]</a></p>
180
- <div class="method-source-code" id="M000032-source">
179
+ onclick="toggleCode('M000038-source');return false;">[Source]</a></p>
180
+ <div class="method-source-code" id="M000038-source">
181
181
  <pre>
182
182
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 178</span>
183
183
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">Changesets</span>.<span class="ruby-identifier">submit_all</span>(<span class="ruby-identifier">changesets</span>, <span class="ruby-identifier">store</span>, <span class="ruby-identifier">versioned</span>=<span class="ruby-keyword kw">false</span>)
@@ -88,9 +88,9 @@
88
88
  <h3 class="section-bar">Methods</h3>
89
89
 
90
90
  <div class="name-list">
91
- <a href="#M000021">==</a>&nbsp;&nbsp;
92
- <a href="#M000020">new</a>&nbsp;&nbsp;
93
- <a href="#M000022">write_object</a>&nbsp;&nbsp;
91
+ <a href="#M000027">==</a>&nbsp;&nbsp;
92
+ <a href="#M000026">new</a>&nbsp;&nbsp;
93
+ <a href="#M000028">write_object</a>&nbsp;&nbsp;
94
94
  </div>
95
95
  </div>
96
96
 
@@ -136,11 +136,11 @@ Language for literals
136
136
  <div id="methods">
137
137
  <h3 class="section-bar">Public Class methods</h3>
138
138
 
139
- <div id="method-M000020" class="method-detail">
140
- <a name="M000020"></a>
139
+ <div id="method-M000026" class="method-detail">
140
+ <a name="M000026"></a>
141
141
 
142
142
  <div class="method-heading">
143
- <a href="#M000020" class="method-signature">
143
+ <a href="#M000026" class="method-signature">
144
144
  <span class="method-name">new</span><span class="method-args">(subject, predicate, object, language=nil, datatype=nil)</span>
145
145
  </a>
146
146
  </div>
@@ -158,8 +158,8 @@ have one of lang or datatype but not both
158
158
  datatype:: datatype for literal
159
159
  </pre>
160
160
  <p><a class="source-toggle" href="#"
161
- onclick="toggleCode('M000020-source');return false;">[Source]</a></p>
162
- <div class="method-source-code" id="M000020-source">
161
+ onclick="toggleCode('M000026-source');return false;">[Source]</a></p>
162
+ <div class="method-source-code" id="M000026-source">
163
163
  <pre>
164
164
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 86</span>
165
165
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">object</span>, <span class="ruby-identifier">language</span>=<span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">datatype</span>=<span class="ruby-keyword kw">nil</span>)
@@ -177,19 +177,19 @@ have one of lang or datatype but not both
177
177
 
178
178
  <h3 class="section-bar">Public Instance methods</h3>
179
179
 
180
- <div id="method-M000021" class="method-detail">
181
- <a name="M000021"></a>
180
+ <div id="method-M000027" class="method-detail">
181
+ <a name="M000027"></a>
182
182
 
183
183
  <div class="method-heading">
184
- <a href="#M000021" class="method-signature">
184
+ <a href="#M000027" class="method-signature">
185
185
  <span class="method-name">==</span><span class="method-args">(other)</span>
186
186
  </a>
187
187
  </div>
188
188
 
189
189
  <div class="method-description">
190
190
  <p><a class="source-toggle" href="#"
191
- onclick="toggleCode('M000021-source');return false;">[Source]</a></p>
192
- <div class="method-source-code" id="M000021-source">
191
+ onclick="toggleCode('M000027-source');return false;">[Source]</a></p>
192
+ <div class="method-source-code" id="M000027-source">
193
193
  <pre>
194
194
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 95</span>
195
195
  <span class="ruby-keyword kw">def</span> <span class="ruby-operator">==</span>(<span class="ruby-identifier">other</span>)
@@ -209,19 +209,19 @@ have one of lang or datatype but not both
209
209
 
210
210
  <h3 class="section-bar">Protected Instance methods</h3>
211
211
 
212
- <div id="method-M000022" class="method-detail">
213
- <a name="M000022"></a>
212
+ <div id="method-M000028" class="method-detail">
213
+ <a name="M000028"></a>
214
214
 
215
215
  <div class="method-heading">
216
- <a href="#M000022" class="method-signature">
216
+ <a href="#M000028" class="method-signature">
217
217
  <span class="method-name">write_object</span><span class="method-args">()</span>
218
218
  </a>
219
219
  </div>
220
220
 
221
221
  <div class="method-description">
222
222
  <p><a class="source-toggle" href="#"
223
- onclick="toggleCode('M000022-source');return false;">[Source]</a></p>
224
- <div class="method-source-code" id="M000022-source">
223
+ onclick="toggleCode('M000028-source');return false;">[Source]</a></p>
224
+ <div class="method-source-code" id="M000028-source">
225
225
  <pre>
226
226
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 107</span>
227
227
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_object</span>()
@@ -88,10 +88,10 @@
88
88
  <h3 class="section-bar">Methods</h3>
89
89
 
90
90
  <div class="name-list">
91
- <a href="#M000028">==</a>&nbsp;&nbsp;
92
- <a href="#M000027">new</a>&nbsp;&nbsp;
93
- <a href="#M000030">write_object</a>&nbsp;&nbsp;
94
- <a href="#M000029">write_subject</a>&nbsp;&nbsp;
91
+ <a href="#M000034">==</a>&nbsp;&nbsp;
92
+ <a href="#M000033">new</a>&nbsp;&nbsp;
93
+ <a href="#M000036">write_object</a>&nbsp;&nbsp;
94
+ <a href="#M000035">write_subject</a>&nbsp;&nbsp;
95
95
  </div>
96
96
  </div>
97
97
 
@@ -113,11 +113,11 @@
113
113
  <div id="methods">
114
114
  <h3 class="section-bar">Public Class methods</h3>
115
115
 
116
- <div id="method-M000027" class="method-detail">
117
- <a name="M000027"></a>
116
+ <div id="method-M000033" class="method-detail">
117
+ <a name="M000033"></a>
118
118
 
119
119
  <div class="method-heading">
120
- <a href="#M000027" class="method-signature">
120
+ <a href="#M000033" class="method-signature">
121
121
  <span class="method-name">new</span><span class="method-args">(subject, predicate, object)</span>
122
122
  </a>
123
123
  </div>
@@ -132,8 +132,8 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
132
132
  object:: resource uri
133
133
  </pre>
134
134
  <p><a class="source-toggle" href="#"
135
- onclick="toggleCode('M000027-source');return false;">[Source]</a></p>
136
- <div class="method-source-code" id="M000027-source">
135
+ onclick="toggleCode('M000033-source');return false;">[Source]</a></p>
136
+ <div class="method-source-code" id="M000033-source">
137
137
  <pre>
138
138
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 128</span>
139
139
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">object</span>)
@@ -146,19 +146,19 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
146
146
 
147
147
  <h3 class="section-bar">Public Instance methods</h3>
148
148
 
149
- <div id="method-M000028" class="method-detail">
150
- <a name="M000028"></a>
149
+ <div id="method-M000034" class="method-detail">
150
+ <a name="M000034"></a>
151
151
 
152
152
  <div class="method-heading">
153
- <a href="#M000028" class="method-signature">
153
+ <a href="#M000034" class="method-signature">
154
154
  <span class="method-name">==</span><span class="method-args">(other)</span>
155
155
  </a>
156
156
  </div>
157
157
 
158
158
  <div class="method-description">
159
159
  <p><a class="source-toggle" href="#"
160
- onclick="toggleCode('M000028-source');return false;">[Source]</a></p>
161
- <div class="method-source-code" id="M000028-source">
160
+ onclick="toggleCode('M000034-source');return false;">[Source]</a></p>
161
+ <div class="method-source-code" id="M000034-source">
162
162
  <pre>
163
163
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 132</span>
164
164
  <span class="ruby-keyword kw">def</span> <span class="ruby-operator">==</span>(<span class="ruby-identifier">other</span>)
@@ -176,19 +176,19 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
176
176
 
177
177
  <h3 class="section-bar">Protected Instance methods</h3>
178
178
 
179
- <div id="method-M000030" class="method-detail">
180
- <a name="M000030"></a>
179
+ <div id="method-M000036" class="method-detail">
180
+ <a name="M000036"></a>
181
181
 
182
182
  <div class="method-heading">
183
- <a href="#M000030" class="method-signature">
183
+ <a href="#M000036" class="method-signature">
184
184
  <span class="method-name">write_object</span><span class="method-args">()</span>
185
185
  </a>
186
186
  </div>
187
187
 
188
188
  <div class="method-description">
189
189
  <p><a class="source-toggle" href="#"
190
- onclick="toggleCode('M000030-source');return false;">[Source]</a></p>
191
- <div class="method-source-code" id="M000030-source">
190
+ onclick="toggleCode('M000036-source');return false;">[Source]</a></p>
191
+ <div class="method-source-code" id="M000036-source">
192
192
  <pre>
193
193
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 146</span>
194
194
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_object</span>()
@@ -199,19 +199,19 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
199
199
  </div>
200
200
  </div>
201
201
 
202
- <div id="method-M000029" class="method-detail">
203
- <a name="M000029"></a>
202
+ <div id="method-M000035" class="method-detail">
203
+ <a name="M000035"></a>
204
204
 
205
205
  <div class="method-heading">
206
- <a href="#M000029" class="method-signature">
206
+ <a href="#M000035" class="method-signature">
207
207
  <span class="method-name">write_subject</span><span class="method-args">()</span>
208
208
  </a>
209
209
  </div>
210
210
 
211
211
  <div class="method-description">
212
212
  <p><a class="source-toggle" href="#"
213
- onclick="toggleCode('M000029-source');return false;">[Source]</a></p>
214
- <div class="method-source-code" id="M000029-source">
213
+ onclick="toggleCode('M000035-source');return false;">[Source]</a></p>
214
+ <div class="method-source-code" id="M000035-source">
215
215
  <pre>
216
216
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 142</span>
217
217
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_subject</span>()
@@ -93,10 +93,10 @@ Base class capturing data relating to a reified RDF triple described in a
93
93
  <h3 class="section-bar">Methods</h3>
94
94
 
95
95
  <div class="name-list">
96
- <a href="#M000033">create_literal</a>&nbsp;&nbsp;
97
- <a href="#M000034">create_resource</a>&nbsp;&nbsp;
98
- <a href="#M000036">new</a>&nbsp;&nbsp;
99
- <a href="#M000035">to_rdf</a>&nbsp;&nbsp;
96
+ <a href="#M000039">create_literal</a>&nbsp;&nbsp;
97
+ <a href="#M000040">create_resource</a>&nbsp;&nbsp;
98
+ <a href="#M000042">new</a>&nbsp;&nbsp;
99
+ <a href="#M000041">to_rdf</a>&nbsp;&nbsp;
100
100
  </div>
101
101
  </div>
102
102
 
@@ -150,11 +150,11 @@ URI of subject
150
150
  <div id="methods">
151
151
  <h3 class="section-bar">Public Class methods</h3>
152
152
 
153
- <div id="method-M000033" class="method-detail">
154
- <a name="M000033"></a>
153
+ <div id="method-M000039" class="method-detail">
154
+ <a name="M000039"></a>
155
155
 
156
156
  <div class="method-heading">
157
- <a href="#M000033" class="method-signature">
157
+ <a href="#M000039" class="method-signature">
158
158
  <span class="method-name">create_literal</span><span class="method-args">(subject, predicate, object, lang=nil, datatype=nil)</span>
159
159
  </a>
160
160
  </div>
@@ -172,8 +172,8 @@ have one of lang or datatype but not both
172
172
  datatype:: datatype for literal
173
173
  </pre>
174
174
  <p><a class="source-toggle" href="#"
175
- onclick="toggleCode('M000033-source');return false;">[Source]</a></p>
176
- <div class="method-source-code" id="M000033-source">
175
+ onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
176
+ <div class="method-source-code" id="M000039-source">
177
177
  <pre>
178
178
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 29</span>
179
179
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">Statement</span>.<span class="ruby-identifier">create_literal</span>(<span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">object</span>, <span class="ruby-identifier">lang</span>=<span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">datatype</span>=<span class="ruby-keyword kw">nil</span>)
@@ -184,11 +184,11 @@ have one of lang or datatype but not both
184
184
  </div>
185
185
  </div>
186
186
 
187
- <div id="method-M000034" class="method-detail">
188
- <a name="M000034"></a>
187
+ <div id="method-M000040" class="method-detail">
188
+ <a name="M000040"></a>
189
189
 
190
190
  <div class="method-heading">
191
- <a href="#M000034" class="method-signature">
191
+ <a href="#M000040" class="method-signature">
192
192
  <span class="method-name">create_resource</span><span class="method-args">(subject, predicate, object)</span>
193
193
  </a>
194
194
  </div>
@@ -203,8 +203,8 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
203
203
  object:: resource uri
204
204
  </pre>
205
205
  <p><a class="source-toggle" href="#"
206
- onclick="toggleCode('M000034-source');return false;">[Source]</a></p>
207
- <div class="method-source-code" id="M000034-source">
206
+ onclick="toggleCode('M000040-source');return false;">[Source]</a></p>
207
+ <div class="method-source-code" id="M000040-source">
208
208
  <pre>
209
209
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 38</span>
210
210
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">Statement</span>.<span class="ruby-identifier">create_resource</span>(<span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">object</span>)
@@ -217,11 +217,11 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
217
217
 
218
218
  <h3 class="section-bar">Protected Class methods</h3>
219
219
 
220
- <div id="method-M000036" class="method-detail">
221
- <a name="M000036"></a>
220
+ <div id="method-M000042" class="method-detail">
221
+ <a name="M000042"></a>
222
222
 
223
223
  <div class="method-heading">
224
- <a href="#M000036" class="method-signature">
224
+ <a href="#M000042" class="method-signature">
225
225
  <span class="method-name">new</span><span class="method-args">(subject, predicate, object)</span>
226
226
  </a>
227
227
  </div>
@@ -239,8 +239,8 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
239
239
  </td></tr>
240
240
  </table>
241
241
  <p><a class="source-toggle" href="#"
242
- onclick="toggleCode('M000036-source');return false;">[Source]</a></p>
243
- <div class="method-source-code" id="M000036-source">
242
+ onclick="toggleCode('M000042-source');return false;">[Source]</a></p>
243
+ <div class="method-source-code" id="M000042-source">
244
244
  <pre>
245
245
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 61</span>
246
246
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">subject</span>, <span class="ruby-identifier">predicate</span>, <span class="ruby-identifier">object</span>)
@@ -255,11 +255,11 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
255
255
 
256
256
  <h3 class="section-bar">Public Instance methods</h3>
257
257
 
258
- <div id="method-M000035" class="method-detail">
259
- <a name="M000035"></a>
258
+ <div id="method-M000041" class="method-detail">
259
+ <a name="M000041"></a>
260
260
 
261
261
  <div class="method-heading">
262
- <a href="#M000035" class="method-signature">
262
+ <a href="#M000041" class="method-signature">
263
263
  <span class="method-name">to_rdf</span><span class="method-args">()</span>
264
264
  </a>
265
265
  </div>
@@ -270,8 +270,8 @@ Create an RDF/XML fragment describing this <a
270
270
  href="Statement.html">Statement</a>
271
271
  </p>
272
272
  <p><a class="source-toggle" href="#"
273
- onclick="toggleCode('M000035-source');return false;">[Source]</a></p>
274
- <div class="method-source-code" id="M000035-source">
273
+ onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
274
+ <div class="method-source-code" id="M000041-source">
275
275
  <pre>
276
276
  <span class="ruby-comment cmt"># File lib/pho/changeset.rb, line 43</span>
277
277
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_rdf</span>()
@@ -1 +1 @@
1
- Mon, 11 Oct 2010 11:14:01 +0100
1
+ Wed, 20 Oct 2010 08:50:57 +0100
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Mon Oct 11 11:12:51 +0100 2010</td>
59
+ <td>Wed Oct 20 08:46:34 +0100 2010</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -72,6 +72,39 @@
72
72
  <p>
73
73
  Brief notes on significant changes and additions in each release
74
74
  </p>
75
+ <h2>Version 0.7.8</h2>
76
+ <ul>
77
+ <li>Added &#8212;updates to allow for store/upload of only changed files
78
+
79
+ </li>
80
+ <li>Recursive resets of collection directories
81
+
82
+ </li>
83
+ <li>Fixed command-line code and RDF collection so that it supports all of the
84
+ &#8212;retry, &#8212;force, and &#8212;traverse parameters
85
+
86
+ </li>
87
+ <li>Added &#8212;retry parameter for file uploads to allow retrying of failed
88
+ uploads
89
+
90
+ </li>
91
+ <li>Added &#8212;force parameter for file uploads to reset tracking files,
92
+ allowing complete resends
93
+
94
+ </li>
95
+ <li>Fixed bug with directory uploads mangling file names
96
+
97
+ </li>
98
+ <li>Fixed bug with tracking files with same root file name, e.g. foo.rdf and
99
+ foo.css
100
+
101
+ </li>
102
+ <li>Changed FileManager code so that all .ok and .fail fails are put into a
103
+ shadow &quot;.pho&quot; directory, this avoids polluting directories with
104
+ tracking files
105
+
106
+ </li>
107
+ </ul>
75
108
  <h2>Version 0.7.7</h2>
76
109
  <ul>
77
110
  <li>Included bug fixes from @kiyanwang into OAI support. Now properly handles