-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebpage.database.xml
More file actions
35 lines (32 loc) · 1023 Bytes
/
webpage.database.xml
File metadata and controls
35 lines (32 loc) · 1023 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<webpage id="database">
<config param="desc" value="database" />
<config param="rcsdate" value="$Date: 2013-03-19 18:18:50 +0800 (Tue, 19 Mar 2013) $" />
<head>
<title>Database</title>
<titleabbrev>Database</titleabbrev>
<summary>database</summary>
<keywords>database,mysql,postgresql,nosql,ldap</keywords>
</head>
<webtoc />
<section>
<title>数据库系列手扎</title>
<itemizedlist>
<listitem>
<ulink url="../database/index.html">Netkiller Database 手札</ulink>
</listitem>
<listitem>
<ulink url="../postgresql/index.html">Netkiller PostgreSQL 手札</ulink>
</listitem>
<listitem>
<ulink url="../mysql/index.html">Netkiller MySQL 手札</ulink>
</listitem>
<listitem>
<ulink url="../nosql/index.html">Netkiller NoSQL 手札</ulink>
</listitem>
<listitem>
<ulink url="../ldap/index.html">Netkiller LDAP 手札</ulink>
</listitem>
</itemizedlist>
</section>
</webpage>