Difference between revisions of "Groff"

From Free Software Directory
Jump to: navigation, search
(update stale summary, release, and maintainer info)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=groff
 
|Name=groff
|Short description=Document formatting system.
+
|Short description=typesetting document formatter
|Full description=Based on a device-independent version of `troff,' `groff' (GNU Troff) is a document processor which reads plain text and formatting commands, produces formatted output from them, and then outputs it to another device. The package is essential for viewing online manual pages. Output can be produced in a number of formats including plain ASCII and PostScript. All the standard macro packages are supported.
+
|Full description=groff (GNU roff) is a typesetting system that reads plain text input that includes formatting commands to produce output in PostScript, PDF, HTML, or DVI formats or for display to a terminal. Formatting commands can be low-level typesetting primitives, macros from a supplied package, or user-defined macros. All three approaches can be combined.
 +
 
 +
A reimplementation and extension of the typesetter from AT&T Unix, groff is present on most POSIX systems owing to its long association with Unix manuals (including man pages). It and its predecessor are notable for their production of several best-selling software engineering texts. groff is capable of producing typographically sophisticated documents while consuming minimal system resources.
 
|Homepage URL=https://www.gnu.org/software/groff/
 
|Homepage URL=https://www.gnu.org/software/groff/
 +
|Version download=https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone https://git.savannah.gnu.org/git/groff.git
 
|VCS checkout command=git clone https://git.savannah.gnu.org/git/groff.git
Line 13: Line 16:
  
 
https://www.gnu.org/software/groff/grohtml.pdf
 
https://www.gnu.org/software/groff/grohtml.pdf
 
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 
 
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 
 
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
Line 35: Line 23:
 
|Version date=2018/12/23
 
|Version date=2018/12/23
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/groff/groff-1.22.4.tar.gz
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2019/01/04
+
|Last review date=2019/01/13
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
Line 52: Line 39:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License copyright=Copyright (C) 1989-2022 Free Software Foundation, Inc.
 
|License verified by=Bendikker
 
|License verified by=Bendikker
|License verified date=2018/05/17
+
|License verified date=2018-05-17
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C++
 +
|Runs-on=Windows, GNU/Linux
 +
|Text-creation=documentation-tool
 +
|Use=text-creation
 +
|Works-with=text
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=groff
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Werner Lemberg
 
|Real name=Werner Lemberg
|Role=Maintainer
+
|Role=Maintainer Emeritus
 
|Email=wl@gnu.org
 
|Email=wl@gnu.org
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Bertrand Garrigues
 
|Real name=Bertrand Garrigues
|Role=Maintainer
+
|Role=Maintainer Emeritus
 
|Email=bertrand.garrigues@laposte.net
 
|Email=bertrand.garrigues@laposte.net
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=G. Branden Robinson
 
|Real name=G. Branden Robinson
|Role=contributor
+
|Role=Maintainer
 
|Email=g.branden.robinson@gmail.com
 
|Email=g.branden.robinson@gmail.com
 
}}
 
}}
Line 89: Line 89:
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-groff/
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-groff/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/groff-commit/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 102: Line 106:
 
|Resource URL=https://savannah.gnu.org/people/
 
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Programming-language=C++
+
|Decommissioned or Obsolete=No
|Runs-on=Windows, GNU/Linux
+
|Accepts cryptocurrency donations=No
|Text-creation=documentation-tool
+
|Test entry=No
|Use=text-creation
 
|Works-with=text
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 15:29, 20 September 2024


[edit]

groff

https://www.gnu.org/software/groff/
typesetting document formatter

groff (GNU roff) is a typesetting system that reads plain text input that includes formatting commands to produce output in PostScript, PDF, HTML, or DVI formats or for display to a terminal. Formatting commands can be low-level typesetting primitives, macros from a supplied package, or user-defined macros. All three approaches can be combined.

A reimplementation and extension of troff and other programs from AT&T Unix, groff is widely available on POSIX and other systems owing to its long association with Unix manuals, including man pages. It and its predecessor have produced several best-selling software engineering texts. groff can create typographically sophisticated documents while consuming minimal system resources.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

17 May 2018




Leaders and contributors

Contact(s)Role
G. Branden Robinson Maintainer
Werner Lemberg Maintainer Emeritus
Bertrand Garrigues Maintainer Emeritus


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/groff-commit/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-groff/
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/groff/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://ftp.gnu.org/gnu/groff/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/groff.git/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/groff/
Debian (Ref)https://tracker.debian.org/pkg/groff


Software prerequisites




Entry







"Maintainer Emeritus" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Maintainer Emeritus" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.





"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

















Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.