# 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                       HTTP Main Access file
.htpasswd                       HTTP Passwords File
.htgroups                       HTTP Grops file
favicon.ico                     Favicon
robots.txt                      Robot's file
crossdomain.xml                 For Adobe flash
index.html                      Default page

# Project paths
bin/.htaccess                   Binaries
cache/.htaccess                 Local cache files
conf/.htaccess                  Configuration
css/.htaccess                   CSS's
data/.htaccess                  Shared (public) data
db/.htaccess                    Private data
files/.htaccess                 Files by extension
img/.htaccess                   Images
inc/.htaccess                   Includes (Modules of your project here)
js/.htaccess                    JavaScript files
lib/.htaccess                   Libraries (If Your site require their)
share/.htaccess                 Shared sub projects, skeletons and documentation
shtml/.htaccess                 Templates for TemplateM
src/.htaccess                   Sources of your project
t/.htaccess                     Tests

# Bins
#bin/xxx

# Libraries
#lib/Foo.pm

# Includes
inc/Foo.pm                      Main file of your project
inc/Foo/Auth.pm                 AAA modile: login/logout suppor
inc/Foo/Root.pm                 Root record: default page

# Conf
#conf/Foo.conf

# CSS
#css/main.css

# DBs
#db/private.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/login.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
