aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-02 05:21:33 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-02 05:21:33 +0000
commit67ec4a1d2cb8fa457466b5f98c03aa010a061b2d (patch)
tree987fc6c22781e65c564555fd7b4770606e058ec5 /docs
parentf6fd8c03eae1e383fef8e1d3d1cb02adfca51571 (diff)
downloadpmwiki.svn-67ec4a1d2cb8fa457466b5f98c03aa010a061b2d.tar.bz2
sample-config.php format, uncomment pmwiki-responsive skin
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3931 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php46
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 5fedcdf2..5ac14db2 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -20,29 +20,29 @@ $WikiTitle = 'PmWiki';
## details about this setting and other ways to create nicer-looking urls.
# $EnablePathInfo = 1;
-## $PageLogoUrl is the URL for a logo image -- you can change this
-## to your own logo if you wish.
+## $PageLogoUrl is the URL for a logo image -- you can change this
+## to your own logo if you wish.
# $PageLogoUrl = "$PubDirUrl/skins/pmwiki/pmwiki-32.gif";
-## If you want to have a custom skin, then set $Skin to the name
-## of the directory (in pub/skins/) that contains your skin files.
-## See PmWiki.Skins and Cookbook.Skins.
-# $Skin = 'pmwiki-responsive';
+## If you want to have a custom skin, then set $Skin to the name
+## of the directory (in pub/skins/) that contains your skin files.
+## See PmWiki.Skins and Cookbook.Skins.
+$Skin = 'pmwiki-responsive';
-## You'll probably want to set an administrative password that you
-## can use to get into password-protected pages. Also, by default
-## the "attr" passwords for the PmWiki and Main groups are locked, so
-## an admin password is a good way to unlock those. See PmWiki.Passwords
-## and PmWiki.PasswordsAdmin.
+## You'll probably want to set an administrative password that you
+## can use to get into password-protected pages. Also, by default
+## the "attr" passwords for the PmWiki and Main groups are locked, so
+## an admin password is a good way to unlock those. See PmWiki.Passwords
+## and PmWiki.PasswordsAdmin.
# $DefaultPasswords['admin'] = pmcrypt('secret');
-## Unicode (UTF-8) allows the display of all languages and all alphabets.
-## Highly recommended for new wikis.
+## Unicode (UTF-8) allows the display of all languages and all alphabets.
+## Highly recommended for new wikis.
include_once("scripts/xlpage-utf-8.php");
-## If you're running a publicly available site and allow anyone to
-## edit without requiring a password, you probably want to put some
-## blocklists in place to avoid wikispam. See PmWiki.Blocklist.
+## If you're running a publicly available site and allow anyone to
+## edit without requiring a password, you probably want to put some
+## blocklists in place to avoid wikispam. See PmWiki.Blocklist.
# $EnableBlocklist = 1; # enable manual blocklists
# $EnableBlocklist = 10; # enable automatic blocklists
@@ -93,13 +93,13 @@ $UploadPermAdd = 0; # Recommended for most new installations
## revision history. The default is 3650 (approximately 10 years).
# $DiffKeepDays=30; # keep page history at least 30 days
-## By default, viewers are prevented from seeing the existence
-## of read-protected pages in search results and page listings,
-## but this can be slow as PmWiki has to check the permissions
-## of each page. Setting $EnablePageListProtect to zero will
-## speed things up considerably, but it will also mean that
-## viewers may learn of the existence of read-protected pages.
-## (It does not enable them to access the contents of the pages.)
+## By default, viewers are prevented from seeing the existence
+## of read-protected pages in search results and page listings,
+## but this can be slow as PmWiki has to check the permissions
+## of each page. Setting $EnablePageListProtect to zero will
+## speed things up considerably, but it will also mean that
+## viewers may learn of the existence of read-protected pages.
+## (It does not enable them to access the contents of the pages.)
# $EnablePageListProtect = 0;
## The refcount.php script enables ?action=refcount, which helps to