summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhelp
Commit message (Collapse)AuthorAgeFilesLines
* - fix the check of mandrake_doc installed package (gc)Daouda Lo2003-02-281-2/+2
|
* - s/link/path/Daouda Lo2003-02-101-1/+1
|
* - http connections handled.Daouda Lo2003-02-101-18/+17
|
* language/country selection change:Guillaume Cottenceau2003-02-081-4/+4
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* - change package name to installDaouda Lo2003-02-061-1/+1
|
* - strict modeThierry Vignaud2003-01-271-0/+4
| | | | | - we need at least 1 argument, and only one
* - checkerDaouda Lo2003-01-161-2/+2
|
* - support gnome helpDaouda Lo2003-01-161-2/+4
|
* - warn if documentation is not installedDaouda Lo2003-01-161-1/+5
|
* - syntax : drakhelp relative_linkDaouda Lo2003-01-161-0/+28
example: drakhelp Quick_Startup.html/drakx.html - drakhelp will check the running wm and will launch kdehelpcenter with the correct URL after localizing the link. Otherwise, it launch a default browser: mozilla konqueror or galeon.