Changes between Version 6 and Version 7 of TracCodeProcessorMacro


Ignore:
Timestamp:
Jun 21, 2015, 4:17:50 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as nosource

Legend:

Unmodified
Added
Removed
Modified
  • TracCodeProcessorMacro

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Code Wiki Processor =
     2
     3= Code Wiki Processor
     4
    35
    46'''This is an external plugin. Please don't report any tickets here.''' See below for more information.
    57
    6 == Description ==
     8== Description
     9
    710This plugin provides a [wiki:WikiProcessors wiki processor] for code listing that uses file extensions for language detection rather than mimetypes. Normally you would - for [wiki:WikiProcessors#CodeHighlightingSupport more "exotic"] programming languages - have to specify the mimetype for a codelisting, like this:
    811
     
    2225}}}
    2326
    24 Since mimetypes are often hard to remember (is it `text/...` or `applicaton/...` or ...) and you have to dig to find the actual mimetype of a certain programing language this wiki processor addresses this problem. You only have to specify the ''file extension'' of the progamming language. To specify to code block above using this plugin simply write:
     27Since mimetypes are often hard to remember (is it `text/...` or `application/...`?) and you have to dig to find the actual mimetype of a certain programming language this wiki processor addresses this problem. You only have to specify the ''file extension'' of the programming language. To specify to code block above using this plugin simply write:
    2528
    2629{{{
     
    4346[[Image(screenshot.png)]]
    4447
    45 '''Note:''' Some "programing languages" (such as Apache config files) may be supported by the installed syntax highlighting tool (such as Pygments) but not be supported by Trac. This plugin adds support for those less frequently used languages.
     48'''Note:''' Some "programming languages" (such as Apache config files) may be supported by the installed syntax highlighting tool (such as Pygments) but not be supported by Trac. This plugin adds support for those less frequently used languages.
    4649
    47 As a nice bonus the programming language is displayed in the lower right corner of the listing. This way a reader can easily identify the language the listing is written in.
     50As a bonus the programming language is displayed in the lower right corner of the listing. This way a reader can easily identify the language the listing is written in.
    4851
    49 == Source and Tickets ==
     52== Source and Tickets
     53
    5054You'll find all information about this ticket [https://svn.mayastudios.de/mtpp/wiki/Plugins/CodeProcessor here]. Please file only tickets there.
    5155
    52 == Author/Contributors ==
     56== Author/Contributors
     57
    5358'''Author:''' [wiki:manski Sebastian Krysmanski] [[BR]]
    54 '''Maintainer:''' [wiki:manski Sebastian Krysmanski] [[BR]]
     59'''Maintainer:''' [[Maintainer]] [[BR]]
    5560'''Contributors:'''