OtevřenáVíra

Je možné sdílet víru bez omezení?

Uživatelské nástroje

Nástroje pro tento web


wiki:dokuwiki

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

wiki:dokuwiki [13.11.2012 11:26]
161.7.81.50 HLuNBUAJJolZFmFrSAX
wiki:dokuwiki [22.12.2012 19:50] (aktuální)
Řádek 1: Řádek 1:
-MarkI haven't done anything with this since I poetsd that entrybut I did say that I did it just through changing local.php, so here is what I have in local.php in case that is all you need to get it to work. Note that the MySQL database that is specified is the one that the WordPress installation uses. I have of course changed the actual details of MySQL server, database name, and login info, and this whole thing is bracket by the start and end of php brackets:$conf['umask'      0177;              //set the umask for new files$conf['dmask'      = 0022             //directory mask accordingly$conf['title'      = &quot;Sidney's DokuWiki&quot;;        //what to show in the title$conf['useacl'     = 1               //Use Access Control Lists to restrict access?$conf['openregister']= 0               //Should users to be allowed to register?$conf['authtype'   = 'mysql'         //which authentication DB should be used (currently plain only)$conf['auth']['mysql']['server'= 'MYSQL.SERVER.NAME';$conf['auth']['mysql']['user']   = 'MYSQL_USER_NAME';$conf['auth']['mysql']['password'] = 'MYSQL_PASSWORD';$conf['auth']['mysql']['database'= 'MYSQL_DATABASE_NAME;$conf['auth']['mysql']['passcheck'] = &quot;Select user_login as login                                        FROM wp_users                                        WHERE user_login='%u'                                          AND user_pass=MD5('%p')&quot;;$conf['auth']['mysql']['userinfo'= "Select user_nickname as nameuser_email AS email                                        FROM wp_users                                        WHERE user_login='%u'&quot;;$conf['auth']['mysql']['groups'] = "SELECT 'admin' as 'group'                                        FROM wp_users                                        WHERE user_level 8                                        AND user_login='%u'                                        UNION                                        SELECT 'users' as 'group'                                        FROM wp_users                                        WHERE user_level < 9                                        AND user_login='%u'";+====== DokuWiki ====== 
 + 
 +[[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliantsimple to use [[wp>Wiki]]mainly aimed at creating documentation of any kindIt is targeted at developer teams, workgroups and small companiesIt has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required. 
 + 
 +Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki. 
 + 
 +===== Download ===== 
 + 
 +DokuWiki is available at http://www.splitbrain.org/go/dokuwiki 
 + 
 + 
 +===== Read More ===== 
 + 
 +All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>;|www.dokuwiki.org]]. 
 + 
 +**About DokuWiki** 
 + 
 +  * [[doku>features|A feature list]] :!: 
 +  * [[doku&gt;users|Happy Users]] 
 +  * [[doku&gt;press|Who wrote about it]] 
 +  * [[doku>;blogroll|What Bloggers think]] 
 +  * [[http://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]
 + 
 +**Installing DokuWiki** 
 + 
 +  * [[doku>;requirements|System Requirements]] 
 +  * [[http://www.splitbrain.org/go/dokuwiki|Download DokuWiki]] :!: 
 +  * [[doku>changes|Change Log]
 +  * [[doku>;Install|How to install or upgrade]] :!: 
 +  * [[doku>config|Configuration]
 + 
 +**Using DokuWiki** 
 + 
 +  * [[doku>;syntax|Wiki Syntax]] 
 +  * [[doku>manual|The manual]] :!: 
 +  * [[doku>FAQ|Frequently Asked Questions (FAQ)]
 +  * [[doku>glossary|Glossary]
 +  * [[http://search.dokuwiki.org|Search for DokuWiki help and documentation]] 
 + 
 +**Customizing DokuWiki** 
 + 
 +  * [[doku>tips|Tips and Tricks]] 
 +  * [[doku>;Template|How to create and use templates]] 
 +  * [[doku>plugins|Installing plugins]
 +  * [[doku>development|Development Resources]
 + 
 +**DokuWiki Feedback and Community** 
 + 
 +  * [[doku>newsletter|Subscribe to the newsletter]] :!: 
 +  * [[doku>;mailinglist|Join the mailing list]] 
 +  * [[http://forum.dokuwiki.org|Check out the user forum]
 +  * [[doku>irc|Talk to other users in the IRC channel]
 +  * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]
 +  * [[http://www.wikimatrix.org/forum/viewforum.php?id=10|Share your experiences in the WikiMatrix forum]] 
 +  * [[doku&gt;thanks|Some humble thanks]] 
 + 
 + 
 +===== Copyright ===== 
 + 
 +2004-2010 (cAndreas Gohr &lt;andi@splitbrain.org>;((Please do not contact me for help and support -- use the [[doku>mailinglist]or [[http://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community 
 + 
 +The DokuWiki engine is licensed under [[http://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your companyconsider [[doku&gt;donate|donating]] a few bucks ;-). 
 + 
 +Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]]. 
wiki/dokuwiki.1352802361.txt.gz · Poslední úprava: 13.11.2012 11:26 autor: 161.7.81.50