summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhelp
Commit message (Collapse)AuthorAgeFilesLines
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* - replace mdklaunchhelp by konquerorDaouda Lo2003-09-171-1/+1
|
* - change to handle documentaion system other than drakxtools one (forDaouda Lo2003-09-031-6/+5
| | | | | instance MandrakeGalaxy)
* - perl-checkerDaouda Lo2003-08-271-2/+2
|
* - New drakhelp to increase accuracy in help systemDaouda Lo2003-08-271-16/+25
| | | | | - contextual help
* perl_checker compliancePascal Rigaux2003-08-191-1/+1
|
* - ru, de and it have no specific drakxtools help packages. Default to englishDaouda Lo2003-07-231-2/+4
| | | | | | - retest $$path to see if the page exists. - don't launch browser unless help page exists.
* simplifyThierry Vignaud2003-04-011-1/+1
|
* - 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.