-
Notifications
You must be signed in to change notification settings - Fork 0
/
body.txt
83 lines (82 loc) · 3.49 KB
/
body.txt
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
<li><span class="name">${displayname}</span><br />
<br />
<br />
<table class="main" style="width:99%; margin-left:4em">
<tr>
<th style="width:20%">Comment</th>
<td>${comment}</td>
</tr>
<tr>
<th>Data Directory</th>
<td>${datadir}</td>
</tr>
<tr>
<th>First Installed</th>
<td>${firstinstalled}</td>
</tr>
<tr>
<th>Last Updated</th>
<td>${lastupdated}</td>
</tr>
<tr>
<th>Market ID</th>
<td>${marketid}</td>
</tr>
<tr>
<th>Market Link</th>
<td><a href="market://details?id=${packagename}">market://details?id=${packagename}</a></td>
</tr>
<tr>
<th>Name</th>
<td>${displayname}</td>
</tr>
<tr>
<th>Package Name</th>
<td>${packagename}</td>
</tr>
<tr>
<th>Tags</th>
<td>${tags}</td>
</tr>
<tr>
<th>Target SDK</th>
<td>${targetsdk}</td>
</tr>
<tr>
<th>UID</th>
<td>${uid}</td>
</tr>
<tr>
<th>Version</th>
<td>${version}</td>
</tr>
<tr>
<th>Version Code</th>
<td>${versioncode}</td>
</tr>
<tr>
<th>www</th>
<td><a href="${source}">${source}</a></td>
</tr>
<tr>
<th>Google Store</th>
<td><a href="https://play.google.com/store/apps/details?id=${packagename}">https://play.google.com/store/apps/details?id=${packagename}</a></td>
</tr>
<tr>
<th>F-Droid</th>
<td><a href="https://f-droid.org/repository/browse/?fdid=${packagename}">https://f-droid.org/repository/browse/?fdid=${packagename}</a></td>
</tr>
<tr>
<th>Search (Google)</th>
<td><a href="https://www.google.com/search?q=${packagename}">https://www.google.com/search?q=${packagename}</a></td>
</tr>
<tr>
<th>DuckDuckGo</th>
<td><a href="https://duckduckgo.com/?q=${packagename}+%22${displayname}%22">https://duckduckgo.com/?q=${packagename}+"${displayname}"</a></td>
</tr>
</table>
<div class="right_pane"><a href="#bottom">↓ Bottom ↓</a> | <a href="#top">↑ Top ↑</a></div>
<div style="margin-top:4em; margin-bottom:3.5em">
<hr style="width:50%; text-align:left; margin-left:0" />
</div>
</li>