home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE0.TAR / TODO < prev    next >
Encoding:
Text File  |  1991-08-28  |  1.2 KB  |  29 lines

  1. Things to do or think about doing for xarchie:
  2.  
  3. - Use tick marks on the menus to indicate the current item. This is tricky
  4.   because of the several places that the values can be set, and by the
  5.   complete flexibility of the menus, their item labels, and the order of
  6.   the items.
  7.  
  8. - List a host completely, using the browser to walk the directory tree.
  9.   This shouldn't be hard, since Archie and Prospero already support it.
  10.  
  11. - Use the Prospero tools to implement a decent ftp procedure.
  12.  
  13. - Allow the sort mode to be changed without requerying. This requires that
  14.   we hold onto the Prospero vlinks in the database. We will want to do this
  15.   anyway to support listing hosts and directories.
  16.  
  17. - Make the "Nice Level" button a different color or shade when the value
  18.   is >0.
  19.  
  20. - Make the "Default" button on the Settings panel use the values that
  21.   we had at startup (ie. in main() copy the appResources into variables
  22.   for the button's use).
  23.  
  24. - Try to improve the status calls so that the message "grows" as more
  25.   things are received (look for "recvd_thru = htons(...)" in get_vdir.c).
  26.  
  27. - Add a host to the hostMenu if one is entered from the Text item that
  28.   isn't there already.
  29.