1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>geda:installed_plugins</title>
<meta name="generator" content="DokuWiki Release 2006-03-09" />
<link rel="start" href="http://geda.seul.org/wiki/" />
<link rel="contents" href="http://geda.seul.org/wiki/geda:installed_plugins?do=index" title="" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
<link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/geda:installed_plugins?do=export_xhtml" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/geda:installed_plugins?do=export_raw" />
<meta name="date" content="2006-05-08T17:43:35-0400" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" media="screen" type="text/css" href="lib/exe/css" />
<link rel="stylesheet" media="print" type="text/css" href="lib/exe/001css" />
</head>
<body>
<div class="dokuwiki export">
<div class="toc">
<div class="tocheader toctoggle" id="toc__header">Table of Contents</div>
<div id="toc__inside">
<ul class="toc">
<li class="level1"><div class="li"><span class="li"><a href="#installed_plugins" class="toc">Installed plugins</a></span></div>
<ul class="toc">
<li class="level2"><div class="li"><span class="li"><a href="#hilited" class="toc">hilited</a></span></div></li>
<li class="level2"><div class="li"><span class="li"><a href="#xterm" class="toc">xterm</a></span></div></li></ul>
</li></ul>
</div>
</div>
<h1><a name="installed_plugins" id="installed_plugins">Installed plugins</a></h1>
<div class="level1">
<p>
The following plugins have been installed, to give the gEDA Project Wiki additional functionality.
</p>
</div>
<!-- SECTION [1-132] -->
<h2><a name="hilited" id="hilited">hilited</a></h2>
<div class="level2">
<p>
The “hilited” plugin acts as a yellow highlighter. Surround the text you want to highlight with double-exclamation marks.
</p>
<p>
Example:<br/>
</p>
<pre class="code">Sample text !!highlighted!! in a paragraph.</pre>
<p>
becomes:<br/>
Sample text <span class="hilited">highlighted</span> in a paragraph.
</p>
</div>
<!-- SECTION [133-400] -->
<h2><a name="xterm" id="xterm">xterm</a></h2>
<div class="level2">
<p>
The “xterm” plugin allows you to embed preformatted text.<br/>
The <code><</code>xterm<code>><</code>/xterm<code>></code> tags surround the text you wish to embed.<br/>
The <code><</code>xterm<code>><</code>/xterm<code>></code> tags differ from the built-in <code><</code>code<code>><</code>/code<code>></code> tags as follows:
</p>
<ul>
<li class="level1"><div class="li"> The text is indented.</div>
</li>
<li class="level1"><div class="li"> You can emphasize parts of the text.</div>
</li>
<li class="level1"><div class="li"> The text will have a lightgreen background, so it will stand out on the wiki-page.</div>
</li>
</ul>
<p>
Example:<br/>
The following is indented from the current section’s left margin: <pre STYLE="background : Lightgreen;margin-left : 2em"><font size="+0">embedded <strong>preformatted</strong> words</font></pre>
</p>
<p>
The following shows how the preformatted text will follow the <acronym title="Extensible HyperText Markup Language">XHTML</acronym> indent levels:
</p>
<ul>
<li class="level1"><div class="li"> Test line 1.</div>
</li>
<li class="level1"><div class="li"> Test line 2.<br/>
<pre STYLE="background : Lightgreen;margin-left : 2em"><font size="+0">Indented test line 3.</font></pre></div>
</li>
<li class="level1"><div class="li"> Test line 4.</div>
</li>
</ul>
</div>
<!-- SECTION [401-] --></div>
</body>
</html>
|