UserLand script written 3/20/03 by FormatC

The UserLand script uses a file in users' home directories to dynamically generate the so-named UserLand page and list all users that wish to have their names listed.
If you already have an account on arctangent.net and wish to have a link to your homepage listed here, follow these steps:

  1. Create a file .userland in your home directory (i.e., /home/yourusername/.userland)
  2. The first line of the file should be your username. Although this cannot be any different from your login name, it is case insensitive so you may add any special capitalizations.
  3. The second line of the file should be your tagline. This will be the text (if any) that appears below your user name
  4. The third line is the image file you want to be displayed on the.userland page. This should be the full http://... path to the image.
    Note: The image line is optional; a default image will be displayed if there is none specified.
  5. chmod the file as 644 (Read and write for owner, read for group and others). The shell command for this is chmod 644 ~/.userland)