diff --git a/app/views/pages/_publishing_from_rss_guide_text.html.erb b/app/views/pages/_publishing_from_rss_guide_text.html.erb deleted file mode 100644 index 7203adc14..000000000 --- a/app/views/pages/_publishing_from_rss_guide_text.html.erb +++ /dev/null @@ -1,27 +0,0 @@ -
-
-

Publishing from RSS Guide

-
-
-

Front Matter

-

Our RSS reader converts some tags from the RSS items to tags for the Jekyll front matter:

- - -

Article Content

-

The article content is prioritized in this order: <content>, - <summary>, or - <description>. The HTML will be converted to Markdown as the body of the <%= community_name %> post.

-

If you're using a Medium RSS feed, Tweet links, YouTube, and Gist iframes are converted to Liquid tags.

-
-
-
-
-
diff --git a/app/views/pages/publishing_from_rss_guide.html.erb b/app/views/pages/publishing_from_rss_guide.html.erb index 2e105284e..d923e9da6 100644 --- a/app/views/pages/publishing_from_rss_guide.html.erb +++ b/app/views/pages/publishing_from_rss_guide.html.erb @@ -1,12 +1,46 @@ -<% title "Editor Guide" %> +<% title "Editor Guide - Publishing from RSS or Atom" %> <%= content_for :page_meta do %> - " /> - + + <%= meta_keywords_default %> <% end %> -
-
-
-<%= render "publishing_from_rss_guide_text" %> +
+
+

Publishing from RSS or Atom

+
+ +
+

Front Matter

+ +

Our feed reader converts some elements from the RSS or Atom feeds to tags for the editor's front matter:

+ + +

Post Content

+ +

+ The post content is prioritized in this order: <content>, <summary>, or + <description>. +

+ +

The HTML will be converted to Markdown as the body of the <%= community_name %> post.

+ +

If you're using Medium RSS feed all its tweet links, YouTube, and Gist iframes will be converted to Liquid tags.

+
+
+
diff --git a/app/views/users/_publishing_from_rss.html.erb b/app/views/users/_publishing_from_rss.html.erb index 8e46da5c5..b6b5495bb 100644 --- a/app/views/users/_publishing_from_rss.html.erb +++ b/app/views/users/_publishing_from_rss.html.erb @@ -20,7 +20,7 @@

Formatting will typically look good, but you may have to make manual fixes. In the case of Medium, you may have to manually fix embeds.

To find out more about how drafts are created from your feed, read this - guide. + guide.

Your feed will be fetched every time you submit this form and updates will be automatically fetched periodically thereafter. Contact