Does anyone know where I can get a downloadble copy of the Unix Man Pages in html?
Im trying to finish my website by the end of the week and I want to mput the man pages in
Printable View
Does anyone know where I can get a downloadble copy of the Unix Man Pages in html?
Im trying to finish my website by the end of the week and I want to mput the man pages in
Well, you could write a script to convert everything from man page format to html format. That would be the cool way to do it.
Or you could search google and get the same 422000 results I got, but since I already did it, check :
http://www.rt.com/man/ or
http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi <---this one is set up kinda cool
Well, you didn't tell me that you were looking for a dl version of them. I thought you would either mirror them, or link to them.
Why not make your own. Man pages are in nroff format. So if you search google for nroff html converters, you can find things like man2html: http://www.nacs.uci.edu/indiv/ehood/man2html.html