From c60e9601bffc199f1159e58370e9ffb639fb9af1 Mon Sep 17 00:00:00 2001 From: goodwillcoding Date: Sun, 20 Apr 2014 10:32:48 -0700 Subject: standardize on scaffold over template naming --- pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl | 6 +++--- pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl | 8 ++++---- pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl index e6a5c032b..a98c3fdd0 100644 --- a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl @@ -8,12 +8,12 @@ - Alchemy Template for The Pyramid Web Framework + Alchemy Scaffold for The Pyramid Web Framework - + @@ -33,7 +33,7 @@
-

Pyramid starter Alchemy template

+

Pyramid Alchemy scaffold

Welcome to ${project}, an application generated by
the Pyramid Web Framework {{pyramid_version}}.

diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl index dff7e734c..76feac3d1 100644 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -8,12 +8,12 @@ - Starter Template for The Pyramid Web Framework + Starter Scaffold for The Pyramid Web Framework - + @@ -33,7 +33,7 @@
-

Pyramid starter template

+

Pyramid Starter scaffold

Welcome to ${project}, an application generated by
the Pyramid Web Framework {{pyramid_version}}.

@@ -41,7 +41,7 @@
-

Pyramid starter ZODB template

+

Pyramid ZODB scaffold

Welcome to ${project}, an application generated by
the Pyramid Web Framework {{pyramid_version}}.

-- cgit v1.2.3