Difference between revisions of "HelpViewer.app"
Jump to navigation
Jump to search
m (stub'd) |
(New release and full description) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{Application| | {{Application| | ||
shortdescription = HelpViewer is an online help viewer for GNUstep applications. It uses XML files, and its goal is to be fast and easy to use. | | shortdescription = HelpViewer is an online help viewer for GNUstep applications. It uses XML files, and its goal is to be fast and easy to use. | | ||
| − | currentversion = [http:// | + | currentversion = [http://savannah.nongnu.org/download/gap/HelpViewer-0.4.tar.gz 0.4] | |
| − | releasedate = | + | releasedate = May 25, 2021 | |
| − | license = | + | license = GPL2 | |
| − | overview = | + | overview = HelpViewer for GNUstep which allows application to show an enhanced help compared to the standard RTF based viewer. |
| − | + | After a long hiatus, HelpViewer was adopted by the GNUstep Application Project ([[GAP]]) and saved from bitrot, updating the code to current GNUstep and improving portability. | | |
| − | |||
| − | + | features = * XML format | |
| + | * Bundle format to contain several resources like images and further help files | ||
| + | * customized rendition of comments, notes and other useful information | ||
| + | * table of contents, chapters and tree structure navigation | | ||
| − | category = [[Category: | + | |
| + | maintainer = | ||
| + | * Riccardo Mottola | ||
| + | * [mailto:nicolas@roard.com Nicolas Roard] | | ||
| + | |||
| + | relatedlinks = | ||
| + | * [http://gap.nongnu.org/helpviewer/index.html GAP Web Site] | ||
| + | * [http://www.roard.com/helpviewer/ HelpViewer Original Web Site] | | ||
| + | |||
| + | category = [[Category:Workspace Applications]] | ||
}} | }} | ||
Latest revision as of 22:08, 25 May 2021
HelpViewer is an online help viewer for GNUstep applications. It uses XML files, and its goal is to be fast and easy to use.
Current Version: 0.4
- Released: May 25, 2021
- Licensed: GPL2
Overview
HelpViewer for GNUstep which allows application to show an enhanced help compared to the standard RTF based viewer.
After a long hiatus, HelpViewer was adopted by the GNUstep Application Project (GAP) and saved from bitrot, updating the code to current GNUstep and improving portability.
Features
- XML format
- Bundle format to contain several resources like images and further help files
- customized rendition of comments, notes and other useful information
- table of contents, chapters and tree structure navigation
Maintainer
- Riccardo Mottola
- Nicolas Roard
Related Links