Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rman, PolyglotMan - reverse compile man pages to a number of source formats #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions utils/rman.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="https://apps.0install.net/utils/rman.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>PolyglotMan</name>
<summary xml:lang="en">PolyglotMan: convert man pages</summary>
<description xml:lang="en">PolyglotMan takes man pages from most of the popular flavors of UNIX and transforms them into any of a number of text source formats. In contrast to various man2html filters, which essentially translate bold and italic text and otherwise wrap the entire manual page in PRE tags, PolyglotMan tries to interpret the page and produce good HTML text that can be reflowed. Better translations are possible when working from source and some aspects of pages, like tables, require source input, as for instance the page for tbl itself. Several have written cgi programs for WWW to format man pages on the fly; these are collected in the contrib directory of the distribution. </description>
<category>Utility</category>
<homepage>http://gnuwin32.sourceforge.net/packages/polyglotman.htm</homepage>
<needs-terminal/>
<implementation arch="Windows-*" id="sha1new=57c26cc25239f5d36642870926cc69eb33b37d02" license="Artistic License" released="2003-10-18" version="3.2">
<command name="run" path="bin/rman.exe"/>
<manifest-digest sha256new="AKK2UKS7XKP3KUQEWYGGXLUKFZC5OJ5EWF664CODX2IOLG4LLTGA" />
<archive href="https://sourceforge.net/projects/gnuwin32/files/polyglotman%20%28rman%29/3.2/polyglotman-3.2-bin.zip" size="54891" type="application/zip"/>
</implementation>
<package-implementation distributions="Gentoo" package="app-text/rman"/>
<package-implementation package="rman"/>
<entry-point binary-name="rman" command="run">
<needs-terminal/>
</entry-point>
</interface>