URL handling
[hcoop/domtool2.git] / lib / domain.dtl
index ac0345c..0ab7716 100644 (file)
@@ -1,5 +1,11 @@
 {{Configuring shared daemons with respect to a particular Internet domain name}}
 
+extern type no_spaces;
+{{Any string with no space characters}}
+
+extern type no_newlines;
+{{Any string with no newline characters}}
+
 extern type ip;
 {{An IP address}}