Re: Printing password list

2013-08-14 Thread rjkrjk



David E. Ross wrote, On 8/13/2013 5:25 PM:

On 8/13/13 9:22 AM, rjkrjk wrote:

   Password Exporter 1.2.1
by Justin Scott (fligtar)

This extension allows you to export your saved passwords and disabled login 
hosts using XML
or CSV files that can be imported later.

Add to SeaMonkey
Not available for SeaMonkey 2.20
===

how can I get this to be downloaded and installed ?



1.  At
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/,
place your cursor over the gray Add to SeaMonkey button, right-click,
and select Save Link Target As from the pull-down context menu.

2.  On the Enter name of file to save to window, navigate to where you
want to save the file.  Then, click on the Save button.

3.  Open the file password_exporter-1.2.1-fx+tb+sm.xpi in a ZIP
application (e.g., Winzip).

4.  Depending on the ZIP application, open the install.rdf file in a
plain-text editor WITHOUT unzipping the XPI file.

5.  Near the bottom of the install.rdf file, under the line that is
!-- Mozilla SeaMonkey --
change the line
em:maxVersion2.1b1/em:maxVersion
to be
em:maxVersion2.20/em:maxVersion

6.  Use the Save capability of the editor.

7.  Close the ZIP application.  If it asks about saving install.rdf, the
answer is yes.

The extension can then be installed from the local XPI file on your PC.



david ...
OK,   I did the edit, and saved the file
the downloaded file and all the extracted and edited files are in the same 
directory
I figured out how to install (an add-on)  from a file
but, now I get a message that the file is corrupt, and cannot be installed









___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-14 Thread Ray Davison

Ray Davison wrote:

 Can I get it to sort by domain name?


A CVS file is common delimited.  I expected that when I expanded the 
columns the character strings would break into columns.  The header line 
expands but the data below does not.


Ray


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-14 Thread David E. Ross
On 8/13/13 7:15 PM, Ray Davison wrote:
 David E. Ross wrote:
 
 The extension can then be installed from the local XPI file on your PC.

 Ok, that was straight forward.  I am not at all familiar with Excel.  I 
 have V-2010.  Can I get it to sort by domain name?
 
 TY
 Ray
 
 

It is easiest to use a spread-sheet application to view and print the
CSV file.  I suspect that any such application can take a CSV
(comma-separated values) file as input.

Lacking a spread-sheet application on a Windows PC, you can also open
the CSV file in Word or an equivalent word-processing application.
Skipping the first line, select all the other lines.  Then create a
table of 7 columns using commas as the text separator.  Delete the right
4 columns and expand the remaining 3 columns so that the contents fit
without wrapping.  Strip out all the quote marks.  Print.

-- 
David E. Ross
http://www.rossde.com/

Concerned about someone (e.g., the government)
snooping into your E-mail?  Use PGP.
See my http://www.rossde.com/PGP/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-14 Thread David E. Ross
On 8/14/13 8:56 AM, rjkrjk wrote:
 
 
 David E. Ross wrote, On 8/13/2013 5:25 PM:
 On 8/13/13 9:22 AM, rjkrjk wrote:
Password Exporter 1.2.1
 by Justin Scott (fligtar)

 This extension allows you to export your saved passwords and disabled login 
 hosts using XML
 or CSV files that can be imported later.

 Add to SeaMonkey
 Not available for SeaMonkey 2.20
 ===

 how can I get this to be downloaded and installed ?


 1.  At
 https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/,
 place your cursor over the gray Add to SeaMonkey button, right-click,
 and select Save Link Target As from the pull-down context menu.

 2.  On the Enter name of file to save to window, navigate to where you
 want to save the file.  Then, click on the Save button.

 3.  Open the file password_exporter-1.2.1-fx+tb+sm.xpi in a ZIP
 application (e.g., Winzip).

 4.  Depending on the ZIP application, open the install.rdf file in a
 plain-text editor WITHOUT unzipping the XPI file.

 5.  Near the bottom of the install.rdf file, under the line that is
  !-- Mozilla SeaMonkey --
 change the line
  em:maxVersion2.1b1/em:maxVersion
 to be
  em:maxVersion2.20/em:maxVersion

 6.  Use the Save capability of the editor.

 7.  Close the ZIP application.  If it asks about saving install.rdf, the
 answer is yes.

 The extension can then be installed from the local XPI file on your PC.

 
 david ...
 OK,   I did the edit, and saved the file
 the downloaded file and all the extracted and edited files are in the same 
 directory
 I figured out how to install (an add-on)  from a file
 but, now I get a message that the file is corrupt, and cannot be installed
 

Do NOT extract the files from within the XPI file.  Instead, view the
install.rdf file in a text editor application.  (Winzip provides that
capability.)  Edit the viewed file and use the save (not save-as)
operation of the editor.  When you close the editor, you might be asked
whether you want to save the result back into the XPI file; the answer
is yes.  Then you install the extension in SeaMonkey from the XPI file
via the Add-ons Manager, or you drag-and-drop the XPI file into the
SeaMonkey rendering window.

-- 
David E. Ross
http://www.rossde.com/

Concerned about someone (e.g., the government)
snooping into your E-mail?  Use PGP.
See my http://www.rossde.com/PGP/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list / tks

2013-08-14 Thread rjkrjk



David E. Ross wrote, On 8/14/2013 1:15 PM:

On 8/14/13 8:56 AM, rjkrjk wrote:



David E. Ross wrote, On 8/13/2013 5:25 PM:

On 8/13/13 9:22 AM, rjkrjk wrote:

Password Exporter 1.2.1
by Justin Scott (fligtar)

This extension allows you to export your saved passwords and disabled login 
hosts using XML
or CSV files that can be imported later.

Add to SeaMonkey
Not available for SeaMonkey 2.20
===

how can I get this to be downloaded and installed ?



1.  At
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/,
place your cursor over the gray Add to SeaMonkey button, right-click,
and select Save Link Target As from the pull-down context menu.

2.  On the Enter name of file to save to window, navigate to where you
want to save the file.  Then, click on the Save button.

3.  Open the file password_exporter-1.2.1-fx+tb+sm.xpi in a ZIP
application (e.g., Winzip).

4.  Depending on the ZIP application, open the install.rdf file in a
plain-text editor WITHOUT unzipping the XPI file.

5.  Near the bottom of the install.rdf file, under the line that is
!-- Mozilla SeaMonkey --
change the line
em:maxVersion2.1b1/em:maxVersion
to be
em:maxVersion2.20/em:maxVersion

6.  Use the Save capability of the editor.

7.  Close the ZIP application.  If it asks about saving install.rdf, the
answer is yes.

The extension can then be installed from the local XPI file on your PC.



david ...
OK,   I did the edit, and saved the file
the downloaded file and all the extracted and edited files are in the same 
directory
I figured out how to install (an add-on)  from a file
but, now I get a message that the file is corrupt, and cannot be installed



Do NOT extract the files from within the XPI file.  Instead, view the
install.rdf file in a text editor application.  (Winzip provides that
capability.)  Edit the viewed file and use the save (not save-as)
operation of the editor.  When you close the editor, you might be asked
whether you want to save the result back into the XPI file; the answer
is yes.  Then you install the extension in SeaMonkey from the XPI file
via the Add-ons Manager, or you drag-and-drop the XPI file into the
SeaMonkey rendering window.



used 7-Zip, which seems to have the same options as Unzip
worked just fine
now have a print out of all the PW's for SM

I previously exported them to FF and used PW Exporter there

Thanks for your help
the real obvious question is WHY hasn't the author made it available for SM
if all it takes is a one line edit ?







___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-14 Thread Ray_Net

Ray Davison wrote, On 13/08/2013 05:33:
What is available for printing the password list?  The utility I have 
used in the past only works with HTML.  The addons I tried said does 
not work with SM.  I installed FF23, copied the sqlite files from SM. 
That got me the bookmarks and history but not the passwords; password 
manager is still empty.


Rather than just randomly try whatever I can find, does anyone know 
how to print the list that currently is in SM?


Any yes, I am aware of the security issues.

TY
Ray
I had a file List SM  FF Passwords.html created or modified by 
Ed.Mullen, but it doesnot work anymore.. :-(

It was so easy.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-13 Thread David E. Ross
On 8/12/13 8:33 PM, Ray Davison wrote:
 What is available for printing the password list?  The utility I have 
 used in the past only works with HTML.  The addons I tried said does 
 not work with SM.  I installed FF23, copied the sqlite files from SM. 
 That got me the bookmarks and history but not the passwords; password 
 manager is still empty.
 
 Rather than just randomly try whatever I can find, does anyone know how 
 to print the list that currently is in SM?
 
 Any yes, I am aware of the security issues.
 
 TY
 Ray
 

1.  Install the Password Exporter from
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/.
(This might have to be tweaked to allow installation with SM 2.20.  If
so, let me know.)

2.  On the SM menu bar, select [Edit  Preferences] and then [Privacy 
Security  Passwords].

3.  On the Passwords pane, select the Import/Export Passwords button.

4.  On the Import/Export Passwords window, select the Export Passwords
button.

5.  On the Select a File window, at the very bottom, change the Save as
type from .xml to .cvs.  Navigate to where you want the file saved, and
select the Save button.

6.  Close the various windows for Preferences.

7.  Use Excel to open the .cvs file.  Adjust the column widths.  Print.

8.  Be sure to erase securely the .cvs file.

-- 
David E. Ross
http://www.rossde.com/

Concerned about someone (e.g., the government)
snooping into your E-mail?  Use PGP.
See my http://www.rossde.com/PGP/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-13 Thread rjkrjk

 Password Exporter 1.2.1
by Justin Scott (fligtar)

This extension allows you to export your saved passwords and disabled login hosts using XML 
or CSV files that can be imported later.


Add to SeaMonkey
Not available for SeaMonkey 2.20
===

how can I get this to be downloaded and installed ?






David E. Ross wrote, On 8/13/2013 12:04 PM:

On 8/12/13 8:33 PM, Ray Davison wrote:

What is available for printing the password list?  The utility I have
used in the past only works with HTML.  The addons I tried said does
not work with SM.  I installed FF23, copied the sqlite files from SM.
That got me the bookmarks and history but not the passwords; password
manager is still empty.

Rather than just randomly try whatever I can find, does anyone know how
to print the list that currently is in SM?

Any yes, I am aware of the security issues.

TY
Ray



1.  Install the Password Exporter from
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/.
(This might have to be tweaked to allow installation with SM 2.20.  If
so, let me know.)

2.  On the SM menu bar, select [Edit  Preferences] and then [Privacy 
Security  Passwords].

3.  On the Passwords pane, select the Import/Export Passwords button.

4.  On the Import/Export Passwords window, select the Export Passwords
button.

5.  On the Select a File window, at the very bottom, change the Save as
type from .xml to .cvs.  Navigate to where you want the file saved, and
select the Save button.

6.  Close the various windows for Preferences.

7.  Use Excel to open the .cvs file.  Adjust the column widths.  Print.

8.  Be sure to erase securely the .cvs file.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-13 Thread David E. Ross
On 8/13/13 9:22 AM, rjkrjk wrote:
   Password Exporter 1.2.1
 by Justin Scott (fligtar)
 
 This extension allows you to export your saved passwords and disabled login 
 hosts using XML 
 or CSV files that can be imported later.
 
 Add to SeaMonkey
 Not available for SeaMonkey 2.20
 ===
 
 how can I get this to be downloaded and installed ?
 

1.  At
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/,
place your cursor over the gray Add to SeaMonkey button, right-click,
and select Save Link Target As from the pull-down context menu.

2.  On the Enter name of file to save to window, navigate to where you
want to save the file.  Then, click on the Save button.

3.  Open the file password_exporter-1.2.1-fx+tb+sm.xpi in a ZIP
application (e.g., Winzip).

4.  Depending on the ZIP application, open the install.rdf file in a
plain-text editor WITHOUT unzipping the XPI file.

5.  Near the bottom of the install.rdf file, under the line that is
!-- Mozilla SeaMonkey --
change the line
em:maxVersion2.1b1/em:maxVersion
to be
em:maxVersion2.20/em:maxVersion

6.  Use the Save capability of the editor.

7.  Close the ZIP application.  If it asks about saving install.rdf, the
answer is yes.

The extension can then be installed from the local XPI file on your PC.

-- 
David E. Ross
http://www.rossde.com/

Concerned about someone (e.g., the government)
snooping into your E-mail?  Use PGP.
See my http://www.rossde.com/PGP/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-13 Thread Zeb Carter

David E. Ross wrote:

On 8/13/13 9:22 AM, rjkrjk wrote:

   Password Exporter 1.2.1
by Justin Scott (fligtar)

This extension allows you to export your saved passwords and disabled login 
hosts using XML
or CSV files that can be imported later.

Add to SeaMonkey
Not available for SeaMonkey 2.20
===

how can I get this to be downloaded and installed ?



1.  At
https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/,
place your cursor over the gray Add to SeaMonkey button, right-click,
and select Save Link Target As from the pull-down context menu.

2.  On the Enter name of file to save to window, navigate to where you
want to save the file.  Then, click on the Save button.

3.  Open the file password_exporter-1.2.1-fx+tb+sm.xpi in a ZIP
application (e.g., Winzip).

4.  Depending on the ZIP application, open the install.rdf file in a
plain-text editor WITHOUT unzipping the XPI file.

5.  Near the bottom of the install.rdf file, under the line that is
!-- Mozilla SeaMonkey --
change the line
em:maxVersion2.1b1/em:maxVersion
to be
em:maxVersion2.20/em:maxVersion

6.  Use the Save capability of the editor.

7.  Close the ZIP application.  If it asks about saving install.rdf, the
answer is yes.

The extension can then be installed from the local XPI file on your PC.


I had to do this when trying to install it to a recent version of Firefox.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Printing password list

2013-08-13 Thread Ray Davison

David E. Ross wrote:


The extension can then be installed from the local XPI file on your PC.

Ok, that was straight forward.  I am not at all familiar with Excel.  I 
have V-2010.  Can I get it to sort by domain name?


TY
Ray


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Printing password list

2013-08-12 Thread Ray Davison
What is available for printing the password list?  The utility I have 
used in the past only works with HTML.  The addons I tried said does 
not work with SM.  I installed FF23, copied the sqlite files from SM. 
That got me the bookmarks and history but not the passwords; password 
manager is still empty.


Rather than just randomly try whatever I can find, does anyone know how 
to print the list that currently is in SM?


Any yes, I am aware of the security issues.

TY
Ray
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey