Skip to content

Commit a63a00b

Browse files
MaximeMaxime
Maxime
authored and
Maxime
committed
Prepare fastlane
1 parent 5e2a5e6 commit a63a00b

File tree

6 files changed

+203
-4
lines changed

6 files changed

+203
-4
lines changed

Preview.html

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>deliver - Wallabag 2
5+
</title>
6+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
7+
<style>
8+
.app-name {
9+
font-size: 42px;
10+
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
11+
font-weight: 300;
12+
margin-top: 22px;
13+
margin-left: 25px;
14+
margin-right: 25px;
15+
}
16+
17+
.app-urls {
18+
margin-left: 25px;
19+
font-size: 14px;
20+
margin-top: 4px;
21+
margin-right: 25px;
22+
}
23+
24+
body {
25+
font-family: 'Helvetica Neue', HelveticaNeue;
26+
}
27+
28+
hr {
29+
margin-top: 40px;
30+
margin-bottom: 40px;
31+
}
32+
33+
.app-url-descr {
34+
height:22px;
35+
display: inline-block;
36+
font-weight: 500;
37+
}
38+
39+
.app-url {
40+
color: #0056ba;
41+
font-weight: 300;
42+
margin-right: 10px;
43+
}
44+
45+
.app-keyword {
46+
margin-left: 25px;
47+
margin-right: 25px;
48+
margin-top: 22px;
49+
}
50+
51+
.cat-headline {
52+
font-weight: 700;
53+
margin-bottom: 5px;
54+
}
55+
56+
57+
58+
.app-description {
59+
margin-left: 25px;
60+
margin-right: 25px;
61+
margin-top: 22px;
62+
}
63+
64+
.app-description-text {
65+
font-weight: 300;
66+
}
67+
68+
.app-changelog {
69+
margin-left: 25px;
70+
margin-right: 25px;
71+
margin-top: 22px;
72+
font-weight: 300;
73+
}
74+
75+
.app-screenshots {
76+
margin-left: 15px;
77+
margin-right: 15px;
78+
margin-top: 22px;
79+
}
80+
81+
.app-keyword-list {
82+
font-weight: 300;
83+
}
84+
85+
.app-changelog-list {
86+
list-style-type: square;
87+
88+
font-weight: 300;
89+
}
90+
91+
ul {
92+
margin-top: 6px;
93+
}
94+
95+
.app-screenshot-row {
96+
width: 100%;
97+
margin-top: 10px;
98+
margin-bottom: 10px;
99+
}
100+
101+
.app-screenshot {
102+
width: calc(20% - 30px);
103+
margin-left: 10px;
104+
margin-right: 10px;
105+
}
106+
107+
#app-screenshots .cat-headline {
108+
margin-left: 10px;
109+
margin-right: 10px;
110+
}
111+
</style>
112+
</head>
113+
114+
<body>
115+
116+
117+
<div class="app-name">
118+
en-US: Wallabag 2
119+
120+
</div>
121+
122+
123+
<div class="app-urls">
124+
125+
126+
127+
128+
<div class="app-url-descr">
129+
support_url: <a target="_blank" class="app-url" href="
130+
">
131+
</a>
132+
</div>
133+
134+
135+
136+
137+
<div class="app-url-descr">
138+
marketing_url: <a target="_blank" class="app-url" href="
139+
">
140+
</a>
141+
</div>
142+
143+
144+
</div>
145+
146+
147+
<div class="app-keyword">
148+
<div class="cat-headline">Keywords</div>
149+
<ul class="app-keyword-list">
150+
151+
<li>wallabag</li>
152+
153+
<li>pocket</li>
154+
155+
<li>poche</li>
156+
157+
</ul>
158+
</div>
159+
160+
161+
162+
<div class="app-description">
163+
<div class="cat-headline">Description</div>
164+
<div class="app-description-text">
165+
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).
166+
</div>
167+
</div>
168+
169+
170+
171+
<div class="app-changelog">
172+
<div class="cat-headline">Changelog</div>
173+
<br />
174+
</div>
175+
176+
177+
<div class="app-screenshots">
178+
<div class="cat-headline">Screenshots</div>
179+
180+
181+
<!-- no screenshots -->
182+
<div style="border: 3px solid red; padding: 0px 20px">
183+
<h2 style="color: red">No Screenshots Found</h2>
184+
<p>
185+
deliver couldn't find any screenshots. This will <b>remove</b> existing screenshots, but will also not upload any.
186+
<p>
187+
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>.
188+
</p>
189+
</div>
190+
191+
</div>
192+
193+
<hr />
194+

fastlane/metadata/copyright.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
maxime marinel 2016
+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
Wallabag, a self hostable application for saving web pages
12

3+
4+
Unlike other services, Wallabag is free (as in freedom) and open source.
5+
6+
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).

fastlane/metadata/en-US/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
wallabag, pocket, poche
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
MZGenre.Utilities
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
MZGenre.Productivity

0 commit comments

Comments
 (0)