LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-22-2008, 07:48 AM   #1
tianlijian
LQ Newbie
 
Registered: Mar 2007
Posts: 27

Rep: Reputation: 15
how can i view the linux documentation using web browser?


how can i view the local linux documetation, such as man, info and so on, using firefox?
thanks.
 
Old 11-22-2008, 07:54 AM   #2
Duck2006
Member
 
Registered: Sep 2006
Distribution: Ubuntu 8.04 Hardy Heron LST
Posts: 346

Rep: Reputation: 33
http://tldp.org/HOWTO/Man-Page/
 
Old 11-22-2008, 08:04 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Duck2006 View Post
It's not immediately obvious how that addresses OP's question.

tian;
It will help to know why you need to do this---ie why not use the man pages in a terminal?

There are some websites with the manpages---google will find them.
 
Old 11-22-2008, 08:08 AM   #4
tianlijian
LQ Newbie
 
Registered: Mar 2007
Posts: 27

Original Poster
Rep: Reputation: 15
Thanks for you answer. I have read the webiste, but the HOWTO does no say how to view the man page in firefox.
 
Old 11-22-2008, 08:17 AM   #5
tianlijian
LQ Newbie
 
Registered: Mar 2007
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
It's not immediately obvious how that addresses OP's question.

tian;
It will help to know why you need to do this---ie why not use the man pages in a terminal?

There are some websites with the manpages---google will find them.
I am studying with vmware, however, i expected to the view the man pages with windows. When the man page is long, it is no conveniet for me to read it in a terminal.

I have another question to ask. I am not a native english speaker. So i do not know what does the OP means or abbreviate for. thanks.

Last edited by tianlijian; 11-22-2008 at 09:02 AM.
 
Old 11-22-2008, 08:23 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Linux man pages online:
http://linux.die.net/man/
 
Old 11-22-2008, 08:36 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by tianlijian View Post
I am studying with vmware, however, i expected to the view the man pages with windows. When the man page is long, it is no convent for me to read it in a terminal.

I have another question to ask. I am not a native english speaker. So i do not know what does the OP means or abbreviate for. thanks.
Your English is excellent.

"OP" is a local LQ thing: It can mean two things:

The original post

The original POSTER--ie the author


I don't know about your country, but--in the USA and parts of Europe-- acronyms and abbreviations are a major social disease....

OOPS:
LQ = Linux Questions.......
 
Old 11-22-2008, 09:03 PM   #8
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Rep: Reputation: 31
Well, I googled "linux man pages" and the first result is http://www.linuxmanpages.com/, seems like it should do what you want
 
Old 11-24-2008, 12:35 PM   #9
salter
Member
 
Registered: Oct 2008
Posts: 100

Rep: Reputation: 15
To convert a man page to a text file use:
groff -man -Tascii <input_file> > <ascii_output_file>

To do the same with a HTML output:
man2html -r <input_file> > <html_file>

<input_file> is a man page file (usually located somewhere in /usr/share/man/)
man pages are usually stored in compressed form, so you have to decompress them before using it on man2html or groff

Last edited by Tinkster; 10-30-2010 at 05:09 PM.
 
Old 11-24-2008, 12:47 PM   #10
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Another alternative, if you use konqueror on linux is to use the man:/ and info:/ kio-slaves. That way you can view them locally, without being connected to the net. That's a konqueror-only feature (and no, I don't know of an equivalent feature for firefox, though it should be possible to design an extension to do so).
 
Old 11-24-2008, 02:07 PM   #11
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
I usually just do a quick Google search for the man page in question.. several sites out there have the man pages posted.

Google Search - man apropos

some packages have documentation stored locally in /urs/share/doc so that can be opened in a Browser window as well.
Not all apps have docs in tis directory and some are gzipped..

for instance Aptitude Documentation can be found at - file:///usr/share/doc/aptitude/html/en/index.html
 
  


Reply

Tags
man



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
stream media, view in web browser android6011 Linux - Software 1 01-29-2007 10:02 PM
Best Web Browser for Linux 10xOXR Linux - Software 14 04-16-2005 01:16 AM
Can't view flash in Linux browser wood Linux - General 1 02-02-2004 04:15 AM
View Linux Web-Page on Windows I.E mhatreonline Linux - Networking 5 05-13-2003 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration