Creating Your UCO HomepageSo, you've taken a look around our webserver. And now you've decided you'd like to set up your own individual homepage. Here's how. The following examples are UNIX commands. Non-UNIX users can contact NICS if you need help. Let's assume your UNIX login name is "jdoe" (that means replace "jdoe" with your login name).
/usr/local/www/jdoe% ls -l index.html -rw-r--r-- 1 jdoe lickstaf 123 Dec 12 13:53 index.html <--== should look like this If not, change the permissions to make it accessible: /usr/local/www/jdoe% chmod 644 index.html To Publicize Your HomepageThink your homepage is ready to go public? Want a link on the UCO/Lick Observatory Individual Homepages online directory? Just send email to webeditor@ucolick.org with your new homepage address. NOTE: Please also email webeditor@ucolick.org if you move or delete your page. To Privatize Your HomepageTo "turn off" http access to your WWW directory:
/usr/local/www/jdoe% chmod 600 *.html HTML HelpIf you don’t know much about HTML, you can read Getting Started with HTML by the World Wide Web Consortium (W3C) or the Beginner’s Guide from the National Center for Supercomputing Applications (NCSA). You may also email webeditor@ucolick.org to make an appointment for personal assistance in creating your webpage, and linking to your publications and other webpages. More documentation on HTML docs and WWW may be found on the W3C webserver, among other places. |