Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 271

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>listsubscribe (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
listsubscribe (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: listsubscribe<br />
Author: <span class="createlink">schmonz</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<div class="infobox">
Available in a <a href="../../git.html">git</a> repository <a href="../../branches.html">branch</a>.<br />
Branch: schmonz/listsubscribe<br />
Author: <span class="createlink">schmonz</span><br />
</div>

<p>This plugin provides the <code>listsubscribe</code> directive, which inserts a web
form for your readers to subscribe to a mailing list. The directive
takes a required <code>listname</code> parameter, which must refer to one of the
lists named in the wiki setup file.</p>

<h2>Example</h2>

<p>In <code>ikiwiki.setup</code>:</p>

<pre><code>add_plugins:
- listsubscribe

listsubscribe:
  'my supercool mailing list': supercool-subscribe@neato.great
</code></pre>

<p>(Where <code>supercool-subscribe@neato.great</code> is the subscription address
provided by your mailing list manager.)</p>

<p>In any wiki page:</p>

<pre><code>[[!listsubscribe  listname="my supercool mailing list"]]
</code></pre>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="../../branches.html" rel="tag">branches</a>

<a href="../../git.html" rel="tag">git</a>

<a href="../../patch.html" rel="tag">patch</a>

<a href="../../reviewed.html" rel="tag">reviewed</a>

<a href="../type/web.html" rel="tag">type/web</a>

</div>








<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>