forked from wallabag/ios-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preview.html
194 lines (139 loc) · 4.8 KB
/
Preview.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html>
<head>
<title>deliver - Wallabag 2
</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.app-name {
font-size: 42px;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
font-weight: 300;
margin-top: 22px;
margin-left: 25px;
margin-right: 25px;
}
.app-urls {
margin-left: 25px;
font-size: 14px;
margin-top: 4px;
margin-right: 25px;
}
body {
font-family: 'Helvetica Neue', HelveticaNeue;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}
.app-url-descr {
height:22px;
display: inline-block;
font-weight: 500;
}
.app-url {
color: #0056ba;
font-weight: 300;
margin-right: 10px;
}
.app-keyword {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.cat-headline {
font-weight: 700;
margin-bottom: 5px;
}
.app-description {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.app-description-text {
font-weight: 300;
}
.app-changelog {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
font-weight: 300;
}
.app-screenshots {
margin-left: 15px;
margin-right: 15px;
margin-top: 22px;
}
.app-keyword-list {
font-weight: 300;
}
.app-changelog-list {
list-style-type: square;
font-weight: 300;
}
ul {
margin-top: 6px;
}
.app-screenshot-row {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.app-screenshot {
width: calc(20% - 30px);
margin-left: 10px;
margin-right: 10px;
}
#app-screenshots .cat-headline {
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<div class="app-name">
en-US: Wallabag 2
</div>
<div class="app-urls">
<div class="app-url-descr">
support_url: <a target="_blank" class="app-url" href="
">
</a>
</div>
<div class="app-url-descr">
marketing_url: <a target="_blank" class="app-url" href="
">
</a>
</div>
</div>
<div class="app-keyword">
<div class="cat-headline">Keywords</div>
<ul class="app-keyword-list">
<li>wallabag</li>
<li>pocket</li>
<li>poche</li>
</ul>
</div>
<div class="app-description">
<div class="cat-headline">Description</div>
<div class="app-description-text">
Wallabag, a self hostable application for saving web pages<br /><br /><br />Unlike other services, Wallabag is free (as in freedom) and open source.<br /><br />In order to use this app, you need a hosted wallabag instance. You can either install wallabag on your server/webspace or you can register at framabag.org (for free).
</div>
</div>
<div class="app-changelog">
<div class="cat-headline">Changelog</div>
<br />
</div>
<div class="app-screenshots">
<div class="cat-headline">Screenshots</div>
<!-- no screenshots -->
<div style="border: 3px solid red; padding: 0px 20px">
<h2 style="color: red">No Screenshots Found</h2>
<p>
deliver couldn't find any screenshots. This will <b>remove</b> existing screenshots, but will also not upload any.
<p>
Please make sure to store your screenshots in the screenshots folder. If you want to download your existing screenshots, run <i>deliver download_screenshots</i>.
</p>
</div>
</div>
<hr />