Skip to content

Commit

Permalink
Start using data
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Sep 11, 2018
1 parent 28c1616 commit 7727b17
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 19 deletions.
7 changes: 5 additions & 2 deletions data/plugins/udata-ckan.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
repository: https://github.com/opendatateam/udata-ckan
name: udata-ckan
tagline: CKAN integration
homepage: https://github.com/opendatateam/udata-ckan
---
CKAN support

Provide [CKAN](https://ckan.org/) harvesting support
7 changes: 7 additions & 0 deletions data/plugins/udata-croquemort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: udata-croquemort
tagline: Croquemort Link checker
homepage: https://github.com/opendatateam/udata-croquemort
---

Provide [Croquemort Link Checker](https://github.com/opendatateam/croquemort/) support
6 changes: 6 additions & 0 deletions data/plugins/udata-ods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: udata-ods
tagline: Open Data Soft integration
homepage: https://github.com/opendatateam/udata-ods
---
This plugin provide [OpenDataSoft](https://www.opendatasoft.fr/) integration from udata.
7 changes: 7 additions & 0 deletions data/plugins/udata-piwik.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: udata-piwik
tagline: Piwik/Matomo integration
homepage: https://github.com/opendatateam/udata-piwik
---

Provide [Matomo](https://matomo.org/) integration for analytics as well as some extra udata features.
7 changes: 7 additions & 0 deletions data/plugins/udata-recommandations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: udata-recommendations
tagline: Static datasets recommendations
homepage: https://github.com/opendatateam/udata-recommendations
---

Allows to recommend dataset from an external JSON file
2 changes: 1 addition & 1 deletion theme/templates/includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>
{{page.title}}
{% else %}
<img src="{{filename}}theme/images/logo-white.svg" /></h1>
<p class="hero__white-background">Open, customizable and skinnable platform dedicated to open data</p>
<p class="hero__white-background">{{ data.identity.tagline }}</p>
{% endif %}
</div>
</div>
20 changes: 4 additions & 16 deletions theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,9 @@ <h2 class="section__title">Features</h2>
<div>
<h3>Plugins</h3>
<ul>
<li>
<a href="https://github.com/opendatateam/udata-ckan">CKAN support</a>
</li>
<li>
<a href="https://github.com/opendatateam/udata-ods">Opendatasoft support</a>
</li>
<li>
<a href="https://github.com/opendatateam/udata-croquemort">Croquement link checker</a>
</li>
<li>
<a href="https://github.com/opendatateam/udata-piwik">Piwik/Matomo integration</a>
</li>
<li>
<a href="https://github.com/opendatateam/udata-recommendations">Static dataset recommandations</a>
</li>
{% for plugin in data.plugins %}
<li><a href="{{ plugin.homepage }}">{{plugin.tagline}}</a></li>
{% endfor %}
</ul>
</div>

Expand Down Expand Up @@ -91,4 +79,4 @@ <h3>Showcase</h3>

{% include "blog.html" %}

{% endblock content %}
{% endblock content %}

0 comments on commit 7727b17

Please sign in to comment.