add release dir

This commit is contained in:
Mario Fetka
2024-05-28 17:59:32 +02:00
parent 1a700daf11
commit 2d5eb9fe1c
142 changed files with 34106 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
'list' provides a list of the sites in the database and the time at
which they were last updated. There is an optional regular expression
argument to limit the list to specific sites.
Note that the numerical (IP) address associated with a site name is
valid at the listed time, but since they do occasionally change, it is
possible that a discrepancy may occur until that site is updated in our
database. Furthermore, the listed IP address is the primary, as listed
in the DNS database: secondary addresses are not stored.
Usage:
list [<regex>]
Examples:
list
will list all sites in the database, while
list \.de$
lists all German sites.
For further information on regular expressions see the help for 'regex'.