Merge branch 'uvldoc'
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / index.xml
diff --git a/libs/uvldoc/luasrc/uvldoc/proto/xhtml/index.xml b/libs/uvldoc/luasrc/uvldoc/proto/xhtml/index.xml
new file mode 100644 (file)
index 0000000..6fbfa37
--- /dev/null
@@ -0,0 +1,11 @@
+<%+header.xml%>
+<h1>UCI Documentation</h1>
+<table>
+<% for k, v in luci.util.kspairs(self.schemes) do %>
+<tr>
+       <td><a href="<%=self:_scheme_filename(k)%>"><%=k%></a></td>
+       <td><%=self.schemes[k].title%></td>
+</tr>
+<% end %>
+</table>
+<%+footer.xml%>
\ No newline at end of file