You are not logged in.

#1 2013-03-13 03:54:54

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

[Solved] a manpage editor?

Does anybody know of a manpage/manpage-capable editor that actually works?  I googled it and I saw a post on some ubuntu forum that seemed to mention that openoffice could be used to work with manpages; does anybody know if this is true or not?  I also searched our own forum and wiki, but didn't find anything pertinent.  I already searched the AUR and official/unofficial repos.  I really am tired of creating manpages using manedit--it crashes randomly--so suggestions are eagerly welcomed.

Thanks.

Last edited by lspci (2013-03-13 06:38:53)


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

#2 2013-03-13 04:32:14

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: [Solved] a manpage editor?

Maybe you want to write your manpages in a markdown dialect and convert that lateron?
http://rtomayko.github.com/ronn/

Edit: Or latex: ftp://ftp.tex.ac.uk/tex-archive/support … x2man.html

Last edited by progandy (2013-03-13 04:34:40)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2013-03-13 04:38:02

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

Re: [Solved] a manpage editor?

progandy wrote:

Maybe you want to write your manpages in a markdown dialect and convert that lateron?
http://rtomayko.github.com/ronn/

Edit: Or latex: ftp://ftp.tex.ac.uk/tex-archive/support … x2man.html

Good point; that--so far--seems to explain a host of things that I have always wondered regarding manpages.

Last edited by lspci (2013-03-13 04:38:39)


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

#4 2013-03-13 04:55:20

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: [Solved] a manpage editor?


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2013-03-13 05:46:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] a manpage editor?

I've just used vim for the four or five I have written or patched; is that wrong?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2013-03-13 06:31:14

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

Re: [Solved] a manpage editor?

jasonwryan wrote:

I've just used vim for the four or five I have written or patched; is that wrong?

No, 'cause I just used it to write a manpage for a package I just submitted to the AUR tongue

EDIT: Let me revise that statement.  There's nothing wrong with using vim, since manpages are written in a markup language and I've used vim to write html code tons of times, and html--of course--is another markup language. 


Here are some websites that explain how to go about actually making manpages from scratch using plain old text editors. smile  (for those, who like me, that may not have known how)
How to write a manpage

Writing Manual Pages

Manual Pages: Howto

Writing Effective Manpages

Creating Your Own MAN Page Version 1.0

Guide to writing mdoc UNIX manual pages

SOLVED: As has already been alluded to, I just used vim.

Last edited by lspci (2013-05-03 21:00:38)


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

#7 2013-08-29 19:54:58

keithhedger
Member
Registered: 2013-08-29
Posts: 1

Re: [Solved] a manpage editor?

Just came across this post I have recently uploaded this:

http://gtk-apps.org/content/show.php/Ma … ent=160219

Give it whirl you might like it smile

Offline

#8 2013-08-30 04:34:34

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

Re: [Solved] a manpage editor?

Org-Mode with man export works also very nice


Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux

Offline

#9 2013-08-31 15:26:21

kaari
Member
Registered: 2011-08-12
Posts: 22

Re: [Solved] a manpage editor?

Offline

#10 2013-08-31 16:04:37

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [Solved] a manpage editor?

http://sphinx-doc.org/

Best thing since strict typing.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#11 2013-08-31 16:37:37

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

Re: [Solved] a manpage editor?

Thaodan wrote:

Org-Mode with man export works also very nice

Org-Mode is Emacs-only as far as I can tell, and I don't usually use Emacs.  I have nothing against Emacs, even though I'm all about Vim, so I'll take a look at it and if it proves useful then I'll probably use it all the time, but it's probably gonna be a bit awkward since I always find myself trying to use different Vim keystrokes when I use other text editors.  smile

Last edited by lspci (2013-08-31 16:42:24)


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

#12 2013-08-31 16:48:42

Mr. Shannon
Member
Registered: 2013-08-16
Posts: 2

Re: [Solved] a manpage editor?

lspci wrote:
Thaodan wrote:

Org-Mode with man export works also very nice

Org-Mode is Emacs-only as far as I can tell, and I don't usually use Emacs.  I have nothing against Emacs, even though I'm all about Vim, so I'll take a look at it and if it proves useful then I'll probably use it all the time, but it's probably gonna be a bit awkward since I always find myself trying to use different Vim keystrokes when I use other text editors.  smile

Actually org mode is for vim too.  I have not used it so I can't say how good it is, but it does exist.
vim-orgmode

Offline

#13 2013-08-31 18:29:24

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

Re: [Solved] a manpage editor?

Mr. Shannon wrote:
lspci wrote:
Thaodan wrote:

Org-Mode with man export works also very nice

Org-Mode is Emacs-only as far as I can tell, and I don't usually use Emacs.  I have nothing against Emacs, even though I'm all about Vim, so I'll take a look at it and if it proves useful then I'll probably use it all the time, but it's probably gonna be a bit awkward since I always find myself trying to use different Vim keystrokes when I use other text editors.  smile

Actually org mode is for vim too.  I have not used it so I can't say how good it is, but it does exist.
vim-orgmode

Oooh, nice.  wink  Definitely gotta check this puppy out, for sure.


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

Board footer

Powered by FluxBB