-
Notifications
You must be signed in to change notification settings - Fork 1
/
unsupported.html
113 lines (110 loc) · 3.63 KB
/
unsupported.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: default
title: Obsolete tools from BinaryAge
menu: products
meta_title: Obsolete tools from BinaryAge
meta_keywords: totalfinder,totalspaces,totalterminal,visor,firequery,firelogger,firerainbow,xrefresh,drydrop,leechgate
meta_description: BinaryAge - mac apps and tools for developers.
meta_image: https://www.binaryage.com/shared/img/icons/binaryage-badge-256.png
fbsdk: 1
ogmeta: {
site_name: "BinaryAge website",
description: "BinaryAge brings you innovative applications and developer tools.",
email: "[email protected]",
type: "company",
title: "BinaryAge Software",
url: "https://www.binaryage.com",
image: "https://www.binaryage.com/shared/img/icons/binaryage-badge-256.png"
}
products: [{
title: "TotalTerminal",
url: "https://totalterminal.binaryage.com",
description: "a system-wide terminal<br>accessible via a hot-key",
tech: "apple"
},{
title: "Asepsis",
url: "https://asepsis.binaryage.com",
description: "a smart solution for<br>.DS_Store pollution"
},{
title: "XRefresh",
url: "https://xrefresh.binaryage.com",
description: "a Firebug extension<br>for refresh-driven development"
},{
title: "Restatic",
url: "https://restatic.binaryage.com",
description: "pumps spreadsheet data<br>to your static site"
},{
title: "Visor",
url: "https://visor.binaryage.com",
description: "a system-wide terminal<br>obsoleted by TotalTerminal",
tech: "apple"
},{
title: "FireQuery",
url: "https://firequery.binaryage.com",
description: "a Firebug extension<br>for jQuery development",
tech: "html5"
},{
title: "FireRainbow",
url: "https://firerainbow.binaryage.com",
description: "a Firebug extension<br>for javascript syntax highlighting",
tech: "html5"
},{
title: "FireLogger",
url: "https://firelogger.binaryage.com",
description: "a Firebug extension<br>which adds a sexy logger console",
tech: "html5"
},{
title: "LeechGate",
url: "https://github.com/binaryage/leechgate",
description: "enables Google Analytics<br>for your Amazon S3 bucket"
}]
---
<div id="welcome">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-icon" title="obsolete software">
<i class="fa fa-warning"></i> no longer supported
</div>
</div>
</div>
</div>
</div>
<div id="free-software">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="products-wrapper">
<div class="products">
{% for product in page.products %}
<a class="product" {% if product.url %}href="{{product.url}}"{% endif %}>
{% if product.title %}
<img class="icon icon-{{product.title|downcase}}" src="/shared/img/icons/{{product.title|downcase}}-256.png" width="128" height="128" alt=" "/>
<span class="title">{{product.title}}</span>
<span class="desc">{{product.description}}</span>
<span class="tech">{% if product.tech %}<i class="fa fa-{{product.tech}}"></i> {% endif %}</span>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
<div id="more-software">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="more-wrapper">
<div class="more-box">
<div class="generic-separator"></div>
<div class="more-extension">
<a href="/"><i class="fa fa-star"></i>Check out our primary software</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>