URCS
  • Preferences
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 13)

1 2 →
TracRoadmap: = The Trac Roadmap [[TracGuideToc]] The roadmap provides a view on ...
... kde.org/ KDE] project. * [https://wiki.gnome.org/Apps/Evolution Evolution], a contact manager, address manager and calendar for Gnome. * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files and appears as a new static calenda ...
By trac — Apr 30, 2019 4:37:54 PM
TracFastCgi: = Trac with FastCGI [[TracGuideToc]] [[PageOutline(2-5, Contents, ...
... fcgi` scripts with different `ScriptAliases`. See [https://coderanger.net/~coderanger/httpd/fcgi_example.conf this fcgid example config] which uses a !ScriptAlias directive with trac.fcgi with a trailing / like this: {{{#!apache ScriptAlias / /srv/tracsite/cgi-bin/trac.fcgi/ }}} == Cheroke ...
By trac — Apr 30, 2019 4:37:54 PM
TracPlugins: [[PageOutline(2-5,Contents,pullout)]] = Trac plugins Trac is ...
... egg file Some plugins, such as [https://trac-hacks.org/wiki/TagsPlugin TracTags], are downloadable as an `.egg` file that can be installed with `easy_install` or `pip`: {{{#!sh $ easy_install TracTags $ pip install TracTags }}} If `easy_install` is not on your system, se ...
By trac — Apr 30, 2019 4:37:54 PM
TracImport: = Importing ticket data [[PageOutline(2-5,Contents,pullout)]] To ...
... == !TicketImportPlugin [https://trac-hacks.org/wiki/TicketImportPlugin TicketImportPlugin]: a plugin that lets you import or update into Trac a series of tickets from a '''CSV file''' or (if the [https://pypi.python.org/pypi/xlrd xlrd library] is installed) from a ...
By trac — Apr 30, 2019 4:37:54 PM
TracUpgrade: = Upgrade Instructions [[TracGuideToc]] ...
... * [https://trac-hacks.org/wiki/BatchModifyPlugin BatchModifyPlugin] * ​[https://trac-hacks.org/wiki/GitPlugin GitPlugin] * [https://trac-hacks.org/wiki/OverrideEditPlugin OverrideEditPlugin] The plugins should be removed when upgrading Trac t ...
By trac — Apr 30, 2019 4:37:54 PM
TracTickets: = The Trac Ticket System [[TracGuideToc]] The Trac ticket system ...
... en't afraid of a little plugin coding of your own, see the [https://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo plugin]. - Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page. == Pre ...
By trac — Apr 30, 2019 4:37:54 PM
TracWiki: = The Trac Wiki System = [[TracGuideToc]] Trac has a built-in wiki ...
... ikiHtml HTML], [WikiRestructuredText reStructuredText] and [https://txstyle.org Textile] as alternative markup formats, which can be used in parts of a page, so called wiki blocks. The main goal of the wiki is to make editing text easy in order to ''encourage'' people to contribute to a project. Tr ...
By trac — Apr 30, 2019 4:37:54 PM
TracModPython: [[TracGuideToc]] = Trac and mod_python Mod_python is an ...
[[TracGuideToc]] = Trac and mod_python Mod_python is an [https://httpd.apache.org/ Apache] module that embeds the Python interpreter within the server, so that web-based applications in Python will run many times faster than traditional CGI and will have the ability to retain database connections ...
By trac — Apr 30, 2019 4:37:54 PM
TracRss: = Using RSS with Trac [[TracGuideToc]] Several of the Trac modules ...
... RSS reader for Linux, Mac and Windows systems that supports https and authenticated feeds. * ''Linux/BSD/*n*x systems:'' * http://liferea.sourceforge.net/ — Open source GTK2 RSS Reader for Linux. * [http://akregator.sourceforge.net/ Akregator] — Open source KDE RSS Reader, part of KDE-PIM. ...
By trac — Apr 30, 2019 4:37:54 PM
TracStandalone: = Tracd Tracd is a lightweight standalone Trac web server. It can be ...
... * No native HTTPS support: [http://www.rickk.com/sslwrap/ sslwrap] can be used instead, or [trac:wiki:STunnelTracd stunnel -- a tutorial on how to use stunnel with tracd] or Apache with mod_proxy. == Usage examples A single project on port 8080. ( ...
By trac — Apr 30, 2019 4:37:54 PM
1 2 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.0.13
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/