discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE : HelpViewer 0.1


From: Nicolas Roard
Subject: ANNOUNCE : HelpViewer 0.1
Date: Mon, 20 Jan 2003 08:33:55 +0100

Hello,

I just released an early version of HelpViewer, available on :
http://info.xdev.org/projets/helpviewer

HelpViewer could be used as an online help viewer for GNUstep apps.
Currently it miss many features (like indexation and search) but rendering
and navigation should be ok.

Notes
=====

HelpViewer register itself as a reader for "xlp" format, which is a simple
formats inspired by html. In order to automatically call HelpViewer when
clickin on the "help ..." submenu, you need to change NSHelpManager
in gnustep sources, around line 95, the line :
NSString *file = [mb pathForResource: help ofType: @"rtf"];

by :

NSString *file = [mb pathForResource: help ofType: @"xlp"];

By the way, how does the help system is intended to work, for international
support ?

--
Nicolas Roard <nicolas@roard.com>
http://info.xdev.org/projets/waiho
the linux philosophy is laugh in the face of danger. Oops. Wrong one. 'Do it 
yourself'. That's it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]