Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
acf-dansguardian
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACF
acf-dansguardian
Commits
4cb7241e
Commit
4cb7241e
authored
Oct 07, 2009
by
Mika Havela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Graphical fix. Modifying <DL> to fix skin issues.
parent
42dc7642
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
dansguardian-general-html.lsp
dansguardian-general-html.lsp
+7
-3
dansguardian-html.lsp
dansguardian-html.lsp
+2
-0
No files found.
dansguardian-general-html.lsp
View file @
4cb7241e
...
...
@@ -25,12 +25,14 @@ end %>
val.name = field
end
%>
</DL>
<h2>General</h2>
<dl>
<p>
These parameters define the interface and port that Dansguardian uses to accept connections.
</p>
<dl>
<%
displayformitem(form.value.filterip)
displayformitem(form.value.filterport)
...
...
@@ -38,11 +40,11 @@ These parameters define the interface and port that Dansguardian uses to accept
</dl>
<h2>Proxy service</h2>
<dl>
<p>
These parameters define the ip address and port that Dansguardian should forward requests on to.
</p>
<dl>
<%
displayformitem(form.value.proxyip)
displayformitem(form.value.proxyport)
...
...
@@ -50,13 +52,13 @@ These parameters define the ip address and port that Dansguardian should forward
</dl>
<h2>Filter Actions</h2>
<dl>
<p>
These parameters define how sensitive the filter is, and where to redirect requests if the content filter
determines that the content is inappropriate. The "naughtynesslimit" is more sensitive the lower it is set.
The author recommends 50 for "young children", 100 for "older children" and 160 for "young adults".
</p>
<dl>
<%
displayformitem(form.value.accessdeniedaddress)
displayformitem(form.value.naughtynesslimit)
...
...
@@ -64,7 +66,9 @@ The author recommends 50 for "young children", 100 for "older children" and 160
</dl>
<h2>Save Changes</h2>
<DL>
<% displayformend(form) %>
</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")
...
...
dansguardian-html.lsp
View file @
4cb7241e
...
...
@@ -17,6 +17,7 @@ io.write("</span>")
end %>
<h1>Configuration</h1>
<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
...
...
@@ -30,6 +31,7 @@ end %>
end
%>
</TABLE>
</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment