summaryrefslogtreecommitdiff
path: root/www/foswiki/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/foswiki/files')
-rw-r--r--www/foswiki/files/pkg-message-apache.in8
-rw-r--r--www/foswiki/files/pkg-message-noapache.in7
2 files changed, 12 insertions, 3 deletions
diff --git a/www/foswiki/files/pkg-message-apache.in b/www/foswiki/files/pkg-message-apache.in
index 765c7b19e43c..453a2bad857e 100644
--- a/www/foswiki/files/pkg-message-apache.in
+++ b/www/foswiki/files/pkg-message-apache.in
@@ -1,4 +1,6 @@
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
You have just installed Foswiki with a sample Apache configuration
file.
@@ -36,4 +38,6 @@ To complete the installation, please:
- Visit http://foswiki.org/System/InstallationGuide#Configure_Foswiki for
additional post-installation configuration information.
-
+EOM
+}
+]
diff --git a/www/foswiki/files/pkg-message-noapache.in b/www/foswiki/files/pkg-message-noapache.in
index 68a58b05c678..5727dbff8ad0 100644
--- a/www/foswiki/files/pkg-message-noapache.in
+++ b/www/foswiki/files/pkg-message-noapache.in
@@ -1,4 +1,6 @@
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
You have just installed Foswiki without configuring it for a specific
web server.
@@ -11,3 +13,6 @@ Notes for Apache 2.4 users:
* Generate a new foswiki.conf for Apache 2.4:
https://foswiki.org/Support.ApacheConfigGenerator
* Enable these DSO modules in httpd.conf: cgi_module, rewrite_module
+EOM
+}
+]