Changes between Version 5 and Version 6 of EditFilesPlugin


Ignore:
Timestamp:
Aug 25, 2015, 9:10:02 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • EditFilesPlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Edit Files Plugin =
     3= Edit Files Plugin
    44
    5 == Description ==
     5== Description
    66
    7 A plugin that allows TRAC_ADMIN to edit files on server.  Files can be specified in the configuration file. Paths may be absolute, or relative to the trac environment. The user running the server must have appropriate permissions for the files in order to view or save them. 
     7A plugin that allows TRAC_ADMIN to edit files on the Trac server. Files can be specified in the configuration file. Paths may be absolute, or relative to the Trac environment. The user running the server must have appropriate permissions for the files in order to view or save them. 
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for EditFilesPlugin are
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=EditFilesPlugin&owner=mvr new ticket].
     15[/newticket?component=EditFilesPlugin new ticket].
    1616
    17 == Download ==
     17[[TicketQuery(component=EditFilesPlugin&group=type,format=progress)]]
     18
     19== Download
    1820
    1921Download the zipped source from [download:editfilesplugin here].
    2022
    21 == Source ==
     23== Source
    2224
    2325You can check out EditFilesPlugin from [http://trac-hacks.org/svn/editfilesplugin here] using Subversion, or [source:editfilesplugin browse the source] with Trac.
    2426
    25 == Example ==
     27== Installation
    2628
    27 {{{
    28 #!ini
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     30
     31== Example
     32
     33{{{#!ini
    2934[edit_file]
    3035files = conf/trac.ini, /home/matt/public_html/notebook/TRACI/auth.db
    3136}}}
    3237
    33 NOTE: relative paths will be computed relative to the location of trac.ini.  Most trac instances are layed out with folders like conf/, db/, htdocs/, and so on.  If your trac.ini file is in an odd place, this may not work the way you expect and you might want to be sure and use absolute paths.
     38'''Note''': relative paths will be computed relative to the location of `trac.ini`. Most Trac instances are laid out with folders like conf/, db/, htdocs/, and so on. If your `trac.ini` file is in an odd place, this may not work the way you expect and you might want to be sure and use absolute paths.
    3439
    35 == Recent Changes ==
     40== Recent Changes
    3641
    3742[[ChangeLog(editfilesplugin, 3)]]
    3843
    39 == Author/Contributors ==
     44== Author/Contributors
    4045
    4146'''Author:''' [wiki:mvr] [[BR]]
    42 '''Maintainer:''' [wiki:mvr] [[BR]]
    43 '''Contributors:'''
    44 '''Patches:''' dnedelchev
     47'''Maintainer:''' [[Maintainer]] [[BR]]
     48'''Contributors:''' dnedelchev (patches)