Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - s/link/path/ | Daouda Lo | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | - http connections handled. | Daouda Lo | 2003-02-10 | 1 | -18/+17 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -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 install | Daouda Lo | 2003-02-06 | 1 | -1/+1 |
| | |||||
* | - strict mode | Thierry Vignaud | 2003-01-27 | 1 | -0/+4 |
| | | | | | - we need at least 1 argument, and only one | ||||
* | - checker | Daouda Lo | 2003-01-16 | 1 | -2/+2 |
| | |||||
* | - support gnome help | Daouda Lo | 2003-01-16 | 1 | -2/+4 |
| | |||||
* | - warn if documentation is not installed | Daouda Lo | 2003-01-16 | 1 | -1/+5 |
| | |||||
* | - syntax : drakhelp relative_link | Daouda Lo | 2003-01-16 | 1 | -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. |