Last change
on this file since 52 was 4, checked in by Kris Deugau, 20 years ago |
Import "new" IPDB development:
March 2004 through end of August 2004
Changes include:
-> Entirely new method of allocating IP space; which should
hopefully reduce the amount of messiness in allocations.
-> IP address processing provided by NetAddr::IP rather than
homebrew code
-> Change DB to PostgreSQL to eliminate some of the problems
caused by using MySQL, and to gain native RDBMS support for
IP addresses.
-> Using NetAddr::IP and Postgres allows (eventually, with
PG >= 7.4) IPV6 without any code changes. In theory.
-> Logging so that if someone makes a change that turns out
to have been wrong for some reason, Blame Can Be Assigned.
-> General code cleanups (split IPDB.pm from CommonWeb.pm,
for instance)
|
File size:
1.1 KB
|
Rev | Line | |
---|
[4] | 1 | a:active {
|
---|
| 2 | text-decoration: underline;
|
---|
| 3 | color: #ff0000;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | a:hover {
|
---|
| 7 | text-decoration: underline;
|
---|
| 8 | color: #0000ff;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | a:link {
|
---|
| 12 | text-decoration: underline;
|
---|
| 13 | color: #000000;
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | a:visited {
|
---|
| 17 | text-decoration: underline;
|
---|
| 18 | color: #683080;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | tr.color1 {
|
---|
| 22 | background-color: #d0e0e0;
|
---|
| 23 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 24 | font-size: 90%;
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | tr.color2 {
|
---|
| 28 | background-color: #A8C4D0;
|
---|
| 29 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 30 | font-size: 90%;
|
---|
| 31 | }
|
---|
| 32 |
|
---|
| 33 | tr.warning {
|
---|
| 34 | background-color: #304E5A;
|
---|
| 35 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 36 | }
|
---|
| 37 |
|
---|
| 38 | tr.header {
|
---|
| 39 | background-color: #CCCCCC;
|
---|
| 40 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 41 | }
|
---|
| 42 |
|
---|
| 43 | .indent {
|
---|
| 44 | margin-left: 5%;
|
---|
| 45 | font-size: 90%;
|
---|
| 46 | }
|
---|
| 47 |
|
---|
| 48 | .regular {
|
---|
| 49 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 50 | font-size: 100%;
|
---|
| 51 | }
|
---|
| 52 |
|
---|
| 53 | .heading {
|
---|
| 54 | font-size: 110%;
|
---|
| 55 | font-weight: bold;
|
---|
| 56 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 57 | }
|
---|
| 58 |
|
---|
| 59 | .small {
|
---|
| 60 | font-size: 60%;
|
---|
| 61 | }
|
---|
| 62 |
|
---|
| 63 | .center {
|
---|
| 64 | text-align: center;
|
---|
| 65 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 66 | font-size: 100%;
|
---|
| 67 | }
|
---|
| 68 |
|
---|
| 69 | .red {
|
---|
| 70 | font-weight: bold;
|
---|
| 71 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 72 | font-size:100%;
|
---|
| 73 | color: red;
|
---|
| 74 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.