betheluniversity / cascade

Implementing Cascade Server
2 stars 1 forks source link

News Feed RSS feed #511

Closed e-chapin closed 9 years ago

e-chapin commented 9 years ago

We need to be able to publish RSS pages for our news feeds.

hamtim commented 9 years ago

We need to figure out how to exclude Bethel Alert news stories.... Let's chat.


Timothy Hammer Senior Strategist Web & Creative Services

Bethel University 3900 Bethel Drive St. Paul, MN 55112 o: 651.638.6784 c: 515.971.5659

On Fri, May 22, 2015 at 11:03 AM, Eric Jameson notifications@github.com wrote:

We need to be able to publish RSS pages for our news feeds.

— Reply to this email directly or view it on GitHub https://github.com/betheluniversity/cascade/issues/511.

e-chapin commented 9 years ago

@c-schwarze Can you maybe work with Josiah maybe later next week or whenever he has some free time to start working on this. There is an "RSS" content type already created that we can use, just need to support news feeds.

hamtim commented 9 years ago

@annmarieven is adding a Bethel Alert category that we can exclude (or I guess rather, not include) in the RSS feed

annmarieven commented 9 years ago

Category added.

josiahtillman commented 9 years ago

I’ve got the rss feed up! Here’s the xml of my test. It has the parameters of being of school type bethel university and of unique-news type homepage

https://staging.bethel.edu/_testing/josiah-tillman/test-news.xml

josiahtillman commented 9 years ago

Changed it to have no school type parameters. It will now post any that are of unique-news type homepage.

hamtim commented 9 years ago

Looking good. Can we add the teaser/description @josiahtillman?

josiahtillman commented 9 years ago

@hamtim Do you want the teaser or the description? They are normally pretty similar, so we don't probably need both,, do we?

hamtim commented 9 years ago

Can you give me examples of each? Not in the code, just want it would return from one of our stories?


Timothy Hammer Senior Strategist Web & Creative Services

Bethel University 3900 Bethel Drive St. Paul, MN 55112 o: 651.638.6784 c: 515.971.5659

On Tue, Jun 9, 2015 at 1:52 PM, josiahtillman notifications@github.com wrote:

Do you want the teaser or the description? They are normally pretty similar, so we don't probably need both,, do we?

— Reply to this email directly or view it on GitHub https://github.com/betheluniversity/cascade/issues/511#issuecomment-110463260 .

josiahtillman commented 9 years ago

@hamtim : Teaser: The founder-director emeritus of the Center for Faith & Work shares insights about work from the book of Genesis. Description: Bethel’s “Faith in the Public Square” Convocation series continued with Katherine Leary Alsdorf, an expert in the field of faith and work, who spoke in chapel last week about the connection between the Old Testament book of Genesis and our work.

We can probably prioritize one and then check for the other if the first one doesn't exist

hamtim commented 9 years ago

maybe the description?


Timothy Hammer Senior Strategist Web & Creative Services

Bethel University 3900 Bethel Drive St. Paul, MN 55112 o: 651.638.6784 c: 515.971.5659

On Tue, Jun 9, 2015 at 1:58 PM, josiahtillman notifications@github.com wrote:

Teaser: The founder-director emeritus of the Center for Faith & Work shares insights about work from the book of Genesis. Description: Bethel’s “Faith in the Public Square” Convocation series continued with Katherine Leary Alsdorf, an expert in the field of faith and work, who spoke in chapel last week about the connection between the Old Testament book of Genesis and our work.

We can probably prioritize one and then check for the other if the first one doesn't exist

— Reply to this email directly or view it on GitHub https://github.com/betheluniversity/cascade/issues/511#issuecomment-110464653 .

josiahtillman commented 9 years ago

@hamtim : Okay! I got it to show the description and then the teaser if there is no description! Same link will work to see it https://staging.bethel.edu/_testing/josiah-tillman/test-news.xml

hamtim commented 9 years ago

I think this will work nicely. Can we move it into production?

-t


Timothy Hammer Senior Strategist Web & Creative Services

Bethel University 3900 Bethel Drive St. Paul, MN 55112 o: 651.638.6784 c: 515.971.5659

On Tue, Jun 9, 2015 at 2:43 PM, josiahtillman notifications@github.com wrote:

@hamtim https://github.com/hamtim : Okay! I got it to show the description and then the teaser if there is no description! Same link will work to see it https://staging.bethel.edu/_testing/josiah-tillman/test-news.xml

— Reply to this email directly or view it on GitHub https://github.com/betheluniversity/cascade/issues/511#issuecomment-110482394 .

josiahtillman commented 9 years ago

@hamtim Alrighty, they're all good to go! Here is the folder for the rss feeds: https://cms.bethel.edu/entity/open.act?id=e2cfc1fe8c5865134da7f0bc9f3dc791&type=folder&

We also moved the job posting rss feeds here as well to keep them all together.

e-chapin commented 9 years ago

Assigning @hamtim