-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16edee0
commit 0e882be
Showing
23 changed files
with
256 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
layout: page | ||
title: Not found | ||
sitemap: false | ||
--- | ||
Sorry this page does not exist =( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,44 @@ | ||
<footer> | ||
<p> | ||
© {{ site.time | date: '%Y' }} {{ site.author.name }} | ||
</p> | ||
<footer class="footer-bs"> | ||
<div class="container"> | ||
|
||
<div class="col-md-4 footer-brand"> | ||
<h3>Aussie Add-ons</h3> | ||
<p>Code licensed <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a>, © {{ site.time | date: '%Y' }} {{ site.author.name }}.</p> | ||
</div> | ||
|
||
<div class="col-md-4 footer-nav"> | ||
<h4>Latest News</h4> | ||
<ul> | ||
{% for post in site.posts limit:5 %} | ||
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
|
||
<div class="col-md-2 footer-nav"> | ||
<h4>Pages</h4> | ||
<ul> | ||
{% assign pages_list = site.pages | sort:"title" %} | ||
{% for page in pages_list %} | ||
{% if page.title != null %} | ||
{% if page.group == 'navigation' %} | ||
<li><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></li> | ||
{% endif %} | ||
{% endif %} | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
|
||
<div class="col-md-2 footer-social"> | ||
<h4>Follow Us</h4> | ||
<ul> | ||
<li><a href="https://github.com/xbmc-catchuptv-au" class="fa fa-github"> GitHub</a></li> | ||
<li><a href="https://twitter.com/aussieaddons" class="fa fa-twitter"> Twitter</a></li> | ||
<li><a href="http://slack-invite.aussieaddons.com" class="fa fa-slack"> Slack</a></li> | ||
<li><a href="{{ site.baseurl }}/rss.xml" class="fa fa-rss"> RSS</a></li> | ||
<li><a href="{{ site.baseurl }}/atom.xml" class="fa fa-rss"> Atom</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% for node in site.pages %} | ||
{% if node.title != null %} | ||
{% if node.group == 'navigation' %} | ||
{% if page.url == node.url %} | ||
<li class="active"><a href="{{ site.baseurl }}{{ node.url }}" class="active">{{ node.title }}</a></li> | ||
{% else %} | ||
<li><a href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a></li> | ||
{% endif %} | ||
{% endif %} | ||
{% endif %} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: post | ||
title: "DRM support for Plus7 and others" | ||
description: "DRM support is now available for Plus7 and other add-ons" | ||
--- | ||
|
||
We're really happy to announce that we can now support DRM encrypted streams | ||
on some services including Plus7. | ||
|
||
A new add-on called *DRM Helper* is availabe in our repository that will guide | ||
you through the installation of the libraries to decode the streams encrypted | ||
with Google's Widevine DRM technology. | ||
|
||
For services that require DRM decryption, you will be prompted to install the | ||
libraries if required, so there's no more you need to do. | ||
|
||
For more information, see our dedicated [DRM](/drm/) page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
title: "New name and website" | ||
description: "We're now Aussie Add-ons with a new website" | ||
--- | ||
|
||
We've been very surprised about how popular our add-ons have become, so we've | ||
decided to become a little more professional, so we're now known as *Aussie | ||
Add-ons*, and we're phasing out the xbmc-catchuptv-au name. | ||
|
||
We've also launched a new website at [http://aussieaddons.com](http://aussieaddons.com) | ||
with better documentation. | ||
|
||
We've got some really nice error reporting code built in and we're now able | ||
to support DRM encrypted streams on services like Plus7 and 9Now. | ||
|
||
We apprecate your feedback via [Twitter](https://twitter.com/aussieaddons) or | ||
our Slack channel. | ||
|
||
Thanks for your support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ layout: page | |
title: Contact us | ||
group: navigation | ||
permalink: /contact/ | ||
order: 10 | ||
--- | ||
|
||
## Slack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.