GNUTexinfo is a freecomputer program for generating documentation in multiple formats from one set of source code. "Texinfo" also refers to the syntax of the language and any source file used as input for the application.
Texinfo source file
Texinfo allows to structure a document like a book with chapters, sections, cross references and indices. The source is plain text with embedded formatting commands marked with "@". A sample of a part of a source file:
@ifnottex
@node Top
@top Short Sample
@insertcopying
@end ifnottex
@menu
* First Chapter:: The first chapter is the
only chapter in this sample.
* Index:: Complete index.
@end menu
The commands mark structure such as chapters or denote a part of the source to be processed only for certain types of output.
Particle Accelerator Helps Test Wine Sat, 06 Sep 2008 10:53:00 -0400 Stephen Williams of the Antique Wine Company describes the new high-tech way to determine a wine's vintage. Voting Technology Evolves In Electronic World Fri, 05 Sep 2008 10:00:00 -0400 Officials in many states are concerned about the reliability of electronic voting and are now moving toward systems that can provide a voter-verified paper trail. Larry Norden, author of The Machinery of Democracy, discusses the latest advances in voting technology. Google Launches 'Chrome' Web Browser Fri, 05 Sep 2008 10:00:00 -0400 Internet search giant Google unveiled Chrome, a new piece of Web browser software on Tuesday. Danny Sullivan, editor-in-chief of SearchEngineLand.com, explains what Google's open-source browser can do, and why a search engine leader wants to get into the Web software market.
L.A. Times - Technology News
Katie Couric tests the waters with live webcasts Fri, 05 Sep 2008 00:00:00 -0700 'CBS Evening News' anchor checks out the medium's possibilities by going live with more-casual, even cheeky, coverage of the Democratic and Republican national conventions.
NEW YORK -- Katie Couric was listening to Declan McCullagh, CNET's chief political correspondent, explain Barack Obama's and John McCain's stances on Net neutrality.
Electronic Arts spawns Spore -- which may be a benevolent god Sat, 06 Sep 2008 00:00:00 -0700 The unconventional video game could usher in a new golden age for the once undisputed industry giant, which has slipped in recent years.
Spore lets people play god, tinker with a digital primordial soup and birth civilizations that conquer galaxies.
Tropical storm may delay nation's first test of digital TV conversion Sat, 06 Sep 2008 00:00:00 -0700 Wilmington, N.C., which is scheduled to make the switch Monday, is in Hanna's path.
Rumbling toward the Carolina coast, Tropical Storm Hanna may force the delay of the nation's first test of the digital television conversion.
GNU Project - Texinfo - Free Software Foundation page on their utilities that generate online help and printed manuals from the same information, called Info. Includes online manual in many formats.