feedparser node: improved EN help and added DE help (#783)

This commit is contained in:
heikokue 2021-03-28 19:22:53 +02:00 committed by GitHub
parent c1e83bf06f
commit 4572535272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 4 deletions

View File

@ -0,0 +1,15 @@
<script type="text/html" data-help-name="feedparse">
<p>Überwacht einen RSS/atom-Feed auf neue Einträge.</p>
<h3>Outputs</h3>
<dl class="message-properties">
<dt>topic <span class="property-type">string</span></dt>
<dd>Der originale Artikel-Link</dd>
<dt>payload <span class="property-type">string</span></dt>
<dd>Beschreibung</dd>
<dt>article <span class="property-type">object</span></dt>
<dd>Komplettes Artikel-Objekt</dd>
</dl>
<p>Die <code>msg.article</code>-Eigenschaft enthält das komplette Artikel-Objekt,
welches Eigenschaften wie <code>.title</code>, <code>.summary</code>, <code>.date</code> usw. enthält.</p>
<p>Das Aktualisierungsintervall kann nicht größer als 35790 Minuten sein (ca. 24,8 Tage).
</script>

View File

@ -1,7 +1,15 @@
<script type="text/html" data-help-name="feedparse">
<p>Monitors an RSS/atom feed for new entries.</p>
<p>The <code>msg.topic</code> contains the original article link. The <code>msg.payload</code>
contains the description, and <code>msg.article</code> contains the complete article object,
which has properties such as <code>.title</code>, <code>.summary</code>, <code>.date</code> and so on.</p>
<p>The Refresh interval cannot be greater than 35790 minutes (approx 24.8 days).
<h3>Outputs</h3>
<dl class="message-properties">
<dt>topic <span class="property-type">string</span></dt>
<dd>Original article link</dd>
<dt>payload <span class="property-type">string</span></dt>
<dd>Description</dd>
<dt>article <span class="property-type">object</span></dt>
<dd>Complete article object</dd>
</dl>
<p>The <code>msg.article</code> property contains the complete article object,
which has properties such as <code>.title</code>, <code>.summary</code>, <code>.date</code> and so on.</p>
<p>The refresh interval cannot be greater than 35790 minutes (approx 24.8 days).
</script>