Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NDX Catalog Changelog

## NDX Catalog 1.1.0 - July 26, 2024

- 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).
- 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/).
- Rendered safe Markdown from each extension's README.

## NDX Catalog 1.0.0 - May 7, 2020

Initial release for:
Expand Down
7 changes: 1 addition & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> Resources<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="{{ site.url }}{{ site.baseurl }}/docs">Documentation</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/policies">Guidelines and Policies</a></li>
<li><a href="https://github.com/nwb-extensions" target="_blank">GitHub Organization</a> </li>
<li class="dropdown-header"><b>Guidelines and Rules</b></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/versioning_guidelines">Versioning Guidelines</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/sharing_guidelines">Sharing Guidelines</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/sharing_strategies">Sharing Strategies</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/proposal_review">Proposal Review Process</a></li>
</ul>
</li>
</ul>
Expand Down
13 changes: 0 additions & 13 deletions _pages/docs.md

This file was deleted.

5 changes: 5 additions & 0 deletions _pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ permalink: /news

# News

## New version of the NDX Catalog released
**Date:** July 26, 2024

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/).

## Drafts released of NDX sharing guidelines, sharing strategies, and proposal review process
**Date:** October 18, 2019

Expand Down
11 changes: 11 additions & 0 deletions _pages/policies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Guidelines and Policies"
layout: default
excerpt: "Guidelines and Policies"
sitemap: false
permalink: /policies
---

# Policies

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.
102 changes: 0 additions & 102 deletions _pages/proposal_review.md

This file was deleted.

65 changes: 0 additions & 65 deletions _pages/sharing_guidelines.md

This file was deleted.

Loading