This is a compilation of questions frequently asked about web-based services on Grex.


Can I create a home page on Grex?

Yes, Grex permits users to have free use of our web server under certain conditions.

Return to the table of contents


How do I get started?

First, you must create an account for yourself on Grex. Just telnet to Grex and log in as newuser, or else create your account on the web.

Once you have your account, and you can log in to Grex via telnet, then you run the "mkhomepage" program. This program gives you the option of creating a prototype home page. If your shell is not a unix shell, you must type a ! before the mkhomepage in order to run it.

Return to the table of contents


What if I don't know HTML?

If you don't know HTML, you are not going to be able to write a web page. HTML is the language used to produce web documents, and no one is going to convert your documents to HTML for you.

Fortunately, it is rather simple to learn the basics of HTML Carl Miller wrote a basic introduction to hypertext and for a more complete explanation of HTML tags, there is a wealth of information on the net. Yahoo maintains an extensive list of HTML tutorials and guides. In the bookstore, you might want to pick up a copy of Web Publishing with HTML by Laura Lemay,. Sams.net ($29.99).

Return to the table of contents


How many pages / how much space can I have in my website?

You can put any pages that you wish to be visible on the web into your www directory. Your home page should be named index.html (or index.htm), but you may have as many pages with as many different names as you like, so long as you do not exceed the 1 MB disk space limit for your account.

Each page will have a different URL. Your home page can be found at http://www.cyberspace.org/~youraccount/ and any other page can be found at http://www.cyberspace.org/~youraccount/filename.

For links between the pages of your site, it is best to use relative links in your hypertext links. This means you should not link to a file using the full URL, like this:
<a href="http://www.cyberspace.org/~youraccount/filename">, but rather you should use the much simpler form <a href=filename>. Of course you must use the full link in a pointer from another site.

Return to the table of contents


Why can't I find my page when I look from the net?

There are three possible problems:

Return to the table of contents


Why can't I edit my page using the "e" command in Lynx?

There are two possible problems:

Return to the table of contents


How can I put my pages on Grex if I make them on my computer?

If you are connecting to Grex from the internet, you should use ftp to transfer your file to Grex. If you have a direct internet connection, you should be able to run an ftp client on your PC. If you are dialing into a remote host to gain access to the net, you must first transfer your files to your host system using a file transfer protocol supported by your terminal emulator software, and then use ftp to move them from there to your grex account.

Remember to log into grex with your account and password. Grex does not support anonymous ftp.

Also remember to put the files into your www directory, not your home directory.

If you dial into grex directly, use a file transfer protocol such as sz or kermit to move the files to your www directory.

Return to the table of contents


Why do my pictures all appear as broken images?

Multimedia files are not allow on Grex's web server. If you put any in your site, the webmaster will remove them. This is a policy that was adopted because of the severe bandwidth limitations of Grex's internet link. The policy is absolute, though. It doesn't matter how small your files are, they still will not be permitted.

You can get around this limitation if you have access to another web server. If you have an image or any other multimedia file which can be found on another web server, you can put a pointer to it in a page on Grex. Since this does not require shipping out the image over Grex's internet link, there is no problem with using this technique.

In fact, if you have a graphical web browser, you may have noticed that the Grex logo is prominently displayed on Grex's home page. This image is not stored on Grex itself, but rather it is stored on the HVCN web server.

Return to the table of contents


Can I have HTML Forms on my page?

In order to support HTML forms, you must provide a CGI script or program to process the form. Grex's web server does not support CGI programs written by Grex users. Therefore the only way you could have a form on your Grex page is if it pointed to a cgi program on some other server. Without that, the answer is no.

Return to the table of contents


How do I get my page listed in the Grex Users directory?

If you have pages on Grex which are correctly set up and visible on the internet, You just have to write mail to webmaster@cyberspace.org and ask to be listed.

Return to the table of contents


If I have a page elsewhere, can I be listed on Grex?

Yes, as long as you maintain a Grex account, you are a Grex user. Just send mail to webmaster@cyberspace.org, requesting this. Be sure to include the URL you wish it point to.

Return to the table of contents


How do I know how many "hits" my page is getting?

Grex's web server keeps statistics. This information is published weekly, and it contains hit counts for all user pages with 10 or more hits per week. Look on the statistics page.

Information is only available in summary form. The detail records in the log file are not published or available.

Return to the table of contents


How can I put a counter on my page?

The answer to this question keeps changing. Have a look at the Yahoo directory of free web counters. You should be able to use one of the counters described there on your Grex web pages without violating any rules.

Return to the table of contents


Can I put links to conference items on my page?

Yes, if you want to put a pointer to your favorite Grex item or conference on your web page, you can do it. A link to the agora conference would have the URL:
http://www.cyberspace.org/cgi-bin/bt/peek:agora
Just replace the name "agora" with whatever conference you want to link to.

This will put anyone who clicks it into the conference via Backtalk. They will be in read-only mode, so people without Grex accounts will be able to look at the conference. If they are using a non-graphical browser like lynx, it will put them in the vanilla interface. Otherwise the pistachio interface is used.

You can also link to a specific item in a conference. Below is the URL for a link to item 2 in the agora conference:

http://www.cyberspace.org/cgi-bin/bt/peek:agora:2
Or you can link to a specific response to a specific item. Here is a link to response 8 of item 1 in the agora conference:
http://www.cyberspace.org/cgi-bin/bt/peek:agora:1:8
You can also link to ranges of responses. The following URL links to responses 0 (that's the item text), 3, and 7 through 12 of item one of the agora conference:
http://www.cyberspace.org/cgi-bin/bt/peek:agora:1:0,3,7-12

Return to the table of contents


Help, I forgot my Grex password!

For issues that aren't specificly related to the web or Grex's web server, you would be much better off sending mail to staff@cyberspace.org, instead of webmaster. While a Webmaster can probably help you out, or answer your questions, there are many more staffers reading the staff mailbox.. So mail sent to staff is more likely to be read and answered quickly than mail sent to webmaster.

Return to the table of contents