Re: utility to check that all heading names are unique?

2012-05-22 Thread Robert Lauriston
Excel 2010 has a bunch of ways to find and manage dupes. Home > Styles
> Conditional Formatting > Highlight Cells Rules > Duplicate Values
seems best for my purposes.

On Mon, May 21, 2012 at 7:16 AM, Robert Lauriston  wrote:
> Excel has a find duplicates feature, that works fine for my purposes.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-22 Thread Robert Lauriston
Excel has a find duplicates feature, that works fine for my purposes.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-21 Thread Steve Rickaby
At 13:06 -0500 17/5/12, Craig Ede wrote:

>One can pretty easily write a little script (perl, python, etc.) that ticks
>through a text dump of this list and flags you for dupes. If you haven't
>tried to do this sort of thing, it is worth the effort and will spur you on
>to inventing more such tools. That beats the heck out of visually scanning
>for dupes.

You can also do it in Excel with a little ingenuity. Agreed that a spreadsheet 
application is not one's most intuitive thought for text processing, but it was 
the only tool I had to hand recently when trying to do something similar 
(maintain a large list of glossary definitions and check for duplicates). Use 
and IF()function on a sorted list of text strings to check for dupes, and apply 
conditional formatting to highlight them if you want to get cute ;-)

Oh drat, I see Bernard's already suggested this...
 
-- 
Steve
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-20 Thread Shmuel Wolfson

Here's a webpage that finds duplicates:
http://www.techmynd.com/tools/remove-duplicate-lines.php
Save the list of paragraphs as text, paste it in the above page, select 
"Find Mode," then click "Remove Duplicate Lines." The duplicates are 
inclosed by DUPLICATE=><=DUPLICATE, which you can easily search for.


It might be better not to sort the list of paragraphs alphabetically, so 
you can see the location of the duplicate.


If you don't like this utility you can found lots more by google 
searching for "find duplicate lines."

**

Regards,
Shmuel Wolfson
Technical Writer
052-763-7133


On 17-May-12 8:47 PM, Robert Lauriston wrote:

Skimming an alphabetical list of a thousand or more headings is not a
very efficient or reliable way for me to find duplicates.

On Thu, May 17, 2012 at 10:43 AM, Combs, Richard
  wrote:


The suggestion was to create an alphabetical list. So it will already be sorted 
in the only way that makes sense for finding duplicates.

___


You are currently subscribed to framers as shmue...@gmail.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/shmuelw1%40gmail.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.
.


___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-18 Thread Robert Lauriston
Oh yeah, of course. At the end of the reference pages for the
generated paragraph list file there's an APL page that defines the
output. Thanks.

On Thu, May 17, 2012 at 6:53 PM, MamaRed Knight
 wrote:
>
> Robert...I'm not a version 10 user AND if the logic from previous versions 
> holds, there is a reference page that determines what information displays 
> for each item. IF true
>
> Display the reference page
> Remove the code for the page number (e.g, 
> Save the file
> Regenerate the book to update the reference
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-18 Thread Combs, Richard
Robert Lauriston wrote:
 
> Is there some way to suppress the page numbers in a FrameMaker 10 list
> of paragraphs?

Adding an alphabetical list of paragraphs creates an APL page containing an APL 
flow in the reference pages. That flow defines the generated list just like the 
TOC flow defines the TOC. Remove the <$pagenum> building blocks from the *APL 
paragraphs, leaving just <$paratext>. Save and regenerate. 

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-903-6372
--






___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-18 Thread Stuart Rogers

On 17/05/2012 5:12 PM, Robert Lauriston wrote:

Is there some way to suppress the page numbers in a FrameMaker 10 list
of paragraphs?



As with all generated files, find the appropriate flow ("APL" in the 
case of Alphabetical Paragraph List) in the reference pages and delete 
the <$pagenum> building block from each line.  Save and regenerate.


s.

--
Stuart Rogers
Technical Communicator
Phoenix Geophysics Limited
3781 Victoria Park Avenue, Unit 3
Toronto, ON, Canada  M1W 3K5
+1 (416) 491-7340 x 325

http://www.phoenix-geophysics.com
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-18 Thread Bernard Aschwanden (Publishing Smarter)
The idea of an alphabetical generated list is a good one, and here are a few 
further tips. Build it, but then configure the
reference pages to drop the pg number. In the resulting generated file select 
all the content, then copy it to Excel.

In Excel you can select all the content and apply a filter to highlight 
duplicates. There are several other tips on the Excel side
of things, but this is a pretty easy way to flag the duplicates for editing in 
Frame.

Hope that helps,

Bernard




Bernard Aschwanden
Publishing Smarter
www.publishingsmarter.com

Write Less. Write Better.




-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert Lauriston
Sent: Tuesday, May 15, 2012 4:29 PM
To: framers@lists.frameusers.com
Subject: utility to check that all heading names are unique?

Is there a utility that will check a FrameMaker book and report duplicate 
heading names?

I'm working on migrating from FrameMaker to Confluence, and duplicate heading 
names would cause problems.


___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-18 Thread Syed Zaeem Hosain (syed.hos...@aeris.net)
Ah!

Do you use or have access to a Mac, per chance?

If you do, it should (have not tested myself though) also work on a Mac OS X 
system in a terminal window ... :) :)

Z

-Original Message-
From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Craig Ede
Sent: Thursday, May 17, 2012 3:04 PM
To: framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

Thank you. I miss UNIX.

Craig

-Original Message-
From: Syed Zaeem Hosain (syed.hos...@aeris.net) [mailto:syed.hos...@aeris.net]
Sent: Thursday, May 17, 2012 3:53 PM
To: Craig Ede; framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

Hmmm ... no need to make it too complicated, I suspect. I suspect a variant of 
the following command line (if you are on a Unix system anyway) will probably 
work:

sort < inputfile.txt | uniq -c | grep -v "   1 "

to find any lines that are present _more_ than once.

(There are three spaces before, and one space character after, the digit 1 
above ... to ignore single occurrences.)

In my PC, I wrote my own uniq and grep years ago to emulate the Unix commands 
in a DOS window, and "sort" has always been available in a DOS command prompt 
... even in today's Windows 7 environment .

Z

-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Craig Ede
Sent: Thursday, May 17, 2012 11:06 AM
To: framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

One can pretty easily write a little script (perl, python, etc.) that ticks 
through a text dump of this list and flags you for dupes. If you haven't tried 
to do this sort of thing, it is worth the effort and will spur you on to 
inventing more such tools. That beats the heck out of visually scanning for 
dupes.

Craig


___


You are currently subscribed to framers as syed.hos...@aeris.net.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/syed.hosain%40aeris.net

Send administrative questions to listad...@frameusers.com. Visit 
http://www.frameusers.com/ for more resources and info.

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-17 Thread Craig Ede
Thank you. I miss UNIX.

Craig

-Original Message-
From: Syed Zaeem Hosain (syed.hos...@aeris.net)
[mailto:syed.hos...@aeris.net] 
Sent: Thursday, May 17, 2012 3:53 PM
To: Craig Ede; framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

Hmmm ... no need to make it too complicated, I suspect. I suspect a variant
of the following command line (if you are on a Unix system anyway) will
probably work:

sort < inputfile.txt | uniq -c | grep -v "   1 "

to find any lines that are present _more_ than once.

(There are three spaces before, and one space character after, the digit 1
above ... to ignore single occurrences.)

In my PC, I wrote my own uniq and grep years ago to emulate the Unix
commands in a DOS window, and "sort" has always been available in a DOS
command prompt ... even in today's Windows 7 environment .

Z

-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Craig Ede
Sent: Thursday, May 17, 2012 11:06 AM
To: framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

One can pretty easily write a little script (perl, python, etc.) that ticks
through a text dump of this list and flags you for dupes. If you haven't
tried to do this sort of thing, it is worth the effort and will spur you on
to inventing more such tools. That beats the heck out of visually scanning
for dupes.

Craig


___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Robert Lauriston
Is there some way to suppress the page numbers in a FrameMaker 10 list
of paragraphs?

As a workaround I could format them with tabs and use that to strip them.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-17 Thread Syed Zaeem Hosain (syed.hos...@aeris.net)
Hmmm ... no need to make it too complicated, I suspect. I suspect a variant of 
the following command line (if you are on a Unix system anyway) will probably 
work:

sort < inputfile.txt | uniq -c | grep -v "   1 "

to find any lines that are present _more_ than once.

(There are three spaces before, and one space character after, the digit 1 
above ... to ignore single occurrences.)

In my PC, I wrote my own uniq and grep years ago to emulate the Unix commands 
in a DOS window, and "sort" has always been available in a DOS command prompt 
... even in today's Windows 7 environment .

Z

-Original Message-
From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Craig Ede
Sent: Thursday, May 17, 2012 11:06 AM
To: framers@lists.frameusers.com
Subject: RE: utility to check that all heading names are unique?

One can pretty easily write a little script (perl, python, etc.) that ticks 
through a text dump of this list and flags you for dupes. If you haven't tried 
to do this sort of thing, it is worth the effort and will spur you on to 
inventing more such tools. That beats the heck out of visually scanning for 
dupes.

Craig

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-17 Thread Craig Ede
One can pretty easily write a little script (perl, python, etc.) that ticks
through a text dump of this list and flags you for dupes. If you haven't
tried to do this sort of thing, it is worth the effort and will spur you on
to inventing more such tools. That beats the heck out of visually scanning
for dupes.

Craig



___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Robert Lauriston
Skimming an alphabetical list of a thousand or more headings is not a
very efficient or reliable way for me to find duplicates.

On Thu, May 17, 2012 at 10:43 AM, Combs, Richard
 wrote:

> The suggestion was to create an alphabetical list. So it will already be 
> sorted in the only way that makes sense for finding duplicates.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Robert Lauriston
EditPad Pro's my text editor of choice, never seen that feature.
What's it called?

On Wed, May 16, 2012 at 9:47 AM, Rick Quatro  wrote:
> You could generate a list of paragraphs, save it to a text file, and use a
> text editor that can sort lines and show duplicates. I use EditPad Pro and
> it can do this.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Robert Lauriston
I'm working with around a thousand pages here. That would not be practical.

On Wed, May 16, 2012 at 10:34 AM,   wrote:
> You could use Special > List Of > Paragraphs (Alphabetical) for all your
> headings (or repeated Lists, one heading at a time), and then scan through
> them looking for duplicates.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Chris Despopoulos
Oops.  I can write, but I can't read!




 From: "Combs, Richard" 
To: Chris Despopoulos ; 
"framers@lists.frameusers.com"  
Sent: Thursday, May 17, 2012 1:43 PM
Subject: RE: utility to check that all heading names are unique?
 
Chris Despopoulos wrote:

> And to add onto this, you could convert the generated list into a 1-
> column table, then sort it.
> 
> On 2012-05-15 16:29, Robert Lauriston wrote:
> > Is there a utility that will check a FrameMaker book and report
> > duplicate heading names?
> >
> 
> You could use Special > List Of > Paragraphs (Alphabetical) for all
> your headings (or repeated Lists, one heading at a time), and then scan
> through them looking for duplicates.

The suggestion was to create an alphabetical list. So it will already be sorted 
in the only way that makes sense for finding duplicates. 

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-903-6372
--___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-17 Thread Combs, Richard
Chris Despopoulos wrote:

> And to add onto this, you could convert the generated list into a 1-
> column table, then sort it.
> 
> On 2012-05-15 16:29, Robert Lauriston wrote:
> > Is there a utility that will check a FrameMaker book and report
> > duplicate heading names?
> >
> 
> You could use Special > List Of > Paragraphs (Alphabetical) for all
> your headings (or repeated Lists, one heading at a time), and then scan
> through them looking for duplicates.

The suggestion was to create an alphabetical list. So it will already be sorted 
in the only way that makes sense for finding duplicates. 

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-903-6372
--






___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-17 Thread Chris Despopoulos
And to add onto this, you could convert the generated list into a 1-column 
table, then sort it.

On 2012-05-15 16:29, Robert Lauriston wrote:
> Is there a utility that will check a FrameMaker book and report
> duplicate heading names?
>

You could use Special > List Of > Paragraphs (Alphabetical) for all 
your headings (or repeated Lists, one heading at a time), and then scan 
through them looking for duplicates.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: utility to check that all heading names are unique?

2012-05-16 Thread srogers

On 2012-05-15 16:29, Robert Lauriston wrote:

Is there a utility that will check a FrameMaker book and report
duplicate heading names?



You could use Special > List Of > Paragraphs (Alphabetical) for all 
your headings (or repeated Lists, one heading at a time), and then scan 
through them looking for duplicates.


HTH,

Stuart Rogers
Phoenix Geophysics Ltd.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: utility to check that all heading names are unique?

2012-05-16 Thread Rick Quatro
Hi Robert,

You could generate a list of paragraphs, save it to a text file, and use a
text editor that can sort lines and show duplicates. I use EditPad Pro and
it can do this.

If you want a more automated and "polished" way of doing it, I could write
you a FrameScript script to do it. If you are interested, please contact me
off-list. Thanks.

Rick

Rick Quatro
Carmen Publishing Inc.
585-283-5045
585-219-8959 fax
r...@frameexpert.com
http://www.frameexpert.com



-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert Lauriston
Sent: Tuesday, May 15, 2012 4:29 PM
To: framers@lists.frameusers.com
Subject: utility to check that all heading names are unique?

Is there a utility that will check a FrameMaker book and report duplicate
heading names?

I'm working on migrating from FrameMaker to Confluence, and duplicate
heading names would cause problems.
___


You are currently subscribed to framers as r...@rickquatro.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit
http://lists.frameusers.com/mailman/options/framers/rick%40rickquatro.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.