Skip to content

Commit

Permalink
Fix config for bundler, update logos and restore add-on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andybotting committed Mar 24, 2019
1 parent 7f25507 commit 8cb5679
Show file tree
Hide file tree
Showing 18 changed files with 175 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Thumbs.db
.sass-cache

*.swp

Gemfile.lock

# Ignore folders generated by Bundler
vendor
.bundle
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem "jekyll", "3.8.5"
63 changes: 63 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.10.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
jekyll (= 3.8.5)

BUNDLED WITH
2.0.1
16 changes: 11 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task :post do
if File.exist?(filename)
abort("rake aborted!") if ask("#{filename} already exists. Do you want to overwrite?", ['y', 'n']) == 'n'
end

puts "Creating new post: #{filename}"
open(filename, 'w') do |post|
post.puts "---"
Expand All @@ -49,7 +49,7 @@ task :page do
if File.exist?(filename)
abort("rake aborted!") if ask("#{filename} already exists. Do you want to overwrite?", ['y', 'n']) == 'n'
end

puts "Creating new page: #{filename}"
open(filename, 'w') do |post|
post.puts "---"
Expand All @@ -64,10 +64,16 @@ task :page do
exec("#{ENV['EDITOR']} #{filename}")
end # task :page


desc "Install"
task :install do
system "bundle install --path vendor/bundle"
end # task :install

desc "Launch preview environment"
task :preview do
system "jekyll serve -w"
end # task :preview
task :serve do
system "bundle exec jekyll serve -w -H 0.0.0.0"
end # task :serve


def ask(message, valid_options)
Expand Down
17 changes: 17 additions & 0 deletions _addons/abc_iview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: abc_iview
title: ABC iView
layout: addon
description: iView offers full-length programs as seen on ABC TV, and iView originals ranging from arts to anime.
github_url: https://github.com/aussieaddons/plugin.video.abc_iview
---

## Current Status

ABC iView is full supported, with all functionality working including:

- All catch-up TV programs
- Live streams
- Captions for some programs (mostly news and documentaries).


1 change: 0 additions & 1 deletion addons/afl.md → _addons/afl.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ Home broadband customers and any Telstra IDs that are linked to home broadband a
There may also be other service types that cause this issue.

The work around is simply to create a new Telstra ID and re link your eligible service to that.

9 changes: 9 additions & 0 deletions _addons/netball.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: netball
title: Netball Live
layout: addon
description: Netball Live allows you to use you Free Telstra Live Pass to stream live matches, match replays, and other videos offered by this service.
github_url: https://github.com/glennguy/plugin.video.netball-live
---

Netball Live
9 changes: 9 additions & 0 deletions _addons/nine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: nine
title: 9Now
layout: addon
description: 9Now is your destination for live streaming and on demand content from all of Nine's TV channels.
github_url: https://github.com/aussieaddons/plugin.video.catchuptv.au.nine
---

9Now
9 changes: 9 additions & 0 deletions _addons/nrl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: nrl
title: NRL Live
layout: addon
description: NRL Live allows subscribers of Telstra's NRL Digital Pass to stream live matches, match replays, and many other videos offered by this service.
github_url: https://github.com/glennguy/plugin.video.nrl-live
---

NRL Live
22 changes: 22 additions & 0 deletions _addons/sbs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: sbs
title: SBS On Demand
layout: addon
description: SBS On Demand provides free, unlimited streaming of TV shows, films and events. Watch full episodes of your favourite SBS shows online when you want.
github_url: https://github.com/aussieaddons/plugin.video.sbs
---

## Current status

SBS On Demand is fully supported and working well.

This add-on provides:

- TV programs
- Movies
- Captions on some programs


## Signing in

SBS On Demand requires you to sign-in before use when using it on the desktop or mobile app. We do not support or require this for this add-on to work, and there does not seem to be any missing functionality at this time.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ collections:

analytics:
tracking_id: 'UA-97650894-1'

exclude:
- vendor
24 changes: 24 additions & 0 deletions addons/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Add-ons
layout: page
group: navigation
order: 01
---
{% if site.addons != empty %}
{% for addon in site.addons %}
<div class="media">
<div class="media-left">
<a href="{{ site.baseurl }}{{ addon.id }}">
<img src="{{ site.baseurl }}/assets/images{{ addon.id }}.png" class="media-object" alt="{{ addon.title }}" style="width:100px">
</a>
</div>
<div class="media-body">
<a href="{{ site.baseurl }}{{ addon.id }}">
<h2 class="media-heading">{{ addon.title }}</h2>
</a>
<p>{{ addon.description }}</p>
</div>
</div>
<br />
{% endfor %}
{% endif %}
Binary file modified assets/images/addons/abc_iview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/addons/afl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/addons/netball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/addons/nine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/addons/nrl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/addons/sbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cb5679

Please sign in to comment.