olivierb2 / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

Additional documentation request: format for file used in http --list option #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. read Wiki howto

What is the expected output? What do you see instead?
Info on file format - is it a plaintext list of hosts, are port numbers
(e.g. 123.234.23.23:5900) allowed? XML? other?

What version of the product are you using? On what operating system?
0.5 on Ubuntu 9.10, looking to upgrade to 0.6 as soon as Issue 48 is fixed.

Please provide any additional information below.

Original issue reported on code.google.com by ander...@gmail.com on 17 Mar 2010 at 4:17

GoogleCodeExporter commented 8 years ago
Thanks, I'd agree it definitely needed more information. Probably still does...
Here's what I added though.

    * --list list_file Gitso will look to this external list, can be local or via
HTTP for the hosts lists. Ex: You could add a list to your web server so every 
time
the user connected with this option, they would get an up-to-date support list 
from
your server.
          o list_file Should be something like
http://www.myserver.com/path/to/support_ips.txt
          o support_ips.txt Should be a comma separated list of IP's. These will then
show up in the menu of support IP addresses in Gitso. 

Cheers,

Aaron

Original comment by gerbe...@gmail.com on 22 Mar 2010 at 5:29