~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to contrib/AnyWikiDraw/guide/contents/twiki.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
2
 
    <head>
3
 
    <title>AnyWikiDraw for TWiki</title>
4
 
    <link href="style.css" rel="stylesheet" type="text/css" />
5
 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head>
6
 
    <body>
7
 
        <h1>AnyWikiDraw for TWiki</h1>
8
 
    <h3>Usage</h3>
9
 
        <p>To include a drawing in a TWiki page, write the following tag in the
10
 
        page:</p>
11
 
        <p><code>%ANYWIKIDRAW{ &quot;drawing.svg&quot; width=&quot;240&quot; height=&quot;320&quot;}%<br />
12
 
  %AWDRAW{ &quot;drawing.svg&quot; width=&quot;240&quot; height=&quot;320&quot;}%</code></p>
13
 
        <ul>
14
 
          <li>            The parameter drawing.svg specifies the name of the drawing file.<br />
15
 
            </li>
16
 
          <li>The drawing file can have one of the following extensions .draw, .svg, .svgz, .png, .jpg.<br />
17
 
            </li>
18
 
          <li>If you specify a drawing file that does not yet exist in your Wiki, the drawing is created the first time you save a drawing.<br />
19
 
            </li>
20
 
          <li>The parameter width specifies the width of the drawing.<br />
21
 
            </li>
22
 
          <li>The parameter height specifies the height of the drawing.</li>
23
 
        </ul>
24
 
    <h3>Installation instructions</h3>
25
 
         <ol>
26
 
             <li style="color:#990000">This is an experimental plugin. Data loss may occur. Install
27
 
             it only on a Wiki system that does not contain critical data.<br />
28
 
             <br />
29
 
             </li>
30
 
           <li>Copy the AnyWikiDraw files over 
31
 
                 the TWiki server files. <br />
32
 
                 <em>Please note, that different versions of this plugin exist for different</em><em> versions of TWiki.<br />      
33
 
                 <br />
34
 
                 </em></li>
35
 
           <li>Enable the AnyWikDrawPlugin on the
36
 
             configuration page of TWiki. </li>
37
 
         </ol>
38
 
</body>    
39
 
</html>
40
 
 
41