Edgewall Software

Changes between Version 7 and Version 8 of TracFaq


Ignore:
Timestamp:
Sep 18, 2012, 1:26:08 PM (12 years ago)
Author:
Christian Boos
Comment:

added questions about Trac development

Legend:

Unmodified
Added
Removed
Modified
  • TracFaq

    v7 v8  
    11= Trac FAQ
    22
    3 Here you can find answers to some of the most frequently asked questions about Trac. If you have a question not answered on this page, you can ask it on the MailingList or in the IrcChannel. See the TracSupport page for more options on getting support for Trac.
     3Here you can find answers to some of the most frequently asked questions about Trac.
     4
     5If you have a question not answered on this page, you can ask it on the MailingList or in the IrcChannel. See the TracSupport page for more options on getting support for Trac.
    46
    57----
     
    6769}}}
    6870See TracUpgrade#a5.Refreshstaticresources.
     71
     72
     73
     74== Trac development
     75
     76=== Q: How to extend Trac?
     77
     78**A:** The primary way to extend Trac is to write [TracPlugins plugins] in Python. Look for the extensive documentation below TracDev/, maybe starting with the [TracDev#Overviews overview] pages.
     79
     80The community site [TracHacks:WikiStart trac-hacks.org] is a great place for finding plugins, it also contains a few [TracHacks:wiki:tutorial tutorials] to get you started.
     81 
     82
     83=== Q: How to contribute to Trac?
     84
     85**A:** There are many ways to contribute back, see HowToContribute for details (you should have guessed ;-) ).
     86
     87Also have a look at the documentation below TracDev/, in particular the pages below the [TracDev#Contributing Contributing] section.