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

« back to all changes in this revision

Viewing changes to contrib/AnyWikiDraw/guide/contents/pmwiki.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 PmWiki</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 PmWiki</h1>
8
 
    <h3>Usage</h3>
9
 
        <p>To include a drawing in a PmWiki page, write the following tag in the
10
 
        page:</p>
11
 
        <p><code>(:drawing drawing.svg|width|height:)</code></p>
12
 
        <ul>
13
 
            <li>The tag needs to be put into smileys.</li>
14
 
            <li>The name of the tag is <code>drawing</code></li>
15
 
            <li>The parameter <code>drawing.svg</code> specifies the name of the drawing file.</li>
16
 
            <li>The drawing file can have one of the following extensions 
17
 
                    <code>.draw</code>, <code>.svg</code>, <code>.svgz</code>, <code>.png</code>, 
18
 
                <code>.jpg</code>.</li> 
19
 
            <li>If you specify a drawing file that does not yet exist in your Wiki, 
20
 
            the drawing is created the first time you save a drawing.</li>
21
 
            <li>The parameter width specifies the width of the drawing.</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 cookbook. Data loss may occur. Install
27
 
             it only on a Wiki system that does not contain critical data.</li>
28
 
             <li>This extension adds inline drawing editing support to your Wiki.
29
 
                 Make sure, that you have proper licenses for all drawings on your 
30
 
             Wiki.</li> 
31
 
             <li>Deinstall the PmWikiDraw cookbook. AnyWikiDraw includes the 
32
 
             PmWikiDraw cookbook. Having them installed both will result into 
33
 
             conflicts between the two cookbooks.</li> 
34
 
             <li>To activate this cookbook, place the AnyWikiDraw folder into 
35
 
                 the cookbooks folder of your PmWiki server, and add the
36
 
                 following line to your config.php script:<br/>&nbsp;<br/>
37
 
             <code>include_once(&quot;cookbook/AnyWikiDraw/AnyWikiDraw.php&quot;);</code></li>
38
 
         </ol>
39
 
</body>    
40
 
</html>
41
 
 
42