Skip to content

Commit

Permalink
change repository organization
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Feb 26, 2015
1 parent ffe26d7 commit d67a765
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Popolo supports the development of [reusable open source components](http://popl

To run the documentation website locally:

git clone https://github.com/opennorth/popolo-spec.git
git clone https://github.com/popolo-project/popolo-spec.git
git co gh-pages
bundle
bundle exec jekyll serve -w
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ title: The Popolo Project
<h2>Contribute</h2>

<ul>
<li>Discuss <a href="https://github.com/opennorth/popolo-spec/issues">open issues</a> on <a href="https://github.com/opennorth/popolo-spec">GitHub</a></li>
<li>Discuss <a href="https://github.com/popolo-project/popolo-spec/issues">open issues</a> on <a href="https://github.com/popolo-project/popolo-spec">GitHub</a></li>
<li><a href="http://lists.w3.org/Archives/Public/public-opengov/">Join the W3C Open Government mailing list</a></li>
<li><a href="https://groups.google.com/forum/#!forum/poplus">Join the Poplus mailing list</a>
</ul>
Expand All @@ -97,7 +97,7 @@ title: The Popolo Project
<a class="hidden-sm hidden-md" href="http://kohovolit.eu/" data-toggle="tooltip" title="KohoVolit.eu"><img src="/img/adoption/kohovolit.png" height="25" alt="KohoVolit.eu"></a>
<a href="http://mysociety.org/" data-toggle="tooltip" title="mySociety"><img src="/img/adoption/mysociety.png" height="25" alt="mySociety"></a>
<a href="http://opencivicdata.org/" data-toggle="tooltip" title="Open Civic Data"><img src="/img/adoption/opencivicdata.png" height="50" alt="Open Civic Data"></a>
<a href="http://opennorth.ca/" data-toggle="tooltip" title="Open North"><img src="/img/adoption/opennorth.png" height="50" alt="Open North"></a>
<a href="http://www.opennorth.ca/" data-toggle="tooltip" title="Open North"><img src="/img/adoption/opennorth.png" height="50" alt="Open North"></a>
<a class="hidden-sm hidden-md" href="http://www.openpolis.it/" data-toggle="tooltip" title="Associazione Openpolis"><img src="/img/adoption/openpolis.png" height="25" alt="Associazione Openpolis"></a>
<a href="http://poplus.org/" data-toggle="tooltip" title="Poplus"><img src="/img/adoption/poplus.png" height="50" alt="Poplus"></a>
<a href="http://sunlightfoundation.com/" data-toggle="tooltip" title="Sunlight Foundation"><img src="/img/adoption/sunlightfoundation.png" height="33" alt="Sunlight Foundation"></a>
Expand Down
2 changes: 1 addition & 1 deletion specs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ id: event
<li class="active">Event</li>
</ul>

_Coming soon: [See issue #22](https://github.com/opennorth/popolo-spec/issues/22)_
_Coming soon: [See issue #22](https://github.com/popolo-project/popolo-spec/issues/22)_

<h1 id="use-cases-and-requirements">1. Use cases &amp; requirements</h1>

Expand Down
6 changes: 3 additions & 3 deletions specs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The data specification will define terms (classes and properties) to describe an

The data specification should:

1. Allow the use of imprecise dates [*[issue 7]*](https://github.com/opennorth/popolo-spec/issues/7).
1. Allow the use of imprecise dates [*[issue 7]*](https://github.com/popolo-project/popolo-spec/issues/7).

>Shakespeare was born in April 1564.
Expand Down Expand Up @@ -362,7 +362,7 @@ Dates <em class="rfc2119">must</em> be stored in <abbr title="Coordinated Univer

Additional serialization details are given in the subdocuments in the [previous section](#classes-and-properties).

<p class="note" id="note3">3. Consult the list of <a href="https://github.com/opennorth/popolo-spec/wiki/ISO-8601%3A2004-formats">reduced date formats</a>. <a href="http://www.w3.org/XML/Schema.html">XML Schema</a> supports <a href="http://www.w3.org/TR/xmlschema-2/#truncatedformats">reduced dates</a> such as <a href="http://www.w3.org/TR/xmlschema-2/#gYear"><code>YYYY</code></a> and <a href="http://www.w3.org/TR/xmlschema-2/#gYearMonth"><code>YYYY-MM</code></a>.</p>
<p class="note" id="note3">3. Consult the list of <a href="https://github.com/popolo-project/popolo-spec/wiki/ISO-8601%3A2004-formats">reduced date formats</a>. <a href="http://www.w3.org/XML/Schema.html">XML Schema</a> supports <a href="http://www.w3.org/TR/xmlschema-2/#truncatedformats">reduced dates</a> such as <a href="http://www.w3.org/TR/xmlschema-2/#gYear"><code>YYYY</code></a> and <a href="http://www.w3.org/TR/xmlschema-2/#gYearMonth"><code>YYYY-MM</code></a>.</p>

<h2 id="schema-and-examples">6.1. JSON schema and examples</h2>

Expand Down Expand Up @@ -685,4 +685,4 @@ For political groups, the range of the `group` property will be an [organization
* 2013-02-16: Add a label property to the Post class. Change the cardinality of the classification property of the Organization class.
* 2013-02-01: First public working draft.

[Browse all Git commits on GitHub](https://github.com/opennorth/popolo-spec/commits/gh-pages)
[Browse all Git commits on GitHub](https://github.com/popolo-project/popolo-spec/commits/gh-pages)

0 comments on commit d67a765

Please sign in to comment.