On Jul 19 03:57, Ahmed Khanzada wrote: > Hello, > > I am a programmer with a strong passion for both documentation and offline > computing. Inspired by 9front, I was wondering if there was any interest > in porting the currently online-only FAQ to an offline FAQ format that could > perhaps ship with OpenBSD by default, enabling a user to have a completely > self-documented operating system without the need for an Internet connection. > > Preferably, this offline FAQ would not be in HTML or anything browser-centric, > but rather in something like a man format friendly for terminal perusing. > > I would be more than happy to lend my time and efforts to such a project, if > the community deems it appropriate. > > -- Ahmed Khanzada >
Why not simply use cvs and a terminal browser from packages/ports (w3m, links+, lynx) to view the faq offline? $ cvs checkout -P www/faq $ w3m www/faq/index.html