Skip to content

Commit c4acbad

Browse files
authored
Move policies, delete docs, update news (#20)
1 parent f1efce6 commit c4acbad

File tree

9 files changed

+23
-390
lines changed

9 files changed

+23
-390
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# NDX Catalog Changelog
22

3+
## NDX Catalog 1.1.0 - July 26, 2024
4+
5+
- The Catalog is no longer rate-limited by the GitHub API. Records are pulled from the nwb-extensions GitHub organization every week, on pushes to this repo, and on demand. The website now displays those records instead of parsing records from the GitHub API on demand. Thanks to [@tuanpham96](https://github.com/tuanpham96) for his immensely helpful [contribution](https://github.com/nwb-extensions/nwb-extensions.github.io/pull/17).
6+
- Replaced the extension sharing and versioning policies and proposal review process document that were cached on this site with links to the [nwb.org website](https://www.nwb.org/policies-overview/).
7+
- Rendered safe Markdown from each extension's README.
8+
39
## NDX Catalog 1.0.0 - May 7, 2020
410

511
Initial release for:

_includes/header.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
<li class="dropdown">
2626
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> Resources<span class="caret"></span></a>
2727
<ul class="dropdown-menu">
28-
<li><a href="{{ site.url }}{{ site.baseurl }}/docs">Documentation</a></li>
28+
<li><a href="{{ site.url }}{{ site.baseurl }}/policies">Guidelines and Policies</a></li>
2929
<li><a href="https://github.com/nwb-extensions" target="_blank">GitHub Organization</a> </li>
30-
<li class="dropdown-header"><b>Guidelines and Rules</b></li>
31-
<li><a href="{{ site.url }}{{ site.baseurl }}/versioning_guidelines">Versioning Guidelines</a></li>
32-
<li><a href="{{ site.url }}{{ site.baseurl }}/sharing_guidelines">Sharing Guidelines</a></li>
33-
<li><a href="{{ site.url }}{{ site.baseurl }}/sharing_strategies">Sharing Strategies</a></li>
34-
<li><a href="{{ site.url }}{{ site.baseurl }}/proposal_review">Proposal Review Process</a></li>
3530
</ul>
3631
</li>
3732
</ul>

_pages/docs.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_pages/news.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ permalink: /news
88

99
# News
1010

11+
## New version of the NDX Catalog released
12+
**Date:** July 26, 2024
13+
14+
A new version of the NDX Catalog has been released, which is not rate-limited by the GitHub API. Thanks to [@tuanpham96](https://github.com/tuanpham96) for his immensely helpful [contribution](https://github.com/nwb-extensions/nwb-extensions.github.io/pull/17) to improve the Catalog. In addition, the extension sharing and versioning policies and proposal review process document have been moved to the [nwb.org website](https://www.nwb.org/policies-overview/).
15+
1116
## Drafts released of NDX sharing guidelines, sharing strategies, and proposal review process
1217
**Date:** October 18, 2019
1318

_pages/policies.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Guidelines and Policies"
3+
layout: default
4+
excerpt: "Guidelines and Policies"
5+
sitemap: false
6+
permalink: /policies
7+
---
8+
9+
# Policies
10+
11+
Please see the [nwb.org policies page](https://www.nwb.org/policies-overview/) for the latest guidelines and policies on sharing and versioning NWB extensions and proposing enhancements to the NWB core standard.

_pages/proposal_review.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

_pages/sharing_guidelines.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)