Hi
What is the easiest way to view/print the wine-help files that are in sgml? I fiddled around with sgmltools but couldn't get a useful output (I guess I just gave up too early, don't want to consider the other option :). What do others use for viewing them?
Thanks
Fabi
Le mer 14/08/2002 à 08:47, Fabian Cenedese a écrit :
Hi
What is the easiest way to view/print the wine-help files that are in sgml? I fiddled around with sgmltools but couldn't get a useful output (I guess I just gave up too early, don't want to consider the other option :). What do others use for viewing them?
Thanks
Fabi
Running 'make' in the documentation directory. It will create an HTML and a PS copy of it. Else, I think there's a current copy on http://www.winehq.org.
Vincent
--- Vincent B�ron vberon@mecano.gme.usherb.ca wrote:
Le mer 14/08/2002 � 08:47, Fabian Cenedese a �crit :
Hi
What is the easiest way to view/print the
wine-help files that are in sgml?
I fiddled around with sgmltools but couldn't get a
useful output (I guess I
just gave up too early, don't want to consider the
other option :). What do
others use for viewing them?
Thanks
Fabi
Running 'make' in the documentation directory. It will create an HTML and a PS copy of it. Else, I think there's a current copy on http://www.winehq.org.
I'm afraid just running "make" is not enough. You'll have to run "make html".
Andriy
__________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
On Wed, 14 Aug 2002, Fabian Cenedese wrote:
Hi
What is the easiest way to view/print the wine-help files that are in sgml? I fiddled around with sgmltools but couldn't get a useful output (I guess I just gave up too early, don't want to consider the other option :). What do others use for viewing them?
Thanks
Fabi
I use this:
#!/bin/sh #<wine>/documentation/*.sgml reader (c) 2000- Lawson Whitney # Use, distribute, or change at your own risk. sed -e 's/<[^<>]*>//g' -e 's/</</g' -e 's/>/>/g' $1 |less -ni
Lawson ---oops---
The EASIEST would be to download the PDF versions at: http://www.winehq.com/Docs/
This would give you the best output. Printing the HTML would not look nearly as nice.
You could make the PDF versions yourself from the tree, but you would need to have all the correct SGML to PDF utils installed. There is a script in the documentation directory called 'make_winehq'. Take a look at that script, or just run it to build the HTML, PDF, and PS versions of the documentation.
On Wed, 2002-08-14 at 07:47, Fabian Cenedese wrote:
What is the easiest way to view/print the wine-help files that are in sgml? I fiddled around with sgmltools but couldn't get a useful output (I guess I just gave up too early, don't want to consider the other option :). What do others use for viewing them?