1
0
mirror of https://github.com/Chouchen/shorturl.git synced 2018-06-07 06:34:38 +02:00
shorturl/trunk/db/database.xml

12 lines
251 B
XML
Raw Normal View History

2010-12-23 12:26:25 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Database>
<table name="url">
<item id="shiki">
<url>http://www.shikiryu.com</url>
</item>
<item id="goog">
<url>http://www.google.fr</url>
</item>
</table>
</Database>