Move English help to en-US directory (#592)

* Move English help about e-mail node to en-US directory

* Move English help about rbe node to en-US directory

* Move English help about tail node to en-US directory

* Move English help about twitter node to en-US directory

* Move English help about feedparse node to en-US directory

* Move English help about sentiment node to en-US directory
This commit is contained in:
Kazuhito Yokoi
2019-12-06 06:18:59 +09:00
committed by Dave Conway-Jones
parent 676ba58210
commit 870a2146c0
12 changed files with 187 additions and 198 deletions

View File

@@ -0,0 +1,7 @@
<script type="text/x-red" 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).
</script>