From: <var...@us...> - 2010-12-09 13:49:27
|
Revision: 7756 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7756&view=rev Author: vargenau Date: 2010-12-09 13:49:21 +0000 (Thu, 09 Dec 2010) Log Message: ----------- No tab Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FYouTubePlugin trunk/pgsrc/PhpWikiRecentChanges Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,17 +44,17 @@ {{{ <<GraphViz digraph automata_0 { - size ="8.5, 11"; - node [ shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 2 [ label = "a " ]; - 0 -> 1 [ label = "other " ]; - 1 -> 2 [ label = "a " ]; - 1 -> 1 [ label = "other " ]; - 2 -> 2 [ label = "a " ]; - 2 -> 1 [ label = "other " ]; - "Machine: a" [ shape = plaintext ]; + size ="8.5, 11"; + node [ shape = circle]; + 0 [ style = filled, color=lightgrey ]; + 2 [ shape = doublecircle ]; + 0 -> 2 [ label = "a " ]; + 0 -> 1 [ label = "other " ]; + 1 -> 2 [ label = "a " ]; + 1 -> 1 [ label = "other " ]; + 2 -> 2 [ label = "a " ]; + 2 -> 1 [ label = "other " ]; + "Machine: a" [ shape = plaintext ]; } >> }}} @@ -63,17 +63,17 @@ <<GraphViz digraph automata_0 { - size ="8.5, 11"; - node [shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 2 [ label = "a " ]; - 0 -> 1 [ label = "other " ]; - 1 -> 2 [ label = "a " ]; - 1 -> 1 [ label = "other " ]; - 2 -> 2 [ label = "a " ]; - 2 -> 1 [ label = "other " ]; - "Machine: a" [ shape = plaintext ]; + size ="8.5, 11"; + node [shape = circle]; + 0 [ style = filled, color=lightgrey ]; + 2 [ shape = doublecircle ]; + 0 -> 2 [ label = "a " ]; + 0 -> 1 [ label = "other " ]; + 1 -> 2 [ label = "a " ]; + 1 -> 1 [ label = "other " ]; + 2 -> 2 [ label = "a " ]; + 2 -> 1 [ label = "other " ]; + "Machine: a" [ shape = plaintext ]; } >> Modified: trunk/pgsrc/Help%2FLdapSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,9 +17,9 @@ host="localhost" port=389 basedn="" - filter="(cn=*)" + filter="(cn=*)" attributes="" - >> +>> <<LdapSearch host=ldap.example.com filter="(ou=web-team)" attributes="sn cn telephonenumber">> <<LdapSearch host="ldap.itd.umich.edu" basedn="" filter="(sn=jensen)" attributes="cn drink">> @@ -32,29 +32,29 @@ == Arguments == host _(default: from LDAP_AUTH_HOST or localhost)_: - hostname or ip or ldap:// uri to connect to. + hostname or ip or ldap:// uri to connect to. port _(default: from LDAP_AUTH_HOST or 389)_: - portnumber to connect to. + portnumber to connect to. basedn _(default: LDAP_BASE_DN)_: - connect string: "ou=Users,o=Development,dc=mycompany.com" + connect string: "ou=Users,o=Development,dc=mycompany.com" filter _(default: "(cn=*)")_: - Optional ldap_search() filter argument + Optional ldap_search() filter argument attributes _(default: empty)_ : - space seperated fields to return as table columns: "cn sn" + space seperated fields to return as table columns: "cn sn" options: - ldap_set_option(). Default: LDAP_SET_OPTION if host == LDAP_AUTH_HOST - Column seperated name=value pairs. Esp. needed for Windows Active directory: - "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0" + ldap_set_option(). Default: LDAP_SET_OPTION if host == LDAP_AUTH_HOST + Column seperated name=value pairs. Esp. needed for Windows Active directory: + "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0" user: - Default: LDAP_AUTH_USER if host == LDAP_AUTH_HOST + Default: LDAP_AUTH_USER if host == LDAP_AUTH_HOST password: - Default: LDAP_AUTH_PASSWORD if host == LDAP_AUTH_HOST - user and password are required for Windows Active directory. + Default: LDAP_AUTH_PASSWORD if host == LDAP_AUTH_HOST + user and password are required for Windows Active directory. == Examples == @@ -62,9 +62,9 @@ editbox[] name=host value=bugs.debian.org size=80 editbox[] name=port value=10101 size=80 editbox[] name=basedn value="dc=current,dc=bugs,dc=debian,dc=org" size=80 - editbox[] name=filter value="(debbugsPackage=phpwiki)" size=80 + editbox[] name=filter value="(debbugsPackage=phpwiki)" size=80 editbox[] name=attributes value="debbugsSeverity debbugsState debbugsTitle" size=80 - submit[] reset[] + submit[] reset[] >> == Author == Modified: trunk/pgsrc/Help%2FPagePermissions =================================================================== --- trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -132,17 +132,17 @@ // view: if (!ALLOW_ANON_USER) { if (!ALLOW_USER_PASSWORDS) - $perm['view'] = array(ACL_SIGNED => true); + $perm['view'] = array(ACL_SIGNED => true); else - $perm['view'] = array(ACL_AUTHENTICATED => true); + $perm['view'] = array(ACL_AUTHENTICATED => true); $perm['view'][ACL_BOGOUSER] = ALLOW_BOGO_LOGIN ? true : false; } // edit: if (!ALLOW_ANON_EDIT) { if (!ALLOW_USER_PASSWORDS) - $perm['edit'] = array(ACL_SIGNED => true); + $perm['edit'] = array(ACL_SIGNED => true); else - $perm['edit'] = array(ACL_AUTHENTICATED => true); + $perm['edit'] = array(ACL_AUTHENTICATED => true); $perm['edit'][ACL_BOGOUSER] = ALLOW_BOGO_LOGIN ? true : false; $perm['create'] = $perm['edit']; } Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,9 +27,9 @@ {{{ <<Ploticus -prefab vbars - data=myfile.dat delim=tab y=1 - clickmapurl="http://mywiki.url/wiki/?pagename=@2" - clickmaplabel="@3" -csmap + data=myfile.dat delim=tab y=1 + clickmapurl="http://mywiki.url/wiki/?pagename=@2" + clickmaplabel="@3" -csmap >> }}} @@ -82,16 +82,16 @@ // specify data using {proc getdata} #proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 +data: Brazil 22 + Columbia 17 + "Costa Rica" 22 + Guatemala 3 + Honduras 12 + Mexico 14 + Nicaragua 28 + Belize 9 + United\nStates 21 + Canada 8 // render the pie graph using {proc pie} #proc pie @@ -118,16 +118,16 @@ // specify data using {proc getdata} #proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 +data: Brazil 22 + Columbia 17 + "Costa Rica" 22 + Guatemala 3 + Honduras 12 + Mexico 14 + Nicaragua 28 + Belize 9 + United\nStates 21 + Canada 8 // render the pie graph using {proc pie} #proc pie Modified: trunk/pgsrc/Help%2FYouTubePlugin =================================================================== --- trunk/pgsrc/Help%2FYouTubePlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FYouTubePlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,19 +11,19 @@ == Usage == {{{ <<YouTube v=-dnL00TdmLY - width=425 height=350 - size=medium|small|large + width=425 height=350 + size=medium|small|large style=inline|link autoplay=0|1 - browse="Daily Pick|Most Recent|Most Viewed|Top Rated| - Most Discussed|Top Favorites|Most Linked| - Recently Featured|Most Responded|Watch on Mobile" - time="Today|This week|This month|All Time" - category="All|Autos & Vehicles|Comedy|Entertainment| - Film & Animation|Gadgets & Games|Howto & DIY|Music - News & Politics|People & Blogs|Pets & Animals| - Sports|Travel & Places" - language="All|English|Spanish|Japanese|German|Chinese|French" + browse="Daily Pick|Most Recent|Most Viewed|Top Rated| + Most Discussed|Top Favorites|Most Linked| + Recently Featured|Most Responded|Watch on Mobile" + time="Today|This week|This month|All Time" + category="All|Autos & Vehicles|Comedy|Entertainment| + Film & Animation|Gadgets & Games|Howto & DIY|Music + News & Politics|People & Blogs|Pets & Animals| + Sports|Travel & Places" + language="All|English|Spanish|Japanese|German|Chinese|French" >> }}} Modified: trunk/pgsrc/PhpWikiRecentChanges =================================================================== --- trunk/pgsrc/PhpWikiRecentChanges 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/PhpWikiRecentChanges 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary <<RssFeed feed=PhpWikiRecentChanges description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> + url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> ---- [[PhpWikiDocumentation]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |