#2278: Provide documentation on how to create a tgext package
---------------------------+------------------------------------------------
Reporter: jorge.vargas | Owner:
Type: documentation | Status: new
Priority: normal | Milestone: 2.0rc1
Component: TurboGears | Version:
Severity: normal | Keywords:
---------------------------+------------------------------------------------
This is what I have so far :)
{{{
Index: main/Extensions/index.rst
===================================================================
--- main/Extensions/index.rst (revision 6416)
+++ main/Extensions/index.rst (working copy)
@@ -1,3 +1,19 @@
+What is a TurboGears2 extension?
+---------------------------------
+
+What is not a TurboGears2 extension?
+--------------------------------------
+
+
+
+How can I make a tgext?
+-------------------------
+
+ ..code-block:: bash
+
+ $ easy_install zopeskel
+ $ paster create -t basic_namespace tgext.myextension
+
TG2 Extensions
==============
TG2 has some extensions which offer built-in functionality you can add to
your application.
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2278>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---