*****
* @package imprint an ownCloud app
* @author Christian Reiner
* @copyright 2012-2014 Christian Reiner <foss@christian-reiner.info>
* @license GNU Affero General Public license (AGPL)
* @link information http://apps.owncloud.com/content/show.php?content=153220
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the license, or any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this library.
* If not, see <http://www.gnu.org/licenses/>.
*****

Changelog:

* Mon Feb 23 2015 Christian Reiner: version 0.2.5
Offer a separate navigation entry inside the admins settings page.
* Mon Feb 09 2015 Christian Reiner: version 0.2.4
Hotfix to make the app work in fresh installs of OC-8
* Mon Feb 09 2015 Christian Reiner: version 0.2.3
Compatibility with owncloud version 8
* Mon Nov 24 2014 Christian Reiner: version 0.2.2
Fix crash for non privileged users when no content has been configured before.
Removed stale reference to obsolete internal style sheet definition.
* Sat Nov 02 2014 Christian Reiner: version 0.2.1
Rendering of markdown as alternative to html markup and plain text.
* Tue Oct 28 2014 Christian Reiner: version 0.2.0
Ported app to owncloud version 7.
Removed all backwards compatibility hacks.
Integration of the content reference also on login and guest pages.
Enhanced administration section.
* Tue Aug 13 2013 Christian Reiner: version 0.1.15
Fixed a hard crash introduced by someones well meant contribution some weeks ago.
The faulty code got released by accident and is fixed now in this version.
* Mon Jul 15 2013 Christian Reiner: version 0.1.14
Small performance fix by preventing double evalutation of content.
* Fri Jul 05 2013 Christian Reiner: version 0.1.13
Separat setting to place link during anonymous access (login).
* Sun Apr 07 2013 Christian Reiner: version 0.1.12
Fixed reference to another app that crashed OC.
* Sat Apr 06 2013 Christian Reiner: version 0.1.11
Fixed content access during login for OC>=5.
Fixed styles and layout in content display.
Fixed sloppy user role evaluation.
* Wed Mar 20 2013 Christian Reiner: version 0.1.10
Allow direct activation in ownCloud5 based installations.
* Fri Mar 01 2013 Christian Reiner: version 0.1.9
Some general security fix to the apps framework.
* Mon Feb 18 2013 Christian Reiner: version 0.1.8
Compatibility to ownCloud version 5.
* Tue Jan 29 2013 Christian Reiner: version 0.1.7
Changed requirement of OC version from 4.0 to 4.5 (4.9).
* Fri Jan 18 2013 Christian Reiner: version 0.1.6
Convert plain text content to simple markup to preserve linebreaks.
* Fri Dec 07 2012 Christian Reiner: version 0.1.5
Fixed usage for non-admin users.
Simplyfied initialization without explicit ajax call.
* Sun Aug 12 2012 Christian Reiner: version 0.1.4
Small additional usage hint in the configuration.
* Sat Aug 11 2012 Christian Reiner: version 0.1.3
Fixed reference url to use propper syntax in all cases.
* Fri Aug 10 2012 Christian Reiner: version 0.1.2
Fixed reference url to use propper syntax in a special case.
* Thu Aug 09 2012 Christian Reiner: version 0.1.1
Fixed german translation.
* Wed Aug 08 2012 Christian Reiner: version 0.1.0
Initial release.
