forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
82 lines (76 loc) · 2.89 KB
/
documentation.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
<!doctype html>
<html lang="en">
<head>
${@import tpl/tpl_htmlmeta.html}
<title>${documentation} - ${software_name_}</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../style/base.css">
<style>
li{
font-size: 16px;
padding: 4px 8px 4px 8px;
}
</style>
${@import tpl/tpl_analysis.html}
</head>
<body>
<div class="central">
${@import tpl/tpl_nav_root.html}
${@import tpl/tpl_header.html}
<div class="body">
<div class="section">
<h1>${documentation}</h1>
</div>
<div class="section">
<ul>
<li>
<a href="documentation/how_to_install.html">${how_to_install} ${software_name_}</a>
</li>
<li>
<a href="documentation/how_to_uninstall.html">${how_to_uninstall} ${software_name_}</a>
</li>
<li>
<a href="documentation/browser_integration.html">${how_to_install} ${browser_extension}</a>
</li>
<li>
<a href="documentation/how_to_download_files.html">${how_to_download_files}</a>
</li>
<li>
<a href="documentation/how_to_create_a_torrent.html">${how_to_create_a_torrent}</a>
</li>
<li>
<a href="features/video_downloader.html">${how_to_download_videos}</a>
</li>
<li>
<a href="documentation/how_to_increase_download_speed.html">${how_to_increase_download_speed}</a>
</li>
<li>
<a href="documentation/how_to_convert_magnet_link_to_torrent_file.html">${how_to_convert_magnet_link_to_torrent_file}</a>
</li>
<li>
<a href="documentation/how_to_get_file_checksum.html">${how_to_get_file_checksum}</a>
</li>
<li>
<a href="documentation/how_to_merge_files.html">${how_to_merge_files}</a>
</li>
<!--
<li>
<a href="documentation/how_to_generate_a_static_website_with_multiple_languages_supported.html">${how_to_generate_a_static_website_with_multiple_languages_supported}</a>
</li>
-->
<li>
<a href="documentation/create_address.html">${create_address}</a>
</li>
<li>
<a href="https://github.com/filecxx/FileCentipede/issues">Q&A</a>
</li>
<li>TODO:</li>
</ul>
</div>
</div>
${@import tpl/tpl_footer.html}
</div>
<script src="../script/base.js"></script>
</body>
</html>