Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (39 loc) · 2.49 KB

README.rdoc

File metadata and controls

54 lines (39 loc) · 2.49 KB

This is the complete source for the http://noagendadashboard.com web application.

Some technologies it demonstrates in combination:

The NoAgenda Show?

No Agenda is a podcast hosted by Adam Curry and John C. Dvorak twice a week on Thursday and Sunday in the morning. The show deconstructs the news and media memes. It accepts no advertisers, instead being directly supported and promoted by the listeners.

Translation/Internationalisation

Currently the site is all in English, but we can support other languages if someone can help with the translations.

All the translatable text is in the file: noagenda_dashboard/blob/master/config/locales/en.yml

To provide a tranlsation for a given language, just grab a copy of this file, rename is <language-code>.yml, translate all the definitions and send it/push it back. Please keep it in UTF-8 character set though.

Enabling Twitter Notifications

The site will tweet when new shows are loaded. It requires twitter oauth settings to be set with these environment variables:

  • navd_consumer_key

  • consumer_secret

  • navd_token

  • navd_token_secret

Contributing

Yes please! If you have any ideas, or can help with design, development or translation, you are most welcome.

If you are familiar with the github process, we’re good to go:

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Do your stuff (adding tests where appropriate)

  • Commit and push until you are happy with your contribution

  • Send me a pull request on github.