paleo updated

This commit is contained in:
unknown 2015-07-20 15:01:47 +01:00
parent f5e790d02d
commit d34714e2e3
4 changed files with 2762 additions and 25 deletions

View File

@ -51,20 +51,30 @@
</provider>
</entry>
</file>
<file leaf-file-name="paleo.js" pinned="false" current-in-tab="false">
<file leaf-file-name="paleo.js" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/paleo.js">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.0">
<caret line="45" column="9" selection-start-line="45" selection-start-column="9" selection-end-line="45" selection-end-column="9" />
<state vertical-scroll-proportion="0.8896552">
<caret line="76" column="25" selection-start-line="76" selection-start-column="25" selection-end-line="76" selection-end-column="25" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="paleo.xml" pinned="false" current-in-tab="true">
<file leaf-file-name="paleo2.xml" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/paleo2.xml">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.0">
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="paleo.xml" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/paleo.xml">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="-3.537931">
<state vertical-scroll-proportion="0.0">
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
@ -81,16 +91,6 @@
</provider>
</entry>
</file>
<file leaf-file-name="filter_out_all_articles.js" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/plugins/filter_out_all_articles.js">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.0">
<caret line="7" column="2" selection-start-line="0" selection-start-column="0" selection-end-line="7" selection-end-column="2" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="capitalize_title.js" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/plugins/capitalize_title.js">
<provider selected="true" editor-type-id="text-editor">
@ -285,9 +285,9 @@
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
<editor active="false" />
<editor active="true" />
<layout>
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24973656" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24973656" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
@ -1115,21 +1115,29 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/paleo.js">
<entry file="file://$PROJECT_DIR$/paleo.xml">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.0">
<caret line="45" column="9" selection-start-line="45" selection-start-column="9" selection-end-line="45" selection-end-column="9" />
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/paleo.xml">
<entry file="file://$PROJECT_DIR$/paleo2.xml">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="-3.537931">
<state vertical-scroll-proportion="0.0">
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/paleo.js">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.8896552">
<caret line="76" column="25" selection-start-line="76" selection-start-column="25" selection-end-line="76" selection-end-column="25" />
<folding />
</state>
</provider>
</entry>
</component>
</project>

View File

@ -1,4 +1,4 @@
var RssBraider = require('rss-braider'),
var RssBraider = require('rss-braider'), fs = require('fs'),
feeds = {};
// Pull feeds from config files:
@ -73,5 +73,12 @@ rss_braider.processFeed('simple_test_feed', 'rss', function(err, data){
if (err) {
return console.log(err);
}
console.log(data);
// console.log(data);
fs.writeFile("./paleo.xml", data, function(err) {
if(err) {
return console.log(err);
}
console.log("The file was saved!");
});
});

View File

@ -5,7 +5,7 @@
<description><![CDATA[Combined Paleo Feed]]></description>
<link>http://github.com/dylang/node-rss</link>
<generator>rss-braider</generator>
<lastBuildDate>Mon, 20 Jul 2015 13:48:01 GMT</lastBuildDate>
<lastBuildDate>Mon, 20 Jul 2015 13:55:10 GMT</lastBuildDate>
<item>
<title><![CDATA[Beef Vindaloo]]></title>
<description><![CDATA[Vindaloo is a popular spicy Indian Curry. While traditional Vindaloo is made with pork, it&#8217;s most commonly found in restaurants made with lamb or chicken. Our Vindaloo is a twist on the classic. Less spicy than the original and made with beef and sweet potatoes, it&#8217;s truly a Paleo treat. Even though this dish takes [&#8230;]]]></description>
@ -2719,4 +2719,4 @@ clicking <a href="http://nom.gy/NNPWebbys">here</a>! Thank you!<br/></p><img src
<pubDate>Fri, 27 Feb 2015 21:36:18 GMT</pubDate>
</item>
</channel>
</rss>
</rss>

2722
paleo2.xml Normal file

File diff suppressed because it is too large Load Diff