If there's no objection, I'll change the 'extras_require' section in
setup.py from
"future" : ["Genshi>=0.3", "SQLAlchemy>=0.3"],
to
"future" : ["gsquickstart >= 1.0", "SQLAlchemy>=0.3"],
(Genshi will be get automatically while installing gsquickstart)
is this really needed?
http://trac.turbogears.org/browser/projects/GenshiQuickStart/trunk/gsquickstart/templates/quickstart/.project_tmpl
Why not keep it as an extension?
Or, if is gong to replace the actual template, why not commiting it at
TG's tree?
--
Jorge Godoy <jgo...@gmail.com>
> is this really needed?
> http://trac.turbogears.org/browser/projects/GenshiQuickStart/trunk/gsquickstart/templates/quickstart/.project_tmpl
Only if you use (ARGH!) Eclipse...
--
Jorge Godoy <jgo...@gmail.com>
http://trac.turbogears.org/browser/projects/GenshiQuickStart/trunk
>
> >
>
> I think he was referring to migrate it over to
> http://trac.turbogears.org/browser/trunk/turbogears/qstemplates
> which I'll say it's a good idea ones "future" is gone.
That's exactly what I was trying to say ;-)
--
Jorge Godoy <jgo...@gmail.com>
Yeah, but it means we totally discard the kid quickstart.
I prefer a soft migration way --to put kid -quickstart separate as
genshi-quickstart, and provide for download as the 'legacy' tools
'legacy' : ["kidquickstart>=1.0", "SQLObject>=0.8",
"catwalk>=1..0.1"],
Then we could change the quickstart command to make genshiquickstart
as default, and if you need kid-quickstart,
just easy_install it and use "$tg-admin quickstart -t tgkid" to use
the kid quickstart template
How do you think?
Though I don't use eclipse myself,
we (vim/spe/pide/ulipad) guys could just neglect it, but eclipse
guys(bias: which may depend on IDE heavily) would appreciate for it.
> Though I don't use eclipse myself,
>
> we (vim/spe/pide/ulipad) guys could just neglect it, but eclipse
> guys(bias: which may depend on IDE heavily) would appreciate for it.
So would other IDE users for their own format... I don't think any of
those should be favored (otherwise, where are the ctags/etags for using
with Emacs? ;-)). Users of those should know how to generate extra
files for themselves.
--
Jorge Godoy <jgo...@gmail.com>