Skip to content

Commit e79ed53

Browse files
committed
Update the web site.
1 parent 6efab47 commit e79ed53

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Structured Commons</title><link href="http://www.structured-commons.org/" rel="alternate"></link><link href="http://www.structured-commons.org/feeds/all.atom.xml" rel="self"></link><id>http://www.structured-commons.org/</id><updated>2014-06-16T10:18:43Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Structured Commons</title><link href="http://www.structured-commons.org/" rel="alternate"></link><link href="http://www.structured-commons.org/feeds/all.atom.xml" rel="self"></link><id>http://www.structured-commons.org/</id><updated>2014-06-16T10:20:51Z</updated></feed>

scep0103.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ <h1><a href="http://www.structured-commons.org">Structured Commons <strong></str
6262
<tr class="field"><th class="docinfo-name">Status:</th><td class="field-body">Draft</td></tr>
6363
<tr class="field"><th class="docinfo-name">Type:</th><td class="field-body">Standards Track</td></tr>
6464
<tr class="field"><th class="docinfo-name">Created:</th><td class="field-body">2014-06-16</td></tr>
65-
<tr class="field"><th class="docinfo-name">Source:</th><td class="field-body"><a href="scep0103.rst">scep0103.rst</a> (<tt>fp:WF94wYqmlRVeaYl8Q7MtBg7Fduo0AzHiw64yjpE1H8AgQQ</tt>)</td></tr>
65+
<tr class="field"><th class="docinfo-name">Source:</th><td class="field-body"><a href="scep0103.rst">scep0103.rst</a> (<tt>fp:ucDT96f8hWVAb6y4aSzRU6yd1Q9DedRMW4pAycsEi2Jgbg</tt>)</td></tr>
6666
</tbody></table>
6767

6868
<p>The Structured Commons object model is defined semantically in <span class="caps">SCEP</span>
69-
101 [#<span class="caps">SCEP</span>-101], independently from its particular representation in a
69+
101 <a class="footnote-reference" href="#scep-101" id="id1">[1]</a>, independently from its particular representation in a
7070
computer system. Conversely, there may exist multiple valid
7171
representations for an&nbsp;object.</p>
7272
<p>This <span class="caps">SCEP</span> defines the canonical representation of Structured
@@ -76,8 +76,8 @@ <h2>Overview</h2>
7676
<p>The <tt class="docutils literal">fs</tt> representation maps objects to a filesystem (eg. on&nbsp;disk).</p>
7777
<p>Object files are represented by filesystem&nbsp;files.</p>
7878
<p>Object dictionaries are represented by filesystem&nbsp;directories.</p>
79-
<p>Names in dictionaries are translated using <span class="caps">UTF</span>-8 <a class="footnote-reference" href="#utf" id="id1">[1]</a> to file/directory
80-
names, with an optional percent-encoding <a class="footnote-reference" href="#urlq" id="id2">[2]</a> to support characters
79+
<p>Names in dictionaries are translated using <span class="caps">UTF</span>-8 <a class="footnote-reference" href="#utf" id="id2">[2]</a> to file/directory
80+
names, with an optional percent-encoding <a class="footnote-reference" href="#urlq" id="id3">[3]</a> to support characters
8181
that are not acceptable in file names on a particular&nbsp;platform.</p>
8282
<p>For example, the name &#8220;helló / world?&#8221; can be translated
8383
&#8220;<tt class="docutils literal">hell%C3%B3 %2F world?</tt>&#8221; on a Unix filesystem or
@@ -151,17 +151,24 @@ <h2>Example/reference&nbsp;implementation</h2>
151151
</div>
152152
<div class="section" id="references">
153153
<h2>References</h2>
154+
<table class="docutils footnote" frame="void" id="scep-101" rules="none">
155+
<colgroup><col class="label" /><col /></colgroup>
156+
<tbody valign="top">
157+
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><span class="caps">SCEP</span> 101. &#8220;Structured Commons Object Model and Fingerprints&#8221;.
158+
(<a class="reference external" href="http://www.structured-commons.org/scep0101.html">http://www.structured-commons.org/scep0101.html</a>)</td></tr>
159+
</tbody>
160+
</table>
154161
<table class="docutils footnote" frame="void" id="utf" rules="none">
155162
<colgroup><col class="label" /><col /></colgroup>
156163
<tbody valign="top">
157-
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><span class="caps">RFC</span> 3629. &#8220;<span class="caps">UTF</span>-8, a transformation format of <span class="caps">ISO</span> 10646&#8221;.
164+
<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><span class="caps">RFC</span> 3629. &#8220;<span class="caps">UTF</span>-8, a transformation format of <span class="caps">ISO</span> 10646&#8221;.
158165
(<a class="reference external" href="https://tools.ietf.org/html/rfc3629">https://tools.ietf.org/html/rfc3629</a>)</td></tr>
159166
</tbody>
160167
</table>
161168
<table class="docutils footnote" frame="void" id="urlq" rules="none">
162169
<colgroup><col class="label" /><col /></colgroup>
163170
<tbody valign="top">
164-
<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><span class="caps">RFC</span> 3986, &#8220;Uniform Resource Identifier (<span class="caps">URI</span>): Generic Syntax&#8221;.
171+
<tr><td class="label"><a class="fn-backref" href="#id3">[3]</a></td><td><span class="caps">RFC</span> 3986, &#8220;Uniform Resource Identifier (<span class="caps">URI</span>): Generic Syntax&#8221;.
165172
(<a class="reference external" href="https://tools.ietf.org/html/rfc3986">https://tools.ietf.org/html/rfc3986</a>)</td></tr>
166173
</tbody>
167174
</table>

scep0103.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:Created: 2014-06-16
77

88
The Structured Commons object model is defined semantically in SCEP
9-
101 [#SCEP-101], independently from its particular representation in a
9+
101 [#SCEP-101]_, independently from its particular representation in a
1010
computer system. Conversely, there may exist multiple valid
1111
representations for an object.
1212

@@ -105,6 +105,9 @@ https://github.com/structured-commons/tools
105105
References
106106
==========
107107

108+
.. [#SCEP-101] SCEP 101. "Structured Commons Object Model and Fingerprints".
109+
(http://www.structured-commons.org/scep0101.html)
110+
108111
.. [#UTF] RFC 3629. "UTF-8, a transformation format of ISO 10646".
109112
(https://tools.ietf.org/html/rfc3629)
110113

0 commit comments

Comments
 (0)