From 2c7b786907a4de4573562ada7785d455e678b214 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 19 May 2015 16:46:15 +0000 Subject: Document php-xml requirement for webdav. --- install/INSTALL.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install/INSTALL.txt b/install/INSTALL.txt index a00c3bca3..7c4209896 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -74,9 +74,11 @@ use SSL, your webserver must not listen on port 443 at all. exec() and proc_open(). - curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt, - and openssl extensions. The imagick extension is not required but desirable. + and openssl extensions. The imagick extension is not required but desirable. - - some form of email server or email gateway such that PHP mail() works + - xml extension is required if you want webdav to work. + + - some form of email server or email gateway such that PHP mail() works. - Mysql 5.x or MariaDB or postgres database server. -- cgit v1.2.3 From a2696bea19baa689c96a138365b0145dec906dd6 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 19 May 2015 16:59:28 +0000 Subject: Document widget creation. --- doc/Widgets.md | 16 ++++++++++++++++ doc/main.bb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/Widgets.md b/doc/Widgets.md index d45f719d9..d9df66eee 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -99,4 +99,20 @@ Some/many of these widgets have restrictions which may restrict the type of page * channel_id - if not your own
 
+ +Creating New Widgets +==================== + +If you want a widget named 'slugfish', create widget/slugfish.php containing + + +