https://github.com/heuer/mancia
scdoc to man page and reStructuredText converter
https://github.com/heuer/mancia
man manpage restructuredtext roff rst scdoc
Last synced: 2 months ago
JSON representation
scdoc to man page and reStructuredText converter
- Host: GitHub
- URL: https://github.com/heuer/mancia
- Owner: heuer
- License: mit
- Created: 2026-03-13T08:09:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T14:27:11.000Z (3 months ago)
- Last Synced: 2026-03-13T21:56:14.335Z (3 months ago)
- Topics: man, manpage, restructuredtext, roff, rst, scdoc
- Language: Nim
- Homepage: https://mancia.readthedocs.io/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
mancia – scdoc to man page and reStructuredText converter
=========================================================
Mancia (Italian for "tip") is a command-line utility for converting the scdoc
format to man(7) roff and reStructuredText (rst).
For more information about the scdoc format, see
`scdoc(5) `_ and
`mancia(5) `_.
It can be utilized as Nim library and may be used to convert scdoc input into
other formats as well, such as HTML or Markdown, if an appropriate handler is
implemented (the parser does not care about the output, it just reports
events to a handler).
An additional `Python package `_ provides
functionality for using mancia as Python library and within Sphinx.
Documentation
-------------
See ``_ for the documentation.
Similar projects
^^^^^^^^^^^^^^^^
* `scdoc `_