<% local view, viewlibrary = ... require("viewfunctions") %> <% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(view)) io.write("
") --]] %>

DNS Entries <% if view.filename then io.write(" for "..view.filename) end %>

Locations

<% end %>
  • <%= loc[1] %>
  • <% end %>
    <% local function doListIndents(next, indent) local newentry = {} for mt in string.gmatch(next, "([^.]+)") do table.insert(newentry, mt) end local revnewentry = {} for j=#newentry,1,-1 do table.insert(revnewentry, newentry[j]) end local i=1 while indent[i] and revnewentry[i] == indent[i] do i=i+1 end local ending = #indent-(i-1) local starting = #newentry-(i-1) for j=1,ending do io.write("\n") end for j=1,starting do io.write("