Edgewall Software

Changes between Version 15 and Version 16 of TracFaq


Ignore:
Timestamp:
Jul 30, 2015, 2:06:04 PM (9 years ago)
Author:
figaro
Comment:

A few words on trac-hacks.org

Legend:

Unmodified
Added
Removed
Modified
  • TracFaq

    v15 v16  
    121121=== Q: How to extend Trac?
    122122
    123 **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.
     123**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. Also, we regularly migrate plugin functionality into Trac core, if that functionality is used often enough.
    124124
    125 The 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.
     125The community site [TracHacks:WikiStart trac-hacks.org] is the portal where close to 1000 Trac plugins are hosted. It also contains a few [TracHacks:wiki:tutorial tutorials] to get you started.
    126126 
    127127=== Q: How to contribute to Trac?