Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 548

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>comments feed</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="../tips.html">tips</a>/ 

</span>
<span class="title">
comments feed

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p>You've enabled the <a href="../plugins/comments.html">comments</a> plugin, so a set of pages on your
blog can have comments added to them. Pages with comments even have special
feeds that can be used to subscribe to those comments. But you'd like to
add a feed that contains all the comments posted to any page. Here's how:</p>

<pre><code>[[!inline  pages="comment(*)" template=comment]]
</code></pre>

<p>The special <a href="../ikiwiki/pagespec.html">PageSpec</a> matches all comments. The
<a href="../templates.html">template</a> causes the comments to be displayed formatted
nicely.</p>

<hr />

<p>It's also possible to make a feed of comments that are held pending
moderation.</p>

<pre><code>[[!inline  pages="comment_pending(*)" template=comment]]
</code></pre>

</div>







</div>

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

<div id="pageinfo">











<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Fri Dec 19 01:20:42 2008</span> -->
</div>

</div>


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

</div>

</body>
</html>