# Generated by Serz Minus
#
# find shtml ! -type d | perl -e "while (<>){$_=~s/\\/\//g;print}" | gclip
# find shtml ! -type d | sed "s/\\/\//g" | gclip
#
# dmake skipcheck 2>&1 | grep "Skipping \w"
#
# $Id$

CHANGES                         Changes list
INSTALL				Install file
LICENSE                         License file
Makefile.PL                     MAkefile builder
MANIFEST                        This file
README                          !!! README FIRST !!!
TODO                            TO DO

.htaccess                       Main Access file
.htpasswd
.htgroups
favicon.ico                     Favicon
robots.txt                      Robot's file
crossdomain.xml                 For Adobe flash
index.html                      Default page

# Project paths
bin/.htaccess
cache/.htaccess
conf/.htaccess
css/.htaccess
data/.htaccess
db/.htaccess
files/.htaccess
img/.htaccess
inc/.htaccess
js/.htaccess
lib/.htaccess
share/.htaccess
shtml/.htaccess
src/.htaccess
t/.htaccess

# Bins
#bin/xxx

# Libraries
#lib/Foo.pm

# Includes
inc/Foo.pm
inc/Foo/Root.pm

# Conf
#conf/Foo.conf

# CSS
#css/main.css

# DBs
#db/keys/real/pubkeys.key

# Files
#files/swf/expressInstall.swf
#files/swf/player.swf
#files/swf/test.swf

# Images
img/1.gif

# JavaScripts
#js/main.js

# Share
share/skel/conf/extra/controller.conf
share/skel/conf/extra/model.conf
share/skel/conf/extra/view.conf
share/skel/conf/Foo.conf
share/skel/index.cgi

# Templates
shtml/default.shtml
shtml/demo.shtml
shtml/info.shtml
shtml/error/error.shtml
shtml/error/HTTP_400.shtml
shtml/error/HTTP_401.shtml
shtml/error/HTTP_403.shtml
shtml/error/HTTP_404.shtml
shtml/error/HTTP_408.shtml
shtml/error/HTTP_500.shtml
shtml/error/HTTP_502.shtml
shtml/error/HTTP_503.shtml
shtml/error/ssi/bottom.html
shtml/error/ssi/contact.html
shtml/error/ssi/spacer.html
shtml/error/ssi/top.html
shtml/ssi/error.html
shtml/ssi/footer.html
shtml/ssi/head.html
shtml/ssi/header.html

# Sources
#src/jquery-ui-1.11.0.custom.zip

# Tests
t/01-use.t                      Test script
t/02-checkmani.t                Files mismach tester
