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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.0

- Refactor FilesystemStorage to use single files per feed
- Fix error on missing item date and description

## v0.1.2

- Fix some rendering of images in feeds
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**Note:** This is an early release that is still in development and prone to change

# Icinga Web Feeds

Icinga Web Module for web feeds like RSS or Atom.
Expand Down
6 changes: 3 additions & 3 deletions doc/03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

The module configuration is stored in `/etc/icingaweb2/modules/feeds/config.ini`.

All options use defaults, there is no need to create this file.

Example:
All options use defaults, there is no need to create this file. Example:

```ini
[http]
Expand All @@ -16,6 +14,8 @@ timeout = 5
duration = 43200
```

The module uses the Icinga Web2 FileCache to cache fetched data.

## Feeds

Feeds can be added, configured and removed in Icinga Web.
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module: Feeds
Version: 0.1.2
Version: 0.2.0
Requires:
Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0)
Description: Icinga Web Feeds
Expand Down