bump sentiment, rbe, email, feedparser, twitter, tail nodes

Locale files moved out
This commit is contained in:
Dave Conway-Jones
2019-12-05 21:36:59 +00:00
parent 870a2146c0
commit 3d60aa4c00
19 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="e-mail">
<script type="text/html" data-help-name="e-mail">
<p>Sends the <code>msg.payload</code> as an email, with a subject of <code>msg.topic</code>.</p>
<p>The default message recipient can be configured in the node, if it is left
blank it should be set using the <code>msg.to</code> property of the incoming message. If left blank
@@ -19,7 +19,7 @@
<p>Note: uses SMTP with SSL to port 465.</p>
</script>
<script type="text/x-red" data-help-name="e-mail in">
<script type="text/html" data-help-name="e-mail in">
<p>Repeatedly gets emails from an IMAP server and forwards on as a msg if not already seen.</p>
<p>The subject is loaded into <code>msg.topic</code> and <code>msg.payload</code> is the plain text body.
If there is text/html then that is returned in <code>msg.html</code>. <code>msg.from</code> and <code>msg.date</code> are also set if you need them.</p>

View File

@@ -1,6 +1,6 @@
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/45e4c6d9d44b4e62b4be6b3e04728ebe306579f2 -->
<script type="text/x-red" data-help-name="e-mail">
<script type="text/html" data-help-name="e-mail">
<p><code>msg.payload</code>email<code>msg.topic</code></p>
<p>メッセージの受信者のデフォルトはノードに設定できます空のままとした場合は入力メッセージの<code>msg.to</code><code>msg.cc</code><code>msg.bcc</code><code>msg.replyTo</code><code>msg.inReplyTo</code><code>msg.references</code></p>
<p><code>msg.from</code><code>ID</code></p>
@@ -12,7 +12,7 @@
<p>: SMTP over SSLを465番ポートで利用</p>
</script>
<script type="text/x-red" data-help-name="e-mail in">
<script type="text/html" data-help-name="e-mail in">
<p>IMAPサーバから<b>emailを一件</b></p>
<p>件名を<code>msg.topic</code><code>msg.payload</code>text/html<code>msg.html</code><code>msg.from</code><code>msg.date</code></p>
<p>さらに<code>msg.header</code>からヘッダオブジェクトを参照できます。ヘッダオブジェクトは<i>to</i><i>cc</i></p>

View File

@@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.7.2",
"version": "1.7.3",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.7.6",
"nodemailer": "^6.3.1",
"nodemailer": "^6.4.0",
"poplib": "^0.1.7"
},
"repository": {

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="feedparse">
<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,

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="feedparse">
<script type="text/html" data-help-name="feedparse">
<p>RSS/atomに対する新規エントリのフィードをモニタします</p>
<p><code>msg.topic</code><code>msg.payload</code><code>msg.article</code><code>.title</code><code>.summary</code><code>.date</code></p>
<p>更新頻度を35790分(約24.8)より大きくすることはできません</p>

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-feedparser",
"version": "0.1.14",
"version": "0.1.15",
"description": "A Node-RED node to get RSS Atom feeds.",
"dependencies": {
"feedparser": "^2.2.9",

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="twitter-credentials">
<script type="text/html" data-help-name="twitter-credentials">
<p>Authentication for the Twitter API</p>
<p>Earlier versions of this node provided one-click authentication. Twitter removed the ability
to do that in June 2018. You must now register your own application with
@@ -6,7 +6,7 @@
</script>
<script type="text/x-red" data-help-name="twitter in">
<script type="text/html" data-help-name="twitter in">
<p>Twitter input node. Can be used to search either:
<ul><li>the public stream for tweets containing the configured search term</li>
<li>tweets from accounts that the authenticated user follows</li>
@@ -33,7 +33,7 @@
rate limiting window.</p>
</script>
<script type="text/x-red" data-help-name="twitter out">
<script type="text/html" data-help-name="twitter out">
<p>Send tweets and direct messages.</p>
<h3>Inputs</h3>
<dl class="message-properties">

View File

@@ -1,11 +1,11 @@
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/425f5c151fa35b8f4a4df3956fbc3ac07e74f195 -->
<script type="text/x-red" data-help-name="twitter-credentials">
<script type="text/html" data-help-name="twitter-credentials">
<p>Twitter APIの認証</p>
<p>初期のバージョンのノードは1クリック認証を提供していましたTwitterは2018年6月にこの機能を削除しました現在は<a href="https://developer.twitter.com/">Twitter</a>access token</p>
</script>
<script type="text/x-red" data-help-name="twitter in">
<script type="text/html" data-help-name="twitter in">
<p>twitter入力ード以下を検索するために利用します:
<ul><li>指定した検索語を含む公開ストリームのツイート</li>
<li>認証したユーザがフォローしているアカウントからのツイート</li>
@@ -29,7 +29,7 @@
<p><b>:</b> Twitter API11API</p>
</script>
<script type="text/x-red" data-help-name="twitter out">
<script type="text/html" data-help-name="twitter out">
<p>ツイートやダイレクトメッセージを送信します</p>
<h3>入力</h3>
<dl class="message-properties">

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-twitter",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Node-RED node to talk to Twitter",
"dependencies": {
"twitter-ng": "0.6.2",