RE: Messages

2001-07-11 Thread John Wyman

I had to delete the entire build directory and rebuild before these
errors would go away.
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: Don Seib [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 11, 2001 1:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Messages


FOP writes all of its messages out through a static MessageHandler
object. You can direct those messages by calling the setOutputMethod
method on that object before you start the render operation like so:

MessageHandler.setOutputMethod( MessageHandler.NONE );

There are also methods to get the current output method so you can save
it and restore it later.

Don Seib
Software Developer
Landmark Graphics Canada
[EMAIL PROTECTED]
(403) 218-2243

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:31 AM
To: [EMAIL PROTECTED]
Subject: Messages

Just a simple question.  Each time I run FOP in my servlet I get the
following messages generated to Tomcat's output:

building formatting object tree
setting up fonts
formatting FOs into areas
 [1]
rendering areas to PDF
writing out PDF

Is there anyway I can turn these messages off?  I will be using FOP
quite heavily in my high traffic application and I don't want my Tomcat
log filled with these messages.
BTW:  Now that I got FOP and Xalan working, I love them, keep up the
good work!

Thanks,

Jim Urban
Product Manager
Netsteps Inc.
Suite 505E
1 Pierce Pl.
Itasca, IL  60143
Voice:  (630) 250-3045 x2164
Fax:  (630) 250-3046


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Fop flop?

2001-07-11 Thread John Wyman

I had to delete the entire build directory and rebuild before these
errors would go away. Something isn't getting extracted properly.
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: Mark Lillywhite [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 11, 2001 5:45 AM
To: [EMAIL PROTECTED]
Subject: Fop flop?


Hi foppers

I just checked out the latest fop from CVS (after a long hiatus). After 
building it I get the attached messages when I try to run it against an 
input file that works under the version of FOP I downloaded from the web

page today. I suspect this is a problem with the CVS FOP but I'm not 
100% sure, can anyone help me? Is the CVS FOP currently working? One 
point is that the padding- referred to in the error message does not 
exist in my (extremely simple, but very large) input file.

Also I was wondering about the status of the large document (memory 
related) patches that I think were submitted a few weeks ago (since this

is what I would like to look at/work on). Can anyone tell me if they 
have been committed yet, or if they will be committed, or if I am asking

too many questions? :-)

My thanks of a general kind to the developers,

Cheers
Mark


[mark@spiffy xml-fop]$ java -jar build/fop.jar /tmp/bigfile.fo 
/tmp/bigfile.pdf
FOP 0.19.0-CVS
using SAX parser org.apache.xerces.parsers.SAXParser
building formatting object tree
setting up fonts
formatting FOs into areas
 [1WARNING: no Maker for padding-
WARNING: property padding- ignored
WARNING: no Maker for padding-
WARNING: no Maker for padding-
WARNING: property padding- ignored
WARNING: no Maker for padding-
WARNING: no Maker for padding-
WARNING: property padding- ignored
WARNING: no Maker for padding-
WARNING: no Maker for padding-
WARNING: property padding- ignored
WARNING: no Maker for padding-
WARNING: property padding- ignored
ERROR: null
[mark@spiffy xml-fop]$



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Can't build latest CVS

2001-07-05 Thread John Wyman

Thanks, now if I could only get the text-deco to work across a block
like .12 I'd be all set. I was looking at the code and it appears to
have been removed when font-variant was added instead. At least looking
at the .12 code leads me to believe this.
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Karen Lease
Sent: Thursday, July 05, 2001 4:10 PM
To: [EMAIL PROTECTED]
Subject: Re: Can't build latest CVS


Hi John,

Sorry about that. I guess I was a little tired last night when I
committed the spanning row stuff and I forgot to add that class which is
new. It should be OK now.

Regards,
Karen

 John Wyman wrote:
 
 I get
 [javac] Compiling 638 source files to 
 C:\CVSRoot\xml-fop\build\classes
 [javac]
 C:\CVSRoot\xml-fop\build\src\org\apache\fop\fo\flow\TableBody.java:40:
 Class org.apache.fop.fo.flow.RowSpanMgr not found.
 [javac] RowSpanMgr rowSpanMgr; // manage information about
 spanning rows
 
 
 Can't find a definition for Row Span Mgr, where is it declared ?
 
 John
 
 John H. Wyman
 5160 Darry Lane
 Dublin, OH 43016
 (614)-889-0698
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Wyman Genealogy Site http://www.wyman.org
 Francis Wyman Assoc email List 
 http://groups.yahoo.com/group/FrancisWymanAssoc
 Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
 The Wyman Surname Message Board 
 http://www.familyhistory.com/messages/messages.asp?category=surnamef
 orum=Wyman
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Text Decoration

2001-07-04 Thread John Wyman
Title: Message



It appears as if 
between .12 and the current cvs the last parameter for fontstate which was 
textdecoration in .12 is now only supporting text-variant and the 
text-decoration is lost as it is not passed through. Was this picked up 
somewhere else and I'm missing it ?

John

John H. Wyman5160 Darry LaneDublin, OH 
43016(614)-889-0698[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]Wyman 
Genealogy Site http://www.wyman.orgFrancis Wyman Assoc 
email List http://groups.yahoo.com/group/FrancisWymanAssocWyman 
Family Genealogy Forum http://genforum.genealogy.com/wyman/The 
Wyman Surname Message Board http://www.familyhistory.com/messages/messages.asp?category=surnameforum=Wyman 




Can't build latest CVS

2001-07-04 Thread John Wyman
Title: Message



I 
get
 [javac] Compiling 638 
source files to C:\CVSRoot\xml-fop\build\classes [javac] 
C:\CVSRoot\xml-fop\build\src\org\apache\fop\fo\flow\TableBody.java:40: Class org.apache.fop.fo.flow.RowSpanMgr not 
found. [javac] RowSpanMgr 
rowSpanMgr; // manage information about spanning rows

Can't find a 
definition for Row Span Mgr, where is it declared ?

John
John H. Wyman5160 Darry LaneDublin, OH 
43016(614)-889-0698[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]Wyman 
Genealogy Site http://www.wyman.orgFrancis Wyman Assoc 
email List http://groups.yahoo.com/group/FrancisWymanAssocWyman 
Family Genealogy Forum http://genforum.genealogy.com/wyman/The 
Wyman Surname Message Board http://www.familyhistory.com/messages/messages.asp?category=surnameforum=Wyman 




Text-Decoration (underline) Problem

2001-07-03 Thread John Wyman
Title: Message



This used to work in 
.12 doesn't work in ,18 and up, I think it should, could someone look into it, 
please.
Underline isn't done 
and I can't move the underline inside of the Table Cell because of the way the 
document is generated. The table is used only for output to add line 
numbers.

fo:block 
break-before="auto" space-before.optimum="12pt"fo:inline 
text-decoration="underline"fo:tablefo:table-column 
column-width="155.708mm" column-number="1"/fo:table-column 
column-width="2.324mm" column-number="2"/fo:table-column 
column-width="16.268mm" 
column-number="3"/fo:table-bodyfo:table-rowfo:table-cell 
column-number="1"fo:block start-indent="0.2324mm" 
text-indent="11.62mm" space-before.optimum="6pt" text-align="start" 
font-weight="normal" font-size="11pt" font-family="Courier"fo:inline 
font-weight="bold"Section 1. /fo:inline That section 4935.03 of 
the Revised Code be amended to read as 
follows:/fo:block/fo:table-cellfo:table-cell 
column-number="2"/fo:table-cell 
column-number="3"/fo:table-cell/fo:table-row/fo:table-body/fo:table/fo:inline/fo:block

John H. Wyman5160 Darry LaneDublin, OH 
43016(614)-889-0698[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]Wyman 
Genealogy Site http://www.wyman.orgFrancis Wyman Assoc 
email List http://groups.yahoo.com/group/FrancisWymanAssocWyman 
Family Genealogy Forum http://genforum.genealogy.com/wyman/The 
Wyman Surname Message Board http://www.familyhistory.com/messages/messages.asp?category=surnameforum=Wyman 




RE: Text-Transform

2001-06-22 Thread John Wyman

Yes, It does work under .12, I hacked the code to put it in as
font-variant for now. I'll try the XSLT translate.
Thanks
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: Christian Geisert [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 22, 2001 12:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Text-Transform


 John Wyman wrote:
 
 I need to produce all capital output from possibly mixed input text, 
 and the text-transform=uppercase seems to generate a not supported 
 warning, this used to work in .12, am I doing something wrong ?

Are you really sure that it worked with FOP 0.12 ?
It is not supported in current FOP.

I actually have running code for text-transform, it just needs a bit
cleanup and testing (read: I need some time...)

Or you can use XSLT for this:  translate(text,'abcd','ABCD')

 John H. Wyman


Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Modification in line placement

2001-06-22 Thread John Wyman

Karen,
Could you email me the fix, I'm really in a bind, and need to work on my
style sheets and can't as long as this item is outstanding.
Thanks
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Karen Lease
Sent: Wednesday, June 20, 2001 5:59 PM
To: [EMAIL PROTECTED]
Subject: Modification in line placement


Hi,

While debugging a strange problem from John Wyman recently, I discovered
an inconsistency in how we decide whether a block area has room for
another line of text. It works differently on the first line in the
block from the remaining lines.

This isn't necessarily stupid, at least for some line-stacking-strategy
values. However, for the fairly simple one FOP is currently
implementing, it can lead to some strange results.

I also noticed that the way we are calculating half-leading in BlockArea
isn't correct according to the CR. The result is that our actual
line-spacing tends to be less than what the stylesheet uses as a
line-height value. This is because the glyph height of a font
(ascender + descender) is typically less than the actual font-size
value.

The fix is trivial, but it will change all existing test results,
because the line-spacing will increase! Because of that, I haven't yet
committed it. Opinions?

Regards,
Karen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Text-Transform

2001-06-21 Thread John Wyman
Title: Message



I need to produce 
all capital output from possibly mixed input text, and the 
text-transform="uppercase" seems to generate a not supported warning, this used 
to work in .12, am I doing something wrong ?

fo:block 
font-family="serif" text-align="centered" font-size="18pt" line-height="36pt" 
text-transform="uppercase"

John H. Wyman5160 Darry LaneDublin, OH 
43016(614)-889-0698[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]Wyman 
Genealogy Site http://www.wyman.orgFrancis Wyman Assoc 
email List http://groups.yahoo.com/group/FrancisWymanAssocWyman 
Family Genealogy Forum http://genforum.genealogy.com/wyman/The 
Wyman Surname Message Board http://www.familyhistory.com/messages/messages.asp?category=surnameforum=Wyman 




RE: Problem in page-sequence is missing an sequence-specification

2001-06-19 Thread John Wyman

fo:root
fo:layout-master-set
fo:simple-page-master master-name=all
fo:region-before extent=100pt/
fo:region-body margin-bottom=55pt
margin-top=75pt/
fo:region-after extent=0pt/
/fo:simple-page-master
/fo:layout-master-set

fo:page-sequence master-name=all
fo:static-content flow-name=xsl-region-before
fo:page-number/
/fo:static-content
fo:flow
xsl:apply-templates select=book/
/fo:flow
/fo:page-sequence
/fo:root


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: peti ban [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 19, 2001 7:35 AM
To: [EMAIL PROTECTED]
Subject: Problem in page-sequence is missing an sequence-specification


Hi fop users
I am using Cocoon 1.8 and generating pdf. But gives an error of missing
page-sequence. Like this:



Error found handling the request.
org.apache.fop.apps.FOPException: page-sequence is missing an
sequence-specification
at
org.apache.fop.fo.pagination.PageSequence.makePage(PageSequence.java:161
)
at
org.apache.fop.fo.pagination.PageSequence.format(PageSequence.java:189)
at org.apache.fop.fo.pagination.Root.format(Root.java:104)
at
org.apache.fop.fo.FOTreeBuilder.format(FOTreeBuilder.java:252)
at org.apache.fop.apps.Driver.format(Driver.java:345)
at
org.apache.cocoon.formatter.FO2PDFFormatter.format(FO2PDFFormatter.java:
86)
at org.apache.cocoon.Engine.handle(Engine.java:375)
at org.apache.cocoon.Cocoon.service(Cocoon.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav
a:797)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnec
tion(Ajp12ConnectionHandler.java:166)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416
)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:49
8)
at java.lang.Thread.run(Thread.java:484)




 
My xsl for the page-layout and page-sequence reads like this:

fo:root
fo:layout-master-set
fo:simple-page-master
fo:region-before extent=100pt/
fo:region-body margin-bottom=55pt
margin-top=75pt/
fo:region-after extent=0pt/
/fo:simple-page-master
/fo:layout-master-set

fo:page-sequence
fo:static-content flow-name=xsl-region-before
fo:page-number/
/fo:static-content
fo:flow
xsl:apply-templates select=book/
/fo:flow
/fo:page-sequence
/fo:root

I belive some modifications have to be done in xsl so that it can be
compatible with Cocoon 1.8. 
Please help me out of this problem, Thanks in advance.

Peti Ban



Get free email and a permanent address at http://www.netaddress.com/?N=1

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Wrapping in Cell Question

2001-06-16 Thread John Wyman

Karen,
I believe I found the problem, it had to do with centering in cells
where I was imbedding a ccoltext to be centered/ccol in the cell
itself, and the ccol was setting the text-align=center, this didn't
work, instead I switched to using the calstbl cell center and it now
works, although the wrapping is not perfect, but I need to do more
testing to be sure.

I am still very interested if you can find a fix for my problem where
the 3rd cell with line number prints at the bottom of a page, but the
text is on the next page with the next number.

John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Karen Lease
Sent: Saturday, June 16, 2001 6:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Wrapping in Cell Question


Hi John,

FOP has changed a great deal since version 12, so it's hard to say what
exactly is happening.

It may just be that I'm getting tired, but I can't quite figure out what
the FO file is going to look like from your partial XML and XSL. It
would be helpful if you could send either the complete files or maybe
just the FO code for the table which isn't working correctly. You can
get the FO by running XALAN or some other XSLT processor on your XSL and
XML files without running FOP.

HTH,
Karen Lease

 John Wyman wrote:
 
 I am outputting a centered line of text and the text in the cell 
 appears to start at the end of the cell and writes into the adjacent 
 cell, the data in 'three3' runs of the side of the page. This worked 
 OK in .12, what did I do wrong? John
 xml
 tgroup cols=3
 colspec colnum=1 colname=pad1 colwidth=6* rowsep=0 colsep=0
 align=left/
 colspec colnum=2 colname=three1 colwidth=12* rowsep=0
 colsep=0 align=left/
 colspec colnum=3 colname=pad3 colwidth=6* rowsep=0 colsep=0
 align=left/
 colspec colnum=4 colname=three2 colwidth=9* rowsep=0
 colsep=0 align=left/
 colspec colnum=5 colname=pad5 colwidth=11* rowsep=0
 colsep=0 align=left/
 colspec colnum=6 colname=three3 colwidth=13* rowsep=0
 colsep=0 align=left/
 
 colspec colname=linepad colnum=7 colwidth=0.8507463* 
 align=left rowsep=0 colsep=0/colspec colname=line colnum=8

 colwidth=5.955224* align=right rowsep=0 colsep=0/tbody 
 rowentry colname=pad1/entryentry colname=three1ccolIf 
 the price is at least/ccol/entry entry 
 colname=pad3/entryentry colname=three2ccolBut not more 
 than/ccol/entry entry colname=pad5/entryentry 
 colname=three3ccolThe amount of the tax is/ccol/entry
 
 using below xsl
 xsl:template match=ccol
   xsl:call-template name=DoBlock
xsl:with-param name=align select='center'/
   /xsl:call-template
/xsl:template
 xsl:template name=DoBlock
   xsl:param name=margin select=0.1 /
   xsl:param name=right-margin select=0 /
   xsl:param name=indent select=$margin /
   xsl:param name=prefix /
   xsl:param name=suffix /
   xsl:param name=align select='start' /
   xsl:param name=font select='Courier' /
   xsl:param name=weight select='normal' /
   xsl:param name=size select=11 /
   xsl:param name=before select=0 /
 
   fo:table
   fo:table-column column-number=1 column-width={concat(67 * $cw, 
 'mm')}/
   fo:table-column column-number=2 column-width={concat(1 * $cw, 
 'mm')}/
   fo:table-column column-number=3 column-width={concat(7 * $cw, 
 'mm')}/
   fo:table-body
   fo:table-row
   fo:table-cell column-number=1
   fo:block font-family={$font} font-size={concat($size,'pt')} 
 font-weight={$weight} text-align={$align}
space-before.optimum={concat($before,'pt')}
 text-indent={concat($indent * $cw,'mm')} 
 start-indent={concat($margin * $cw,'mm')}
   xsl:apply-templates/
   /fo:block
   /fo:table-cell
   fo:table-cell column-number=2/
   fo:table-cell column-number=3
 fo:block space-before.optimum={concat($before,'pt')}
 xsl:for-each select=descendant::line
fo:block text-align=end
fo:inline font-weight=normal 
 text-decoration=nonexsl:value-of
 select=format-number(@id,$linenofmt)//fo:inline
/fo:block
 /xsl:for-each
   /fo:block
   /fo:table-cell
   /fo:table-row
   /fo:table-body
   /fo:table
   /xsl:template
 
 John H. Wyman
 5160 Darry Lane
 Dublin, OH 43016
 (614)-889-0698
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Wyman Genealogy Site http://www.wyman.org
 Francis Wyman Assoc email List 
 http://groups.yahoo.com/group/FrancisWymanAssoc
 Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
 The Wyman Surname Message Board 
 http://www.familyhistory.com/messages/messages.asp?category=surnamef
 orum=Wyman