List Info

Thread: cannot build release-notes.txt of wireshark sources




cannot build release-notes.txt of wireshark sources
country flaguser name
United Kingdom
2007-08-16 02:47:46
The original bug report can be found here http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1446
In short: If I try to build that file from the svn repo of
wireshark (formerly: ethereal)
it doesn't produce simple text output. Instead it looks like
an HTML page.

I use a stable Gentoo system with these packages:

www-client/lynx-2.8.6-r2
app-text/docbook-xsl-stylesheets-1.70.1
dev-libs/libxslt-1.1.20
dev-java/fop-0.93-r1

-- 
MfG/Sincerely

Toralf Förster

_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: cannot build release-notes.txt of wireshark sources
user name
2007-08-16 03:48:30
TORALF F?½RSTER DIXIT:

>THE ORIGINAL BUG REPORT CAN BE FOUND HERE
HTTP://BUGS.WIRESHARK.ORG/BUGZILLA/SHOW_BUG.CGI?ID=1446

| "XSLTPROC" --STRINGPARAM GENERATE.TOC
"ARTICLE NOP" --NONET
|
[61]HTTP://DOCBOOK.SOURCEFORGE.NET/RELEASE/XSL/CURRENT/HTML/
DOCBOOK.XSL
| RELEASE-NOTES.XML | LYNX -DUMP -WIDTH=72 -NOLIST -STDIN
> RELEASE-NOTES.TXT

COULD YOU MAIL ME THE OUTPUT OF THAT XSLT THINGIE? SOMETHING
LIKE

| "XSLTPROC" --STRINGPARAM GENERATE.TOC
"ARTICLE NOP" --NONET 
|
HTTP://DOCBOOK.SOURCEFORGE.NET/RELEASE/XSL/CURRENT/HTML/DOCB
OOK.XSL 
| RELEASE-NOTES.XML | GZIP | UUENCODE RELEASE-NOTES.XML.GZ |
MAIL -S BLAH TG

I€™LL TRY TO REPRODUCE IT.

//MIRABILOS
-- 
I BELIEVE NO ONE CAN INVENT AN ALGORITHM. ONE JUST HAPPENS
TO HIT UPON IT
WHEN GOD ENLIGHTENS HIM. OR ONLY GOD INVENTS ALGORITHMS, WE
MERELY COPY THEM.
IF YOU DON'T BELIEVE IN GOD, JUST CONSIDER GOD AS NATURE IF
YOU WON'T DENY
EXISTENCE.		-- COYWOLF QI HUNT


_______________________________________________
LYNX-DEV MAILING LIST
LYNX-DEVNONGNU.ORG
HTTP://LISTS.NONGNU.ORG/MAILMAN/LISTINFO/LYNX-DEV

Re: cannot build release-notes.txt of wireshark sources
country flaguser name
United States
2007-08-16 07:59:59
On Thu, 16 Aug 2007, Thorsten Glaser wrote:

> Toralf F�rster dixit:
>
>> The original bug report can be found here http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1446
>
> | "xsltproc" --stringparam generate.toc
"article nop" --nonet
> | [61]http://docbook.sourceforge.net/release/xsl/cu
rrent/html/docbook.xsl
> | release-notes.xml | lynx -dump -width=72 -nolist
-stdin > release-notes.txt
>
> Could you mail me the output of that XSLT thingie?
Something like
>
> | "xsltproc" --stringparam generate.toc
"article nop" --nonet 
> | http://docbook.sourceforge.net/release/xsl/cu
rrent/html/docbook.xsl 
> | release-notes.xml | gzip | uuencode
release-notes.xml.gz | mail -s blah tg

It's a small file (would be nice to see the data on the
mailing list 

-- 
Thomas E. Dickey
http://invisible-island.n
et
ftp://invisible-island.net
_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: cannot build release-notes.txt of wireshark sources
country flaguser name
United Kingdom
2007-08-16 08:27:41
I have to correct my last mail:

Under Cygwin/Windows XP lynx-2.8.5rel3 works fine with that
file,

Under Gentoo Linux neither 2.8.5rel1, 2.8.5rel3, 2.8.6rel4
nor 2.8.7dev7 works :-(


-- 
MfG/Sincerely

Toralf Förster

_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: cannot build release-notes.txt of wireshark sources
country flaguser name
Germany
2007-08-16 11:24:23
Am Donnerstag, 16. August 2007 schrieb Stefan Caunter:
> I'm confused. Is the suggestion here that the lynx
browser has something to
> do with wireshark?
No, I run into an issue while creating a txt file from a xml
file within the svn
repo of wireshark. This has nothing to do with wireshark
itself.

> If you use the lynx browser in a pipe to dump output,
and you get html, add
> one more pipe and let lynx render it as text and then
dump it out.

Unfortunately this doesn't help. The problem (at least at my
linux system) is,
that lynx produces txt-output only if I view a web page like
:

$>lynx -dump -width=72 -nolist lynx.browser.org

The above works, however anything like

$> "xsltproc" --stringparam generate.toc
"article nop" --nonet http://docbook.sourceforge.net/release/xsl/cu
rrent/html/docbook.xsl release-notes.xml > out; lynx
-dump -stdin <out  

doesn't work, regardless whether I use a pipe between
xsltproc and lynx or not :-(

-- 
MfG/Sincerely

Toralf Förster

_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: cannot build release-notes.txt of wireshark sources
user name
2007-08-16 12:29:21
TORALF F?½RSTER DIXIT:

>$> "XSLTPROC" --STRINGPARAM GENERATE.TOC
"ARTICLE NOP" --NONET
HTTP://DOCBOOK.SOURCEFORGE.NET/RELEASE/XSL/CURRENT/HTML/DOCB
OOK.XSL RELEASE-NOTES.XML > OUT; LYNX -DUMP -STDIN
<OUT  

TRY THIS:

| "XSLTPROC" --STRINGPARAM GENERATE.TOC
"ARTICLE NOP" --NONET 
|
HTTP://DOCBOOK.SOURCEFORGE.NET/RELEASE/XSL/CURRENT/HTML/DOCB
OOK.XSL 
| RELEASE-NOTES.XML >OUT.HTM; LYNX -DUMP OUT.HTM

IF THIS WORKS, I€™VE GOT AN IDEA.

BYE,
//MIRABILOS
-- 
I BELIEVE NO ONE CAN INVENT AN ALGORITHM. ONE JUST HAPPENS
TO HIT UPON IT
WHEN GOD ENLIGHTENS HIM. OR ONLY GOD INVENTS ALGORITHMS, WE
MERELY COPY THEM.
IF YOU DON'T BELIEVE IN GOD, JUST CONSIDER GOD AS NATURE IF
YOU WON'T DENY
EXISTENCE.		-- COYWOLF QI HUNT


_______________________________________________
LYNX-DEV MAILING LIST
LYNX-DEVNONGNU.ORG
HTTP://LISTS.NONGNU.ORG/MAILMAN/LISTINFO/LYNX-DEV

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )