update/simplify template

This commit is contained in:
Neale Pickett 2012-08-01 09:04:46 -06:00
parent 1e0ab8cdfd
commit e03d318063
4 changed files with 36 additions and 73 deletions

View File

@ -1,20 +1,26 @@
Title: Roller Derby Stuff Title: Roller Derby
We provide Roller Derby software and advice, aimed at small- to medium-sized Roller Derby software, forms, and advice, with a focus on smaller teams.
leagues. We strive to make our software:
The Woozle Promise
------------------
* Free: no ads, no fees, forever * Free: no ads, no fees, forever
* Open: download and modify the provided source code * Open: you're encouraged to copy and modify
* Clean: fans and NSOs should focus on the game, not our software * Clean: fans and NSOs should focus on the game, not our software
* Easy: quickly-learned and intuitive interfaces * Easy: quickly-learned and intuitive interfaces
Software Software
-------- --------
* [Scoreboard](http://woozle.org/scoreboard/), works in any web browser * [Scoreboard](/scoreboard/), works in any web browser
* [Penalty Timer (Android)](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer) * [Penalty Timer (Android)](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer)
* [Track](http://woozle.org/track/) with movable players * [Track](/track/) with movable players
* Penalty Timer (iPhone/iPad) *coming soon*
Forms
-----
* [Multi-NSO scrimmage form](scrimmage.pdf) for tracking points and penalties
Articles Articles
-------- --------

View File

@ -1,32 +1,9 @@
Title: Home Title: Home
<form class="login"
action="https://woozle.org/mail.cgi/"
method="post">
Username
<input type="text" name="user" size="15">
Password
<input type="password" name="password" size="15">
<input type="submit" value="Read Email">
</form>
Woozle.org provides shells, email, and web hosting for no cost, Woozle.org provides shells, email, and web hosting for no cost,
without advertisements, and with a focus on security. Accounts are without advertisements, and with a focus on security. Accounts are
held by folks who know the right person to ask. held by folks who know the right person to ask.
<!-- <!--
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06 ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
--> -->
8 Mar: More web server suckage
------------------------------
I'm trying to get woozle.org ready for IPv6, using the same software
we run in [Dirtbags CTF](http://dirtbags.net/ctf/). I *thought* I had
the web server up and working, but apparently I broke webmail logins.
Thanks to the vigilant woozle user who phoned me to let me know it was
busted.
Uptime for the web server is pretty horrible lately. My apologies.

View File

@ -4,9 +4,9 @@ html {
} }
body { body {
max-width: 700px; max-width: 40em;
margin: auto; margin: auto;
color: #636; color: #825;
background: #fff; background: #fff;
padding: 1em; padding: 1em;
} }
@ -14,20 +14,18 @@ body {
h1#title { h1#title {
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: bold;
color: #ccc;
margin: 0; margin: 0;
} }
h1#title:before { h1#title:before {
font-size: 300%;
font-weight: normal;
content: "Woozle"; content: "Woozle";
font-size: 3em;
font-weight: normal;
padding-right: 1em; padding-right: 1em;
} }
nav { nav {
font-size: 80%; font-size: 80%;
margin: 0; text-align: center;
padding: 0;
} }
nav ul { nav ul {
background-color: #eee; background-color: #eee;
@ -42,7 +40,7 @@ nav li {
a { a {
text-decoration: none; text-decoration: none;
color: #e8b; color: #793;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
@ -57,22 +55,6 @@ h2 {
font-size: 115%; font-size: 115%;
} }
.login {
margin: 0 1em;
color: #e8b;
background: #fbfbfb;
border: 1px solid #eee;
text-align: center;
}
.login input {
border: 1px solid #ddd;
color: #bbb;
background: #fff;
font-weight: bold;
}
a img a img
{ {
border: 1px #e8b solid; border: 1px #e8b solid;

View File

@ -1,23 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>TITLE</title> <title>TITLE</title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css" type="text/css"> <link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" type="image/png" href="/icon.png"> <link rel="icon" type="image/png" href="/icon.png">
</head> </head>
<body> <body>
<h1 id="title">TITLE</h1> <h1 id="title">TITLE</h1>
<nav> <nav>
<ul> <ul>
<li><a href="/">Home</a></li> <li><a href="derby.html">Roller Derby</a></li>
<li><a href="/derby.html">Derby Stuff</a></li> <li><a href="lists.cgi">Email lists</a></li>
<li><a href="/lists.cgi">Email lists</a></li> <li><a href="https://woozle.org/mail.cgi/">Webmail</a></li>
<li><a href="/wishlist.cgi">Wish lists</a></li> </ul>
<li><a href="/people.html">People</a><li> </nav>
</ul>
</nav>
divert(1) divert(1)
</body> </body>
</html> </html>
divert(0) divert(0)