Skip to content

Commit

Permalink
Add some screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Feb 8, 2023
1 parent bea933b commit 202d7b2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- markdown-toc end -->

Expand Down Expand Up @@ -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)
65 changes: 34 additions & 31 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>dokuwiki</id>
<name>DokuWiki Integration</name>
<summary>Embed an existing DokuWiki instance into Nextcloud, potentially with SSO.</summary>
<description>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.</description>
<version>1.0.0-rc2</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.claus-justus-heine.de">Claus-Justus Heine</author>
<namespace>DokuWiki</namespace>
<category>integration</category>
<category>organization</category>
<category>social</category>
<!-- Should no longer be necessary
<types>
<filesystem/>
</types>
-->
<bugs>https://github.com/rotdrop/nextcloud-app-dokuwiki</bugs>
<dependencies>
<nextcloud min-version="24" max-version="25"/>
<php min-version="8.0.2" max-version="8.1" />
</dependencies>
<navigations>
<navigation>
<name>Doku Wiki</name>
<route>dokuwiki.page.index</route>
</navigation>
</navigations>
<settings>
<admin>OCA\DokuWiki\Settings\Admin</admin>
<admin-section>OCA\DokuWiki\Settings\AdminSection</admin-section>
</settings>
<id>dokuwiki</id>
<name>DokuWiki Integration</name>
<summary>Embed an existing DokuWiki instance into Nextcloud, potentially with SSO.</summary>
<description>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.</description>
<version>1.0.0-rc2</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.claus-justus-heine.de">Claus-Justus Heine</author>
<namespace>DokuWiki</namespace>
<category>integration</category>
<category>organization</category>
<category>social</category>
<!-- Should no longer be necessary
<types>
<filesystem/>
</types>
-->
<bugs>https://github.com/rotdrop/nextcloud-app-dokuwiki</bugs>
<dependencies>
<nextcloud min-version="24" max-version="25"/>
<php min-version="8.0.2" max-version="8.1" />
</dependencies>
<navigations>
<navigation>
<name>Doku Wiki</name>
<route>dokuwiki.page.index</route>
</navigation>
</navigations>
<settings>
<admin>OCA\DokuWiki\Settings\Admin</admin>
<admin-section>OCA\DokuWiki\Settings\AdminSection</admin-section>
</settings>
<screenshot>https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/start-page.png</screenshot>
<screenshot>https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/admin-settings.png</screenshot>
<screenshot>https://github.com/rotdrop/nextcloud-app-dokuwiki/raw/master/contrib/screenshots/jquery-popup.png</screenshot>
</info>

0 comments on commit 202d7b2

Please sign in to comment.