diff --git a/default.css b/default.css index 22538ba..b750ac4 100644 --- a/default.css +++ b/default.css @@ -1,5 +1,5 @@ body { - max-width: 40em; + max-width: 35em; background-color: #eee; } diff --git a/geneweb.cgi b/geneweb.cgi new file mode 100755 index 0000000..fe9d521 Binary files /dev/null and b/geneweb.cgi differ diff --git a/gitweb.cgi b/gitweb.cgi new file mode 100755 index 0000000..5558a10 --- /dev/null +++ b/gitweb.cgi @@ -0,0 +1,3 @@ +#! /bin/sh + +GITWEB_CONFIG=/home/neale/public_html/projects/gitweb.conf /usr/lib/cgi-bin/gitweb.cgi "$@" diff --git a/papers/html-tutorial.mdwn b/papers/html-tutorial.mdwn index d39a494..e634751 100644 --- a/papers/html-tutorial.mdwn +++ b/papers/html-tutorial.mdwn @@ -1,10 +1,10 @@ Title: The 3-minute HTML tutorial -As computer formats go, HTML are really easy and logical. It's all just -text that you can edit with any basic text editor, like gedit nder -Gnome, or notepad in Windows. Let's start out with an example. Say you -have a sentence, and you want one word in it to be bold. That sentence -would look like this: +As computer formats go, HTML is easy and logical. It's all just text +that you can edit with any basic text editor, like gedit under Gnome, or +notepad in Windows. Let's start out with an example. Say you have a +sentence, and you want one word in it to be bold. That sentence would +look like this: Guess which word is bold?