User Tools

Site Tools


programming:python:dictdefence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:python:dictdefence [2008/12/02 18:25] crustymonkeyprogramming:python:dictdefence [2012/02/19 17:41] (current) jay
Line 1: Line 1:
 ====== DictDefence ====== ====== DictDefence ======
 +===== UPDATE =====
 +Sometime soonish, I will be doing a serious rewrite of this software.  Being that this was my first Python project beyond "toy" size, it's got some serious warts in it.  I'm probably going to keep the same basic code layout and reuse a lot of it, but the ''0.6'' release is going to have a new config file, and generally, a major overhaul.  It's time for house-cleaning.
  
 ===== What is it? ===== ===== What is it? =====
Line 164: Line 166:
 <code>dictdefence_enable="YES"</code> <code>dictdefence_enable="YES"</code>
 And the following script, named''dictdefence'', in ''/usr/local/etc/rc.d/'' and ''chmod 555 dictdefence'' in that directory: And the following script, named''dictdefence'', in ''/usr/local/etc/rc.d/'' and ''chmod 555 dictdefence'' in that directory:
-<code bash>+<code sh>
 #!/bin/sh #!/bin/sh
  
Line 259: Line 261:
  
 ===== Bug Tracking ===== ===== Bug Tracking =====
-Bug tracking is up and running at [[https://mantis.splitstreams.com]].  Head over there to register any bugs.+Bug tracking is up and running at [[https://bugzilla.splitstreams.com]].  Head over there to register any bugs.
  
 ===== License ===== ===== License =====
programming/python/dictdefence.1228242334.txt.gz · Last modified: 2008/12/02 18:25 by crustymonkey