Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
template index generation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Warnock  
View profile  
 More options Oct 6 2005, 6:21 am
From: Dave Warnock <dw-it-m...@warnock.me.uk>
Date: Thu, 06 Oct 2005 11:21:09 +0100
Local: Thurs, Oct 6 2005 6:21 am
Subject: template index generation
Hi,

I am finding it useful to create an index.html file with links to all
the kid templates for a particular TurboGears project. It saves using
Ctrl-O and hunting around directories in Firefox.

Do people think this would be a good thing for turbogears-admin to
create automatically?

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bonono@gmail.com  
View profile  
 More options Oct 6 2005, 6:42 am
From: "bon...@gmail.com" <bon...@gmail.com>
Date: Thu, 06 Oct 2005 03:42:35 -0700
Local: Thurs, Oct 6 2005 6:42 am
Subject: Re: template index generation
I would say no. Sounds to be very application specific(well, may be
certain type of application). If it is being put into Turbogears, there
are many types of thing that would need to go into too. Otherwise, it
will slowly turn Turbogears towards certain kind of application.

I am not looking for another Zope or even RoR. The thing I like about
Turbogears(thus Cherrypy) is that it can be used in a very straight
forward way to develop any kind of application.

But what you mentioned is definitely useful, may be a "recipe"
directory which we can put seperate skeletons their ? Just like the
wiki20, which to me is for wiki.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Dangoor  
View profile  
 More options Oct 6 2005, 9:16 am
From: Kevin Dangoor <dang...@gmail.com>
Date: Thu, 6 Oct 2005 09:16:36 -0400
Local: Thurs, Oct 6 2005 9:16 am
Subject: Re: [TurboGears] template index generation
On 10/6/05, Dave Warnock <dw-it-m...@warnock.me.uk> wrote:

> I am finding it useful to create an index.html file with links to all
> the kid templates for a particular TurboGears project. It saves using
> Ctrl-O and hunting around directories in Firefox.

> Do people think this would be a good thing for turbogears-admin to
> create automatically?

Hey, that's cool! You're actually viewing the templates in the
browser. I was wondering if I was the only person that does that :)

What you're describing seems like an easy thing to do, and since it's
just in tg-admin, its use is purely optional for folks who don't want
it. Sounds good to me...

Let me make sure I've got what you're thinking of:

tg-admin kidview
...scans the project directories for .kid and .html files
...puts them all into a new index.html that lives in the toplevel directory?
...could open a browser, too, if that's handy

Sounds pretty easy and handy. Feel free to submit a ticket:
http://trac.turbogears.org/turbogears/newticket

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: k...@blazingthings.com
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Warnock  
View profile  
 More options Oct 6 2005, 9:35 am
From: Dave Warnock <dw-it-m...@warnock.me.uk>
Date: Thu, 06 Oct 2005 14:35:17 +0100
Local: Thurs, Oct 6 2005 9:35 am
Subject: Re: [TurboGears] Re: template index generation
Kevin,

> Hey, that's cool! You're actually viewing the templates in the
> browser. I was wondering if I was the only person that does that :)

Seems a good idea to me. Otherwise the placeholder text is just an
irritation ;-)

> What you're describing seems like an easy thing to do, and since it's
> just in tg-admin, its use is purely optional for folks who don't want
> it. Sounds good to me...

> Let me make sure I've got what you're thinking of:

> tg-admin kidview
> ...scans the project directories for .kid and .html files
> ...puts them all into a new index.html that lives in the toplevel directory?
> ...could open a browser, too, if that's handy

Excatly correct. Opening the browser should be optional.

Any deployment process should not deploy index.html maybe it should be
called developers-index.html to make that clearer.

> Sounds pretty easy and handy. Feel free to submit a ticket:
> http://trac.turbogears.org/turbogears/newticket

Will do.

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Warnock  
View profile  
 More options Oct 6 2005, 11:08 am
From: Dave Warnock <dw-it-m...@warnock.me.uk>
Date: Thu, 06 Oct 2005 16:08:38 +0100
Local: Thurs, Oct 6 2005 11:08 am
Subject: Re: [TurboGears] Re: template index generation
Kevin,

> Sounds pretty easy and handy. Feel free to submit a ticket:
> http://trac.turbogears.org/turbogears/newticket

http://trac.turbogears.org/turbogears/ticket/15

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Dangoor  
View profile  
 More options Oct 6 2005, 11:12 am
From: Kevin Dangoor <dang...@gmail.com>
Date: Thu, 6 Oct 2005 11:12:09 -0400
Local: Thurs, Oct 6 2005 11:12 am
Subject: Re: [TurboGears] Re: template index generation
On 10/6/05, Dave Warnock <dw-it-m...@warnock.me.uk> wrote:

> > Sounds pretty easy and handy. Feel free to submit a ticket:
> > http://trac.turbogears.org/turbogears/newticket

> http://trac.turbogears.org/turbogears/ticket/15

Thanks, Dave!

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: k...@blazingthings.com
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »