diff --git a/Makefile b/Makefile index 67994f7..1e97724 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ COPY += mdwntohtml template.xml COPY += face.png chumby-photo.cgi COPY += format.css default.css print.css COPY += gitweb.cgi git-logo.png gitweb.css gitweb.conf +COPY += portal.png portal.cgi # Directories in which %.mdwn generates %.html PLAIN = . papers poems misc diff --git a/portal.cgi b/portal.cgi index 3f03edd..3489fea 100755 --- a/portal.cgi +++ b/portal.cgi @@ -59,12 +59,20 @@ h2 { font-weight: normal; font-style: italic; } -.more { - text-align: right; +.calendar { + height: 300px; + float: right; }
+EOF + +if [ -z "$HTTP_X_WAP_PROFILE" ]; then + echo '' +fi + +cat <