Skip to content

Commit

Permalink
small fixes in version in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetoKrchnavy authored and SvetoKrchnavy committed Feb 10, 2015
1 parent ac1ae53 commit 15cfc4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ckanext/odn_theme/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<a style="float:left;display:block;" class="logo" href="{{ h.url('home') }}"><img src="{{ h.url_for_static(g.site_logo) }}" alt="{{ g.site_title }} Logo" title="{{ g.site_title }} Logo" /></a>
<div style="margin-left:16px;float:left;color:#2c3e50;font-weight:bold;">
<div style="margin-top:10px;font-size:28px;">{{ _("Open Data Node") }}</div>
<div style="margin-top:9px;font-size:14px;">{{ _("ver. 0.9") }}</span></div>
<div style="margin-top:9px;font-size:14px;">{{ _("ver. 0.10") }}</span></div>
</div>
{% else %}
<h1>
Expand Down
9 changes: 6 additions & 3 deletions ckanext/odn_theme/templates/home/snippets/about_text.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% trans %}
<p>ODN is publication platform for open data supporting whole process of publishing. Our motivation is to provide tool which can make this publication repeatable, automated and easy to use.</p>
<p><strong>Current version 0.9</strong> is pilot with limited functionality, allowing user to browse, search and download published datasets and allowing registered user also to manage, transform (ETL) and publish datasets (using integrated tool <a href="http://www.comsode.eu/index.php/2014/04/unifiedviews-an-etl-framework-for-sustainable-rdf-data-processing/">UnifiedViews</a>).</p>
<p><strong>Current version 0.10</strong> is pilot with limited functionality, allowing user to browse, search and download published datasets and allowing registered user also to manage, transform (ETL) and publish datasets (using integrated tool <a href="http://www.comsode.eu/index.php/2014/04/unifiedviews-an-etl-framework-for-sustainable-rdf-data-processing/">UnifiedViews</a>).</p>
<h2>Documentation</h2>
<p>Documentation is and will be available here: <a href="https://github.com/OpenDataNode/open-data-node">https://github.com/OpenDataNode/open-data-node</a></p>
<h2>Release Plan</h2>
Expand All @@ -9,7 +9,10 @@ <h2>Release Plan</h2>
5.12.2014 - Ver. 0.9 pilot with limited functionality
</li>
<li>
31.1.2015 - Ver 1.0 - complete beta version for testing
10.2.2015 - Ver. 0.10 beta version for testing
</li>
<li>
28.2.2015 - Ver 1.0 - complete beta version for testing
</li>
<li>
31.3.2015 - Ver. 1.0.x - bug fix release - may be used for pilots and early adopters
Expand Down Expand Up @@ -77,4 +80,4 @@ <h2>Is it all-in-one package, silver bullet?</h2>
</div>
</div>
</div>
{% endtrans %}
{% endtrans %}
5 changes: 3 additions & 2 deletions markdown_source/about.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Documentation is and will be available here: [https://github.com/OpenDataNode/op
## Release Plan

* 5.12.2014 - Ver. 0.9 pilot with limited functionality
* 31.1.2015 - Ver 1.0 - complete beta version for testing
* 10.2.2015 - Ver. 0.10 beta version for testing
* 28.2.2015 - Ver 1.0 - complete beta version for testing
* 31.3.2015 - Ver. 1.0.x - bug fix release - may be used for pilots and early adopters
* 31.4.2015 - Ver. 1.1 - version for pilot installations
* 29.5.2015 - Ver. 1.1.x - big fix release
Expand Down Expand Up @@ -60,4 +61,4 @@ Given that, __ODN can be also seen as integration component__, helping to reliab
##Is it all-in-one package, silver bullet?##
After reaching this point, you may think ODN is a wonder tool, doing everything, The Only Right Solution In The World(TM), sort of silver bullet. No, it is not.

For more information visit web of [Comsode project](http://www.comsode.eu/index.php/2014/06/open-data-node-what-it-is-what-it-does-what-is-next/)
For more information visit web of [Comsode project](http://www.comsode.eu/index.php/2014/06/open-data-node-what-it-is-what-it-does-what-is-next/)

0 comments on commit 15cfc4f

Please sign in to comment.