On Sat, Aug 22, 2009 at 2:04 PM, Jorge Vargas<[email protected]> wrote:
> From time to time people on IRC ask what is safe to get rid of without
> breaking TG, and they are right for a new guy you don't want to screw
> up your system.
>
> Today I was starting a new project and I decide to document my regular
> cleanup. Of course the ML is not a permanent place for this but
> neither is docs so I'm not sure (suggestions are welcome).
>
> files save to remove
> --------------------
> templates/about.html
> templates/authentication.html
> controllers/secure.py
> public/css/style.css
> public/images/* (under_the_hood_blue.png will be nice to keep :)

I little correction you should probably want to keep or replace with
your own the following images
error.png  info.png  ok.png  star.png  under_the_hood_blue.png  warning.png

>
>
> content save to remove
> ----------------------
> templates/footer.html
> templates/header.html
> templates/index.html
> templates/master.html (except tg.flash and last div)
> templates/sidebars.html
>
> parts save to remove
> ---------------------
> controllers/root.py
>    - about
>    - auth
>    - manage_permission_only
>    - editor_user_only
>    - secc = SecureController()
> websetup.py
>    - manager,group,permission and editor objects (or at least edit them)
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to