diff options
-rw-r--r-- | index/discussion.mdwn | 5 | ||||
-rw-r--r-- | local.css | 14 | ||||
-rw-r--r-- | public_hurd_boxen.mdwn | 71 |
3 files changed, 34 insertions, 56 deletions
diff --git a/index/discussion.mdwn b/index/discussion.mdwn index 55c76586..31284c5b 100644 --- a/index/discussion.mdwn +++ b/index/discussion.mdwn @@ -40,5 +40,6 @@ with [[Hurd]] as well? -- [[tschwinge]] What to do with [[GNU]]? -- [[tschwinge]] -Someone could work on getting us some nice style-sheets; see [[local.css]]. -- -[[tschwinge]] +Someone could work on getting us some nice style-sheets; see [[local.css]]. +For example, the table on [[public_hurd_boxen]] should probably get some grid +lines. -- [[tschwinge]] @@ -15,7 +15,7 @@ pre * I want these blocks to be as wide as they need to be for the included * text, but not any wider -- with respect to the `background-color'. * Currently it may happen that the background colors of `pre' and `#sidebar' - * overlap. How to do this properly? -- tschwinge + * overlap. How to do this properly? -- tschwinge */ background-color: #e5e5e5; } @@ -40,3 +40,15 @@ pre background-color: #f0f0f0; font-size: small; } + +.table1 +{ + text-align: left; + /* + * I want this `vertical-align' thing to work for the table elements. This + * doesn't work as it's done below. Shouldn't `td.table1' work? It also + * doesn't. Help. -- tschwinge, mostly CSS ignorant. + */ + vertical-align: top; + font-size: small; +} diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index 1518d985..2de9ed78 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -1,60 +1,27 @@ Here are some Hurd boxes that users have made available to the public: -<table border="1" cellpadding="1" cellspacing="0"> - <tr> - <th bgcolor="#99CCCC"><strong>Host Name</strong></th> - <th bgcolor="#99CCCC"><strong>Operator</strong></th> - <th bgcolor="#99CCCC"><strong>Access</strong></th> - <th bgcolor="#99CCCC"><strong>Port</strong></th> - <th bgcolor="#99CCCC"><strong>Distro</strong></th> - <th bgcolor="#99CCCC"><strong>Machine Specs</strong></th> - <th bgcolor="#99CCCC"><strong>Comments</strong></th> - </tr> - <tr> - <td> flubber.bddebian.com </td> - <td>[[Barry_de_Freese|bddebian]]</td> - <td> ssh </td> - <td> 2250 </td> - <td> Debian </td> - <td> PII 550Mhz 384Mb </td> - <td> </td> - </tr> - <tr> - <td> clubber.bddebian.com </td> - <td>[[Barry_de_Freese|bddebian]]</td> - <td> ssh </td> - <td> 2251 </td> - <td> Debian </td> - <td> PIII 1Ghz 384Mb </td> - <td> </td> - </tr> - <tr> - <td> gnubber.bddebian.com </td> - <td>[[Barry_de_Freese|bddebian]]</td> - <td> ssh </td> - <td> 2254 </td> - <td> Debian </td> - <td> PII 733Mhz 384Mb </td> - <td> </td> - </tr> - <tr> - <td> hurd.nipl.net </td> - <td>[[AlastairPoole]]</td> - <td> ssh </td> - <td> 24 </td> - <td> GNU </td> - <td> AMD Sempron 2800 </td> - <td> not sure if this machine is still alive </td> - </tr> -</table> +[[table class="table1" data=""" +"Host Name","Operator","Access","Distro","Machine Specs","Comments" +"flubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2250","Debian","PII 550 MHz; 384 MiB" +"clubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2251","Debian","PIII 1 GHz; 384 MiB" +"gnubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2254","Debian","PII 733 MHz; 384 MiB" +"hurd.nipl.net","[[AlastairPoole]]","ssh; port 24","GNU","AMD Sempron 2800 MHz","not sure if this machine is still alive" +"""]] -To request an account on the _\*.bddebian.com_ machines either contact **bddebian** or **tschwinge** (other people might also be able to help) in [[IRC]] or send email to <hurd-shell-account@gnuNOSPAM.org>. Also use these contact addresses for requesting support with respect to software installations, etc. +To request an account on the `*.bddebian.com` machines either contact +*bddebian* or *tschwinge* (other people might also be able to help) in [[IRC]] +or send email to <hurd-shell-account@gnu.org>. Also use these contact +addresses for requesting support with respect to software installations, etc. -For the _hurd.nipl.net_ host, please see <http://www.nipl.net/>. +For the `hurd.nipl.net` host, please see <http://www.nipl.net/>. -To be able to use just `ssh [machine]`, you should append your public SSH key to _~/.ssh/authorized\_keys_ on the remote machine. +To be able to use just `ssh [machine]`, you should append your public SSH key +to `~/.ssh/authorized_keys` on the remote machine. -And if you don't want to worry about the machines's IP addresses changing (due to dial-up connection) or the host keys changing every now and then (when the machines are re-installed), put something like the following into _~/.ssh/config_ of the machine you connect from: +And if you don't want to worry about the machines's IP addresses changing (due +to dial-up connection) or the host keys changing every now and then (when the +machines are re-installed), put something like the following into +`~/.ssh/config` of the machine you connect from: Host clubber.bddebian.com clubber HostName clubber.bddebian.com @@ -73,5 +40,3 @@ And if you don't want to worry about the machines's IP addresses changing (due t UserKnownHostsFile /dev/null StrictHostKeyChecking no User [username] - --- [[Main/BarryDeFreese]] - 22 Feb 2006 |