Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feed #1

Merged
merged 15 commits into from
Aug 29, 2024
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Development

## [0.1.8](https://github.com/berlinonline/ckanext-datasetsnippets/releases/tag/0.1.8)

_(2024-08-29)_

- Datasets RSS feeds

## [0.1.7](https://github.com/berlinonline/ckanext-datasetsnippets/releases/tag/0.1.7)

_(2024-07-04)_
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `root_breadcrumb`-URL-parameter takes precedence over the `datasetsnippets.d

## Configuration

The plugin introduces two configuration options:
The plugin introduces the following configuration options:

### datasetsnippets.path

Expand Down Expand Up @@ -68,9 +68,25 @@ Defines the string that is used as the root element for the breadcrumb that is p
datasetsnippets.default_root_breadcrumb = 'Berlin Open Data'
```

### datasetsnippets.datenportal_url

Defines the url to the datenportal. The url will then be used for generating the feeds using the provided url.

```ini
datasetsnippets.datenportal_url = link_to_portal
```

### datasetsnippets.datenportal_title

Defines a string that will be used as a title in the feeds.

```ini
datasetsnippets.datenportal_title = 'Berlin Open Data'
```

## License

This material is copyright © [BerlinOnline Stadtportal GmbH & Co. KG](https://www.berlinonline.net/).
This material is copyright © [BerlinOnline Stadtportal GmbH](https://www.berlinonline.net/).

This extension is open and licensed under the GNU Affero General Public License (AGPL) v3.0.
Its full text may be found at:
Expand Down
2 changes: 1 addition & 1 deletion ckanext/datasetsnippets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
Empty file.
Loading
Loading