/usr/share/netdisco/html/doc/index.html is in netdisco-frontend 1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <& /stats.html:about_box &>
<h2 class="subheader">Links</h2>
<A href="http://netdisco.org">Netdisco.org</a> - The home of Netdisco.
<BR>
<A HREF="http://snmp-info.sourceforge.net">SNMP::Info</a> - A Key component of Netdisco.
<BR>
<h1 class="pagehead"><A HREF=".">Documentation</A></H1>
%foreach my $file (sort @files){
% $file =~ s/$dir\///;
% next if $file eq 'index.html';
% my $name = $file;
% $name =~ s/\.html//;
<A HREF="<%$file%>"><%$name%></A><BR>
%}
<A HREF="http://www.masonhq.com"><IMG SRC="<%$path%>/powered_by_mason.jpg" WIDTH=88 HEIGHT=31 style="border: none;" ALT="Powered by Mason"></A>
<img WIDTH="88" HEIGHT="31" src="<%$path%>/vcss.gif" alt="Valid CSS" style="border: none;">
<img WIDTH="88" HEIGHT="31" src="<%$path%>/valid-html401.png" alt="Valid HTML 4.01" style="border: none;">
<%init>
my $dir = $m->current_comp->source_dir();
my @files = glob("$dir/*.html");
my $path = $netdisco::CONFIG{webpath};
</%init>
%# $Id: index.html,v 1.8 2007/12/19 06:24:34 maxbaker Exp $
%# vim:syntax=mason
|