GNU Source-highlight produces a document with syntax highlighting when given a source file. Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages.GNU...

GNU Texinfo

GNU Texinfo 6.5 updated

GNU Texinfo is an open source and 100% free software project designed from the ground up to act as the official documentation format of the GNU project. It was invented by Bob Chassell and Richard Stallman many years ago, and inspired by Brian Reid's...

Grunt

Grunt 0.1.1

Grunt is a software to make a slideshow from a text file.Installation:sudo pip install gruntExample:    $ cat examples/fruit.grunt    Here is a presentation about fruits    It starts with some apples ......

GTK-Doc

GTK-Doc 1.18

GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code.Note that GTK-Doc wasn't originally intended to be a...

GTKMan

GTKMan 0.7.2

GTKMan is a simple, multi-language, totally free and open source graphical software implemented in Python, Glade and GTK+, designed to be used for viewing manual pages (man-pages) under any GNU/Linux operating systems.Users will be able to view man-pages...

gtkmm-documentation is an open source package that contains a gtkmm manual for GTK/GNOME developers. gtkmm is a C++ API for GTK+.gtkmm is an open source software that features inheritance to derive custom widgets, type-safe signal handlers, in standard...

hieroglyph is a Sphinx extension which builds HTML5 slides from ReStructured Text documents.UsingAdd hieroglyph as a Sphinx extension to your configuration:extensions = [ 'hieroglyph',]Build your slides: sphinx -b html5slides output/slidesYou...

Infrared-HOWTO explains how to use the software provided by the Linux/IrDA project.The Infrared-HOWTO (formerly known as the IR-HOWTO) is an introduction to Linux and infrared devices and how to use the software provided by the Linux/IrDA project. This...

Intro to Bash Programming HOWTO is a bash programming tutorial.The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its...