diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1b8ec..b0e493c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - cookie-path tweaking if NC is installed top-level - login-listener removed +### Added + +- screenshots + ## [1.0.0-rc1] - 2023-02-08 ### Added diff --git a/README.md b/README.md index 9619078..23a8961 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ DokuWiki Integration for Nextcloud - [Using LDAP](#using-ldap) - [Using a DokuWiki Authentication Plugin](#using-a-dokuwiki-authentication-plugin) - [More Documentation should follow ...](#more-documentation-should-follow-) +- [Screenshots](#screenshots) + - [Start Page](#start-page) + - [Admin Settings](#admin-settings) + - [JQuery Popup](#jquery-popup) @@ -62,3 +66,17 @@ or to my own private fork https://github.com/rotdrop/authnc # More Documentation should follow ... + +# Screenshots + +## Start Page + +![file_list](contrib/screenshots/start-page.png) + +## Admin Settings + +![file_list](contrib/screenshots/admin-settings.png) + +## JQuery Popup + +![file_list](contrib/screenshots/jquery-popup.png) diff --git a/appinfo/info.xml b/appinfo/info.xml index 5301aaf..01b63ba 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,35 +1,38 @@ - dokuwiki - DokuWiki Integration - Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. - Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend lik LDAP, or with an appropriate auth plugin on either side of the integration. - 1.0.0-rc2 - agpl - Claus-Justus Heine - DokuWiki - integration - organization - social - - https://github.com/rotdrop/nextcloud-app-dokuwiki - - - - - - - Doku Wiki - dokuwiki.page.index - - - - OCA\DokuWiki\Settings\Admin - OCA\DokuWiki\Settings\AdminSection - + dokuwiki + DokuWiki Integration + Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. + Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend lik LDAP, or with an appropriate auth plugin on either side of the integration. + 1.0.0-rc2 + agpl + Claus-Justus Heine + DokuWiki + integration + organization + social + + https://github.com/rotdrop/nextcloud-app-dokuwiki + + + + + + + Doku Wiki + dokuwiki.page.index + + + + OCA\DokuWiki\Settings\Admin + OCA\DokuWiki\Settings\AdminSection + + https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/start-page.png + https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/admin-settings.png + https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/jquery-popup.png