really added users
This commit is contained in:
parent
f96c10cb9e
commit
c5d680663d
4
u/Makefile
Executable file
4
u/Makefile
Executable file
@ -0,0 +1,4 @@
|
||||
INPUTS = index.xml
|
||||
SUBDIRS =
|
||||
|
||||
include ../default.mk
|
6
u/directory.xml
Executable file
6
u/directory.xml
Executable file
@ -0,0 +1,6 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<!DOCTYPE directory SYSTEM "../csc.dtd">
|
||||
|
||||
<directory title="User webpages">
|
||||
</directory>
|
37
u/index.xml
Executable file
37
u/index.xml
Executable file
@ -0,0 +1,37 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
|
||||
|
||||
<cscpage title="User homepages at the CSC">
|
||||
|
||||
<header />
|
||||
<section title="Getting a homepage on here">
|
||||
<p>
|
||||
Would you like your own homepage on our server? That's easy! First,
|
||||
just make sure that you have a CSC membership and account (just
|
||||
come by our <a href="/office/">office</a> and sign up if not), then
|
||||
follow these easy steps:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Log in to one of the CSC machines (e.g. csclub.uwaterloo.ca)
|
||||
using an <a href="http://www.openssh.com/">SSH</a> client (e.g. <a
|
||||
href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> on
|
||||
Windows or <a href="http://www.openssh.com/">OpenSSH</a> on
|
||||
unix).</li>
|
||||
<li>Create a directory called <code>www</code> by typing
|
||||
<code>mkdir www</code> from your home directory.</li>
|
||||
<li>Put the files you want on your web page in your new
|
||||
<code>www</code> directory. <code>index.html</code> will be loaded
|
||||
by default.</li>
|
||||
<li>Go visit your snazzy new webpage at
|
||||
<code>http://www.csclub.uwaterloo.ca/~username/</code>, where
|
||||
<code>username</code> should be replaced by your username!</li>
|
||||
</ul>
|
||||
<p>
|
||||
If you're still having trouble getting your page up, just contact
|
||||
the <a href="mailto:webmaster@csclub.uwaterloo.ca">Webmaster</a> or
|
||||
<a href="mailto:sysadmin@csclub.uwaterloo.ca">Sysadmin</a> by
|
||||
e-mail.
|
||||
</p>
|
||||
</section>
|
||||
<footer />
|
||||
</cscpage>
|
Loading…
x
Reference in New Issue
Block a user