-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.xml
63 lines (63 loc) · 1.17 KB
/
menu.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<urlset>
<url>
<title>Home</title>
<path/>
</url>
<url>
<title>Misc</title>
<path>misc</path>
<url>
<title>Asciidoc</title>
<path>asciidoc</path>
</url>
</url>
<url>
<title>Databases</title>
<path>databases</path>
<url>
<title>Sqlserver</title>
<path>sqlserver</path>
</url>
<url>
<title>Oracle</title>
<path>oracle</path>
<url>
<title>Certifications</title>
<path>certifications</path>
</url>
</url>
</url>
<url>
<title>Linux and unix</title>
<path>linux_and_unix</path>
<url>
<title>Debian</title>
<path>debian</path>
</url>
<url>
<title>Aix</title>
<path>AIX</path>
</url>
<url>
<title>Redhat</title>
<path>RedHat</path>
</url>
</url>
<url>
<title>Programming</title>
<path>programming</path>
<url>
<title>Perl</title>
<path>perl</path>
<url>
<title>Oneliners</title>
<path>oneliners</path>
</url>
</url>
<url>
<title>Python</title>
<path>python</path>
</url>
</url>
</urlset>