Re: Woot site needs more fonts to display correctly

2010-10-10 Thread Philip Chee
On Sat, 09 Oct 2010 21:19:15 -0400, d...@kd4e.com wrote:

 Sorry about the top-posting here.  I am on over 100 lists and
 this is the only one that requires bottom-posting ... it's like
 trying to remember to drive on the right side in GB when from
 the USA!  :-)

I always tell people:

A. Because this isn't Jeopardy.

Q. Why should I bottom post?

Phil

-- 
Philip Chee phi...@aleytys.pc.my, philip.c...@gmail.com
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.

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


Re: Woot site needs more fonts to display correctly

2010-10-10 Thread Paul B. Gallagher

Philip Chee wrote:


On Sat, 09 Oct 2010 21:19:15 -0400, d...@kd4e.com wrote:


Sorry about the top-posting here.  I am on over 100 lists and
this is the only one that requires bottom-posting ... it's like
trying to remember to drive on the right side in GB when from
the USA!  :-)


I always tell people:

A. Because this isn't Jeopardy.

Q. Why should I bottom post?


How about we implement a user-selectable option where the news reader 
opens each message at the bottom by default? That'll have the added 
bonus that nobody will care about the people who never prune... ;-)


--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

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


Re: Woot site needs more fonts to display correctly

2010-10-10 Thread d...@kd4e.com

 cyberzen wrote:


right = left
top = botton


The world has gone mad ...

insecure = secure
unstable = stable
proprietary = versatile
expensive = affordable
failures = undocumented features
wrong = right
bad = good
secret = transparent
lies = truth
oppression = hope
greed = caring
corrupt = ethical

--

Thanks!  73, doc, KD4E
Defend free speech or lose your freedom.
I don't google I SEARCH! http://ixquick.com
|_|___|_|
| |  | |
   /\  {|
  /  \ {|
 /\{|
/   @  \   {|
|   |~_||
|   -| ||
\ # http://KD4E.com
Have an http://ultrafidian.com day!
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Woot site needs more fonts to display correctly

2010-10-10 Thread Ed Mullen

d...@kd4e.com wrote:

  cyberzen wrote:


right = left
top = botton


The world has gone mad ...

insecure = secure
unstable = stable
proprietary = versatile
expensive = affordable
failures = undocumented features
wrong = right
bad = good
secret = transparent
lies = truth
oppression = hope
greed = caring
corrupt = ethical



Somewhat humorous.  But will you PLEASE trim your sig?  It's way too 
long.  And it's repetitive:  Once I've seen it, well, the amusement 
level plumets.


http://edmullen.net/mozilla/moz_sigtag.php

--
Ed Mullen
http://edmullen.net/
What's another word for thesaurus?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Woot site needs more fonts to display correctly

2010-10-09 Thread d...@kd4e.com

Another Web site not rendering properly:
http://deals.woot.com/sellout

Here is the fix from the Puppy Linux Forum.

(It worked on my Netbook with Puppy Linux Floppy 005
and SM 2.0.8 and on my Notebook Puppy Linux Lucid 5.1.1
with SM 2.0.8)

+++
#!/bin/sh

fonts_url=http://avi.alkalay.net/software/webcore-fonts/webcore-fonts-3.0.tar.gz;

DISPAY=:0.0 rxvt -e bash -c 

echo Please wait...
echo

wget $fonts_url
tar -xf webcore-fonts-3.0.tar.gz
mkdir /root/.fonts
cp webcore-fonts/fonts/* /root/.fonts
rm -r webcore-fonts
rm webcore-fonts-3.0.tar.gz

echo
echo
echo Finished downloading and installing the fonts...
echo
echo
sleep 60


Someone noted that in some cases this change is required:

DISPAY=:0.0 rxvt -e bash -c 

should be

DISPAY=:0.0 rxvt -e bash -c


--

Thanks!  73, doc, KD4E
Defend free speech or lose your freedom.
I don't google I SEARCH! http://ixquick.com
|_|___|_|
| |  | |
   /\  {|
  /  \ {|
 /\{|
/   @  \   {|
|   |~_||
|   -| ||
\ # http://KD4E.com
Have an http://ultrafidian.com day!
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Woot site needs more fonts to display correctly

2010-10-09 Thread David E. Ross
On 10/9/10 1:26 PM, d...@kd4e.com wrote:
 Another Web site not rendering properly:
 http://deals.woot.com/sellout
 
 Here is the fix from the Puppy Linux Forum.
 
 (It worked on my Netbook with Puppy Linux Floppy 005
 and SM 2.0.8 and on my Notebook Puppy Linux Lucid 5.1.1
 with SM 2.0.8)
 
  [snip]

And if I don't use UNIX/Linux?  And how is this a SeaMonkey problem?

-- 

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

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Woot site needs more fonts to display correctly

2010-10-09 Thread d...@kd4e.com

I believe that these fonts are being added to SM via
this process, am I misunderstanding that?

 David E. Ross wrote:

On 10/9/10 1:26 PM, d...@kd4e.com wrote:

Another Web site not rendering properly:
http://deals.woot.com/sellout

Here is the fix from the Puppy Linux Forum.

(It worked on my Netbook with Puppy Linux Floppy 005
and SM 2.0.8 and on my Notebook Puppy Linux Lucid 5.1.1
with SM 2.0.8)


   [snip]

And if I don't use UNIX/Linux?  And how is this a SeaMonkey problem?



--

Thanks!  73, doc, KD4E
Defend free speech or lose your freedom.
I don't google I SEARCH! http://ixquick.com
|_|___|_|
| |  | |
   /\  {|
  /  \ {|
 /\{|
/   @  \   {|
|   |~_||
|   -| ||
\ # http://KD4E.com
Have an http://ultrafidian.com day!
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Woot site needs more fonts to display correctly

2010-10-09 Thread NoOp
On 10/09/2010 05:30 PM, d...@kd4e.com wrote:
 I believe that these fonts are being added to SM via
 this process, am I misunderstanding that?

Please bottom post. Your answer is at the bottom...

 
   David E. Ross wrote:
...

 And if I don't use UNIX/Linux?  And how is this a SeaMonkey problem?

You (doc) are indeed misunderstanding. The script is adding fonts to
your _system_ via the .fonts folder. It's adding the fonts from
http://avi.alkalay.net/software/webcore-fonts/ (not sure I'd trust this,
but whatever). It's putting them in .fonts  those fonts are then
available to the user  applications.
SeaMonkey simply uses fonts available on the actual system (whether it
be linux, Windows, whatever).


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


Re: Woot site needs more fonts to display correctly

2010-10-09 Thread d...@kd4e.com

NoOp wrote:
You (doc) are indeed misunderstanding. The script is adding fonts to
your _system_ via the .fonts folder. It's adding the fonts from
http://avi.alkalay.net/software/webcore-fonts/ (not sure I'd trust this,
but whatever). It's putting them in .fonts  those fonts are then
available to the user  applications.
SeaMonkey simply uses fonts available on the actual system (whether it
be linux, Windows, whatever).


Thanks for explaining that!  It all kinda runs together for me
sometimes.

Sorry about the top-posting here.  I am on over 100 lists and
this is the only one that requires bottom-posting ... it's like
trying to remember to drive on the right side in GB when from
the USA!  :-)


--

Thanks!  73, doc, KD4E
Defend free speech or lose your freedom.
I don't google I SEARCH! http://ixquick.com
|_|___|_|
| |  | |
   /\  {|
  /  \ {|
 /\{|
/   @  \   {|
|   |~_||
|   -| ||
\ # http://KD4E.com
Have an http://ultrafidian.com day!
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey