callForPapers / callForPapers.github.io

We aim to aggregate and display information about upcoming Call For Paper (CfPs) on technical conferences around the globe
http://cfp.help
8 stars 16 forks source link

Add auto-generated RSS feed #6

Open ptrstpp950 opened 8 years ago

ptrstpp950 commented 8 years ago

We need RSS feed, which gives us automatically: twitter, facebook, etx via IFTTT

mpraglowski commented 8 years ago

@ptrstpp950 still open ?

ptrstpp950 commented 8 years ago

The problem is that github pages doesn't allow plugins and I have to setup build on travis CI or something like this

kkokosa commented 8 years ago

@ptrstpp950 and what about feed.xml? Jekyll is not enough to generate feed?

ptrstpp950 commented 8 years ago

Unfortunate github pages doesn't allow custom jekyll plugins. @mpraglowski helped me to write a plugin but after we did it I read that custom plugin is not allowed

Biegal commented 8 years ago

I can see two solutions:

  1. Other hosting than GH pages (I could provide one I think)
  2. Some 'build server' that would generate final html and commit to repo for GH pages First would be easier, just need to know what are requirements.
ptrstpp950 commented 8 years ago

I think we can wait a moment after redesign discussion. Build server will be needed I both cases to checkout source

Biegal commented 8 years ago

Probably I could get over it with some git hooks

witchy-mutant commented 8 years ago

What about https://help.github.com/articles/atom-rss-feeds-for-github-pages/? I also use this on github pages and it works: https://github.com/mihcall/mihcall.github.io/blob/master/feed.xml https://github.com/mihcall/mihcall.github.io/blob/master/atom.xml

ptrstpp950 commented 8 years ago

Maybe I'm wrong but it works for posts, which have the date in file name.