Changes between Initial Version and Version 1 of TracBashrcScript


Ignore:
Timestamp:
Mar 26, 2006, 2:36:34 AM (18 years ago)
Author:
Noah Kantrowitz
Comment:

New hack TracBashrcScript, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • TracBashrcScript

    v1 v1  
     1= Trac .bashrc stuff =
     2
     3== Description ==
     4
     5Some things to source from your .bashrc to simplify Trac administration. If you have any other little pieces of scripting, just contact me and I will request commit access for you.
     6
     7Make sure you change the first line to point at your default Trac environment. You may have to change other things depending on your system setup.
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for TracBashrcScript are
     13[report:9?COMPONENT=TracBashrcScript here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=TracBashrcScript&owner=coderanger new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:tracbashrcscript here].
     21
     22== Source ==
     23
     24You can check out TracBashrcScript from [http://trac-hacks.org/svn/tracbashrcscript here] using Subversion, or [source:tracbashrcscript browse the source] with Trac.
     25
     26== Example ==
     27
     28{{{
     29#!sh
     30$ tadm permission list
     31User       Action
     32--------------------------
     33anonymous  SEARCH_VIEW
     34anonymous  WIKI_CREATE
     35anonymous  WIKI_MODIFY
     36anonymous  WIKI_VIEW
     37
     38$ tlog -n 4
     3921:32:23 Trac[loader] DEBUG: Loading plugin unixgroups.unixgroups from /var/www/coderanger/tracs/tracdev/plugins/UnixGroups-0.1_r187-py2.4.egg
     4021:32:23 Trac[loader] DEBUG: Loading plugin goodies from /var/www/coderanger/tracs/tracdev/plugins/TracWikiGoodies-0.3_r483-py2.4.egg
     4121:32:23 Trac[loader] DEBUG: Loading plugin traccas from /var/www/coderanger/tracs/tracdev/plugins/TracCAS-0.1_r522-py2.4.egg
     4221:32:23 Trac[loader] DEBUG: Loading plugin hackinstall.web_ui from /home/coderanger/trac/hacks/hackinstallplugin/0.9
     43}}}
     44
     45
     46== Recent Changes ==
     47
     48[[ChangeLog(tracbashrcscript, 3)]]
     49
     50== Author/Contributors ==
     51
     52'''Author:''' [wiki:coderanger] [[BR]]
     53'''Contributors:'''
     54
     55[[TagIt(script,coderanger,0.10,0.8,0.9)]]