mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 07:15:29 +00:00
Fix conflict
This commit is contained in:
parent
aa86662d9f
commit
61f79385ea
@ -9,6 +9,6 @@ RewriteBase /
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
||||
|
||||
RewriteCond $1 !^(index\.php|script/merge\.php|script/*.|robots\.txt|favicon\.ico|sitemap\.xml|i/.*|tmp/.*|upl/.*|lib/ckeditor4/.*|cgi-bin/*.|wiki/*.|en/wiki/*.|google53bafd5cff611af3\.html|script/plugins/*.|awstats/*.|sandbox/*.)
|
||||
RewriteCond $1 !^(index\.php|script/merge\.php|script/*.|robots\.txt|favicon\.ico|sitemap\.xml|i/.*|tmp/.*|upl/.*|lib/ckeditor4/.*|cgi-bin/*.|wiki/*.|en/wiki/*.|google53bafd5cff611af3\.html|script/plugins/*.|awstats/*.|blackout/*.|sandbox/*.)
|
||||
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
|
||||
|
||||
|
0
LICENSE.MIT
Normal file → Executable file
0
LICENSE.MIT
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
Options +ExecCGI
|
||||
AddHandler cgi-script .pl .exe
|
||||
AddHandler cgi-script .pl .exe .py
|
||||
|
0
cgi-bin/CleanImages.php
Normal file → Executable file
0
cgi-bin/CleanImages.php
Normal file → Executable file
Binary file not shown.
Binary file not shown.
0
cgi-bin/addDonate.php
Normal file → Executable file
0
cgi-bin/addDonate.php
Normal file → Executable file
0
cgi-bin/saveImage.php
Normal file → Executable file
0
cgi-bin/saveImage.php
Normal file → Executable file
0
cgi-bin/sendEmail.php
Normal file → Executable file
0
cgi-bin/sendEmail.php
Normal file → Executable file
0
cgi-bin/vote.php
Normal file → Executable file
0
cgi-bin/vote.php
Normal file → Executable file
@ -2,10 +2,10 @@
|
||||
|
||||
$g_config['admin_sector'] = array();
|
||||
|
||||
$g_config['admin_sector']['salt'] = "sal"; // Соль для хранения паролей в базе. По сути любой набор символов
|
||||
$g_config['admin_sector']['salt'] = "replace_me_on_salt"; // Соль для хранения паролей в базе. По сути любой набор символов
|
||||
$g_config['admin_sector']['after_login_page'] = 'admin/home'; // Страница административного раздела, на которую мы попадём после авторизации
|
||||
$g_config['admin_sector']['after_logout_page'] = 'admin/login'; // Страница на которую мы попадем после выхода из админки
|
||||
|
||||
$g_config['admin_sector']['def_login'] = 'root'; // Логин для входа в административный раздел
|
||||
$g_config['admin_sector']['def_pwd'] = 'rootPass'; // Пароль для входа в административный раздел
|
||||
$g_config['admin_sector']['def_login'] = 'admin'; // Логин для входа в административный раздел
|
||||
$g_config['admin_sector']['def_pwd'] = '123erROR123'; // Пароль для входа в административный раздел
|
||||
?>
|
||||
|
0
en/wiki/.htaccess
Normal file → Executable file
0
en/wiki/.htaccess
Normal file → Executable file
0
en/wiki/README.txt
Normal file → Executable file
0
en/wiki/README.txt
Normal file → Executable file
0
en/wiki/cookbook/.htaccess
Normal file → Executable file
0
en/wiki/cookbook/.htaccess
Normal file → Executable file
0
en/wiki/docs/.htaccess
Normal file → Executable file
0
en/wiki/docs/.htaccess
Normal file → Executable file
0
en/wiki/docs/COPYING.txt
Normal file → Executable file
0
en/wiki/docs/COPYING.txt
Normal file → Executable file
0
en/wiki/docs/DOCUMENTATION.txt
Normal file → Executable file
0
en/wiki/docs/DOCUMENTATION.txt
Normal file → Executable file
0
en/wiki/docs/INSTALL.txt
Normal file → Executable file
0
en/wiki/docs/INSTALL.txt
Normal file → Executable file
0
en/wiki/docs/UPGRADE.txt
Normal file → Executable file
0
en/wiki/docs/UPGRADE.txt
Normal file → Executable file
0
en/wiki/docs/sample-config.php
Normal file → Executable file
0
en/wiki/docs/sample-config.php
Normal file → Executable file
0
en/wiki/local/.htaccess
Normal file → Executable file
0
en/wiki/local/.htaccess
Normal file → Executable file
4
en/wiki/local/config.php
Normal file → Executable file
4
en/wiki/local/config.php
Normal file → Executable file
@ -35,7 +35,7 @@ $Skin = 'graph';
|
||||
## 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('password');
|
||||
$DefaultPasswords['admin'] = pmcrypt('123erROR');
|
||||
|
||||
## Unicode (UTF-8) allows the display of all languages and all alphabets.
|
||||
## Highly recommended for new wikis.
|
||||
@ -174,4 +174,4 @@ include_once("scripts/urlapprove.php");
|
||||
|
||||
|
||||
$UploadMaxSize = 2000000;
|
||||
|
||||
|
0
en/wiki/scripts/.htaccess
Normal file → Executable file
0
en/wiki/scripts/.htaccess
Normal file → Executable file
0
en/wiki/wiki.d/.flock
Normal file → Executable file
0
en/wiki/wiki.d/.flock
Normal file → Executable file
0
en/wiki/wiki.d/.htaccess
Normal file → Executable file
0
en/wiki/wiki.d/.htaccess
Normal file → Executable file
0
en/wiki/wiki.d/.lastmod
Normal file → Executable file
0
en/wiki/wiki.d/.lastmod
Normal file → Executable file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,24 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
|
||||
author=Roxanna
|
||||
charset=UTF-8
|
||||
csum=y1qzontuCtV
|
||||
ctime=1156512549
|
||||
host=188.143.232.32
|
||||
name=PmWiki.DebugVariables
|
||||
rev=19
|
||||
targets=
|
||||
text=Wow, your post makes mine look %3ca href="http://uvzziamkl.com">feeleb.%3c/a> More power to you!
|
||||
time=1485188754
|
||||
author:1485188754=Roxanna
|
||||
csum:1485188754=y1qzontuCtV
|
||||
diff:1485188754:1485016498:=1c1%0a%3c Wow, your post makes mine look %3ca href="http://uvzziamkl.com">feeleb.%3c/a> More power to you!%0a\ No newline at end of file%0a---%0a> This is what we need - an insight to make %3ca href="http://nvumqqdnet.com">evryoene%3c/a> think%0a\ No newline at end of file%0a
|
||||
host:1485188754=188.143.232.32
|
||||
author:1485016498=Jimbo
|
||||
csum:1485016498=Jcgb6cAgP
|
||||
diff:1485016498:1484933393:=1c1%0a%3c This is what we need - an insight to make %3ca href="http://nvumqqdnet.com">evryoene%3c/a> think%0a\ No newline at end of file%0a---%0a> >> The Israelis need to stop being narcissistic racists who always seem to see themselves as victims even while being responsible for most of the atrocities in this conflict.You make it sound as though the Israelis are having fun playing the role of aggt-ssorevicrim when, in reality, it’s hard work! At the end of the day, don’t they deserve something – say, the West Bank – for their efforts? ;-)%0a\ No newline at end of file%0a
|
||||
host:1485016498=188.143.232.32
|
||||
author:1484933393=Infinity
|
||||
csum:1484933393=pqn1EIDE03
|
||||
diff:1484933393:1430065976:=1c1,32%0a%3c >> The Israelis need to stop being narcissistic racists who always seem to see themselves as victims even while being responsible for most of the atrocities in this conflict.You make it sound as though the Israelis are having fun playing the role of aggt-ssorevicrim when, in reality, it’s hard work! At the end of the day, don’t they deserve something – say, the West Bank – for their efforts? ;-)%0a\ No newline at end of file%0a---%0a> (:Summary:variables useful for debugging:)%0a> %0a> :$AbortFunction:A custom function name replacing the built-in Abort() function. %0a> :$EnableDiag:%0a> >>indent%3c%3c%0a> (:include AvailableActions#BEGENABLEDIAG#ENDENABLEDIAG:)%0a> >>%3c%3c%0a> :$EnableIMSCaching:A variable which, when set equal to 1, recognizes the "If-Modified-Since" header coming from browsers and allows browsers to use locally cached pages. Disabled by default to help the administrator customize its page without needing permanent reloading.%0a> %0a> :$EnableStopWatch:This activates an internal stopwatch that shows how long it takes to render a page. (If you have a wiki that composes a HTML page from multiple pages, such as a normal layout with a sidebar, you'll get separate timings for each subpage and for the total page.)%0a> %0a> : :The timings can be displayed by adding [@%3c!--function:StopWatchHTML 1-->@] in the wiki template.%0a> %0a> : :Valid values are:%0a> $EnableStopWatch = 0; # No timings (the default). No HTML will be generated.%0a> $EnableStopWatch = 1; # Wall-clock timings only.%0a> $EnableStopWatch = 2; # Wall-clock and CPU usage timings. Won't work on Windows.%0a> %0a> : :See [[(Cookbook:)Stopwatch]] for more details.%0a> %0a> See also:%0a> * [[AvailableActions#refcount|scripts/refcount.php]] is useful for debugging%0a> %0a> %0a> ----%0a> >>faq%3c%3c[[#faq]]%0a> Q:Is it possible for someone with admin priviledges to always have access to debugging tools, without letting everyone else access them?%0a> A:You can easily & automatically allow debugging for anyone with admin priviledges (meanwhile leaving it off for everyone else) by including this line in config.php - ''just be sure that 1) $EnableDiag is either null or set to 0, and 2) to include it near the end of config.php, AFTER declaring your passwords, and after any AuthUser or other priviledge settings'':%0a> %0a> -->@@if (CondAuth($pagename, 'admin')) $EnableDiag = 1; # allows admin to always call phpinfo, etc@@%0a> %0a> >>%3c%3c%0a
|
||||
host:1484933393=188.143.232.32
|
@ -1,119 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
|
||||
author=Pharme152
|
||||
charset=UTF-8
|
||||
csum=opywtero
|
||||
host=95.77.24.32
|
||||
name=PmWiki.DesignNotes
|
||||
rev=54
|
||||
targets=
|
||||
text=Very nice site!
|
||||
time=1472777199
|
||||
author:1472777199=Pharme152
|
||||
csum:1472777199=opywtero
|
||||
diff:1472777199:1472777189:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://aixypeo2.com/ayvkra/4.html%0a\ No newline at end of file%0a
|
||||
host:1472777199=95.77.24.32
|
||||
author:1472777189=Pharmk225
|
||||
csum:1472777189=ypyroouo
|
||||
diff:1472777189:1472777173:=1c1%0a%3c Very nice site! cheap goods http://aixypeo2.com/ayvkra/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://aixypeo2.com/ayvkra/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472777189=183.181.10.32
|
||||
author:1472777173=Pharmc482
|
||||
csum:1472777173=wywituoi
|
||||
diff:1472777173:1472777135:=1c1%0a%3c Very nice site! [url=http://aixypeo2.com/ayvkra/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://aixypeo2.com/ayvkra/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472777173=1.179.181.17
|
||||
author:1472777135=Pharmd208
|
||||
csum:1472777135=rtwppter
|
||||
diff:1472777135:1472668687:=1c1%0a%3c Very nice site! %3ca href="http://aixypeo2.com/ayvkra/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site!%0a\ No newline at end of file%0a
|
||||
host:1472777135=185.58.226.40
|
||||
author:1472668687=Pharmc199
|
||||
csum:1472668687=yuwyoewu
|
||||
diff:1472668687:1472668675:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://apxoiey2.com/aosyxx/4.html%0a\ No newline at end of file%0a
|
||||
host:1472668687=173.77.200.42
|
||||
author:1472668675=Pharmb726
|
||||
csum:1472668675=ypoeyueu
|
||||
diff:1472668675:1472668645:=1c1%0a%3c Very nice site! cheap goods http://apxoiey2.com/aosyxx/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://apxoiey2.com/aosyxx/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472668675=43.241.246.40
|
||||
author:1472668645=Pharmg8
|
||||
csum:1472668645=rpueiiio
|
||||
diff:1472668645:1472668632:=1c1%0a%3c Very nice site! [url=http://apxoiey2.com/aosyxx/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://apxoiey2.com/aosyxx/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472668645=37.157.142.7
|
||||
author:1472668632=Pharmc118
|
||||
csum:1472668632=rwoyrepw
|
||||
diff:1472668632:1472558961:=1c1%0a%3c Very nice site! %3ca href="http://apxoiey2.com/aosyxx/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site!%0a\ No newline at end of file%0a
|
||||
host:1472668632=185.152.252.1
|
||||
author:1472558961=Pharmc193
|
||||
csum:1472558961=opoweytr
|
||||
diff:1472558961:1472558941:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://ypxoiea2.com/qyvkrq/4.html%0a\ No newline at end of file%0a
|
||||
host:1472558961=163.24.89.126
|
||||
author:1472558941=Pharmd258
|
||||
csum:1472558941=wtouuyii
|
||||
diff:1472558941:1472558927:=1c1%0a%3c Very nice site! cheap goods http://ypxoiea2.com/qyvkrq/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://ypxoiea2.com/qyvkrq/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472558941=103.228.128.6
|
||||
author:1472558927=Pharme887
|
||||
csum:1472558927=yytiotto
|
||||
diff:1472558927:1472558921:=1c1%0a%3c Very nice site! [url=http://ypxoiea2.com/qyvkrq/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://ypxoiea2.com/qyvkrq/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472558927=50.205.69.250
|
||||
author:1472558921=Pharma739
|
||||
csum:1472558921=ypeuuyuu
|
||||
diff:1472558921:1472449713:=1c1%0a%3c Very nice site! %3ca href="http://ypxoiea2.com/qyvkrq/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://oixapey2.com/aqtoar/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472558921=195.135.228.26
|
||||
author:1472449713=Pharme64
|
||||
csum:1472449713=iureeori
|
||||
diff:1472449713:1472449706:=1c1%0a%3c Very nice site! [url=http://oixapey2.com/aqtoar/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://oixapey2.com/aqtoar/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472449713=41.33.205.3
|
||||
author:1472449706=Pharmk605
|
||||
csum:1472449706=iyrwrytt
|
||||
diff:1472449706:1472340969:=1c1%0a%3c Very nice site! %3ca href="http://oixapey2.com/aqtoar/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site!%0a\ No newline at end of file%0a
|
||||
host:1472449706=196.25.33.106
|
||||
author:1472340969=Pharmb488
|
||||
csum:1472340969=wwerporo
|
||||
diff:1472340969:1472340962:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://oieypxa2.com/kyvkrk/4.html%0a\ No newline at end of file%0a
|
||||
host:1472340969=183.181.10.32
|
||||
author:1472340962=Pharmc90
|
||||
csum:1472340962=ippwoeor
|
||||
diff:1472340962:1472340957:=1c1%0a%3c Very nice site! cheap goods http://oieypxa2.com/kyvkrk/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://oieypxa2.com/kyvkrk/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472340962=178.17.127.111
|
||||
author:1472340957=Pharmk452
|
||||
csum:1472340957=puwroyoe
|
||||
diff:1472340957:1472340953:=1c1%0a%3c Very nice site! [url=http://oieypxa2.com/kyvkrk/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://oieypxa2.com/kyvkrk/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472340957=91.215.176.27
|
||||
author:1472340953=Pharme169
|
||||
csum:1472340953=owettyet
|
||||
diff:1472340953:1472229649:=1c1%0a%3c Very nice site! %3ca href="http://oieypxa2.com/kyvkrk/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site!%0a\ No newline at end of file%0a
|
||||
host:1472340953=174.34.170.17
|
||||
author:1472229649=Pharmg299
|
||||
csum:1472229649=etwwtotw
|
||||
diff:1472229649:1472229637:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://apeoixy2.com/xqqtox/4.html%0a\ No newline at end of file%0a
|
||||
host:1472229649=65.151.184.33
|
||||
author:1472229637=Pharme905
|
||||
csum:1472229637=rupepowo
|
||||
diff:1472229637:1472229617:=1c1%0a%3c Very nice site! cheap goods http://apeoixy2.com/xqqtox/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://apeoixy2.com/xqqtox/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472229637=183.181.10.32
|
||||
author:1472229617=Pharme220
|
||||
csum:1472229617=uiwutori
|
||||
diff:1472229617:1472229608:=1c1%0a%3c Very nice site! [url=http://apeoixy2.com/xqqtox/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://apeoixy2.com/xqqtox/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472229617=182.162.66.9
|
||||
author:1472229608=Pharma475
|
||||
csum:1472229608=oioiwyuo
|
||||
diff:1472229608:1472121123:=1c1%0a%3c Very nice site! %3ca href="http://apeoixy2.com/xqqtox/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Very nice site!%0a\ No newline at end of file%0a
|
||||
host:1472229608=95.165.163.33
|
||||
author:1472121123=Pharme90
|
||||
csum:1472121123=ytiieipr
|
||||
diff:1472121123:1472120733:=1c1%0a%3c Very nice site!%0a\ No newline at end of file%0a---%0a> Very nice site! cheap goods http://apxoiey2.com/qosyrt/4.html%0a\ No newline at end of file%0a
|
||||
host:1472121123=182.162.66.9
|
||||
author:1472120733=Pharmk207
|
||||
csum:1472120733=uttruwue
|
||||
diff:1472120733:1472120722:=1c1%0a%3c Very nice site! cheap goods http://apxoiey2.com/qosyrt/4.html%0a\ No newline at end of file%0a---%0a> Very nice site! [url=http://apxoiey2.com/qosyrt/2.html]cheap goods[/url]%0a\ No newline at end of file%0a
|
||||
host:1472120733=119.40.106.134
|
||||
author:1472120722=Pharmg556
|
||||
csum:1472120722=otutpire
|
||||
diff:1472120722:1472120708:=1c1%0a%3c Very nice site! [url=http://apxoiey2.com/qosyrt/2.html]cheap goods[/url]%0a\ No newline at end of file%0a---%0a> Very nice site! %3ca href="http://apxoiey2.com/qosyrt/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1472120722=216.14.79.106
|
||||
author:1472120708=Pharmb465
|
||||
csum:1472120708=puwpewtu
|
||||
diff:1472120708:1472067527:=1c1%0a%3c Very nice site! %3ca href="http://apxoiey2.com/qosyrt/1.html">cheap goods%3c/a>%0a\ No newline at end of file%0a---%0a> Some really quality blog posts on this internet site , saved to fav. ffecekceadaa%0a\ No newline at end of file%0a
|
||||
host:1472120708=163.24.89.126
|
||||
author:1472067527=Johna315
|
||||
csum:1472067527=eytwryry
|
||||
diff:1472067527:1330954338:=1c1,34%0a%3c Some really quality blog posts on this internet site , saved to fav. ffecekceadaa%0a\ No newline at end of file%0a---%0a> (:Summary:Some of the features and notes about PmWiki's design decisions:)%0a> Here are some of the features and notes about PmWiki's design decisions. %0a> Many of these derive directly from the [[PmWiki Philosophy]] and lots of discussion on the [[mailing lists]].%0a> %0a> * [[PmWiki:Flat File Advantages]] - why PmWiki uses flat files to store pages instead of an SQL database%0a> * [[PmWiki:Hierarchical Groups]] - why PmWiki doesn't support nested groups%0a> * [[PmWiki:Page Locking]] - how PmWiki works without locking pages (see also [[simultaneous edits]])%0a> * [[PmWiki:Page File Format]] - the format of PmWiki's page files%0a> * [[PmWiki:Search Improvements]] - why PmWiki has a native search engine%0a> * [[PmWiki:File Permissions]] - some information about PmWiki's file permission settings%0a> * [[PmWiki:Wiki Group Motivation]] - why WikiGroups%0a> * [[PmWiki:WYSIWYG]] - why not WYSIWYG.%0a> %0a> >>faq%3c%3c [[#faq]]%0a> %0a> Q: Why doesn't PmWiki use hierarchical / nested groups?%0a> A: It essentially comes down to figuring out how to handle %0a> page links between nested groups; if someone can figure out %0a> an obvious, intuitive way for authors to%0a> do that, then nested groups become plausible. See [[Design Notes]]%0a> and [[PmWiki:Hierarchical Groups]].%0a> %0a> Q: Why don't PmWiki's scripts have a closing ?> tag?%0a> A: All of PmWiki's scripts now omit the closing ?> tag. The tag is not%0a> required, and it avoids problems with unnoticed spaces or blank%0a> lines at the end of the file. Also, some file transfer protocols%0a> may change the newline character(s) in the file, which can also%0a> cause problems. See also the [[http://php.net/manual/en/language.basic-syntax.instruction-separation.php | Instruction separation ]] page in the PHP manual.%0a> %0a> Q: Does PmWiki support WYSIWYG editing (or something like the FCKEditor)?%0a> A: Short answer: PmWiki provides GUI buttons in a toolbar for common markups, but otherwise does not have WYSIWYG editing. For the reasons why, see PmWiki:WYSIWYG.%0a> %0a> Categories: [[!PmWiki Developer]]%0a> %0a
|
||||
host:1472067527=46.101.254.32
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,24 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
|
||||
author=Lore
|
||||
charset=UTF-8
|
||||
csum=MuWtyVXge
|
||||
ctime=1484930470
|
||||
host=188.143.232.32
|
||||
name=PmWiki.LinkSchemes
|
||||
rev=3
|
||||
targets=
|
||||
text=I %3ca href="http://ntlbqtga.com">reockn%3c/a> you are quite dead on with that.
|
||||
time=1485188744
|
||||
author:1485188744=Lore
|
||||
csum:1485188744=MuWtyVXge
|
||||
diff:1485188744:1485016489:=1c1%0a%3c I %3ca href="http://ntlbqtga.com">reockn%3c/a> you are quite dead on with that.%0a\ No newline at end of file%0a---%0a> %3ca href="http://wtppgm.com">Artciles%3c/a> like this are an example of quick, helpful answers.%0a\ No newline at end of file%0a
|
||||
host:1485188744=188.143.232.32
|
||||
author:1485016489=Irish
|
||||
csum:1485016489=HU1bQezX3
|
||||
diff:1485016489:1484930470:=1c1%0a%3c %3ca href="http://wtppgm.com">Artciles%3c/a> like this are an example of quick, helpful answers.%0a\ No newline at end of file%0a---%0a> the clues are deerilbate ..if you click the picture, you can find out as well.It is Lepakshi and the Nandi monolith ( I think so) is the largest Nandi sculpture in the country followed by the Big temple in Tanjore and Chamundi in Mysore. We were planning a day trip to Mysore and we couldnt make it, so a spot decision to drive down to Lepakshi took us here.%0a\ No newline at end of file%0a
|
||||
host:1485016489=188.143.232.32
|
||||
author:1484930470=Marilee
|
||||
csum:1484930470=e8H83LAGn6C
|
||||
diff:1484930470:1484930470:=1d0%0a%3c the clues are deerilbate ..if you click the picture, you can find out as well.It is Lepakshi and the Nandi monolith ( I think so) is the largest Nandi sculpture in the country followed by the Big temple in Tanjore and Chamundi in Mysore. We were planning a day trip to Mysore and we couldnt make it, so a spot decision to drive down to Lepakshi took us here.%0a\ No newline at end of file%0a
|
||||
host:1484930470=188.143.232.32
|
@ -1,23 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
|
||||
author=Armena
|
||||
charset=UTF-8
|
||||
csum=YQLTlVcIMQTK
|
||||
host=188.143.232.32
|
||||
name=PmWiki.LinkVariables
|
||||
rev=69
|
||||
targets=
|
||||
text=Never seen a %3ca href="http://gqrybo.com">beettr%3c/a> post! ICOCBW
|
||||
time=1485188419
|
||||
author:1485188419=Armena
|
||||
csum:1485188419=YQLTlVcIMQTK
|
||||
diff:1485188419:1485016110:=1c1%0a%3c Never seen a %3ca href="http://gqrybo.com">beettr%3c/a> post! ICOCBW%0a\ No newline at end of file%0a---%0a> Check that off the list of things I was %3ca href="http://acsdfgrh.com">coseunfd%3c/a> about.%0a\ No newline at end of file%0a
|
||||
host:1485188419=188.143.232.32
|
||||
author:1485016110=Cindy
|
||||
csum:1485016110=HYDQLw22oAdX
|
||||
diff:1485016110:1484915721:=1c1%0a%3c Check that off the list of things I was %3ca href="http://acsdfgrh.com">coseunfd%3c/a> about.%0a\ No newline at end of file%0a---%0a> Great article but it didn't have evt-gehinyrI didn't find the kitchen sink!%0a\ No newline at end of file%0a
|
||||
host:1485016110=188.143.232.32
|
||||
author:1484915721=Eel
|
||||
csum:1484915721=ztDrjfwK
|
||||
diff:1484915721:1421886876:=1c1,62%0a%3c Great article but it didn't have evt-gehinyrI didn't find the kitchen sink!%0a\ No newline at end of file%0a---%0a> (:Summary:variables that control the display of links in pages:)%0a> (:Audience: admins (advanced):)%0a> :$EnableLinkPageRelative:When enabled, causes PmWiki to use relative urls for page links instead of absolute urls.%0a> $EnableLinkPageRelative = 1;%0a> %0a> :$PagePathFmt: This array lists the order in which PmWiki looks for the page that you ''most likely'' are attempting to link to. The default is listed below. Look at Cookbook:PagePaths for some ideas.%0a> [=array('{$Group}.$1', '$1.$1', '$1.{$DefaultName}')=]%0a> %0a> :$LinkPageExistsFmt:The (HTML) string to output for links to already existing wiki pages. Defaults to %0a> [=%3ca class='wikilink' href='\$LinkUrl'>\$LinkText%3c/a>=]%0a> %0a> :$LinkPageCreateFmt:The (HTML) string to output for links to non-existent wiki pages. The default is to add a '?' after the link text with a link to the page edit/create form. Defaults to%0a> [=%3ca class='createlinktext' href='\$PageUrl?action=edit'>\$LinkText%3c/a>=]%0a> [=%3ca class='createlink' href='\$PageUrl?action=edit'>?%3c/a>=]%0a> %0a> :$LinkPageCreateSpaceFmt:Same as $LinkPageCreateFmt, but used when the link text has a space in it. %0a> %0a> :$LinkPageSelfFmt:The (HTML) string to output for self-referencing links (i.e. links to the page itself). Defaults to%0a> [=%3ca class='selflink' href='\$LinkUrl'>\$LinkText%3c/a>=]%0a> %0a> :$UrlLinkFmt:The (HTML) string to output for URL-links that begin with 'http:', 'ftp:', etc. Defaults to%0a> [=%3ca class='urllink' href='\$LinkUrl' title='\$LinkAlt' rel='nofollow'>\$LinkText%3c/a>=]%0a> %0a> :$IMapLinkFmt: an array of link formats for various link "schemes". Not set as default.%0a> ->Examples of custom formats to allow different styling via classes: %0a> ->Links to http: standard url links:%0a> [= $IMapLinkFmt['http:'] = "%3ca class='httplink urllink' href='\$LinkUrl'>\$LinkText%3c/a>"; =] %0a> ->Links to https: secure pages:%0a> [= $IMapLinkFmt['https:'] = "%3ca class='httpslink urllink' href='\$LinkUrl'>\$LinkText%3c/a>"; =] %0a> ->Links to PmWiki: InterMap shortcut:%0a> [= $IMapLinkFmt['PmWiki:'] = "%3ca class='pmwikilink urllink' href='\$LinkUrl'>\$LinkText%3c/a>";=]%0a> %0a> :$InterMapFiles:An array consisting a list of files and pages containing [[InterMap]] entries to be loaded.%0a> %0a> :$MakePageNameFunction:Name of a custom function to replace `MakePageName(), which converts strings into valid page names.%0a> %0a> :$MakePageNamePatterns: $MakePageNamePatterns is an array of regular expression replacements that is used to map the page link in a ''free link'' such as [@[[free link]]@] into a page name. Currently the default sequence is: [@%0a> "/'/" => '', # strip single-quotes%0a> "/[^$PageNameChars]+/" => ' ', # convert everything else to space%0a> '/((^|[^-\\w])\\w)/' => PCCF("return strtoupper(\$m[1]);"),%0a> '/ /' => ''%0a> @]%0a> : :Note that if you change $MakePageNamePatterns, the documentation links may break. This can be fixed by re-setting $MakePageNamePatterns to the default in local/PmWiki.php.%0a> %0a> :$MakePageNameSplitPattern:See Cookbook:DotsInLinks.%0a> %0a> :$WikiWordCountMax:The maximum number of times to convert each WikiWord encountered on a page. Defaults to 1,000,000. Common settings for this variable are zero (disable WikiWord links) and one (convert only the first occurrence of each WikiWord).%0a> $WikiWordCountMax = 0; # disable WikiWord links%0a> $WikiWordCountMax = 1; # convert only first WikiWord%0a> %0a> :$WikiWordCount:An array that allows the number of WikiWord conversions to be set on a per-WikiWord basis. The default is to use $WikiWordCountMax unless a value is set in this array. By default PmWiki sets @@$WikiWordCount['PmWiki']=1@@ to limit the number of conversions of "PmWiki".%0a> $WikiWordCount[=['PhD']=0; # Don't convert "PhD"=]%0a> $WikiWordCount['WikiWord']=5; # Convert WikiWord 5 times%0a> # the following lines keep a page from linking to itself%0a> $title = [=FmtPageName=]('$Title_',$pagename);%0a> $WikiWordCount[$title]=0; %0a> %0a> :$EnableRedirectQuiet:Enable the @@quiet=1@@ parameter for the [[PmWiki.PageDirectives#redirect|redirect directive]]. On publicly edited wikis it is advisable not to enable quiet redirects.%0a> $EnableRedirectQuiet = 0; # disable quiet redirects (default)%0a> $EnableRedirectQuiet = 1; # enable quiet redirects%0a> %0a> Categories: [[!PmWiki Developer]]%0a\ No newline at end of file%0a
|
||||
host:1484915721=188.143.232.32
|
File diff suppressed because one or more lines are too long
@ -1,24 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
|
||||
author=Gatsy
|
||||
charset=UTF-8
|
||||
csum=BAqa3Z92GQa
|
||||
ctime=1484906801
|
||||
host=188.143.232.32
|
||||
name=PmWiki.NonexistentPages
|
||||
rev=3
|
||||
targets=
|
||||
text=In the %3ca href="http://ysrtirl.com">cotlmicaped%3c/a> world we live in, it's good to find simple solutions.
|
||||
time=1485188312
|
||||
author:1485188312=Gatsy
|
||||
csum:1485188312=BAqa3Z92GQa
|
||||
diff:1485188312:1485016001:=1c1%0a%3c In the %3ca href="http://ysrtirl.com">cotlmicaped%3c/a> world we live in, it's good to find simple solutions.%0a\ No newline at end of file%0a---%0a> It's %3ca href="http://qbvrjvuz.com">imevpatire%3c/a> that more people make this exact point.%0a\ No newline at end of file%0a
|
||||
host:1485188312=188.143.232.32
|
||||
author:1485016001=Johnette
|
||||
csum:1485016001=68ygBsNIsq
|
||||
diff:1485016001:1484906801:=1c1%0a%3c It's %3ca href="http://qbvrjvuz.com">imevpatire%3c/a> that more people make this exact point.%0a\ No newline at end of file%0a---%0a> This inrctduoes a pleasingly rational point of view.%0a\ No newline at end of file%0a
|
||||
host:1485016001=188.143.232.32
|
||||
author:1484906801=Bison
|
||||
csum:1484906801=A65Ok5R5QjWF
|
||||
diff:1484906801:1484906801:=1d0%0a%3c This inrctduoes a pleasingly rational point of view.%0a\ No newline at end of file%0a
|
||||
host:1484906801=188.143.232.32
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,24 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
|
||||
author=Earthwind
|
||||
charset=UTF-8
|
||||
csum=5Vvem6vu
|
||||
ctime=1472067527
|
||||
host=188.143.232.32
|
||||
name=PmWiki.RecentChanges
|
||||
rev=92
|
||||
targets=
|
||||
text=* [[PmWiki/PathVariables]] . . . January 23, 2017, at 07:26 PM by [[~Loradae]]: [=O7SOjRj0OUe=]%0a* [[PmWiki/Notify]] . . . January 23, 2017, at 07:25 PM by [[~Betty]]: [=ei7da1bKw=]%0a* [[PmWiki/DebugVariables]] . . . January 23, 2017, at 07:25 PM by [[~Roxanna]]: [=y1qzontuCtV=]%0a* [[PmWiki/EditVariables]] . . . January 23, 2017, at 07:25 PM by [[~Amber]]: [=E9ovjhxXNUM=]%0a* [[PmWiki/Skins]] . . . January 23, 2017, at 07:25 PM by [[~Kaylana]]: [=3uXriv5ZJ7u=]%0a* [[PmWiki/LinkSchemes]] . . . January 23, 2017, at 07:25 PM by [[~Lore]]: [=MuWtyVXge=]%0a* [[PmWiki/GroupCustomizations]] . . . January 23, 2017, at 07:23 PM by [[~Polly]]: [=iR9ogyrR17N=]%0a* [[PmWiki/Images]] . . . January 23, 2017, at 07:21 PM by [[~January]]: [=AFVJVsgOzDF=]%0a* [[PmWiki/LinkVariables]] . . . January 23, 2017, at 07:20 PM by [[~Armena]]: [=YQLTlVcIMQTK=]%0a* [[PmWiki/Uploads]] . . . January 23, 2017, at 07:20 PM by [[~Mitchell]]: [=V4xek1VXGHPn=]%0aGreat common sense here. Wish I'd %3ca href="http://thfinkblq.com">thguhot%3c/a> of that.* [[PmWiki/RecentChanges]] . . . January 23, 2017, at 07:20 PM by [[~Earthwind]]: [=5Vvem6vu=]%0a
|
||||
time=1485188766
|
||||
author:1485188418=Earthwind
|
||||
csum:1485188418=5Vvem6vu
|
||||
diff:1485188418:1485188417:=1c1,20%0a%3c Great common sense here. Wish I'd %3ca href="http://thfinkblq.com">thguhot%3c/a> of that.%0a\ No newline at end of file%0a---%0a> * [[PmWiki/WikiWord]] . . . January 23, 2017, at 07:20 PM by [[~Aslan]]: [=3awhHJxt=]%0a> * [[PmWiki/Variables]] . . . January 23, 2017, at 07:20 PM by [[~Jaylynn]]: [=X7IXkzD0ZS=]%0a> * [[PmWiki/AuthUser]] . . . January 23, 2017, at 07:20 PM by [[~Lynn]]: [=uffVcVTlH=]%0a> * [[PmWiki/Troubleshooting]] . . . January 23, 2017, at 07:19 PM by [[~Hannah]]: [=ELd0qd92amJ2=]%0a> * [[PmWiki/SpecialCharacters]] . . . January 23, 2017, at 07:18 PM by [[~Brandilyn]]: [=ldubumeb5=]%0a> * [[PmWiki/PageLists]] . . . January 23, 2017, at 07:18 PM by [[~Agatha]]: [=nJxCN8Xza=]%0a> * [[PmWiki/NonexistentPages]] . . . January 23, 2017, at 07:18 PM by [[~Gatsy]]: [=BAqa3Z92GQa=]%0a> * [[PmWiki/LocalCustomizations]] . . . January 23, 2017, at 07:18 PM by [[~Honney]]: [=snujPTyQH=]%0a> * [[PmWiki/WebFeeds]] . . . January 23, 2017, at 07:17 PM by [[~Ival]]: [=VW6smwZsi9X=]%0a> * [[PmWiki/PathVariables]] . . . January 21, 2017, at 07:35 PM by [[~Sanne]]: [=Fa0WfbckZ=]%0a> * [[PmWiki/Notify]] . . . January 21, 2017, at 07:35 PM by [[~Jaylon]]: [=1m6TnXQ4V=]%0a> * [[PmWiki/DebugVariables]] . . . January 21, 2017, at 07:34 PM by [[~Jimbo]]: [=Jcgb6cAgP=]%0a> * [[PmWiki/EditVariables]] . . . January 21, 2017, at 07:34 PM by [[~Regina]]: [=zkhbgBJaa=]%0a> * [[PmWiki/Skins]] . . . January 21, 2017, at 07:34 PM by [[~Jaclyn]]: [=W7TSfqjfFM4Z=]%0a> * [[PmWiki/LinkSchemes]] . . . January 21, 2017, at 07:34 PM by [[~Irish]]: [=HU1bQezX3=]%0a> * [[PmWiki/GroupCustomizations]] . . . January 21, 2017, at 07:32 PM by [[~Lynn]]: [=P4TKjf6a1p=]%0a> * [[PmWiki/Images]] . . . January 21, 2017, at 07:30 PM by [[~Margaretta]]: [=WgcTp3Ecgbu=]%0a> * [[PmWiki/LinkVariables]] . . . January 21, 2017, at 07:28 PM by [[~Cindy]]: [=HYDQLw22oAdX=]%0a> * [[PmWiki/Uploads]] . . . January 21, 2017, at 07:28 PM by [[~Reggie]]: [=tMVqxx4GG=]%0a> That's a sharp way of %3ca href="http://samvbe.com">thiinnkg%3c/a> about it.* [[PmWiki/RecentChanges]] . . . January 21, 2017, at 07:28 PM by [[~Jennabel]]: [=BhwX50E8j=]%0a
|
||||
host:1485188418=188.143.232.32
|
||||
author:1485016108=Jennabel
|
||||
csum:1485016108=BhwX50E8j
|
||||
diff:1485016108:1485016107:=1c1,22%0a%3c That's a sharp way of %3ca href="http://samvbe.com">thiinnkg%3c/a> about it.%0a\ No newline at end of file%0a---%0a> * [[PmWiki/WikiWord]] . . . January 21, 2017, at 07:28 PM by [[~Jaylene]]: [=G7Egp8sjFaH=]%0a> * [[PmWiki/Variables]] . . . January 21, 2017, at 07:28 PM by [[~Millie]]: [=7xpUesIGiK4n=]%0a> * [[PmWiki/AuthUser]] . . . January 21, 2017, at 07:28 PM by [[~Topher]]: [=lNz8PAoGs8=]%0a> * [[PmWiki/Troubleshooting]] . . . January 21, 2017, at 07:28 PM by [[~Reegan]]: [=PtcSCGhd=]%0a> * [[PmWiki/SpecialCharacters]] . . . January 21, 2017, at 07:26 PM by [[~Charlotte]]: [=KUHf14QAk=]%0a> * [[PmWiki/PageLists]] . . . January 21, 2017, at 07:26 PM by [[~Maisyn]]: [=dsB8Qrnci=]%0a> * [[PmWiki/NonexistentPages]] . . . January 21, 2017, at 07:26 PM by [[~Johnette]]: [=68ygBsNIsq=]%0a> * [[PmWiki/LocalCustomizations]] . . . January 21, 2017, at 07:26 PM by [[~Karsen]]: [=JdRvxzLvM3SM=]%0a> * [[PmWiki/WebFeeds]] . . . January 21, 2017, at 07:26 PM by [[~Brandice]]: [=Dh1ZJUEri=]%0a> * [[PmWiki/PathVariables]] . . . January 20, 2017, at 09:47 PM by [[~Rennifer]]: [=Am1yWRBm=]%0a> * [[PmWiki/Notify]] . . . January 20, 2017, at 08:48 PM by [[~Lidia]]: [=dp2QQkwqbf0=]%0a> * [[PmWiki/DebugVariables]] . . . January 20, 2017, at 08:29 PM by [[~Infinity]]: [=pqn1EIDE03=]%0a> * [[PmWiki/GroupCustomizations]] . . . January 20, 2017, at 08:26 PM by [[~Pait]]: [=nm92JBC7LGt=]%0a> * [[PmWiki/TextFormattingRules]] . . . January 20, 2017, at 08:19 PM by [[~Leatrix]]: [=rXnK6cmn=]%0a> * [[PmWiki/UrlApprovals]] . . . January 20, 2017, at 08:10 PM by [[~Xaria]]: [=35UZTTw5V3B=]%0a> * [[PmWiki/EditVariables]] . . . January 20, 2017, at 08:05 PM by [[~Gump]]: [=gKMU5iZkq=]%0a> * [[PmWiki/Skins]] . . . January 20, 2017, at 07:47 PM by [[~Kaycee]]: [=Xzq8BDtd355=]%0a> * [[PmWiki/LinkSchemes]] . . . January 20, 2017, at 07:41 PM by [[~Marilee]]: [=e8H83LAGn6C=]%0a> * [[PmWiki/Images]] . . . January 20, 2017, at 05:06 PM by [[~Githa]]: [=BGHWYMqpxnL=]%0a> * [[PmWiki/LinkVariables]] . . . January 20, 2017, at 03:35 PM by [[~Eel]]: [=ztDrjfwK=]%0a> * [[PmWiki/Uploads]] . . . January 20, 2017, at 03:35 PM by [[~Julissa]]: [=JZTbMvLK9=]%0a> You can always tell an expert! Thanks for conigtbutinr.* [[PmWiki/RecentChanges]] . . . January 20, 2017, at 03:27 PM by [[~Daysia]]: [=nHcqjPMY=]%0a
|
||||
host:1485016108=188.143.232.32
|
||||
author:1484915278=Daysia
|
||||
csum:1484915278=nHcqjPMY
|
||||
diff:1484915278:1484915065:=1c1,10%0a%3c You can always tell an expert! Thanks for conigtbutinr.%0a\ No newline at end of file%0a---%0a> * [[PmWiki/WikiWord]] . . . January 20, 2017, at 03:24 PM by [[~Sonny]]: [=jV6MiLDb8D1=]%0a> * [[PmWiki/Variables]] . . . January 20, 2017, at 02:57 PM by [[~Graceland]]: [=Winwmv58x4q=]%0a> * [[PmWiki/AuthUser]] . . . January 20, 2017, at 02:52 PM by [[~Ethanael]]: [=2PiEyCt1=]%0a> * [[PmWiki/Troubleshooting]] . . . January 20, 2017, at 02:38 PM by [[~Sherry]]: [=5fHI3kWJBz=]%0a> * [[PmWiki/SpecialCharacters]] . . . January 20, 2017, at 01:40 PM by [[~Kerriann]]: [=WjxmyaO5dV=]%0a> * [[PmWiki/PageLists]] . . . January 20, 2017, at 01:20 PM by [[~Lanette]]: [=hIGfwFXztyE=]%0a> * [[PmWiki/NonexistentPages]] . . . January 20, 2017, at 01:06 PM by [[~Bison]]: [=A65Ok5R5QjWF=]%0a> * [[PmWiki/LocalCustomizations]] . . . January 20, 2017, at 12:29 PM by [[~Indy]]: [=3IhnAvqz=]%0a> * [[PmWiki/WebFeeds]] . . . January 20, 2017, at 11:52 AM by [[~Heloise]]: [=W0D9gyQ5c8hL=]%0a> * [[PmWiki/DesignNotes]] . . . September 02, 2016, at 03:46 AM by [[~Pharme152]]: [=opywtero=]%0a
|
||||
host:1484915278=188.143.232.32
|
File diff suppressed because one or more lines are too long
@ -1,23 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
|
||||
author=Brandilyn
|
||||
charset=UTF-8
|
||||
csum=ldubumeb5
|
||||
host=188.143.232.27
|
||||
name=PmWiki.SpecialCharacters
|
||||
rev=17
|
||||
targets=
|
||||
text=Me and this article, sitting in a tree, %3ca href="http://xozhdnfw.com">L-----RENAI-N-G!%3c/a>
|
||||
time=1485188317
|
||||
author:1485188317=Brandilyn
|
||||
csum:1485188317=ldubumeb5
|
||||
diff:1485188317:1485016006:=1c1%0a%3c Me and this article, sitting in a tree, %3ca href="http://xozhdnfw.com">L-----RENAI-N-G!%3c/a>%0a\ No newline at end of file%0a---%0a> This article %3ca href="http://sxiidzt.com">aceveihd%3c/a> exactly what I wanted it to achieve.%0a\ No newline at end of file%0a
|
||||
host:1485188317=188.143.232.27
|
||||
author:1485016006=Charlotte
|
||||
csum:1485016006=KUHf14QAk
|
||||
diff:1485016006:1484908805:=1c1%0a%3c This article %3ca href="http://sxiidzt.com">aceveihd%3c/a> exactly what I wanted it to achieve.%0a\ No newline at end of file%0a---%0a> Phmeenonal breakdown of the topic, you should write for me too!%0a\ No newline at end of file%0a
|
||||
host:1485016006=188.143.232.32
|
||||
author:1484908805=Kerriann
|
||||
csum:1484908805=WjxmyaO5dV
|
||||
diff:1484908805:1315670897:=1c1,27%0a%3c Phmeenonal breakdown of the topic, you should write for me too!%0a\ No newline at end of file%0a---%0a> When creating pages it's common to use commercial trademarks, copyright, umlaut, and other non-keyboard symbols. therefore it's important that you have the means to input these special characters. %0a> %0a> !!!ISO Standard codes%0a> PmWiki supports the HTML special character listings by the w3c. [[http://www.w3.org/MarkUp/html-spec/html-spec_13.html | W3C Page of Special Character codes ISO standard.]]%0a> %0a> Here are some samples: %0a> (:markup:)[=%0a> © | ¼ | ½ | ® | µ | ¨ =]%0a> %0a> (:markup:)[=%0a> Æ | 32° | Unïted Stätes | ¶ | ¥Yen | PmWiki™=]%0a> %0a> For a nice table of the same codes that show the codes with the output go to the [[http://www.nobledesktop.com/specialcharacters.html | Noble Desktop]] special character page. %0a> %0a> !!!Other ways to do it: %0a> %0a> !!!!Character Map%0a> Find the "Character Map" utility in your computer's System Tools folder. Click the symbol you're interested in, and note the keystroke information at the bottom of the box. You execute these by ''holding "Alt"'' while keying the numbers ''on the numerical keypad'' of your keyboard (not the numbers across the top of the board).%0a> %0a> [=©=] = Alt+0169 = © | [=®=] = Alt+0174 = ® | [=°=] = Alt+0176 = ° (degrees).%0a> %0a> !!!!Paste%0a> *Use Word or another desktop application to create your text with the special characters that you want. Copy and paste the text to the wiki page you're editing or creating.%0a> *Find an instance of a special character in an online document; copy and paste the character to your wiki page: ©%0a> %0a> There's a list of special characters at [[PmWiki:SpecialCharactersList]].%0a> There's another illustration at [[PmWiki:Characters]]%0a\ No newline at end of file%0a
|
||||
host:1484908805=188.143.232.32
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,23 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
|
||||
author=Jaylynn
|
||||
charset=UTF-8
|
||||
csum=X7IXkzD0ZS
|
||||
host=188.143.232.32
|
||||
name=PmWiki.Variables
|
||||
rev=81
|
||||
targets=
|
||||
text=I will be putting this %3ca href="http://ayuhtxeuqc.com">dalzizng%3c/a> insight to good use in no time.
|
||||
time=1485188407
|
||||
author:1485188407=Jaylynn
|
||||
csum:1485188407=X7IXkzD0ZS
|
||||
diff:1485188407:1485016100:=1c1%0a%3c I will be putting this %3ca href="http://ayuhtxeuqc.com">dalzizng%3c/a> insight to good use in no time.%0a\ No newline at end of file%0a---%0a> Deadly accurate answer. You've hit the %3ca href="http://xrndcbf.com">bulyeels!%3c/a>%0a\ No newline at end of file%0a
|
||||
host:1485188407=188.143.232.32
|
||||
author:1485016100=Millie
|
||||
csum:1485016100=7xpUesIGiK4n
|
||||
diff:1485016100:1484913451:=1c1%0a%3c Deadly accurate answer. You've hit the %3ca href="http://xrndcbf.com">bulyeels!%3c/a>%0a\ No newline at end of file%0a---%0a> I'm impressed by your writing. Are you a professional or just very kneawodgelble?%0a\ No newline at end of file%0a
|
||||
host:1485016100=188.143.232.32
|
||||
author:1484913451=Graceland
|
||||
csum:1484913451=Winwmv58x4q
|
||||
diff:1484913451:1422393417:=1c1,49%0a%3c I'm impressed by your writing. Are you a professional or just very kneawodgelble?%0a\ No newline at end of file%0a---%0a> (:Summary:Variables available for local customisation:)%0a> (:Audience: administrators (basic) :)%0a> [[%3c%3c]]%0a> >>rframe font-size:smaller%3c%3c%0a> [[#index]]%0a> !! List of documented PHP variables%0a> (:varindex:)%0a> [[#indexend]]%0a> >>%3c%3c%0a> %0a> This page documents the PHP variables available in PmWiki for [[local customizations]]. Much of this documentation is still incomplete but people are working on it now. Feel free to add placeholders for variables you want to have documented if you don't know what the variable does.%0a> %0a> The variables documentation is divided into several pages:%0a> %0a> * [[Basic Variables]] - {BasicVariables$:Summary}%0a> * [[Debug Variables]] - {DebugVariables$:Summary}%0a> * [[Edit Variables]] - {EditVariables$:Summary}%0a> * [[I18n Variables]] - {I18nVariables$:Summary}%0a> * [[Layout Variables]] - {LayoutVariables$:Summary}%0a> * [[Link Variables]] - {LinkVariables$:Summary}%0a> * [[Other Variables]] - {OtherVariables$:Summary}%0a> * [[Pagelist Variables]] - {PagelistVariables$:Summary}%0a> * [[Path Variables]] - {PathVariables$:Summary}%0a> * [[Security Variables]] - {SecurityVariables$:Summary}%0a> * [[Upload Variables]] - {UploadVariables$:Summary}%0a> %0a> The following functions are also controlled by several variables:%0a> * [[Blocklist(#variables)]] - {Blocklist$:Summary}%0a> * [[Notify(#variables)]] - {Notify$:Summary}%0a> * [[Basic Variables]] %25item comment%25 to provide circular trail%0a> %0a> The following variables are used in page markup.%0a> * [[Page Variables]] - {PageVariables$:Summary}%0a> * [[Page TextVariables]] - {PageTextVariables$:Summary}%0a> %0a> %0a> An complete index of documented PHP variables is given below.%0a> %0a> In general, variables with names ending in 'Fmt' (such as $PageLayoutFmt) have their values processed for $-variable substitutions prior to being output. Thus strings such as [@{$Name}@] and [@{$PageUrl}@] are replaced with the name and URL of the page when the string is printed.%0a> %0a> Note: The automatic variable index and link generation is done by scripts/vardoc.php using $VarPagesFmt to find the pages containing trails of pages with the variable documentation.%0a> %0a> There is a slight discrepancy between index generation and link generation: The index generation finds lines starting with a colon followed by "$" and an uppercase word. In contrast, the automatic link generation works only with WikiWords ($WikiWordPattern) preceded by "$". Therefore all "non WikiWord" variables are shown as link only in the list below, but not elsewhere in PmWiki, as $Author, $Version and $XL.%0a> %0a> !!See Also%0a> %0a> * %25%25 [[PmWiki/Functions]] - {Functions$:Summary} (:comment why? Could be removed IMO --OliverBetz:)%0a> %0a> Categories: [[!PmWiki Developer]]%0a\ No newline at end of file%0a
|
||||
host:1484913451=188.143.232.32
|
File diff suppressed because one or more lines are too long
@ -1,23 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
|
||||
author=Aslan
|
||||
charset=UTF-8
|
||||
csum=3awhHJxt
|
||||
host=188.143.232.32
|
||||
name=PmWiki.WikiWord
|
||||
rev=35
|
||||
targets=
|
||||
text=That's a nicely made answer to a %3ca href="http://tjtlit.com">chlglenaing%3c/a> question
|
||||
time=1485188417
|
||||
author:1485188417=Aslan
|
||||
csum:1485188417=3awhHJxt
|
||||
diff:1485188417:1485016107:=1c1%0a%3c That's a nicely made answer to a %3ca href="http://tjtlit.com">chlglenaing%3c/a> question%0a\ No newline at end of file%0a---%0a> I have been so %3ca href="http://jtsjzezoel.com">beelrdeiwd%3c/a> in the past but now it all makes sense!%0a\ No newline at end of file%0a
|
||||
host:1485188417=188.143.232.32
|
||||
author:1485016107=Jaylene
|
||||
csum:1485016107=G7Egp8sjFaH
|
||||
diff:1485016107:1484915065:=1c1%0a%3c I have been so %3ca href="http://jtsjzezoel.com">beelrdeiwd%3c/a> in the past but now it all makes sense!%0a\ No newline at end of file%0a---%0a> I thoghut finding this would be so arduous but it's a breeze!%0a\ No newline at end of file%0a
|
||||
host:1485016107=188.143.232.32
|
||||
author:1484915065=Sonny
|
||||
csum:1484915065=jV6MiLDb8D1
|
||||
diff:1484915065:1322641703:=1c1,35%0a%3c I thoghut finding this would be so arduous but it's a breeze!%0a\ No newline at end of file%0a---%0a> (:Summary:Definition and usage of WikiWord:)%0a> A '''WikiWord''' is a set of two or more words run together, where the first letter of each word is capitalized. This syntax is also sometimes referred to as "mixed case" or "camel case". Other descriptions of WikiWords are available from [[Wiki:WikiWord]] and [[Wikipedia:WikiWord]].%0a> %0a> !!Usage as page titles%0a> WikiWords are used as '''page titles''' in a [[WikiWikiWeb|wiki-based system]]. %0a> %0a> !!Usage as links%0a> In some wikis (depending on the configuration of PmWiki), a valid '''link''' can be created by writing it as WikiWord. In such PmWiki installations, WikiWords surrounded by [=[=...=]=] or preceded by a backquote (`) are not turned into links: %0a> %0a> (:linkwikiwords:)%0a> (:markup:)[@LikeThis compared to `LikeThis or even [=LikeThis=]@]%0a> (:nolinkwikiwords:)%0a> %0a> See [[Links]] for information about `PmWiki's rules for forming links and forming page titles.%0a> %0a> !!!Enabling WikiWord links%0a> WikiWord links are disabled by default since Pmwiki version 2.1 beta2. To enable WikiWord links you need to set in ''config.php'' %0a> %0a> $EnableWikiWords = 1;%0a> %0a> See also $LinkWikiWords.%0a> %0a> !!!WikiWord links to non-existent pages without decoration%0a> If you want to display links to non-existent pages without decoration, place the following lines in ''pub/css/local.css'': %0a> %0a> -> [@span.wikiword a.createlink { display:none; }%0a> span.wikiword a.createlinktext { border-bottom:none; text-decoration:none; color:inherit; }@]%0a> %0a> !!!Finding WikiWord links%0a> If you upgraded from an earlier version and want to convert WikiWord links to standard [[links]], the following will help to find those WikiWord links easier by highlighting them. Set in ''config.php'':%0a> %0a> -> [@$HTMLStylesFmt['wikiword'] = "span.wikiword { background:yellow; }";@] %0a> %0a> !!!Disabling certain WikiWords links%0a> The variable $WikiWordCount controls WikiWord conversion on a per word basis.%0a
|
||||
host:1484915065=188.143.232.27
|
@ -1,24 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
|
||||
author=Deandra
|
||||
charset=UTF-8
|
||||
csum=oqiyEEsMU4DV
|
||||
ctime=1484936164
|
||||
host=188.143.232.27
|
||||
name=Profiles.Author
|
||||
rev=3
|
||||
targets=
|
||||
text=Yeah, that's the %3ca href="http://dfjmmmt.com">titcke,%3c/a> sir or ma'am
|
||||
time=1485188642
|
||||
author:1485188642=Deandra
|
||||
csum:1485188642=oqiyEEsMU4DV
|
||||
diff:1485188642:1485016374:=1c1%0a%3c Yeah, that's the %3ca href="http://dfjmmmt.com">titcke,%3c/a> sir or ma'am%0a\ No newline at end of file%0a---%0a> You're the one with the brains here. I'm %3ca href="http://ojyjfau.com">wahtnicg%3c/a> for your posts.%0a\ No newline at end of file%0a
|
||||
host:1485188642=188.143.232.27
|
||||
author:1485016374=Rangler
|
||||
csum:1485016374=0mvlWzqaxhJ
|
||||
diff:1485016374:1484936164:=1c1%0a%3c You're the one with the brains here. I'm %3ca href="http://ojyjfau.com">wahtnicg%3c/a> for your posts.%0a\ No newline at end of file%0a---%0a> Normally I'm against killing but this article sltarhueged my ignorance.%0a\ No newline at end of file%0a
|
||||
host:1485016374=188.143.232.32
|
||||
author:1484936164=Navid
|
||||
csum:1484936164=rqXbYTVg
|
||||
diff:1484936164:1484936164:=1d0%0a%3c Normally I'm against killing but this article sltarhueged my ignorance.%0a\ No newline at end of file%0a
|
||||
host:1484936164=188.143.232.32
|
@ -1,9 +0,0 @@
|
||||
version=pmwiki-2.2.75 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
|
||||
charset=UTF-8
|
||||
ctime=1484936164
|
||||
host=188.143.232.27
|
||||
name=Profiles.RecentChanges
|
||||
rev=3
|
||||
text=* [[Profiles/Author]] . . . January 23, 2017, at 07:24 PM by [[~Deandra]]: [=oqiyEEsMU4DV=]%0a
|
||||
time=1485188642
|
0
en/wiki/wikilib.d/Category.GroupFooter
Normal file → Executable file
0
en/wiki/wikilib.d/Category.GroupFooter
Normal file → Executable file
0
en/wiki/wikilib.d/Main.HomePage
Normal file → Executable file
0
en/wiki/wikilib.d/Main.HomePage
Normal file → Executable file
0
en/wiki/wikilib.d/Main.WikiSandbox
Normal file → Executable file
0
en/wiki/wikilib.d/Main.WikiSandbox
Normal file → Executable file
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=Simon
|
||||
charset=UTF-8
|
||||
csum=layout
|
||||
host=85.171.160.186
|
||||
name=PmWiki.Audiences
|
||||
rev=28
|
||||
targets=PmWiki.WikiAdministrator,PmWiki.InitialSetupTasks,PmWiki.PmWikiPhilosophy,PmWiki.LocalCustomizations
|
||||
text=(:Summary:Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed:)%0aThis page contains Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed. As such, many people are reluctant to modify the page, because it is a statement of his opinions and describes some of the thought that went into creating PmWiki. (And we all thank him for that!) %0a%0a%0a!!Patrick's comments%0aI think of PmWiki in terms of two audiences: %0a* ''Authors'' are the people who generate web content using PmWiki, and %0a* ''[[wiki administrator]]s'' are the folks who install, configure, and maintain a PmWiki installation on a web server. %0aIn some senses it could be claimed that as the primary developer of PmWiki I should only have wiki administrators as my target audience, and that authors are the target audience for the administrators. But what really makes PmWiki useful to wiki administrators is that I've put a lot of consideration into creating a tool that is usable by authors, so I have to keep the needs of both audiences in mind as I'm designing and adding new features to PmWiki. %0a%0aWithin the authoring audience I see that there are "naive authors" and "experienced authors". %0a%0a"Naive authors" are the folks who use wiki to generate content but may know next-to-nothing about HTML, much less style sheets or PHP or the like. Naive authors are easily discouraged from generating web content if they have to wade through markup text that has lots of funny and cryptic symbols in them. So, if we want a site with lots of contributors, we have to be very careful not to do things that will cause this group to exclude themselves from participating.%0a%0a"Experienced authors" are the folks who know a lot about HTML and could write their content as HTML, but have chosen to use wiki because of its other useful features (ease of linking, collaboration, ease of updates, revision histories, etc.) or because they want to collaborate with naive authors. Experienced authors usually don't have any problem with documents with lots of ugly markup in them; after all, they already know HTML. Experienced authors are sometimes frustrated with wiki because it doesn't have markup that would let them do something they know they can do in HTML (e.g., tables, stylesheets, colored text, etc.). And, they sometimes have difficulty understanding why naive authors would turn away from documents that have lots of markup sequences in them. %0a%0aFor the wiki administrator audience--the folks who install and may want to [[PmWiki/InitialSetupTasks|customize]] PmWiki--their backgrounds and goals are often quite diverse. PmWiki is designed so that it can be installed and be useful with minimal HTML/PHP knowledge, but it doesn't restrict people who know HTML/PHP from doing some fairly complex things. For one, PmWiki allows a site administrator to build-in markup sequences and features customized to his/her needs (and the needs of his/her audiences). %0a%0aThe separate needs of these audiences are behind most of the [[PmWikiPhilosoph(y)]]ies. The people who develop PmWiki software must continually keep naive authors in mind as new features are requested and proposed by expert authors and Wiki Administrators. Sometimes it may seem to these latter groups that it's okay to implement the complex features because "naive authors don't have to use them", but the truth is that if complex/ugly markup sequences are available then they will eventually be used by someone, and once used they become a barrier to the naive authors. So, if I see that a feature could become a barrier to a naive author I don't include it in the base implementation of PmWiki, but instead find ways to let Wiki Administrators include it as a [[local customization(s)]]. %0a
|
||||
time=1315670897
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.35 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=
|
||||
ctime=1134693395
|
||||
name=PmWiki.BackupAndRestore
|
||||
rev=38
|
||||
targets=Cookbook.Cookbook,PmWiki.Uploads,Cookbook.BackupPages,Cookbook.BackupWithRsync,Cookbook.TwoWayMirroringWithRsync
|
||||
text=(:title Backup and Restore:)%0a(:Summary:background information and some basic backup and restore procedures:)%0a%0aThis page has some background information on making backups and explains some basic *nix backup and restore procedures.%0a%0a!! Introduction%0a%0aYour wiki installation contains some unique data in the following directories:%0a%0a local/ Local configuration scripts%0a cookbook/ Recipes obtained from the [[(Cookbook:)Cookbook]]%0a pub/ Publicly accessible files%0a wiki.d/ Wiki pages%0a uploads/ [[Uploads|Uploaded files]] (attachments)%0a%0aA good backup plan will include periodically archiving these directories — or at bare minimum [@local/@] and [@wiki.d/@]. Good practice dictates keeping your backup archives on a separate machine.%0a%0a!! Simple Backup and Restore (*nix)%0a%0aWhen it comes to backup, simpler is better. %0aSince the pmwiki distribution is very small (about 1/4 megabyte), it's simplest to just archive the distribution files along with the data.%0a%0a!!! Making a Backup Archive%0a%0aThe following *nix command, executed from the parent directory of your wiki's directory, will put a complete backup archive of your site in your home directory.%0a%0a-> [@%0atar -zcvf ~/wiki-backup-`date +%25Y%25m`.tar.gz wiki/%0a@]%0a%0a[[#restore]]%0a!!! Restoring the Backup Archive%0a%0a!!!! Simple Method%0a%0aYour site can be restored and running in under 30 seconds with%0a%0a-> [@%0atar -zxvf ~/wiki-backup-200512.tar.gz%0afind wiki/uploads/ -type d |xargs chmod 777%0afind wiki/wiki.d/ -type d |xargs chmod 777%0a@]%0a%0a!!!! A Slightly-More-Secure Method%0a%0aThe simple restore commands above will give you world-writable files and directories. You can avoid world-writable permissions by letting PmWiki create directories with the proper attributes (ownership and permissions) for you.%0a%0aStart with%0a%0a-> [@%0atar -zxvf ~/wiki-backup-200512.tar.gz%0arm -rf wiki/wiki.d%0arm -rf uploads%0achmod 2777 wiki/%0a@]%0a%0aNow upload a file in each group that had uploads. If your site doesn't have uploads, just visit your site once so the wiki.d/ directory will be created.%0a%0aFinish your installation with%0a%0a-> [@%0achmod 755 wiki/%0atar -zxvf ~/wiki-backup-200512.tar.gz%0a@]%0a%0a%0a!!! Details%0a%0aThe commands on this page assume your site is in a directory called "wiki/". The test backup was made in December, 2005 so it's named accordingly.%0a%0aYour site will only have an uploads/ directory if uploads are enabled.%0a%0aThe backup command uses a date stamp (YYYYMM) in the filename. If you automate the command via cron you'll wind up with monthly snapshots of your site. You can get a daily snapshot by appending %25d to the date command ([@`date +%25Y%25m%25d`@] will get you YYYYMMDD). Be wary of space limitations if you have a large uploads/ directory.%0a%0a%0a!! See Also%0a%0a* A [[http://thread.gmane.org/gmane.comp.web.wiki.pmwiki.user/20317| thread]] [gmane.org] on the pmwiki-users mailing list.%0a* A [[(Cookbook:)Backup Pages]] recipe in the cookbook.%0a%0a!! Miscellaneous%0a%0a%0a!! Backup via FTP%0aDownload and install a ftp client like [[http://filezilla-project.org/download.php?type=client|Filezilla]]%0a%0a# Using the ftp client connect to the server where you host pmWiki using%0a## the IP address (ex: 123.234.56.67) or the ftp name (ex: ftp.myhost.com)%0a## supply your account name (ex: mylogin) and password (ex: myp4ssw0rd)%0a# Move to your pmWiki directory (ex: @@/usr/mylogin/web/wiki/@@ or @@/tahi/public_html/pmwiki@@ )%0a# Select the folder you want to backup as explained before (probably either only the data or the whole wiki directory)%0a** for data you will want to backup both the directories%0a*** @@wiki.d@@ for user page data%0a*** @@pmwikiuploads@@ (or @@uploads@@) for your attachments (uploads)%0a** for system you will want, at a minimum, to backup both the directories%0a*** @@local@@ for configuration data %0a*** @@pub@@ for local CSS and skins customisations%0a# Download them to a local folder%0a# Use [[http://www.7-zip.org/ | 7zip]] or a similar software to build an archive of this backup%0a%0aYou can also very easily sync your FTP directories with your hard disc via this command line:%0a-> [@ wget -nv -np -m ftp://user:password@ftp.yourhost.net/ @]%0a'-Download [[http://gnuwin32.sourceforge.net/packages/wget.htm | Wget for Windows]] (other systems normally have it installed).-'%0a%0aAlternatively, you can also mirror your FTP directories with lftp:%0a-> [@ lftp -u your_user_name,your_password -e "mirror --verbose /wiki.d /path/to/local/folder" ftp://your_host @]%0a(this will mirror only the /wiki.d folder, replace with / to mirror everything)%0a%0a[[#rsync]]%0a!! Using rsync%0aSee Cookbook:BackupWithRsync and Cookbook:TwoWayMirroringWithRsync.%0a
|
||||
time=1325092090
|
||||
title=Backup and Restore
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.74 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=
|
||||
ctime=1146213979
|
||||
name=PmWiki.BlockMarkup
|
||||
rev=16
|
||||
targets=PmWiki.Forms,PmWiki.TextFormattingRules,PmWiki.Images,PmWiki.Tables,PmWiki.WikiStyles
|
||||
text=(:Summary:Markup resulting in paragraphs:)%0a"Block markup" is a term used in the sources of PmWiki indicating all markups resulting in HTML block elements'^[[http://htmlhelp.com/reference/html40/block.html|#]]^' or in other words multiple paragraphs and other content.%0a%0a* [[Forms]]%0a* paragraphs%0a* indent/outdent%0a* [[PmWiki/TextFormattingRules#BulletedLists | lists]]%0a* list items%0a* headings%0a* [[#div|divisions]] and [[#semantic|semantic HTML5 elements]]%0a* [[images]]%0a* pre%0a* [[tables]]%0a%0a[[WikiStyles]] can be applied to blocks, else you don't need to bother about "blockmarkup" as a PmWiki user.%0a%0a[[#div]]%0a!! Division blocks%0a%0aDivision %3cdiv> HTML blocks are inserted with the [@(:div:)...(:divend:)@] markup. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:div id=id1 class="class1 class2":)@]. A [@(:div:)@] markup automatically closes a previously open such tag. To have nested tags, you need to number the tag, and the matching tag end: [@%0a(:div:)%0aOuter block%0a(:div2:)%0aInner block%0a(:div2end:)%0a(:divend:)%0a@]%0a%0a[[#semantic]]%0a!! Semantic HTML5 elements%0a%0aSince version 2.2.75, PmWiki allows the inclusion of a few semantic HTML5 elements. Note that an opening semantic markup automatically closes any previously opened tag of the same type, but does not verify or tidy the structure for you, so make sure you use closing tags when needed.%0a%0a:[@(:article:)...(:articleend:)@]:Inserts an %3carticle> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:article id=id1 class="class1 class2":)@]. An [@(:article:)@] markup automatically closes a previously open such tag. To have nested tags, you need to number the tag, and the matching tag end: [@%0a(:article:)%0aOuter article%0a(:article2:)%0aInner article%0a(:article2end:)%0a(:articleend:)%0a@]%0a%0a:[@(:section:)...(:sectionend:)@]:Inserts a %3csection> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:section id=id1 class="class1 class2":)@]. A [@(:section:)@] markup automatically closes a previously open such tag. To have nested tags, you need to number the tag, and the matching tag end, like the [@(:article:)@] markup.%0a%0a:[@(:header:)...(:headerend:)@]:Inserts a %3cheader> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:header id=id1 class="class1 class2":)@]. A [@(:header:)@] markup automatically closes a previously open such tag, and it is not possible to nest such tags. %0a%0a:[@(:footer:)...(:footerend:)@]:Inserts a %3cfooter> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:footer id=id1 class="class1 class2":)@]. A [@(:footer:)@] markup automatically closes a previously open such tag, and it is not possible to nest such tags. %0a%0a:[@(:aside:)...(:asideend:)@]:Inserts an %3caside> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:aside id=id1 class="class1 class2":)@]. An [@(:aside:)@] markup automatically closes a previously open such tag, and it is not possible to nest such tags. %0a%0a:[@(:address:)...(:addressend:)@]:Inserts an %3caddress> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:address id=id1 class="class1 class2":)@]. An [@(:address:)@] markup automatically closes a previously open such tag, and it is not possible to nest such tags. %0a%0a:[@(:nav:)...(:navend:)@]:Inserts a %3cnav> tag. You can have the HTML @@id=@@ and @@class=@@ attributes like [@(:nav id=id1 class="class1 class2":)@]. A [@(:nav:)@] markup automatically closes a previously open such tag, and it is not possible to nest such tags. %0a%0a%0a!! See also%0a(:pagelist group=PmWiki name=BlockMarkup-Talk fmt=#titlesummary:)%0a(:pagelist group=PmWiki name=*markup,markup*,-*talk fmt=#titlesummary:)%0a%0a
|
||||
time=1430062690
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.64 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=intermap links
|
||||
ctime=1276999784
|
||||
name=PmWiki.ContactUs
|
||||
rev=21
|
||||
targets=PmWiki.Download,PmWiki.Installation,PmWiki.MailingLists,PmWiki.HowToGetAssistance,PITS.PITS,PmWiki.Petko
|
||||
text=(:title Contact us:)(:Summary:How to reach the PmWiki developers and community:)%0aThis page contains information about some ways to contact the developers of the PmWiki software installed on this server.%0a%0a'''If you have an objection about the content on some website other than pmwiki.org, contact the owners of that website, not us.''' We only develop the PmWiki software which someone [[PmWiki:Download|downloaded]] and [[PmWiki:Installation|installed]] on their server. Asking us to change or remove such content is like asking Bill Gates to configure Notepad on someone else's Windows computer.%0a%0a'''Questions about the software should be asked on the [[(http://)www.pmwiki.org]] site "talk" pages or on our public [[(PmWiki:)mailing lists]].''' See also [[(PmWiki:)How To Get Assistance]].%0a%0a'''Bugs''' should be reported to our [[(PITS:)PITS]] issue tracking system, or on our public [[(PmWiki:)mailing lists]].%0a%0aFor '''security bug disclosures''' please [[mailto:5ko@5ko.fr?cc=pmichaud@pobox.com&subject=PmWiki%2520security%2520disclosure|e-mail Petko with cc: to Pm]].%0a%0a%0aThe primary author of PmWiki is Dr. Patrick R. Michaud (Pm) who can be contacted at http://www.pmichaud.com.%0a%0aThe current core developer of PmWiki and webmaster of pmwiki.org is [[PmWiki:Petko|Petko Yotov]] who can be contacted via e-mail at [[(mailto:)5ko@5ko.fr]]. If you need assistance with our software, please read [[(PmWiki:)How To Get Assistance]].%0a%0a%0a %0a
|
||||
time=1401916620
|
||||
title=Contact us
|
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.56 ordered=1 urlencoded=1
|
||||
author=Ian MacGregor
|
||||
charset=UTF-8
|
||||
csum=updated my information
|
||||
name=PmWiki.Contributors
|
||||
post= Save
|
||||
rev=66
|
||||
targets=PmWiki.PmWiki,PmWiki.Uploads,PmWiki.Links,PmWiki.WikiGroup,Cookbook.EmacsPmWikiMode,PmWiki.Petko,PmWiki.ChangeLog,PITS.PITS,PmWiki.MailingLists
|
||||
text=(:Summary:A list of contributors to PmWiki development and improvement:)%0aHere's a list of contributors to [[PmWiki]] development and improvement. My apologies if I've forgotten anyone -- feel free to add your name if you've been left out, feel free to remove your name if you don't want to be associated with these people. :-)%0a%0a* GNUZoo - Several recipes, some security and bug fixes%0a* Scott Duff - pmwe, simple-journal.php, all-around Pm sanity checker %0a* Ross Kowalski - [[uploads]] and printable page research%0a* John Rankin - WikiTrails, [[Links]], `EditQuickReference, notify.php, documentation, debugging%0a* Joachim Durchholz - hacking documentation, general pest%0a* Jessica Tishmack - uploads, testing%0a* Jean-Claude Gorichon - voting%0a* Janice Heinold - early PmWiki testing and suggestions, documentation%0a* James Davis - WikiStyles markup, testing%0a* Isabelle Michaud - floating images markup, [[Wiki Group]]s, [[uploads]]/attachments%0a* Glenn Blalock - WikiStyles suggestions, testing, documentation%0a* Dawn Green - WikiStyles suggestions, [[uploads]], documentation%0a* Christian Ridderström - [[Cookbook:EmacsPmWikiMode |pmwiki-mode for Emacs]] and some other hacks/modifications.%0a* Carlo Strozzi - Internationalization, PmWiki on Boa, HTML redirection%0a* Michael Weiner - Modifications to the ToDo, RssFeedDisplay, MyPmWiki, and CommentBox recipes%0a* Criss Ittermann (aka Crisses/XES) - ye old best seller Blocklist2 that topped the charts for a while and many other recipes%0a* Rev. Ian MacGregor - I've contributed with monetary donations, skins, bug reports and continued testing. [[http://www.ianmacgregor.net/ | My personal website]] is powered by PmWiki.%0a* Petko Yotov - I have been the PmWiki core developer and pmwiki.org webmaster since January 2009 (after having worked with it since 2004). My contributions are at the [[Change log]] page, in the [[(PITS:)PITS]] issue tracking system and in the [[(PmWiki:)mailing lists]]. My cookbook recipes can be found at [[PmWiki:Petko|my profile page]].%0a
|
||||
time=1381253012
|
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.42 ordered=1 urlencoded=1
|
||||
author=Ian MacGregor
|
||||
charset=UTF-8
|
||||
csum=edited for grammar and appearance
|
||||
name=PmWiki.CreatingNewPages
|
||||
rev=113
|
||||
targets=PmWiki.Links,PmWiki.MyNewPage,Site.SideBar,PmWiki.WikiGroup
|
||||
text=(:Summary:How to create a new page:)%0a(:title Creating New Pages:)%0a(:Audience: authors (basic) :)%0aThe first step to create a new page is to edit an existing page and add a link to the page you want to create. %0a%0a-> To link to your new page, you must choose a name for it. The best names describe the page's contents well, so that everyone can remember and type the name easily.%0a%0a-> To create a link, surround the page name with '''double brackets'''. Typing [@[[my new page]]@] will create a link to [[my new page]]. There's [[a lot you can do -> Links]] with double bracket links.%0a%0aYou can see that the links to [[my new page]] all have question marks after them. That's because [[my new page]] hasn't been written yet. Clicking the link as second step will take you to an edit form where you could write and finally save the new page. %0a%0a----%0aAnother way to create a page: in your browser's address bar (where the page URL is), replace the name of the current page with the name of the page you wish to create, and hit Enter or do whatever you would normally do to go to a new location. PmWiki will then dutifully tell you that the page you entered doesn't exist, but you can click on the "Edit" link in order to create, edit, and save the new page.%0a%0aThe drawback to this method is that there are no links to your new page, so you're the only person who knows it exists. It will be an orphan, unread, unlinked, unloved. That's why adding a link to an existing page or to the [[Site/SideBar]] is a better way to create a page.%0a----%0a%0aLearn more:%0a* You can also organize related pages into [[wiki group | groups]], and link between pages in different groups.%0a%0a>>faq%3c%3c [[#faq]]%0a[[#beginning]]%0aQ: How do I create a new page?%0aA: Typing [=[[my new page]]=] will create a link to the new page. There's [[PmWiki.Links | a lot you can do]] with double bracket links.%0a%0aQ: Why do some new pages have a title with spaces like "Creating New Pages" and others end up with a WikiWord-like title like "CreatingNewPages"?%0aA: The default page title is simply the name of page, which is normally stored as "CreatingNewPages." However, you can override a page's title by using the [@(:title Creating New Pages:)@] directive. This is especially useful when there are special characters or capitalization that you want in the title that cannot be used in the page name.%0a
|
||||
time=1347315131
|
||||
title=Creating New Pages
|
@ -1,9 +0,0 @@
|
||||
version=pmwiki-2.2.34 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=redirect InterMap
|
||||
name=PmWiki.CustomInterMap
|
||||
rev=50
|
||||
targets=PmWiki.InterMap
|
||||
text=(:redirect InterMap:)%0aSummary:Redirects to [[PmWiki.InterMap]].
|
||||
time=1320750931
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.74 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=fix link
|
||||
ctime=1156512549
|
||||
name=PmWiki.DebugVariables
|
||||
rev=16
|
||||
targets=Cookbook.Stopwatch,PmWiki.AvailableActions
|
||||
text=(:Summary:variables useful for debugging:)%0a%0a:$AbortFunction:A custom function name replacing the built-in Abort() function. %0a:$EnableDiag:%0a>>indent%3c%3c%0a(:include AvailableActions#BEGENABLEDIAG#ENDENABLEDIAG:)%0a>>%3c%3c%0a:$EnableIMSCaching:A variable which, when set equal to 1, recognizes the "If-Modified-Since" header coming from browsers and allows browsers to use locally cached pages. Disabled by default to help the administrator customize its page without needing permanent reloading.%0a%0a:$EnableStopWatch:This activates an internal stopwatch that shows how long it takes to render a page. (If you have a wiki that composes a HTML page from multiple pages, such as a normal layout with a sidebar, you'll get separate timings for each subpage and for the total page.)%0a%0a: :The timings can be displayed by adding [@%3c!--function:StopWatchHTML 1-->@] in the wiki template.%0a%0a: :Valid values are:%0a $EnableStopWatch = 0; # No timings (the default). No HTML will be generated.%0a $EnableStopWatch = 1; # Wall-clock timings only.%0a $EnableStopWatch = 2; # Wall-clock and CPU usage timings. Won't work on Windows.%0a%0a: :See [[(Cookbook:)Stopwatch]] for more details.%0a%0aSee also:%0a* [[AvailableActions#refcount|scripts/refcount.php]] is useful for debugging%0a%0a%0a----%0a>>faq%3c%3c[[#faq]]%0aQ:Is it possible for someone with admin priviledges to always have access to debugging tools, without letting everyone else access them?%0aA:You can easily & automatically allow debugging for anyone with admin priviledges (meanwhile leaving it off for everyone else) by including this line in config.php - ''just be sure that 1) $EnableDiag is either null or set to 0, and 2) to include it near the end of config.php, AFTER declaring your passwords, and after any AuthUser or other priviledge settings'':%0a%0a-->@@if (CondAuth($pagename, 'admin')) $EnableDiag = 1; # allows admin to always call phpinfo, etc@@%0a%0a>>%3c%3c%0a
|
||||
time=1430065976
|
@ -1,9 +0,0 @@
|
||||
version=pmwiki-2.2.54 ordered=1 urlencoded=1
|
||||
author=MichaelPaulukonis
|
||||
charset=UTF-8
|
||||
csum=added maintenance tag
|
||||
name=PmWiki.DeletingPages
|
||||
rev=37
|
||||
targets=PmWiki.WikiAdministrator,Site.AllRecentChanges,PmWiki.EditVariables,Cookbook.DeleteAction,PmWiki.BackupAndRestore,Cookbook.CleanUp,PmWiki.WikiGroup,PmWiki.RecentChanges,Cookbook.RecentChangesDeletion,PmWiki.Categories,Category.Maintenance
|
||||
text=(:Summary: Removing wiki pages:)%0aTo delete a wiki page, edit the page, select (highlight) all text in the edit textarea, and replace it with the single word%0a%0a->[@delete@]%0a%0aIt is a good idea to add a comment to the @@summary@@ field%0aexplaining why you deleted the page. (The field @@summary@@ is usually found%0ajust below the edit textarea).%0a%0aOn saving the change the page is deleted. As an added safety feature, the deleted page still exists on the server (with a timestamp) and can be restored to the former page by the [[wiki administrator]].%0a%0aIf you suspect that a page has been deleted but aren't sure, have a look at the wikigroup's [=RecentChanges=]. Erasing a page counts as editing the page, and the activity is recorded there and on [[{$SiteGroup}.AllRecentChanges]].%0a%0aThe default word used for page deletion ("delete") can be changed in @@config.php@@ by setting the variable $DeleteKeyPattern (see [[Edit Variables]]). %0aIf there is a danger of malicious page deletion it may be a good idea to change the delete word to something more obscure. %0aThere is also a recipe for creating a separate delete action at Cookbook:DeleteAction.%0a%0a[[#cleanup]]%0a!! Removing deleted pages%0a%0aThe deleted pages are retained in the same @@wiki.d@@ directory in which they were created.%0aThey are renamed with an extension of @@,del-123456789@@ where @@123456789@@ is a unique number (timestamp). %0aA wiki administrator may log into the server via FTP or SSH and periodically remove these files.%0a%0aOne way to remove the files is to delete them. %0aIf you have shell access, you could use different commands, for example, go into the wiki.d directory and type one of these lines:%0a->[@rm -f *,del-*%0afind . -name '*,del-*' -delete@]%0a%0aAlternatively, the Cookbook:CleanUp recipe can purge those unused files. See also [[BackupAndRestore]].%0a%0a%0a>>faq%3c%3c [[#faq]]%0a%0aQ: How is a [[Wiki Group]] deleted?%0aA: An admin can remove the group pages from @@wiki.d/@@. Note that a wiki page may also have related uploads.%0a%0aA: Fully deleting a group via the wiki isn't possible, since a delete counts as an "update" which causes the [[Recent Changes]] page to be re-created.%0aIt is possible to modify the site's configuration to allow deletion of the group's RecentChanges page -- see Cookbook:RecentChangesDeletion.%0a%0aQ: How is a [[Categories|Category]] deleted?%0aA: To delete a category, delete all the [@[[!Category]]@] references from all pages where they occur, then delete the category page as explained above.%0a%0a[[!maintenance]]%0a
|
||||
time=1377051424
|
@ -1,9 +0,0 @@
|
||||
version=pmwiki-2.2.36 ordered=1 urlencoded=1
|
||||
author=Caroline Guénette
|
||||
charset=UTF-8
|
||||
csum=Add to category "PmWiki Developer"
|
||||
name=PmWiki.DesignNotes
|
||||
rev=27
|
||||
targets=PmWiki.PmWikiPhilosophy,PmWiki.MailingLists,PmWiki.FlatFileAdvantages,PmWiki.HierarchicalGroups,PmWiki.PageLocking,PmWiki.SimultaneousEdits,PmWiki.PageFileFormat,PmWiki.SearchImprovements,PmWiki.FilePermissions,PmWiki.WikiGroupMotivation,PmWiki.WYSIWYG,PmWiki.DesignNotes,Category.PmWikiDeveloper
|
||||
text=(:Summary:Some of the features and notes about PmWiki's design decisions:)%0aHere are some of the features and notes about PmWiki's design decisions. %0aMany of these derive directly from the [[PmWiki Philosophy]] and lots of discussion on the [[mailing lists]].%0a%0a* [[PmWiki:Flat File Advantages]] - why PmWiki uses flat files to store pages instead of an SQL database%0a* [[PmWiki:Hierarchical Groups]] - why PmWiki doesn't support nested groups%0a* [[PmWiki:Page Locking]] - how PmWiki works without locking pages (see also [[simultaneous edits]])%0a* [[PmWiki:Page File Format]] - the format of PmWiki's page files%0a* [[PmWiki:Search Improvements]] - why PmWiki has a native search engine%0a* [[PmWiki:File Permissions]] - some information about PmWiki's file permission settings%0a* [[PmWiki:Wiki Group Motivation]] - why WikiGroups%0a* [[PmWiki:WYSIWYG]] - why not WYSIWYG.%0a%0a>>faq%3c%3c [[#faq]]%0a%0aQ: Why doesn't PmWiki use hierarchical / nested groups?%0aA: It essentially comes down to figuring out how to handle %0apage links between nested groups; if someone can figure out %0aan obvious, intuitive way for authors to%0ado that, then nested groups become plausible. See [[Design Notes]]%0aand [[PmWiki:Hierarchical Groups]].%0a%0aQ: Why don't PmWiki's scripts have a closing ?> tag?%0aA: All of PmWiki's scripts now omit the closing ?> tag. The tag is not%0arequired, and it avoids problems with unnoticed spaces or blank%0alines at the end of the file. Also, some file transfer protocols%0amay change the newline character(s) in the file, which can also%0acause problems. See also the [[http://php.net/manual/en/language.basic-syntax.instruction-separation.php | Instruction separation ]] page in the PHP manual.%0a%0aQ: Does PmWiki support WYSIWYG editing (or something like the FCKEditor)?%0aA: Short answer: PmWiki provides GUI buttons in a toolbar for common markups, but otherwise does not have WYSIWYG editing. For the reasons why, see PmWiki:WYSIWYG.%0a%0aCategories: [[!PmWiki Developer]]%0a%0a
|
||||
time=1330954338
|
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=gb
|
||||
charset=UTF-8
|
||||
csum=+doc (extracted from Pm answer, mailing list)
|
||||
ctime=1178938308
|
||||
host=85.171.160.186
|
||||
name=PmWiki.Drafts
|
||||
rev=10
|
||||
targets=PmWiki.Passwords,PmWiki.Drafts
|
||||
text=(:Summary: Draft versions of pages:)%0aPmWiki has the capability to stage ''draft'' versions of a page prior to them becoming "official". All of the draft pages end in "-Draft" by default (this can be changed by setting $DraftSuffix). Multiple interim edits to a page can be temporarily saved in a "-Draft" copy of a page until the draft is ready to be published to the original.%0a%0aWhen the site administrator sets $EnableDrafts in a local customization file, the "Save" button on the edit page is split into separate "Publish" and "Save draft" buttons. %0a%0aThe "Save draft" button causes any edits to be saved to a "-Draft" copy of the original page, leaving the original page intact. Subsequent requests to edit the page (either the original or -Draft) bring up the draft copy for further editing.%0a%0aThe "Publish" button saves back to the original non-Draft copy of the page, removing any -Draft page that may have been created.%0a%0aBy default, saving drafts and publishing are available to anyone with 'edit' permissions (see [[Passwords]]). However, the site administrator can also set the $EnablePublishAttr configuration variable, which provides a separate 'publish' permission that is required to publish to the original page.%0a%0a'''Drafts and pagelists (and RSS)'''%0a%0aThe drafts module also sets pagelists (and thus RSS feeds) to ignore "-Draft" pages by default; one has to do list=all or similar in order to have draft pages included in a pagelist or RSS feed.%0a%0a>>faq%3c%3c [[#faq]]%0a%0aQ: How do I moderate all postings?%0a%0aA: Start by [[Drafts | enabling drafts]] to change the "Save" button into separate "Publish" and "Save draft" buttons. Then set $EnablePublishAttr. This adds a "publish" authorization level to distinguish editing of page drafts from publishing.%0a
|
||||
time=1315670897
|
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=Lorenzo
|
||||
charset=UTF-8
|
||||
csum=
|
||||
host=85.171.160.186
|
||||
name=PmWiki.FAQ
|
||||
rev=586
|
||||
targets=Site.Search,PmWiki.DocumentationIndex,PmWiki.Questions
|
||||
text=(:Summary:List of frequently asked questions:)%0aThis page will attempt to summarize some of the more commonly asked questions. The answers are on the corresponding pages (see link). If you have a question which isn't answered here, you can leave your question on the [[(PmWiki:)Questions]] page or search for documentation using the [[Site.Search | search]] facility. More documentation can be found on the [[PmWiki.DocumentationIndex | documentation index]] page.%0a%0a(:comment The questions and answers are held on their respective page(s), then collated below according to the pagelist. Please make changes to those page(s) rather than making the changes here .:)%0a%0a(:pagelist trail=PmWiki.DocumentationIndex name=-{*$FullName} "[[#faq]]" fmt=#includefaq class=faqtoc:)%0a%0a
|
||||
time=1315670897
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=simon
|
||||
charset=UTF-8
|
||||
csum=trail
|
||||
host=85.171.160.186
|
||||
name=PmWiki.Glossary
|
||||
rev=29
|
||||
targets=PmWiki.WikiFarmTerminology
|
||||
text=(:Summary: Terms related to PmWiki:)%0a%0aThis page describes various terms related to PmWiki.%0a%0a:Author: Any user with privileges to write to the wiki.%0a%0a:Admin: The person (or people) who controls access to the wiki, configures the wiki, and generally is the person who installed the wiki.%0a%0a:Configuration file: A specially-named PHP script file where local customizations can take place for a farm, a wiki, a group, or a page.%0a%0a:Default configuration: The way Pm has chosen to set all settings, or an individual setting, by default. For example, $EnablePathInfo is disabled by default. A wiki with no ''local/config.php'' file is using the default configuration. Likewise, a farm that only defines $FarmPubDirUrl in ''farmconfig.php'' is using the default configuration.%0a%0a[[#farm]]%0a:Farm: A group of wikis that share code. Content and formats may or may not be shared. For more farm-related terms, including several which have been deprecated, see [[WikiFarmTerminology]]%0a%0a:Farm-wide configuration file: A WikiFarm's ''local/farmconfig.php'' file, where any settings (besides $FarmPubDirUrl) customize the default configuration for all of the wikis in a farm.%0a%0a:Full page name: The ''full page name'' consists of a group and a name, e.g. [@Main.WikiSandbox@]. The variable for the full page name is [@{$FullName}@], which for this page is @@{$FullName}@@. Similarly, the variable for the group is [@{$Group}@] which here is @@{$Group}@@.%0a%0a:Group: A collection of associated wiki pages; by default this appears in the page name as "Group.PageName". Attributes can be set on all pages in the group simultaneously. The variable for the group is [@{$Group}@], which here is @@{$Group}@@.%0a%0a:Local configuration file: A specially-named PHP script where local customizations can take place for an individual wiki. For an entire wiki it's named ''local/config.php''. Individual groups and pages can also have their own local configuration files.%0a%0a:Local customization: Any deviation from the default configuration. A related phrase is "farm-wide customization".%0a%0a:Page file name: The ''page file name'' is the name of the file that normally stores the data of a page in the directory [@wiki.d/@]. This file name is normally built directly from the page name.%0a%0a:Page link: A ''page link'' is something that is used to generate a link to a page. For example, the markup [@[[wiki sandbox]]@], [@[[(wiki) sandbox]]@], [@WikiSandbox@], [@Main/WikiSandbox@], [@[[Main/wiki sandbox]]@], [@[[Main.WikiSandbox | click here]]@], etc all specify a link to the page '[=Main.WikiSandbox=]'. In each case PmWiki uses the context of the link to generate a page name from the page link -- normally by capitalizing each word found in the link and stripping any characters that aren't considered valid in page names.%0a%0a:Page name: The ''page name'' is a string that PmWiki uses to refer to a page - i.e. it ''names the page''. This could also be considered a ''handle'' for the page. The variable for the page name is simply called [@{$Name}@], which for this page is @@{$Name}@@.%0a-> Note that there is no whitespace in page names, and by default PmWiki capitalizes each word in a page's name. There is however a variable [@{$Namespaced}@] where spaces have been inserted, e.g. for the page [=WikiSandbox=] this variable would be [@Wiki Sandbox@].%0a-> Note that PmWiki also uses the page name to locate per-group and per-page customization files in the [@local/@] subdirectory. For example, browsing [=Main.WikiSandbox=] would cause [@local/Main.WikiSandbox.php@] and [@local/Main.php@] to be loaded if these files existed.%0a%0a:Page title: A ''page title'' is the title element of a page, i.e. what is usually shown above the page and in the browser window's name. This title is normally set via the directive [@(:title:)@], but if no such directive is given the title will be automatically generated from the page name. The title of a page is accessed via either the variable [@{$Title}@] or the variable [@{$Titlespaced}@]. The latter differs in that it uses the spaced version of the name.%0a%0a:Page URI: Page names are used in `URIs to tell PmWiki which page is to be loaded or acted upon. The normal form of a page URI is usually one of these two%0a--> [@http://www.example.com/pmwiki/pmwiki.php?n=Main.WikiSandbox@]%0a--> [@http://www.example.com/pmwiki/pmwiki.php/Main.WikiSandbox@]%0a-> Note that various aliasing and rewriting tricks can be used to modify this, but PmWiki expects to obtain a page name from the parameter 'n' or from the [@PATH_INFO@] component following the URI of the script ([@pmwiki.php@]).%0a-> Note that the parameter 'n' takes precedence over [@PATH_INFO@] if both are available.%0a%0a:Wikifarm:Synonymous for "[[#farm | farm]]".%0a%0a
|
||||
time=1315670897
|
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=SchreyP
|
||||
charset=UTF-8
|
||||
csum=Add "|+" after Documentation index link so translation is shown
|
||||
ctime=1219202352
|
||||
host=85.171.160.186
|
||||
name=PmWiki.GroupFooter
|
||||
rev=62
|
||||
targets=PmWiki.DocumentationIndex,PmWiki.Variables,PmWiki.GroupF
|
||||
text=(:Summary:Trail and talk page links:)%0a[[#trailstart]] (:comment included in PmWiki localisation headers and footers :)%0a(:if ontrail {*$Group}.DocumentationIndex#trailstart#trailend {*$Name}:) %0a(:div style="clear:right; float:right; font-size:smaller; background-color:#eee;":)%0a%3c|[[{*$Group}/Documentation index(#trailstart#trailend)|+]]|> %25%25%0a(:divend:)%0a(:ifend:)%0a(:if ontrail {*$Group}.Variables {*$Name}:) %0a(:div style="clear:right; float:right; font-size:smaller; background-color:#ddd;":)%0a%3c|[[{*$Group}/Variables]]|> %25%25%0a(:divend:)%0a(:ifend:)%0a[[#trailend]]%0a[[%3c%3c]]%0a>>bgcolor=#ffe border-top="1px solid black" font-size=.8em%3c%3c%0a(:if name *-Talk:)%0aThis is a talk page for improving [[{(substr "{*$FullName}" 0 -5)}]].%0a(:else:)%0aThis page may have %25commentout-pmwikiorg%25 a more recent version on [[(http://www.)pmwiki.org]]: [[PmWiki:{*$Name}]], and %25%25 a talk page: [[PmWiki:{*$Name}-Talk]].%0a(:ifend:)%0a>>%3c%3c%0a
|
||||
time=1315670897
|
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=Simon
|
||||
charset=UTF-8
|
||||
csum=restore
|
||||
host=85.171.160.186
|
||||
name=PmWiki.GroupHeader
|
||||
rev=63
|
||||
targets=
|
||||
text=(:Summary: PmWiki group header. Includes styles and trail.:)%0a%25define=note font-style=italic color=green%25\%0a%25define=important block bgcolor=#fcc border='1px solid black' padding=5px%25\%0a%25define=audience class='frame rfloat' font-size:smaller bgcolor=#ffffcc clear:right%25(:comment please leave the multiple style definitions concatenated as a single line. Linebreaks do appear in the output when the wiki is configured with linebreaks enabled -- thanks!:)%0a(:include PmWiki.GroupFooter#trailstart#trailend:)%0a(:if ! equal "{*$:Audience} "" :)(:div style="clear:right;":)%25audience%25{*$:Audience}%25%25%0a(:divend:)(:ifend:)
|
||||
time=1315670897
|
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.48 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=title GroupHeaders and GroupFooters
|
||||
name=PmWiki.GroupHeaders
|
||||
rev=72
|
||||
targets=PmWiki.WikiGroup,PmWiki.WikiStyles,PmWiki.PageDirectives,PmWiki.WikiAdministrator,PmWiki.IncludeOtherPages,PmWiki.LayoutVariables,Cookbook.AllGroupHeader,Cookbook.WikiFooter
|
||||
text=(:Summary: Group Header and Group Footer page usage:)(:title GroupHeaders and GroupFooters:)%0a(:Audience: authors (intermediate) :)%0aEvery [[WikiGroup]] can have `GroupHeader and `GroupFooter pages that contain markup that should be included at the beginning or end of each page within the group. This feature is useful for:%0a%0a* adding a disclaimer or heading to all of the pages of a group%0a* defining custom [[WikiStyles]] that may be used for all pages in a group%0a* replacing the default headers and/or footers for pages in a group (e.g., using [@(:noheader:)@] and or [@(:nofooter:)@] -- see [[PageDirectives]]).%0a%0aTo create a group header, just create a new page called [@YourGroup.GroupHeader@]. Group headers allow authors to create groups with custom headers and footers without having to coordinate with a [[wiki administrator]]. %0a%0aThe default `GroupHeader or `GroupFooter can be suppressed on an individual page (such as a group's `HomePage) by using the [@(:nogroupheader:)@] and [@(:nogroupfooter:)@] markups ''on that page''.%0a%0aIf a generic `GroupHeader is used in one wikigroup (say, the Site wikigroup), then the code can be easily duplicated in the `GroupHeader of any other group by using %0a[@(:include Site.GroupHeader:)@]. See [[IncludeOtherPages]].%0a%0aIf you want a header or footer to appear when you print a page (action '''print'''), simply create a page called [@YourGroup.GroupPrintHeader@] or [@YourGroup.GroupPrintFooter@] and fill it with your markup.%0a%0aYou can also set the variable [[LayoutVariables#GroupPrintHeaderFmt | [@$GroupPrintHeaderFmt@]]] and [[LayoutVariables#GroupPrintFooterFmt | [@$GroupPrintFooterFmt@]]] in the same way as [@$GroupHeaderFmt@] and [@GroupFooterFmt@] in order to change the header used when [@action=print@]. %0a%0aSee also%0a* [[Cookbook:All group header]] [- {Cookbook/AllGroupHeader$:Summary} -]%0a* [[Cookbook:Wiki footer]] [- {Cookbook/Wikifooter$:Summary} -]%0a%0a%0a>>faq%3c%3c [[#faq]]%0a%0aQ: How do I set the same header or footer for all pages/groups?%0aA: The header and footer for each page are controlled by the variables $GroupHeaderFmt and $GroupFooterFmt. If your site-wide header and footer pages are Site.SiteHeader and Site.SiteFooter, you can add this in config.php:%0a%0a->[@%0a### If you use Site.SiteHeader and Group.GroupHeader%0a$GroupHeaderFmt = '(:include {$SiteGroup}.SiteHeader'%0a . ' basepage={*$FullName}:)(:nl:)' . $GroupHeaderFmt;%0a%0a### If you use Site.SiteHeader instead of Group.GroupHeader%0a$GroupHeaderFmt = '(:include {$SiteGroup}.SiteHeader'%0a . ' basepage={*$FullName}:)(:nl:)';%0a%0a### If you use Site.SiteFooter and Group.GroupFooter%0a$GroupFooterFmt .= '(:nl:)(:include {$SiteGroup}.SiteFooter'%0a . ' basepage={*$FullName}:)';%0a%0a### If you use Site.SiteFooter instead of Group.GroupFooter%0a$GroupFooterFmt = '(:nl:)(:include {$SiteGroup}.SiteFooter'%0a . ' basepage={*$FullName}:)';%0a@]%0a%0aNote that single quotes must be used in the lines above.%0a%0aSee also the Cookbook:AllGroupHeader recipe.%0a%0aA: Instead of using an additional page, you could set any wiki text in $GroupHeaderFmt, for example:%0a%0a->[@$GroupHeaderFmt .= "Global message here.";@]%0a
|
||||
time=1361895313
|
||||
title=GroupHeaders and GroupFooters
|
@ -1,11 +0,0 @@
|
||||
version=pmwiki-2.2.30 ordered=1 urlencoded=1
|
||||
agent=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
|
||||
author=mfwolff
|
||||
charset=UTF-8
|
||||
csum=
|
||||
host=85.171.160.186
|
||||
name=PmWiki.I18nVariables
|
||||
rev=16
|
||||
targets=PmWiki.Internationalizations,Site.Preferences
|
||||
text=(:Summary:variables used for internationalization (i18n):)%0a%0aThis page describes the variables used by PmWiki for [[Internationalizations]] (i18n).%0a%0a:$EnableXLPageScriptLoad:This variable, if set to 0, will disable the 'xlpage-i18n' parameter in XLPage definitions and thus it will prevent editors from (accidentally) loading scripts and changing the website encoding. Note that if you use this variable, you should include the required scripts, eg. xlpage-utf-8.php, from config.php.%0a%0a:$VarPagesFmt:An array which contains the PageNames where you can find lists (trails) of pages containing variable definitions. To be modified when documentation is not in English. See ''scripts/vardoc.php''.%0a%0a:@@%25blue%25$XL%25%25@@:An array (hash) which contains pairs of language identifiers and translation hashes. Each translation hash maps a given lookup key (or phrase) into a corresponding text string for the given language. Thus, it is essentially a multi-lingual dictionary used for phrase translation. It is also used for handling user preference mappings. Thus, the 'e_row' value that one finds on the [[Site.Preferences]] page is loaded into $XL during preference processing.%0a%0a:$XLLangs:An array that contains the names of the currently active language definitions. Only dictionaries in $XL that are named in $XLLangs are used by the [=$[...]=] markup when performing a translation.%0a%0aSee also:%0a* $TimeFmt%0a
|
||||
time=1315670897
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
version=pmwiki-2.2.45 ordered=1 urlencoded=1
|
||||
author=Petko
|
||||
charset=UTF-8
|
||||
csum=Noone is afraid :-)
|
||||
ctime=1180819909
|
||||
name=PmWiki.Introduction
|
||||
rev=32
|
||||
targets=PmWiki.WikiWikiWeb,PmWiki.PmWiki,Main.WikiSandbox,PmWiki.BasicEditing,PmWiki.TextFormattingRules,PmWiki.Requirements,PmWiki.DocumentationIndex,PmWiki.Download,PmWiki.Installation,PmWiki.MailingLists,PmWiki.HowToGetAssistance
|
||||
text=(:Summary:Frequent questions before installing PmWiki:)%0a>>faq%3c%3c [[#faq]]%0aQ: What is PmWiki?%0aA: PmWiki is a [[WikiWikiWeb|wiki-based]] system for collaborative creation and maintenance of websites. See [[PmWiki/]].%0a%0aQ: What can I do with it?%0aA: PmWiki pages look and act like normal web pages, except they have an "Edit" link that makes it easy to modify existing pages and add new pages into the website, using [[basic editing]] rules. You do not need to know or use any HTML or CSS. Page editing can be left open to the public or restricted to small groups of authors. Feel free to experiment with the [[PmWiki/Text Formatting Rules]] in the "[[Main/WikiSandbox?action=edit | Wiki sandbox]]". The website you're currently viewing is built and maintained with PmWiki.%0a%0aQ: What are the requirements?%0aA: See the [[PmWiki.Requirements | PmWiki requirements]] page.%0a%0aQ: Where can I find documentation?%0aA: See the [[PmWiki.DocumentationIndex | documentation index]] page.%0a%0aQ: How can I download PmWiki?%0aA: See the [[PmWiki:Download | download]] page.%0a%0aQ: How do I install PmWiki?%0aA: Instructions for installation are on the [[PmWiki.Installation | installation page]].%0a%0aQ: How do I get help with PmWiki?%0aA: See [[(PmWiki:)Mailing lists]] and [[(PmWiki:)How to get assistance]].%0a%0aQ: How do you pronounce "Michaud"?%0aA: "Michaud" is french pronounced "mee show", the trailing D is silent.%0a
|
||||
time=1355132038
|
File diff suppressed because one or more lines are too long
@ -1,9 +0,0 @@
|
||||
version=pmwiki-2.2.71 ordered=1 urlencoded=1
|
||||
author=gb
|
||||
charset=UTF-8
|
||||
csum=update $MakePageNamePatterns (because of /e)
|
||||
name=PmWiki.LinkVariables
|
||||
rev=66
|
||||
targets=Cookbook.PagePaths,PmWiki.InterMap,Cookbook.DotsInLinks,PmWiki.PageDirectives,Category.PmWikiDeveloper
|
||||
text=(:Summary:variables that control the display of links in pages:)%0a(:Audience: admins (advanced):)%0a:$EnableLinkPageRelative:When enabled, causes PmWiki to use relative urls for page links instead of absolute urls.%0a $EnableLinkPageRelative = 1;%0a%0a:$PagePathFmt: This array lists the order in which PmWiki looks for the page that you ''most likely'' are attempting to link to. The default is listed below. Look at Cookbook:PagePaths for some ideas.%0a [=array('{$Group}.$1', '$1.$1', '$1.{$DefaultName}')=]%0a%0a:$LinkPageExistsFmt:The (HTML) string to output for links to already existing wiki pages. Defaults to %0a [=%3ca class='wikilink' href='\$LinkUrl'>\$LinkText%3c/a>=]%0a%0a:$LinkPageCreateFmt:The (HTML) string to output for links to non-existent wiki pages. The default is to add a '?' after the link text with a link to the page edit/create form. Defaults to%0a [=%3ca class='createlinktext' href='\$PageUrl?action=edit'>\$LinkText%3c/a>=]%0a [=%3ca class='createlink' href='\$PageUrl?action=edit'>?%3c/a>=]%0a%0a:$LinkPageCreateSpaceFmt:Same as $LinkPageCreateFmt, but used when the link text has a space in it. %0a%0a:$LinkPageSelfFmt:The (HTML) string to output for self-referencing links (i.e. links to the page itself). Defaults to%0a [=%3ca class='selflink' href='\$LinkUrl'>\$LinkText%3c/a>=]%0a%0a:$UrlLinkFmt:The (HTML) string to output for URL-links that begin with 'http:', 'ftp:', etc. Defaults to%0a [=%3ca class='urllink' href='\$LinkUrl' title='\$LinkAlt' rel='nofollow'>\$LinkText%3c/a>=]%0a%0a:$IMapLinkFmt: an array of link formats for various link "schemes". Not set as default.%0a->Examples of custom formats to allow different styling via classes: %0a->Links to http: standard url links:%0a [= $IMapLinkFmt['http:'] = "%3ca class='httplink urllink' href='\$LinkUrl'>\$LinkText%3c/a>"; =] %0a->Links to https: secure pages:%0a [= $IMapLinkFmt['https:'] = "%3ca class='httpslink urllink' href='\$LinkUrl'>\$LinkText%3c/a>"; =] %0a->Links to PmWiki: InterMap shortcut:%0a [= $IMapLinkFmt['PmWiki:'] = "%3ca class='pmwikilink urllink' href='\$LinkUrl'>\$LinkText%3c/a>";=]%0a%0a:$InterMapFiles:An array consisting a list of files and pages containing [[InterMap]] entries to be loaded.%0a%0a:$MakePageNameFunction:Name of a custom function to replace `MakePageName(), which converts strings into valid page names.%0a%0a:$MakePageNamePatterns: $MakePageNamePatterns is an array of regular expression replacements that is used to map the page link in a ''free link'' such as [@[[free link]]@] into a page name. Currently the default sequence is: [@%0a "/'/" => '', # strip single-quotes%0a "/[^$PageNameChars]+/" => ' ', # convert everything else to space%0a '/((^|[^-\\w])\\w)/' => PCCF("return strtoupper(\$m[1]);"),%0a '/ /' => ''%0a@]%0a: :Note that if you change $MakePageNamePatterns, the documentation links may break. This can be fixed by re-setting $MakePageNamePatterns to the default in local/PmWiki.php.%0a%0a:$MakePageNameSplitPattern:See Cookbook:DotsInLinks.%0a%0a:$WikiWordCountMax:The maximum number of times to convert each WikiWord encountered on a page. Defaults to 1,000,000. Common settings for this variable are zero (disable WikiWord links) and one (convert only the first occurrence of each WikiWord).%0a $WikiWordCountMax = 0; # disable WikiWord links%0a $WikiWordCountMax = 1; # convert only first WikiWord%0a%0a:$WikiWordCount:An array that allows the number of WikiWord conversions to be set on a per-WikiWord basis. The default is to use $WikiWordCountMax unless a value is set in this array. By default PmWiki sets @@$WikiWordCount['PmWiki']=1@@ to limit the number of conversions of "PmWiki".%0a $WikiWordCount[=['PhD']=0; # Don't convert "PhD"=]%0a $WikiWordCount['WikiWord']=5; # Convert WikiWord 5 times%0a # the following lines keep a page from linking to itself%0a $title = [=FmtPageName=]('$Title_',$pagename);%0a $WikiWordCount[$title]=0; %0a %0a:$EnableRedirectQuiet:Enable the @@quiet=1@@ parameter for the [[PmWiki.PageDirectives#redirect|redirect directive]]. On publicly edited wikis it is advisable not to enable quiet redirects.%0a $EnableRedirectQuiet = 0; # disable quiet redirects (default)%0a $EnableRedirectQuiet = 1; # enable quiet redirects%0a%0aCategories: [[!PmWiki Developer]]
|
||||
time=1421886876
|
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user