public
Fork of shayarnett/trachouse
Description: Trac to Lighthouse ticket importer.
Homepage: http://shayarnett.com/trachouse
Clone URL: git://github.com/JackDanger/trachouse.git
Search Repo:
shayarnett (author)
Thu Apr 03 17:13:17 -0700 2008
commit  1448eb469530d754ec720738264785c115d9d8d2
tree    b6125761ca0f6758f1bd2ef90a68e12c1cdf77ed
parent  dc00d27929d80b5fabc26f20787b2fee491bf5a1
name age message
folder README Thu Apr 03 17:13:17 -0700 2008 changing docs [shayarnett]
folder trachouse.rb Thu Apr 03 17:13:17 -0700 2008 changing docs [shayarnett]
README
Trachouse v1.0.0
Trac to Lighthouse ticket importer
Author: Shay Arnett 
Website: http://shayarnett.com/trachouse (soonish)
Email: shayarnett@gmail.com

You will need to obtain a copy of lighthouse.rb from the Lighthouse API
http://forum.activereload.net/forums/6/topics/44

Please read all commented sections, as most have something you will need to change directly below it

USE:

  @tickets = populate_tickets # grabs all tickets from trac
  import_tickets(@tickets) # import tickets to lighthouse
  # profit
  # you may want to inspect @tickets or only import a couple of tickets to verify format before processing all tickets

Copyright (c) 2008 Shay Arnett

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.