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

Commit

Permalink
New content structure (authors, links)
Browse files Browse the repository at this point in the history
  • Loading branch information
quassy committed Feb 1, 2015
1 parent b07570c commit d3a1f55
Show file tree
Hide file tree
Showing 55 changed files with 542 additions and 358 deletions.
22 changes: 3 additions & 19 deletions _includes/app_teaser.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,13 @@
{% if post.authors %}
<p>
<b>Authors</b>:
{% for author in post.authors %}
<a href="{{ author.url }}">
{{ author.name }}
</a>{% if forloop.last == false %}, {% endif %}
{% endfor %}
{% include list_authors.html %}
</p>
{% endif %}

{% if post.links and post.category == "art" %}
{% if post.links %}
<p>
<b>Links</b>:
{% for link in post.links %}
{% if link.type == "Launchpad" %}
{% assign prefix = "https://launchpad.net/" %}
{% elsif link.type == "GitHub" %}
{% assign prefix = "https://github.com/" %}
{% elsif link.type == "Google+" %}
{% assign prefix = "https://plus.google.com/" %}
{% else %}
{% assign prefix = nil %}
{% endif %}
<a href="{{ prefix }}{{ link.url }}" class="{{ link.type }}">
{% if link.name %}{{ link.name }}{% else %}{{ link.type }}{% endif %}</a>{% if forloop.last == false %}, {% endif %}
{% endfor %}
{% include list_links.html %}
</p>
{% endif %}
5 changes: 5 additions & 0 deletions _includes/list_authors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% for author in post.authors %}
<a href="{{ author.url }}">
{{ author.name }}
</a>{% if forloop.last == false %}, {% endif %}
{% endfor %}
15 changes: 15 additions & 0 deletions _includes/list_links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% for link in post.links %}
{% if link.type == "Launchpad" %}
{% assign prefix = "https://launchpad.net/" %}
{% elsif link.type == "GitHub" %}
{% assign prefix = "https://github.com/" %}
{% elsif link.type == "Google+" %}
{% assign prefix = "https://plus.google.com/" %}
{% elsif link.type == "Bitbucket" %}
{% assign prefix = "https://bitbucket.org/" %}
{% else %}
{% assign prefix = nil %}
{% endif %}
<a href="{{ prefix }}{{ link.url }}">
{% if link.name %}{{ link.name }}{% else %}{{ link.type }}{% endif %}</a>{% if forloop.last == false %}, {% endif %}
{% endfor %}
31 changes: 21 additions & 10 deletions _posts/1970-01-01-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,34 @@ category: app
title:
generic:
description:
license:

authors:
- name:
url:
license:

links:
- type: Web
url:
- type: Google+
url:
- type: GitHub
url:
- type: Launchpad
url:

screenshots_:
- File.png

links:
- web:
- github:
- launchpad:
- googleplus:

repository:
repository-unstable:
package:
installation_:
- version: Freya
repository: default
package: pack
- version: Luna
repository: repo
package: pack
- version: Ubuntu
repository: ppaxy

tags_:
- GTK3
Expand Down
32 changes: 4 additions & 28 deletions _posts/1970-01-02-elementaryPlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,20 @@ category: art
title: elementary+
generic: Icon set
description: An addition to the default icon theme, containing icons for several third party applications that resemble the elementary style.
license:

authors:
- name: Manuel Kehl
url: https://github.com/mank319
license:

links:
- type: GitHub
url: mank319/elementaryPlus
- type: Google+
name: Personal Google+ of developer
name: Google+ (personal)
url: +ManuelKehl319/posts

repository:
repository-unstable:
package:
---

<table class="tablesorter icons">
<thead>
<tr>
<th>16</th>
<th>24</th>
<th>32</th>
<th>48</th>
<th>64</th>
<th>128</th>
</tr>
</thead>
<tbody>
{% for icon in site.data.icons %}
<tr id="{{ icon }}">
<td><img src="./apps/16/{{ icon }}.svg"/>{{ icon }}</td>
<td><img src="./apps/24/{{ icon }}.svg"/></td>
<td><img src="./apps/32/{{ icon }}.svg"/></td>
<td><img src="./apps/48/{{ icon }}.svg"/></td>
<td><img src="./apps/64/{{ icon }}.svg"/></td>
<td><img src="./apps/128/{{ icon }}.svg"/></td>
</tr>
{% endfor %}
</tbody>
</table>
---
18 changes: 12 additions & 6 deletions _posts/2014-04-07-Birdie.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ category: app
title: Birdie
generic: Twitter client
description: A beautiful Twitter client for GNU/Linux, seamlessly integrated with your desktop environment. It is fast, easy to use and works great.
authors: '<a href="https://github.com/ivonunes">Ivo Nunes</a>, <a href="https://github.com/vascomfnunes">Vasco Nunes</a>'
license: 'GPL v3'
license: GPL v3

web: 'http://www.birdieapp.eu'
github: 'birdieapp/birdie'
launchpad:
authors:
- name: Ivo Nunes
url: 'https://github.com/ivonunes'
- name: Vasco Nunes
url: 'https://github.com/vascomfnunes'

links:
- type: Web
url: 'http://www.birdieapp.eu'
- type: GitHub
url: birdieapp/birdie

googleplus:
repository: 'ppa:birdie-team/stable'
package: birdie
---
18 changes: 12 additions & 6 deletions _posts/2014-04-08-Vocal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ category: app
title: Vocal
generic: Podcast manager
description: 'Vocal is a podcast client for the modern free desktop. It is designed to be simple to use and packed full of all the features you&#39;ve come to expect in a podcast client – plus a few extras. We think you will love it.'
authors: '<a href="https://plus.google.com/+NathanDyerdotMe/posts">Nathan Dyer</a>'
license: 'GPL v3'
license: GPL v3

authors:
- name: Nathan Dyer
url: 'https://plus.google.com/+NathanDyerdotMe/posts'

screenshots:
- Vocal.png

web: 'http://www.vocalproject.net/'
github:
launchpad: 'vocal'
googleplus: '115162318639836328992/posts'
links:
- type: Web
url: http://www.vocalproject.net
- type: Launchpad
url: vocal
- type: Google+
url: 115162318639836328992/posts

repository-unstable: 'ppa:nathandyer/vocal-daily'
package: 'vocal'
Expand Down
18 changes: 11 additions & 7 deletions _posts/2014-10-18-UberWriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ category: app
title: UberWriter
generic: Markdown editor
description: 'UberWriter is a simple markdown editor that offers a lot of features. Get it if you love markdown and like writing in a clutter free environment.'
authors: '<a href="https://plus.google.com/109074337730327400984">Wolf Vollprecht</a>'
license: 'GPL v3'
license: GPL v3

web: 'http://uberwriter.wolfvollprecht.de/'
github:
launchpad: 'uberwriter'
googleplus:
authors:
- name: Wolf Vollprecht
url: 'https://plus.google.com/109074337730327400984'

links:
- type: Web
url: 'http://uberwriter.wolfvollprecht.de/'
- type: Launchpad
url: uberwriter

repository: 'ppa:w-vollprecht/ppa'
package: 'uberwriter'
package: uberwriter
---

Get [UberWriter](apt://uberwriter) at the Ubuntu Software Center and support the developer!
7 changes: 5 additions & 2 deletions _posts/2014-10-19-Calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ title: Calculator
title_obvious: true
generic: Calculator
description: 'A fast and beautiful GTK3 Calculator completely written in Vala. The UI is rather simple, but scientific functions and mathematical constants can be typed in. It has a history functionality for the current session and clipboard support.'
authors: '<a href="https://launchpad.net/~siasola">Lars Berscheid</a>'
license: 'GPL v3'
license: GPL v3

authors:
- name: Lars Berscheid
url: "https://launchpad.net/~siasola"

web:
github:
Expand Down
18 changes: 12 additions & 6 deletions _posts/2014-10-20-Foto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ title: Foto
title_obvious: true
generic: Photo manager
description: 'Fast, simple, beautiful and free – Foto is a very simple image viewer and album manager written in Vala using Gtk3, Clutter, Cairo and Granite. The goal is to offer an excellent UX and usability.'
authors: '<a href="https://launchpad.net/~erasmo-marin">Erasmo Marín</a>, <a href="https://launchpad.net/~ffabio-96-x">Fabio Zaramella</a>'
license: 'GPL v3'
license: GPL v3

web: 'http://erasmo-marin.github.io/foto/'
github:
launchpad: 'foto'
googleplus:
authors:
- name: Erasmo Marín
url: "https://launchpad.net/~erasmo-marin"
- name: Fabio Zaramella
url: "https://launchpad.net/~ffabio-96-x"

links:
- type: GitHub
url: 'http://erasmo-marin.github.io/foto/'
- type: Launchpad
url: foto

repository-unstable: 'ppa:erasmo-marin/foto-1.0'
package: 'foto'
Expand Down
14 changes: 9 additions & 5 deletions _posts/2014-10-21-Taxi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ category: app
title: Taxi
generic: FTP client
description: 'A simple to use FTP client. It nails the simple use case of transferring files to a remote server using a two-pane layout.'
authors: '<a href="https://launchpad.net/~khampal)">Kiran Hampal</a>, <a href="https://launchpad.net/~danrabbit">Daniel Fore</a>'
license: 'GPL v3'

web:
github:
launchpad: 'taxi'
googleplus:
authors:
- name: Kiran Hampal
url: "https://launchpad.net/~khampal"
- name: Daniel Fore
url: "https://launchpad.net/~danrabbit"

links:
- type: Launchpad
url: taxi

repository:
package:
Expand Down
24 changes: 19 additions & 5 deletions _posts/2015-01-01-Cable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@ category: app
title: Cable
generic: IRC client
description: 'Cable is a fabulous IRC client, freely available in terms of free beer and free speech.'
authors: '<a href="https://launchpad.net/~gotwig">Eduard Gotwig</a>, <a href="https://launchpad.net/~julien-spautz">Julien Spautz</a>, <a href="https://launchpad.net/~tombeckmann">Tom Beckmann</a>, <a href="https://launchpad.net/~avlabs314">Auroral Xylon</a>'
license: 'GPL v3'

web:
github:
launchpad: 'cable'
googleplus:
authors:
- name: Eduard Gotwig
url: "https://launchpad.net/~gotwig"
- name: Julien Spautz
url: "https://launchpad.net/~julien-spautz"
- name: Tom Beckmann
url: "https://launchpad.net/~tombeckmann"
- name: Auroral Xylon
url: "https://launchpad.net/~avlabs314"

links:
- type: Web
url:
- type: Google+
url:
- type: GitHub
url:
- type: Launchpad
url: cable

repository: 'ppa:versable/elementary-update'
package: 'cable'
Expand Down
18 changes: 12 additions & 6 deletions _posts/2015-01-07-Agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ category: app
title: Agenda
generic: Task management
description: 'A simple, slick, speedy, no-nonsense task manager.'
authors: '<a href="https://launchpad.net/~thegreatdane">Dane Henson</a>, <a href="https://launchpad.net/~cameronnemo">Cameron Norman</a>, <a href="https://launchpad.net/~ffabio-96-x">Fabio Zaramella</a>'
license: 'GPL v3'
license: GPL v3

web:
github:
launchpad: 'agenda-tasks'
googleplus:
authors:
- name: Dane Henson
url: "https://launchpad.net/~thegreatdane"
- name: Cameron Norman
url: "https://launchpad.net/~cameronnemo"
- name: Fabio Zaramella
url: "https://launchpad.net/~ffabio-96-x"

links:
- type: Launchpad
url: agenda-tasks

repository:
repository-unstable:
Expand Down
20 changes: 14 additions & 6 deletions _posts/2015-01-07-Akiee.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ category: app
title: Akiee
generic: Task management
description: 'A Markdown-based task manager for hackers and people who build stuff.'
authors: '<a href="https://github.com/rockiger">Rockiger</a>'
license: 'GPL v2'
license: GPL v2

web: 'http://rockiger.com/en/akiee/index'
github:
launchpad:
googleplus:
authors:
- name: Rockiger
url: "https://github.com/rockiger"

links:
- type: Web
url: 'http://rockiger.com/en/akiee/index'
- type: Google+
url:
- type: GitHub
url:
- type: Launchpad
url:

repository:
repository-unstable:
Expand Down
Loading

0 comments on commit d3a1f55

Please sign in to comment.