-
Notifications
You must be signed in to change notification settings - Fork 15
/
index_template.en.html
199 lines (165 loc) · 7.74 KB
/
index_template.en.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
195
196
197
198
199
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html style="height: 100%" lang="es"><head>
<title>CDPedia</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="CDPedia - wikipedia offline" name="description">
<meta content="El Equipo de CDPedia" name="author">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<link href="css/bootstrap.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/bootstrap-docs.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body style="height: 100%">
<header>
<!-- language selectors -->
<div class="select-lang">
<div class="dropdown">
<button class="dropdown-btn">Page language</button>
<div class="dropdown-content">
<!-- these depend on how many templates we have in the project -->
{% for index_filepath, language in pages_info %}
<a href="{{ index_filepath }}">{{ language }}</a>
{% endfor %}
</div>
</div>
<div class="dropdown">
<button class="dropdown-btn">CDPedia language</button>
<div class="dropdown-content">
<!-- these depend on the available generated images -->
{% for index_filepath, language in cdpedias_info %}
<a href="{{ index_filepath }}">{{ language }}</a>
{% endfor %}
</div>
</div>
</div>
<!-- end language selectors -->
</header>
<main class="bs-masthead" id="content" role="main">
<div id="main-container" class="container">
<h1>CDPedia</h1>
<p class="lead">Access the Wikipedia information even if you don't have an Internet connection.</p>
<ul class="bs-masthead-links">
<li>
<a class="btn btn-large" href="https://pyar.discourse.group/c/cdpedia/">Join the forum to chat »</a>
</li>
<li>
<a class="btn btn-large" href="https://github.com/PyAr/CDPedia">Collaborate »</a>
</li>
</ul>
</div>
</main>
<div class="container-dark">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2>Free</h2>
<p>CDPedia is Free Software, we recommend (and thank you) that you copy
these discs and files, and give them to your friends, family and
acquaintances.</p>
<p>The information must be free, so we improve the quality of
our education.</p>
</div>
<div class="col-lg-4">
<h2>Collaborative</h2>
<p>CDPedia is developed by a group of people like you who dedicate
their time and knowledge to provide a useful tool for the
community.</p>
<p>Join, it's easy and we're sure to have some task where you can help.</p>
</div>
<div class="col-lg-4">
<h2>Multiplatform</h2>
<p>CDPedia works on Linux, Mac or Windows without having to install
any additional software (you only need Python which in Linux and Mac
is already installed, and the Windows version is included and used
straightaway).</p>
</div>
</div>
</div>
</div>
<div class="container">
<h2 name="download">Download it</h2>
<p>The latest version is {{ version }}, with content up to {{ image_date }},
and can be downloaded in the following ways (if you have the possibility, we
appreciate you downloading and sharing the files via BitTorrent):</p>
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Format</th>
<th>Size</th>
<th>Checksums</th>
<th>Download</th>
<th>Content</th>
</tr>
</thead>
<tbody>
{% for image_info in produced_formats_info %}
<tr>
<td>{{ image_info.format }}</td>
<td>{{ image_info.size }}</td>
<td><a href="{{ image_info.md5 }}">md5</a> - <a href="{{ image_info.sha1 }}">sha1</a></td>
<td><a href="{{ image_info.torrent }}">Torrent</a></td>
<td>Pages: {{ image_info.pages|default('all', true) }}; images: {{ image_info.included_images_ratio }}%</td>
</tr>
{% endfor %}
</tbody>
</table>
<p>You can see all the files (torrents, checksums, etc) <a href="{{ all_images_url }}">here</a>.</p>
<p>If you need help, we invite you to read the FAQ's or to make new questions in the <a href="https://pyar.discourse.group/c/cdpedia/">forum</a></p>
</div>
<div class="container">
<h2>What do I do with the file I downloaded?</h2>
<p>You can download files in two formats.</p>
<p>It can be a disk image (specially designed to fit on a CD or a DVD, depending
on the version). The first thing you have to do is burn it to a blank disk,
for which you need a burner and burning software. If you use Windows and don't
have one installed on your computer, we recommend
<a class="http" href="http://infrarecorder.org/?page_id=5">InfraRecorder</a>
that is Free Software and very easy to use (as an example, you can
<a class="http" href="http://www.youtube.com/watch?v=_5QLoTl9qu8">see a video
guide)</a>).</p>
<p>It can also be a tarball, that is to say, directly the files ready to
decompress and use. You can download and decompress them directly into a USB
stick or on a hard disk, and use the CDPedia.</p>
<div class="bs-callout bs-callout-info">
<h4>Make copies to give away</h4>
<p>If you have disks available, make some copies of CDPedia to give to your
family and friends, to your neighborhood library, or to your children.</p>
<p>Spread CDPedia!</p>
</div>
<h2>How do I use it?</h2>
<p>You put the generated disk in your computer and when the folder with the CD
is opened double click on the file cdpedia.py. Your browser will open with
the cover of CDPedia.</p>
<p>If you downloaded the compressed files, just unzip them into anywhere and
that's all, no need to burn a disk.</p>
<p>This version works on Linux, Mac or Windows without having to install any
additional software (you only need Python which on Linux and Mac comes
installed, and the version for Windows is included and used directly).</p>
<p>To use the CDPedia in server mode (installing it on a single machine but
accessing it from many others),
<a href="https://wiki.python.org.ar/Proyectos/CDPedia/modoservidor/">these are
the instructions</a>.</p>
<h2 rel="download">More information</h2>
<p>CDPedia is a <a href="http://python.org.ar">Python Argentina</a> project
to access the information on Wikipedia even if you don't have
an Internet connection.</p>
<p>All information included was obtained from Wikipedia in the date indicated
above, and it's a picture of the online content at that given time. We suggest you
to access information directly on the Wikipedia Web if you need
information updated on one of the topics.</p>
<p>Important: CDPedia is Free Software, we recommend (and thank you) to
copy these disks and files, and give them to your friends, family and
acquaintances. The information must be free, so we improve the quality of
our education.</p>
<p>Enjoy it!</p>
</div>
<footer class="bs-footer" role="contentinfo">
<div class="container">
<p>Follow us on Twitter
<a href="http://twitter.com/PythonArgentina">@PythonArgentina</a></p>
<p><a href="http://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> <a href="https://raw.githubusercontent.com/PyAr/CDPedia/master/AUTHORS.txt">CDPedistas</a></p>
</div>
</footer>
</body>
</html>