[tor-bugs] #9668 [Flashproxy]: restructure flashproxy source tree

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Sep 4 16:59:23 UTC 2013


#9668: restructure flashproxy source tree
------------------------+---------------------
 Reporter:  infinity0   |          Owner:  dcf
     Type:  defect      |         Status:  new
 Priority:  normal      |      Milestone:
Component:  Flashproxy  |        Version:
 Keywords:              |  Actual Points:
Parent ID:              |         Points:
------------------------+---------------------
 The source tree has quite a messy structure that makes it hard to write a
 coherent install script, e.g. for debian packaging. I propose something
 like the following:

 # Top-level
 #       renamed:    doc/design.txt -> design.txt

 # client
 #       renamed:    Makefile -> client/Makefile
 #       renamed:    doc/flashproxy-$$ -> client/doc/flashproxy-$$
 #       renamed:    flashproxy-$$ -> client/flashproxy-$$
 #       renamed:    setup.py -> client/setup.py
 #       renamed:    torrc -> client/torrc

 # facilitator
 #       renamed:    doc/facilitator-howto.txt -> facilitator/doc
 /facilitator-howto.txt
 #       renamed:    doc/appengine-howto.txt -> facilitator/doc/appengine-
 howto.txt
 #       renamed:    doc/gmail-setup.txt -> facilitator/doc/gmail-setup.txt
 #       renamed:    appengine/$$ -> facilitator/appengine/$$

 # websocket-transport
 #       renamed:    doc/websocket-transport.txt -> websocket-transport/doc

 # proxy
 #       renamed:    modules/$$ -> proxy/modules/$$
 /websocket-transport.txt

 plus the necessary adjustments (paths etc) to make everything work again.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9668>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list