libs: drop uvl and uvldoc
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / scheme.xml
diff --git a/libs/uvldoc/luasrc/uvldoc/proto/xhtml/scheme.xml b/libs/uvldoc/luasrc/uvldoc/proto/xhtml/scheme.xml
deleted file mode 100644 (file)
index f4fe22e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<%- title = scheme -%>
-<%+header.xml%>
-<h1 class="section-title"><%=scheme-%>
-<%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
-<div class="scheme-description"><%=package.description%></div>
-
-<h3 class="scheme-title">Sections:</h3>
-<table class="scheme-index">
-<% for k, v in luci.util.kspairs(package.sections) do %>
-<tr>
-       <th><a href="<%=self:_section_filename(scheme, k)%>"><%=k%></a></th>
-       <td><%=v.title%></td>
-</tr>
-<% end %>
-</table>
-<%+footer.xml%>
\ No newline at end of file