changeset: 35:19ed0e144386
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Thu Feb 01 09:32:41 2007 +0100
files: README bin/markdown.pl bin/urldecode.awk contrib/markdown.pl contrib/urldecode.awk
description:
moved bin/ to contrib/
diff -r 068f3d5aa042 remove.rc
--- a/remove.rc Thu Feb 01 09:22:37 2007 +0100
+++ b/remove.rc Wed Jan 31 15:00:02 2007 +0100
@@ -48,7 +48,7 @@ Content-Type: text/html
<meta name="copyright" content="(C)opyright 2006-2007 by Anselm R. Garbe">
<meta name="robots" content="noindex,nofollow">
<style type="text/css">
- body { background-color: #444; color: #ddd; font-family: sans-serif; margin: 0px 0px 0px 0px; max-width: 80em; }
+ body { background-color: #555; color: #ddd; font-family: sans-serif; margin: 0px 0px 0px 0px; max-width: 80em; }
img { border: 0px; /* top right bartom left */ }
a { color: #9cf; }
input { background-color: #333; border: 1px solid #555; color: #ddd; }
@@ -67,7 +67,7 @@ cat <<END
cat <<END
</h1>
<form action="$ADDRESS/remove.rc$PATH_INFO" method="post">
- <p style='color: #f00;'>Please confirm removing '$PATH_INFO' through entering the password.</p>
+ <p style='color: #f40;'>Please confirm removing '$PATH_INFO' through entering the password.</p>
<p align="right">
<b>Password:</b> <input type='password' name='password' size='20'/>
<input type='submit' value='Confirm'/><br />
diff -r 068f3d5aa042 show.rc
--- a/show.rc Thu Feb 01 09:22:37 2007 +0100
+++ b/show.rc Wed Jan 31 15:00:02 2007 +0100
@@ -11,7 +11,6 @@ fn menu {
}
echo '<ul>'
for(file in $2/*) {
- file=`{cleanname $file}
base=`{basename $file}
if(echo $base | grep '^[a-zA-Z0-9_]+$' > /dev/null) {
bname=`{echo $base | sed 's/^[0-9]+_//; s/_/ /g'}
Received on Thu Feb 01 2007 - 09:40:02 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:48 UTC