DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:displaywikipage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:displaywikipage [2009-10-11 10:51] – moved plugin page from tatewake.com to here, merged information tatewakeplugin:displaywikipage [2020-09-19 11:41] tjgrant@tatewake.com
Line 1: Line 1:
 ====== Display Wiki Page for DokuWiki ====== ====== Display Wiki Page for DokuWiki ======
 +
 +
  
 ---- plugin ---- ---- plugin ----
-description: This plugin defines an additional template function such that you can display more than one wiki page at a time on any given document. (This is the sidebar/side bar plugin!)+description: Plugin that defines an additional template function such that you can display more than one wiki page at a time on any given document.
 author     : Terence J. Grant author     : Terence J. Grant
 email      : tjgrant@tatewake.com email      : tjgrant@tatewake.com
 type       : admin type       : admin
-lastupdate : 2009-05-28 +lastupdate : 2020-09-19 
-compatible : 2006-03-09+compatible : 2020-07-29 "Hogfather", 2018-04-22 "Greebo", 2017-02-19 "Frusterick Manners", 2016-06-26 "Elenor Of Tsort"
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : include, sidebar similar    : include, sidebar
 tags       : sidebar, include tags       : sidebar, include
 +
 +downloadurl: https://github.com/tatewake/dokuwiki-plugin-displaywikipage/archive/master.zip
 +bugtracker: https://github.com/tatewake/dokuwiki-plugin-displaywikipage/issues
 +sourcerepo: https://github.com/tatewake/dokuwiki-plugin-displaywikipage
 ---- ----
  
Line 18: Line 24:
   * **Author:** [[tjgrant@tatewake.com|Terence J. Grant]]   * **Author:** [[tjgrant@tatewake.com|Terence J. Grant]]
   * **License:** [[http://www.opensource.org/licenses/gpl-license.php|GNU GPL v2]]   * **License:** [[http://www.opensource.org/licenses/gpl-license.php|GNU GPL v2]]
-  * **Last Update:** 2009-05-28 
   * **Donate:** [[https://www.paypal.com/xclick/business=tjgrant%40tatewake.com&item_name=Display%20wiki%20page%20for%20DokuWiki%20Donation&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US|Click here.]]   * **Donate:** [[https://www.paypal.com/xclick/business=tjgrant%40tatewake.com&item_name=Display%20wiki%20page%20for%20DokuWiki%20Donation&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US|Click here.]]
- 
-It's not required, but please consider linking to [[displaywikipage|this page]] or the main page from your site if you like this product. 
  
 ===== Download ===== ===== Download =====
Line 29: Line 32:
  
   * This is the **latest version**, compatible with **The Latest DokuWiki**:   * This is the **latest version**, compatible with **The Latest DokuWiki**:
-    * Latest Version: {{http://cloud.github.com/downloads/tatewake/dokuwiki-plugin-displaywikipage/displaywikipage-stable.tar.gz}} - May 28, 2009 +    * Latest Version: {{http://cloud.github.com/downloads/tatewake/dokuwiki-plugin-displaywikipage/displaywikipage-stable.tar.gz}} 
-    * Github URL:  [[http://github.com/tatewake/dokuwiki-plugin-displaywikipage]]+    * Github URL:  [[https://github.com/tatewake/dokuwiki-plugin-displaywikipage]]
  
   * Older downloads are available on request only.   * Older downloads are available on request only.
Line 66: Line 69:
 The plugin also exports a function for use with your template, so you will have to insert the following code into your template, somewhere inside of the **<head></head>** tags. The plugin also exports a function for use with your template, so you will have to insert the following code into your template, somewhere inside of the **<head></head>** tags.
  
-Typically you'll want to do this for any PHP (or HTML) files containing the string "<head>"; at a minimum you can do just main.php.((If you only do main.php though you'll miss some types of pages (like upload file), so I suggest searching for head tags through all the php files in a template to make sure you get them all.))+Typically you'll want to do this for any PHP (or HTML) files containing the string "<head>"; at a minimum you can do just main.php.((If you only do main.php though you'll miss some types of pages (like upload file), so I suggest searching for head tags through all the PHP files in a template to make sure you get them all.))
  
 <code php> <code php>
Line 87: Line 90:
  
 ===== What's New ===== ===== What's New =====
 +
 +==== Sep 19, 2020 ====
 +
 +  * Updated release with nicer documentation and code cleanup
  
 ==== May 28, 2009 ==== ==== May 28, 2009 ====
Line 92: Line 99:
   * A work-around to the ACL issue has been implemented, thanks to an anonymous contributor.   * A work-around to the ACL issue has been implemented, thanks to an anonymous contributor.
  
-Apparently **auth_aclquickcheck** can't handle leading colons in IDs-- so I feel this is still broken in DW, but at least the plugin can honor ACL properly.+Apparently **auth_aclquickcheck** can't handle leading colons in IDs-- so I feel this is still broken in DokuWiki, but at least the plugin can honor ACL properly.
  
 ==== February 15, 2007 ==== ==== February 15, 2007 ====
Line 261: Line 268:
 --- //Martin Schleyer 11/29/2006 13:46// --- //Martin Schleyer 11/29/2006 13:46//
  
-To make displaywikipage working with the last dokuwiki, I change code.php like this (might broke something, but it seems to work.+To make displaywikipage working with the last DokuWiki, I change code.php like this (might broke something, but it seems to work.
 <code php> <code php>
 <?php <?php
plugin/displaywikipage.txt · Last modified: 2022-10-03 23:41 by lenehey

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki