Changes between Version 2 and Version 3 of TracBrowser


Ignore:
Timestamp:
11/18/04 18:02:59 (20 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v2 v3  
    11= The Trac Browser =
     2[[TracGuideToc]]
    23
    34The Trac browser can be used to browse directories, change logs
     
    56
    67Directory entries are displayed in a list with sortable columns. The list
    7 entries can be sorted '''by name''', '''size''' or '''date''' by clicking on the column headers.
    8 The sorting order can be reversed by clicking on a given column header again.
     8entries can be sorted by '''name''', '''size''' or '''date''' by clicking on the column headers.
     9The sort order can be reversed by clicking on a given column header again.
    910
    1011The browser can be used to navigate through the directory structure
     
    1213hand will display the files change log.
    1314
    14 It's also possible to browse directories as they were at any given repository revision.
    15 The default behavior is to use the information from the latest revision but
    16 another revision can easily be selected using the form at the top of the
     15It's also possible to browse directories as they were in history, at any given repository revision.
     16
     17The default behavior is to display the latest revision but
     18another revision number can easily be selected using the form at the top of the
    1719page.
    1820
     21'''Note:''' The browser does not use the Subversion access configuration so if you restrict read access to part of the repository in Subversion that same restriction will not be in place in the Trac browser. (Support for this functionality '''is''' being worked on for future Trac versions)
     22
    1923== RSS Support ==
    20 The browser module supports RSS 2.0 syndication of changes to a single file. To subscribe to an RSS version of the revision log for a file, open a file log in the browser, and click the orange 'XML' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
     24
     25The browser module supports RSS syndication to monitor changes to a file. To subscribe to an RSS feed of the revision log for a file, open its revision log in the browser and click the orange 'XML' icon at the bottom of the page. For more information on RSS support in Trac, see TracRss.
     26
    2127----
    2228See also: TracGuide, TracChangeset