Changeset 495

Show
Ignore:
Timestamp:
08/21/08 15:37:14 (5 months ago)
Author:
ogawa
Message:

update README.txt for Templets version 0.01

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Templets/trunk/Templets-README.txt

    r493 r495  
    2121"turn-key" solution to install any templates into your blogs. 
    2222 
     23NOTE: Latest version of Templets plugin and document is available from 
     24      [1]. 
     25 
    2326= Installation = 
    2427 
    25 plugins/Templets 
     28 * Download and extract Templets-<version>.zip file. 
     29 
     30 * Upload or copy the contents of "plugins" directory into your 
     31   "plugins" directory. 
     32 
     33   NOTE: "plugins/MyTemplet" is an example templet. If not required, 
     34         you don't need to upload this. 
     35 
     36 * After proper installation, you will find "Templets" plugin listed 
     37   on the "System Plugin Settings" screen. 
     38 
     39= How to use = 
     40 
     41Currently, Templets plugin provides just one feature that is for 
     42appending a templet to current template set. 
     43 
     44 * Go to [Design]->[Templates] and then choose the [Append a templet] 
     45   link from the "Action" list, which is located lower-right of the 
     46   page. 
     47 
     48 * Choose a templet from the drop-down box if available. If you want 
     49   to overwrite existing templates by selected templet, check 
     50   [Overwrite existing templates] box. And if you want to make backups 
     51   for existing templates which may be overwritten, check [Make 
     52   backups of existing templates first] box. 
     53 
     54 * Then click [Append]. 
     55 
     56 * You'll move to [Design]->[Templates] screen and find templates 
     57   which are included in the templet 
     58 
     59= About Templet = 
     60 
     61This plugin only includes an example templet named "MyTemplet". 
     62 
     63If you'd like to plug and use other templets in your template set, you 
     64have to separately download templet implementations from third-party, 
     65or to create your own templet implementations. 
     66 
     67For templet developers, Templet Developer's Guide[2] will explain how 
     68they can implement templet plugins so easily. 
     69 
     70= References = 
     71 
     72[1] Templets 
     73    [http://code.as-is.net/public/wiki/Templets] 
     74 
     75[2] Templet Developer's Guide 
     76    [http://code.as-is.net/public/wiki/TempletDevelopersGuide] 
    2677 
    2778--