ID:
For example, if you have a legal topic called "Software Patents," then a good id
would be "insanity_defense ".
The id is a string of characters that identify this object to the server. This is an
important property. Judicious selection of an id can make it easy to reference
this particular legal doctrine to yourself and other users. For one, the application
server utilizes the id in order to display the doctrine to web users. That's right,
you can reference this legal doctrine via hyperlink simply by referring to its id.
Note, you may not have blanks, periods, or similar characters in an id. Just
stick to characters (A-Z, a-z) and numbers (0-9) and the underscore ('_') character,
and you will do just fine.
Maintainer:
This is the name of the person who maintains this page. This is an optional field. If left blank,
no name will appear. However, people viewing the site may wish to speak to the expert that assembled
this web page. Good advertisement for the partner or associate who assembled the site.
Hint: You can include a hyperlink to your e-mail by embedding your e-mail address in your
name. For example, simply type in the following code into the Maintainer field:
<A HREF="mailto:firstname.lastname@myfirm.com">Firstname Lastname</A>