Changes between Version 5 and Version 6 of GoogleTranslateTimelineScript


Ignore:
Timestamp:
Mar 23, 2022, 7:45:17 AM (2 years ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • GoogleTranslateTimelineScript

    v5 v6  
    77This is a !JavaScript add-on that translates changeset comments in Trac timeline using Google AJAX Language API version 1. With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript.
    88
    9 == Bugs/Feature Requests
    10 
    11 Existing bugs and feature requests for GoogleTranslateTimelineScript are
    12 [report:9?COMPONENT=GoogleTranslateTimelineScript here].
    13 
    14 If you have any issues, create a
    15 [/newticket?component=GoogleTranslateTimelineScript new ticket].
    16 
    17 [[TicketQuery(component=GoogleTranslateTimelineScript&group=type,format=progress)]]
    18 
    19 == Download
    20 
    21 Download the zipped source from [export:googletranslatetimelinescript here].
    22 
    23 == Source
    24 
    25 You can check out GoogleTranslateTimelineScript from [/svn/googletranslatetimelinescript here] using Subversion, or [source:googletranslatetimelinescript browse the source] with Trac.
    26 
    27 == Example
    28 
    29 Place '''timeline.translate.js''' into your project ''htdocs/'' directory. Merge the following '''site.html''' example with your environment's ''templates/site.html'' head section:
     9As an example, place '''timeline.translate.js''' into your project ''htdocs/'' directory. Merge the following '''site.html''' example with your environment's ''templates/site.html'' head section:
    3010
    3111{{{#!xml
     
    4929Tune ''timeline.translate.js'' to match your source/target language.
    5030
     31== Bugs/Feature Requests
     32
     33Existing bugs and feature requests for GoogleTranslateTimelineScript are
     34[report:9?COMPONENT=GoogleTranslateTimelineScript here].
     35
     36If you have any issues, create a
     37[/newticket?component=GoogleTranslateTimelineScript new ticket].
     38
     39[[TicketQuery(component=GoogleTranslateTimelineScript&group=type,format=progress)]]
     40
     41== Download
     42
     43Download the zipped source from [export:googletranslatetimelinescript here].
     44
     45== Source
     46
     47You can check out GoogleTranslateTimelineScript from [/svn/googletranslatetimelinescript here] using Subversion, or [source:googletranslatetimelinescript browse the source] with Trac.
     48
     49== Installation
     50
     51General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     52
    5153== Recent Changes
    5254