You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
René Rebe 318d9b9386 update 'greek', 'korean' and 'thai' tasks 19 years ago
debian update 'greek', 'korean' and 'thai' tasks 19 years ago
po Upgrading basque mailist information 19 years ago
scratch Lots of redrawing fixes and wordwrapping fixes. Not completely done yet. 24 years ago
tasks update 'greek', 'korean' and 'thai' tasks 19 years ago
Makefile added: id (indonesian) to LANG and LANG_DESC in Makefile 19 years ago
README * Denis Barbier 20 years ago
README.translators Initial Bulgarian translation (po/bg.po and tasks/po/bg.po). 19 years ago
TODO - Shortended the description of c-dev. 20 years ago
data.c * dann frazier: 19 years ago
data.h * Patch from Denis Barbier adds infrastructure for translated task names 20 years ago
doincludes.pl various things need to be changes for subversion 19 years ago
listpackages.pl various things need to be changes for subversion 19 years ago
macros.h Remove \r characters from printed strings in macros.h 19 years ago
makedesc.pl Sort tasks when generating debian-tasks.desc so that number lines in 19 years ago
makeoverride.pl various things need to be changes for subversion 19 years ago
slangui.c * Eugeniy Meshcheryako 19 years ago
slangui.h Patch from Anthony Towns for Task: debian/control support 22 years ago
strutl.c * Eugeniy Meshcheryako 19 years ago
strutl.h * Eugeniy Meshcheryako 19 years ago
tasksel.c * Miroslav Kure 20 years ago
tasksel.h Catch SIGINT and handle it, so that tasksel doesn't go into an infinite 23 years ago
tasksel.pod * Denis Barbier 20 years ago
util.c * Denis Barbier 20 years ago
util.h Patch from Anthony Towns for Task: debian/control support 22 years ago

README

$Id: README,v 1.4 2003/09/16 23:38:46 joeyh Rel $
Task Selection UI v0.1
Nov 20, 1999
Randolph Chung <tausq@debian.org>

Here's a first cut at a task selection user interface.

The interface GUI is based on libslang. It has no other special library
dependencies.

On startup, the tasksel program will read
/usr/share/tasksel/debian-tasks.desc for information about what tasks are
available and their descriptions and sections. Next it will read the output
of apt-cache dumpavail. Task: fields can be used to state that a package
belongs to a task or tasks. Also, the package names are used to identify
task packages (matching "task-*").

The tasks will be presented in a simple list selection screen with
their short descriptions. Users can drill down into the tasks to
see detailed descriptions and some information about the packages in the
task.

On exit, tasksel executes the appropriate apt-get command to install the
selected packages. If the -t option is given, then tasksel prints out the
command line to use to stdout instead. All other messages are printed to
stderr.

The appropriate display strings in the source have been marked with gettext
macros, though I have never done any other i18n work and am not sure if it
is done correctly at the moment.

A word on building.... use make CFLAGS="-Os" to get a smaller binary. The
default build rule produces binaries with debugging symbols. You can also
turn on -DDEBUG to get extra debugging info.

Comments and suggestions are most welcome.

To get a new task added, please file a bug report on tasksel.