summaryrefslogtreecommitdiff
path: root/htdocs/6kbyte.php
blob: d363c36c2ad21427c1404919550c1fb28e727e8b (plain)
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
<?php
// 6 Kbyte on Vim page
require_once("include/init.inc");
$page_title = "Vim in 6 Kbyte";

include("header.php");
?>
<h1>Vim explained in 6 Kbyte</h1>
These are plain text files.
<ul>
	<li><a href='6k/features.af.txt'>Afrikaans</a></li>
	<li><a href='6k/features.bg.txt'>Bulgarian</a></li>
	<li><a href='6k/features.zh.txt'>Chinese (Big5)</a></li>
	<li><a href='6k/features.cn.txt'>Chinese (Mandarin)</a></li>
	<li><a href='6k/features.cz.txt'>Czech</a></li>
	<li><a href='6k/features.nl.txt'>Dutch</a></li>
	<li><a href='6k/features.en.txt'>English</a></li>
	<li><a href='6k/features.fi.txt'>Finnish</a></li>
	<li><a href='6k/features.fr.txt'>French</a></li>
	<li><a href='6k/features.de.txt'>German</a></li>
	<li><a href='6k/features.gr.txt'>Greek</a></li>
	<li><a href='6k/features.hu.txt'>Hungarian</a></li>
	<li><a href='6k/features.in.txt'>Indonesian</a></li>
	<li><a href='6k/features.it.txt'>Italian</a></li>
	<li><a href='6k/features.jp.txt'>Japanese</a></li>
	<li><a href='6k/features.kr.txt'>Korean</a></li>
	<li><a href='6k/features.no.txt'>Norwegian</a></li>
	<li><a href='6k/features.pl.txt'>Polish</a></li>
	<li><a href='6k/features.pt.txt'>Portuguese</a></li>
	<li><a href='6k/features.ro.txt'>Romanian</a></li>
	<li><a href='6k/features.ru.txt'>Russian</a></li>
	<li><a href='6k/features.sr.txt'>Serbian</a></li>
	<li><a href='6k/features.sk.txt'>Slovakian</a></li>
	<li><a href='6k/features.es.txt'>Spanish</a></li>
	<li><a href='6k/features.se.txt'>Swedish</a></li>
	<li><a href='6k/features.tr.txt'>Turkish</a></li>
	<li><a href='6k/features.ua.txt'>Ukrainian</a></li>
	<li><a href='6k/features.cy.txt'>Welsh</a></li>
	<li><a href='6k/features.yi.txt'>Yiddish</a></li>
</ul>
<!-- fillup the width of the table cell -->
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<?php
$google_ads = "big";
include("footer.php");
?>