Edgewall Software

Changes between Version 41 and Version 42 of TracLinks


Ignore:
Timestamp:
Dec 7, 2007, 6:42:44 PM (16 years ago)
Author:
Christian Boos
Comment:

some fixes for the #export:links section

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v41 v42  
    9595== export: links ==
    9696
    97 To force the download of a file in the repository, as opposed to displaying it in the browser, use the {{{export}}} link.  Several forms are available:
    98  * {{{export:/some/file}}} - get the HEAD revision of the specified file
    99  * {{{export:123:/some/file}}} - get revision 123 of the specified file
    100  * {{{export:/some/file@123}}} - get revision 123 of the specified file
     97To force the download of a file in the repository, as opposed to displaying it in the browser, use the `export` link.  Several forms are available:
     98 * `export:/some/file` - get the HEAD revision of the specified file
     99 * `export:123:/some/file` - get revision 123 of the specified file
     100 * `export:/some/file@123` - get revision 123 of the specified file
    101101
    102 If the path is to a directory in the repository instead of a specific file, the source browser will be used to display the directory (identical to the result of {{{source:/some/dir}}}).
     102This can be very useful for displaying HTML documentation with correct stylesheets and images, in case that has been checked in the repository.
     103
     104If the path is to a directory in the repository instead of a specific file, the source browser will be used to display the directory (identical to the result of `source:/some/dir`.
    103105
    104106== search: and query: links ==