publish_my_data 1.3.21 → 1.3.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,10 @@
64
64
  display: block;
65
65
  }
66
66
 
67
+ .pmd_nav_sub li{
68
+ list-style-position: outside;
69
+ }
70
+
67
71
  .pmd_nav_sub a{
68
72
  display: inline-block;
69
73
  line-height: 1.4em;
@@ -167,4 +171,4 @@ th.centred {
167
171
  .pmd_wrapper{
168
172
  max-width: 100%; // FIXME: bootstrap only for now
169
173
  }
170
- }
174
+ }
@@ -621,12 +621,18 @@
621
621
  %p
622
622
  Modern browsers (such as recent versions of Internet Explorer Firefox, Chrome and Safari) have full CORS support. It is not supported in Internet Explorer 6 and 7. Versions 8 & 9 of Internet Explorer offer limited support. If you need to support older browsers, consider making requests for data via SPARQL, with
623
623
  = docs_inline_link "JSON-P.", "JSON-P"
624
+
624
625
  = documentation_subsection "Discontinued Datasets" do
625
626
  %p A dataset can be marked as 'discontinued'. This approach is most often used in cases where a dataset uses an outdated vocabulary or outdated naming convention for URIs. This is similar to the concept of deprecation (in computer software).
626
627
  %p A discontinued dataset is assigned a type of <code>http://publishmydata.com/def/dataset#DeprecatedDataset</code> as well as the usual <code>http://publishmydata.com/def/dataset#Dataset</code>. The discontinued-status is indicated on the list of datasets in the user interface and on the individual dataset page.
627
- %p Optionally, a discontinued dataset may be replaced by another dataset. In this case a link to the new dataset appears on the dataset web page and the dataset metadata contains the triple:
628
+
629
+ %p Optionally, a discontinued dataset may be replaced by another dataset. In this case a link to the new dataset appears on the dataset web page and the dataset metadata contains the triple:
630
+
628
631
  = codeblock "rdf" do
629
- <{discontinued dataset URI}> <http://purl.org/dc/terms/isReplacedBy> <{new dataset URI}> .
632
+ = preserve do
633
+ :escaped
634
+ <{discontinued dataset URI}> <http://purl.org/dc/terms/isReplacedBy> <{new dataset URI}> .
635
+
630
636
  %p The contents of discontinued datasets are still available via SPARQL queries and other APIs. This allows us to update the way that data is represented without breaking external applications that use it. Discontinued datasets will generally be removed completely after some period of time. Information about planned deletion will be provided in the 'Further Information' section on the dataset web page.
631
637
 
632
638
  -# -------------------------------------------------------------------
@@ -1,3 +1,3 @@
1
1
  module PublishMyData
2
- VERSION = "1.3.21"
2
+ VERSION = "1.3.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publish_my_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.21
4
+ version: 1.3.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2014-03-28 00:00:00.000000000 Z
19
+ date: 2014-04-07 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails
@@ -543,7 +543,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
543
543
  version: '0'
544
544
  segments:
545
545
  - 0
546
- hash: 878135652314449824
546
+ hash: -721959389443057497
547
547
  required_rubygems_version: !ruby/object:Gem::Requirement
548
548
  none: false
549
549
  requirements: