From b26c5feb4b07fc603c3c64c94cd90cacd6a4aee1 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Wed, 21 Sep 2016 19:01:14 -0400 Subject: [PATCH] Add Podcasts section to Community Includes Ruby Rogues and the Ruby on Rails Podcast since they're the most prominent Ruby-related podcasts in English but I'm sure there might be more in other languages. --- en/community/index.md | 17 +++++++++++------ en/community/podcasts/index.md | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 en/community/podcasts/index.md diff --git a/en/community/index.md b/en/community/index.md index 1d2b5d6345..41fd799f79 100644 --- a/en/community/index.md +++ b/en/community/index.md @@ -42,13 +42,18 @@ to start: work-in-progress, discuss the future of Ruby, and welcome newcomers to the Ruby community. +[Podcasts](podcasts/) +: If you like to hear about Ruby rather than read about you can listen + to podcasts which cover new Ruby or gem releases, interviews and + discussions between Ruby programmers, contributors, and maintainers. + General Ruby Information -: * [Ruby Central][3] - * [Ruby at Open Directory Project][4] - * [Rails at Open Directory Project][5] +: * [Ruby Central][ruby-central] + * [Ruby at Open Directory Project][ruby-opendir] + * [Rails at Open Directory Project][rails-opendir] -[3]: http://rubycentral.org/ -[4]: http://dmoz.org/Computers/Programming/Languages/Ruby/ -[5]: http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/ +[ruby-central]: http://rubycentral.org/ +[ruby-opendir]: http://dmoz.org/Computers/Programming/Languages/Ruby/ +[rails-opendir]: http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/ diff --git a/en/community/podcasts/index.md b/en/community/podcasts/index.md new file mode 100644 index 0000000000..187c76cafe --- /dev/null +++ b/en/community/podcasts/index.md @@ -0,0 +1,18 @@ +--- +layout: page +title: "Podcasts" +lang: en +--- + +Listen to news, interviews, and discussions about Ruby and its community. + +[Ruby Rogues][rogues] +: The Ruby Rogues podcast is a panel discussion about topics relating to + programming, careers, community, and Ruby. + +[Ruby on Rails Podcast][rorpodcast] +: The Ruby on Rails Podcast, a weekly conversation about Ruby on Rails, + open source software, and the programming profession. + +[rorpodcast]: http://5by5.tv/rubyonrails +[rogues]: https://devchat.tv/ruby-rogues