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

« back to all changes in this revision

Viewing changes to contrib/AnyWikiDraw/guide/contents/readme.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 Read Me</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 Read Me</h1>
8
 
        <p>AnyWikiDraw adds support for drawing directly into a Wiki page.
9
 
    </p><p>The following file formats are supported:</p>
10
 
        <ul>
11
 
            <li>Scaleable Vector Graphics (.svg, .svgz)</li>
12
 
            <li>Portable Network Graphics (.png)</li>
13
 
            <li>Joint Photographics Expert Group (.jpg, .jpeg)</li>
14
 
            <li>PmWikiDraw (.draw) <em>only supported on PmWiki</em></li>
15
 
        </ul>
16
 
        <p>The following Wikis are supported:</p>
17
 
        <ul>
18
 
            <li><a href="mediawiki.html">MediaWiki</a></li>
19
 
            <li><a href="pmwiki.html">PmWiki</a></li>
20
 
            <li><a href="twiki.html">TWiki</a></li>
21
 
            <li><a href="moinmoin.html">MoinMoin</a></li>
22
 
        </ul>
23
 
</body>    
24
 
</html>
25
 
 
26