diff --git a/README b/README index 6898eaf..460b6bb 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ werc - a minimalist document management system Werc is a CMS designed to be simple to use, simple to setup, and not get on the way while allowing users easy customization and implement new functionality. -For more information see the official website: http://repo.cat-v.org/werc/ +For more information see the official website: http://werc.cat-v.org/ Installation diff --git a/bin/werc.rc b/bin/werc.rc index 714e9e5..880118a 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -79,6 +79,7 @@ fn txt_handler { fn dir_listing_handler { d=`{basename -d $1} + # XXX $d is based on $local_path, but should display only req_path here. echo $d|sed 's,.*//,,g; s,/$,,; s,/, / ,g; s,.*,

&