view/
appadmin.html
generic.ics
generic.load
generic.rss
layout.html
generic.json
generic.map
generic.xml
web2py_ajax.html
generic.html
generic.jsonp
generic.pdf
controller/
appadmin.py
static/
css/*
images/*
js/*
You can do this like that :
From web2py/applications
cp -R welcome/static/* YOURAPP/static/
cp welcome/controllers/appadmin.py YOURAPP/controllers/
cp welcome/views/* test_copy_file/views/
Watch out the last command will override the layout.html...
Richard