DokuWiki

It's better when it's simple

User Tools

Site Tools


template:amanuensis

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
template:amanuensis [2014-08-03 17:27] Aleksandrtemplate:amanuensis [2023-12-16 18:42] (current) – new download url Aleksandr
Line 10: Line 10:
 conflicts     :  conflicts     : 
 similar       :  similar       : 
-screenshot_img:  
 tags          :  tags          : 
  
-downloadurl   :  +downloadurl   : https://trello.com/1/cards/5d600d527edb404fd42f813d/attachments/5d600d6f491c4749eb7db097/download/amanuensis.zip 
-bugtracker    : # eg. http://github.com/example/dokuwiki-plugin-sample/issues +bugtracker    :  
-sourcerepo    : # eg. http://github.com/example/dokuwiki-plugin-sample+sourcerepo    :  
-donationurl   : # eg. https://www.paypal.com/...+donationurl   :  
 + 
 +screenshot_img
 ---- ----
  
Line 26: Line 27:
   - Add a form to directly add new pages (and subpages)   - Add a form to directly add new pages (and subpages)
   - Keep it clean, keep it wiki   - Keep it clean, keep it wiki
- 
  
 ===== Download and Install ====== ===== Download and Install ======
Line 32: Line 32:
 Use the following URL to download this template: Use the following URL to download this template:
  
-  * [[http://mail.minifienixon.com/amanuensis/lib/exe/fetch.php?id=documentation&cache=cache&media=amanuensis.zip|amanuensis.zip]] FIXME NOT FOUND +  * [[https://trello.com/1/cards/5d600d527edb404fd42f813d/attachments/5d600d6f491c4749eb7db097/download/amanuensis.zip|amanuensis.zip]]
-  * [[https://yadi.sk/d/LlI2feKFYxZ7S|Download from Yandex.Disk]]+
  
 Refer to [[:template]] on how to install and use templates in DokuWiki. Then follow these steps: Refer to [[:template]] on how to install and use templates in DokuWiki. Then follow these steps:
  
-  - Copy about.txt and help.txt from the root of the templates directory to /data/wiki+  - Copy ''about.txt'' and ''help.txt'' from the root of the templates directory to ''/data/wiki''
   - Add the following lines to **/conf/local.php** <code php>$conf['amanuensis']['nspages'] = 'true';</code> and <code php>$conf['amanuensis']['addpage'] = 'true';</code>   - Add the following lines to **/conf/local.php** <code php>$conf['amanuensis']['nspages'] = 'true';</code> and <code php>$conf['amanuensis']['addpage'] = 'true';</code>
-  - Replace the logo **/lib/tpl/amanuensis/images/logo/amanuensis.png** with one of your choosing+  - Replace the logo ''/lib/tpl/amanuensis/images/logo/amanuensis.png'' with one of your choosing
   - Do the following modifications   - Do the following modifications
  
Line 46: Line 45:
 **Note:** The following modification will **break the index** (and it will not appear as an option). Because the index functionality is largely provided by the dropdowns, this may not be a problem. **Note:** The following modification will **break the index** (and it will not appear as an option). Because the index functionality is largely provided by the dropdowns, this may not be a problem.
  
- +In ''/conf/local.php'' set
-In **/conf/local.php** set +
  
   $conf['amanuensis']['nspages'] = 'true';   $conf['amanuensis']['nspages'] = 'true';
Line 54: Line 51:
 This setting can be set to 'false' to disable this behavior (and re-enable the index) after the following mod has been added. This setting can be set to 'false' to disable this behavior (and re-enable the index) after the following mod has been added.
  
-And in **/doku.php** add the following after line 41+And in ''/doku.php'' add the following after line #41
  
 <code php> <code php>
Line 71: Line 68:
 ==== To provide form to add page and subpage: ==== ==== To provide form to add page and subpage: ====
  
-In **/conf/local.php** set +In ''/conf/local.php'' set 
  
   $conf['amanuensis']['addpage'] = 'true';   $conf['amanuensis']['addpage'] = 'true';
  
-And in **/doku.php** add the following after line 41 (or after the modification above)+And in ''/doku.php'' add the following after line #41 (or after the modification above)
  
 <code php> <code php>
Line 101: Line 98:
 ===== Operation ===== ===== Operation =====
  
-Hovering over the page name will produce a dropdown menu, showing pages and their subpages.  Hovering over sections of the name will show only those pages beneath that level. Clicking on a pagename will navigate to that page. ACL will control which pages are visible.+Hovering over the page name will produce a dropdown menu, showing pages and their subpages. Hovering over sections of the name will show only those pages beneath that level. Clicking on a pagename will navigate to that page. ACL will control which pages are visible.
  
 When DokuWiki is in edit mode, the pagename and the dropdown menus are rendered in italic text. Clicking on a pagename in edit mode will insert that page name as a link at the caret. When DokuWiki is in edit mode, the pagename and the dropdown menus are rendered in italic text. Clicking on a pagename in edit mode will insert that page name as a link at the caret.
Line 117: Line 114:
  
 ===== Compatible browsers ===== ===== Compatible browsers =====
 +
 Amanuensis works reasonably well in the following browsers: Amanuensis works reasonably well in the following browsers:
  
Line 122: Line 120:
   * Firefox   * Firefox
   * Opera   * Opera
 +
 ===== Non-compatible browsers ===== ===== Non-compatible browsers =====
 +
 The code for the dropdowns is problematic in some browsers.  Please help by listing problematic browsers, so i can add browser sniffing to degrade them gracefully. The code for the dropdowns is problematic in some browsers.  Please help by listing problematic browsers, so i can add browser sniffing to degrade them gracefully.
  
Line 148: Line 148:
  
    $conf['amanuensis']['nssuffix'] = '-_dx';    $conf['amanuensis']['nssuffix'] = '-_dx';
- 
  
 ==== Summary Drop Table width ==== ==== Summary Drop Table width ====
Line 154: Line 153:
 {{ http://www.greguti.com/julianjaynes/buglisting.png?60|clic to enlarge}}Really great template, smooth and simple and elegant. Bravo! My only complaint is about the Summary Drop Table on the upper right of a page. It looks like the width of it is really too short, so that each entry is printed in 2 or 3 rows, even with very short titles... Is it a bug with Firefox? Can I change it to a better width? Here is a screenshot, more clear than my weird English. {{ http://www.greguti.com/julianjaynes/buglisting.png?60|clic to enlarge}}Really great template, smooth and simple and elegant. Bravo! My only complaint is about the Summary Drop Table on the upper right of a page. It looks like the width of it is really too short, so that each entry is printed in 2 or 3 rows, even with very short titles... Is it a bug with Firefox? Can I change it to a better width? Here is a screenshot, more clear than my weird English.
  
 +==== Up-right menu display question ====
  
-==== Up-right menu display question ==== 
 Am wondering if anyone could suggest as how I could modify to make the up-right menu fully display in the language of my choice (e.g. big5 encoding). Am wondering if anyone could suggest as how I could modify to make the up-right menu fully display in the language of my choice (e.g. big5 encoding).
  
 Please refer to this image[[http://allergy.kmu.edu.tw/.temp/up-right_menu.jpg]] pertaining to my question, thanks.  Please refer to this image[[http://allergy.kmu.edu.tw/.temp/up-right_menu.jpg]] pertaining to my question, thanks. 
- 
- 
  
 ===== Sites using this Template ===== ===== Sites using this Template =====
  
   * [[http://mail.minifienixon.com/amanuensis/doku.php?id=wiki:playground|Playground]]   * [[http://mail.minifienixon.com/amanuensis/doku.php?id=wiki:playground|Playground]]
template/amanuensis.1407079627.txt.gz · Last modified: 2014-08-03 17:27 by Aleksandr

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