annotate netinstall/README @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents
children 3d3049ae1304
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 This directory contains the source for the setup program for the cygwin
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 net releases.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 To-Do list:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 ini.cc: add field in setup.ini to specify whether package is installed
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 by default, or not.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 install.cc: scan newly installed files for README files, show list to
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 user, let them read them if they want.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14 download.cc: add a "total progress" indicator, like the install one.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16 add a "category" field to setup.ini, let user choose which categories
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 of packages to install, perhaps with a "custom..." button to lead to
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 the current chooser.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20 remember which packages were selected to be skipped, and which prev/curr/exp
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 option was last selected, and recall them each time the chooser runs.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 Add friendly error reporting to simpsock.cc
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
24
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
25 Add option to download sources also.