From 76d25aad2222cfd401d83dff07a0d7dfd14bd5a9 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Wed, 5 Jan 2011 20:22:51 -0500 Subject: Removed unused files --- .../alchemy/+package+/templates/model.pt | 85 ---------------------- .../alchemy/+package+/templates/root.pt | 83 --------------------- .../+package+/templates/mytemplate.mako | 79 -------------------- .../+package+/templates/mytemplate.mako | 81 --------------------- .../starter/+package+/templates/mytemplate.pt | 76 ------------------- 5 files changed, 404 deletions(-) delete mode 100644 pyramid/paster_templates/alchemy/+package+/templates/model.pt delete mode 100644 pyramid/paster_templates/alchemy/+package+/templates/root.pt delete mode 100644 pyramid/paster_templates/pylons_minimal/+package+/templates/mytemplate.mako delete mode 100644 pyramid/paster_templates/pylons_sqla/+package+/templates/mytemplate.mako delete mode 100644 pyramid/paster_templates/starter/+package+/templates/mytemplate.pt diff --git a/pyramid/paster_templates/alchemy/+package+/templates/model.pt b/pyramid/paster_templates/alchemy/+package+/templates/model.pt deleted file mode 100644 index 2d54d969e..000000000 --- a/pyramid/paster_templates/alchemy/+package+/templates/model.pt +++ /dev/null @@ -1,85 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - -
- -
-
- -

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search Pyramid documentation

-
- - -
-
-

- Id: ${item.id}
- Name: ${item.name}
- Value: ${item.value} -

-
- -
-
-
- - - \ No newline at end of file diff --git a/pyramid/paster_templates/alchemy/+package+/templates/root.pt b/pyramid/paster_templates/alchemy/+package+/templates/root.pt deleted file mode 100644 index 7dda6a033..000000000 --- a/pyramid/paster_templates/alchemy/+package+/templates/root.pt +++ /dev/null @@ -1,83 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - -
- -
-
- -

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search Pyramid documentation

-
- - -
-
-

- ${item.name} -

-
- -
-
-
- - - \ No newline at end of file diff --git a/pyramid/paster_templates/pylons_minimal/+package+/templates/mytemplate.mako b/pyramid/paster_templates/pylons_minimal/+package+/templates/mytemplate.mako deleted file mode 100644 index 6ad23d44f..000000000 --- a/pyramid/paster_templates/pylons_minimal/+package+/templates/mytemplate.mako +++ /dev/null @@ -1,79 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - -
- -
-
- -

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search Pyramid documentation

-
- - -
-
- -
-
-
- - - \ No newline at end of file diff --git a/pyramid/paster_templates/pylons_sqla/+package+/templates/mytemplate.mako b/pyramid/paster_templates/pylons_sqla/+package+/templates/mytemplate.mako deleted file mode 100644 index 8b65d6a2b..000000000 --- a/pyramid/paster_templates/pylons_sqla/+package+/templates/mytemplate.mako +++ /dev/null @@ -1,81 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - -
- -
-
- -

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search Pyramid documentation

-
- - -
-
-

The root object's name is "${root.name}"

-
- -
-
-
- - - \ No newline at end of file diff --git a/pyramid/paster_templates/starter/+package+/templates/mytemplate.pt b/pyramid/paster_templates/starter/+package+/templates/mytemplate.pt deleted file mode 100644 index 02fc00eeb..000000000 --- a/pyramid/paster_templates/starter/+package+/templates/mytemplate.pt +++ /dev/null @@ -1,76 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - - -
-
-
-
pyramid
-
-
-
-
-

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search documentation

-
- - -
-
- -
-
-
- - - \ No newline at end of file -- cgit v1.2.3