Development

Changeset 7058

You must first sign up to be able to contribute.

Changeset 7058

Show
Ignore:
Timestamp:
01/15/08 00:17:26 (9 months ago)
Author:
naholyr
Message:

[nahoWikiPlugin] Updated README (typos)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/nahoWikiPlugin/trunk/README

    r7057 r7058  
    152152 
    153153} 
     154}}} 
    154155 
    155156To override a template file named `plugins/nahoWikiplugin/modules/nahoWiki/templates/theTemplate.php`, just copy it to `modules/nahoWiki/templates/theTemplate.php` in your app's folder, and then edit the copied file: it will be the one used by Symfony to render the pages. 
     
    296297The main syntax is `[[Key>PageName Title]]`, and it outputs a link to the page "PageName" of the wiki named "Key", preceded by a nice icon telling the user this is an Interwiki link. 
    297298 
    298 If the file named `web/nahoWikiPlugin/images/interwiki/key.gif` exists (or `.png` or `.jpg`) it will be used, else we use the generic `interwiki.png` [[Image(source:/plugins/nahoWikiPlugin/web/images/interwiki.png)]] 
     299If the file named `web/nahoWikiPlugin/images/interwiki/key.gif` exists (or `.png` or `.jpg`) it will be used, else we use the generic `interwiki.png` [[Image(source:plugins/nahoWikiPlugin/trunk/web/images/interwiki.png, image/x-trac-wiki)]] 
    299300 
    300301To add a new Interwiki, just create a file named `interwiki.yml` in your app's folder, and add the key you want :