initial commit

This commit is contained in:
2010-03-09 20:45:38 +02:00
commit e61fee1fb2
6 changed files with 365 additions and 0 deletions

6
example.json Normal file
View File

@@ -0,0 +1,6 @@
[
{title: "hello", url: "/hello", match: "hello dude"},
{title: "world", url: "/world", match: "world dude"},
{title: "foo", url: "/foo", match: "foo dude"},
{title: "bar", url: "/bar", match: "bar dude"}
];