You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, August 11th 2004, 2:17pm

-= KDE Help Center =-

Hello,

I was wondering if somebody could point me in the direction of the Help Center code. I would like to take a look at it. I am trying to create a help center, but it would have to run on Solaris. I just thought this might be a good place to start to give me some ideas about what I have to do.

Thanks

MIKE

2

Wednesday, August 11th 2004, 6:08pm

Re: -= KDE Help Center =-

Quoted

Original von Gw33do

Hello,

I was wondering if somebody could point me in the direction of the Help Center code. I would like to take a look at it. I am trying to create a help center, but it would have to run on Solaris. I just thought this might be a good place to start to give me some ideas about what I have to do.

Thanks

MIKE

I guess this is what you're looking for:
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdebase/khelpcenter/

If you want the code on your hard disk follow the instructions for anonymous CVS ( http://developer.kde.org/source/anoncvs.html ) and check out the kdebase module.

Alternatively you could download the kdebase tarball:
The released version:
http://download.kde.org/download.php?url=stable/3.2.3/
or from the new KDE 3.3.0RC2:
http://download.kde.org/download.php?url=unstable/3.3.0rc2/src/

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

3

Friday, August 13th 2004, 12:21am

One other nice web resource is the http://lxr.kde.org.

It allows you to browse some CVS snapshot of the source (it probably as regular syncronizations with HEAD) and provides some sort of cross reference between sources.

You can see a source file, click in a class name and see where is that class beeing created or defined. It's very nice with the exception that glimpse doesn't always workd very well.