Re: [S-OP]About HSpell

2005-10-19 Thread Dan Kenigsberg
Of course hspell supports piping. Just try. It even has an ispell-like pipe
interface for programs, which is used by lyx, geresh, and the little demo script
wassist.cs.technion.ac.il/~danken/cgi-bin/hspell.color.cgi

That cgi is written in perl. It pipes the user text into another perl script
that uses hspell to color misspelled words in red. I can let you peek into the
scripts off list, if you want. I have no shred of knowledge in php, but I guess
everything here can be translated to it.

On Tue, Oct 18, 2005 at 11:23:21PM +0200, O.K wrote:
 Thanks for the suggestion, but I was looking for something more elegant as 
 hspell requires file as input. It's not support piping. Or maybe I am wrong 
 ?

-- 
Dan Kenigsberghttp://www.cs.technion.ac.il/~dankenICQ 162180901

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



recommendation for a forum program?

2005-10-19 Thread Hetz Ben Hamo
Hi,

I operate few forums, and so far, so good..

One thing that I found the hard way, that lots of Israeli users simply
hate or getting confused with forums which are based on PHPBB2. One of
the big disadvantages on PHPBB2 is that if you're not registered to a
forum, you simply don't see whats new (it doesn't show the latest
messages), and worse - people really like the collapsing messages
idea a lot - like they show in forums in Nana, YNet, Tapuz, etc..

So, any recommendation from anyone regarding of such a forum software?

Thanks,
Hetz

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



ed2k and firewall

2005-10-19 Thread Shlomo Solomon
Hi,

I've been trying to setup ed2k (edonkey) without much success. I should say 
that the program does work, but is unbelievably slow - I'm trying to download 
some 300 Mb files and after about a week, only between 5 to 20 Mb of each 
file have arrived. I assume my problem is related to the FW. Note the 8th 
line in the status report included below. I've tryied playing with iptables 
to allow port 4662, but am obviously doing something wrong. I do know that 
the fact that edonkey claims the firewall is blocking sharing does noot 
always mean that is the case. But, I tested my firewall on ShieldsUp 
(http://www.grc.com/default.htm) and 4662 does show up as **stealth**. In 
fact, the strange thing is that even if I disable my firewall completely, I 
get the saame result (in ed2k AND in ShieldsUp).

My system is MDK10.1 with all updated packages (except for original kernel - 
never updated) and I'm running iptables. 

[EMAIL PROTECTED] solomon]$ rpm -q ed2k-gtk-gui
ed2k-gtk-gui-0.6.3-1plf


Please let me know what other info would be helpful.


 here's the status report  

19 Oct, 10.30.01h   GUI: auto-spawn: no local core running, we need to spawn 
one.
19 Oct, 10.30.01h   GUI: auto-spawn: core binary needs to be version 1.0 or 
newer.
19 Oct, 10.30.01h   Can't auto-connect - no local core version = 1.0 running 
it seems.
19 Oct, 10.30.13h   Started core.
19 Oct, 10.30.32h   Connecting to locally running core 
(/home/solomon/tmp/.mm-auth-cookie-4662)
19 Oct, 10.30.33h   GUI: we are CONNECTED to the core. Logging in...
19 Oct, 10.30.33h   GUI: we are LOGGED IN to the core. Enjoy.
19 Oct, 10.30.34h   ID: ffae67c85df5d84475fa47d6cd327669 (firewalled) 
19 Oct, 10.30.34h   GUI: This seems to be an OVERNET core.



-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.7.1 (KDE 3.2.3) on LINUX Mandrake 10.1


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



immitating Magiccard with linux.

2005-10-19 Thread Elazar Leibovich
There's a PCI card called Magiccard[1] which is recoverring one of your 
harddrive's partitions after each period of time or manually. The main use of 
that is
to back up a windows partition, and make ruining it impossible.
I'd like to immitate it on software. My plan is to 
divide the harddrives into three partitions 
windows, backup and linux, on the MBR we'll install Lilo,grub or such
First we'd make a backup of windows to backup using, say, 
partimage. Now, when loading the linux you'll be fronted with an option to 
restore backup
or to update backup.
The problem is dates. I'm not aware of any way to cause a LILO or grub choosing 
an OS
using some condition (IE date, a file's content in a partition). Also I'm not 
aware of
any way to load windows after linux is loaded. I think I can handle patching 
grub or lilo
to do as I command, if someone would give me a brief pointers. I'll release 
this mini-project
to the public if it'll be of managable form.

Except - maybe there's already same project (or  similar project) I'm not aware 
of.

Regards E Lazar Leib.ovich
[1] http://www.rogev.com/products/info.htm


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: immitating Magiccard with linux.

2005-10-19 Thread Yedidyah Bar-David
On Wed, Oct 19, 2005 at 12:37:09PM +0200, Elazar Leibovich wrote:
 There's a PCI card called Magiccard[1] which is recoverring one of your 
 harddrive's partitions after each period of time or manually. The main use of 
 that is
 to back up a windows partition, and make ruining it impossible.
 I'd like to immitate it on software. My plan is to 
 divide the harddrives into three partitions 
 windows, backup and linux, on the MBR we'll install Lilo,grub or such
 First we'd make a backup of windows to backup using, say, 
 partimage. Now, when loading the linux you'll be fronted with an option to 
 restore backup
 or to update backup.
 The problem is dates. I'm not aware of any way to cause a LILO or grub 
 choosing an OS
 using some condition (IE date, a file's content in a partition). Also I'm not 
 aware of
 any way to load windows after linux is loaded. I think I can handle patching 
 grub or lilo
 to do as I command, if someone would give me a brief pointers. I'll release 
 this mini-project
 to the public if it'll be of managable form.

I am not sure what I suggest is worth it for a single workstation.
What we did in tau is boot from the network, with PXE or etherboot
loading pxegrub/nbgrub, and grub loading its conf from the network too.
This way you can schedule on the dhcp server automatic changing of the
conf file etc.
You can, BTW, boot a small initrd from the network that does the backup
or restore, and won't need to install linux locally, if that's the only
use for it. Also if you have a fast network keep the image there. In
short, using the network greatly enhances your options.
-- 
Didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: A new fancy font from Culmus

2005-10-19 Thread Baruch Even
Ira Abramov wrote:
 Quoting Maxim Iorsh, from the post of Tue, 18 Oct:
 
Hello all,
 
I’m still alive. Besides that, a new font named “Anka” is available for
download from the “Fancy fonts” section of the Culmus site
(http://culmus.sourceforge.net/). 
 
 
 very cool! pretty font, I'm off to test it now! Good work on the
 kerning, I love a good font...
 
 One note to Baruch Even - if it wasn't for this post, I would not have
 heard of the fancy fonts section and would not have downloaded it... any
 chance those fonts could be added to culmus or packaged as culmus-fancy
 on Debian?
 

I've got a partially made package of culmus-fancy languishing around my
hard disk, I'll look into finishing that. This is now #334708.

Baruch

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Hebrew on the desktop.

2005-10-19 Thread David Harel
Did the env vars below. Hebrew can be typed and viewed but, file names I 
share from MS XP machines are junkie.



Tzafrir Cohen wrote:

On Mon, Oct 17, 2005 at 09:33:46PM +0200, David Harel wrote:


Hi all,

This issue re-accrues over and over again, I fix it (and forget about 
it) and the next time I fiddle with Linux (install Gentoo for example), 
I break it again. So how do I make xterm, konsole, konqueror and many 
other tools to show file names and other kind of information in Hebrew?



Make sure you work with a locale whose charset is UTF-8. The simplest
thing is just to set LANG=he_IL.UTF-8 or LANG=en_US.UTF-8 [*] .

It is also possible to set:

LANG=he_IL.UTF-8
LC_MESSAGES=C

to avoid programs from using Hebrew as their language.

This is normally set in /etc/environment or explicitly by the DM (gdm/kdm) 
when you login. Make sure also that such a locale exists. Though the DM

normally only knows how to set LANG and not something more complex.

[*] en_US.UTF-8 is generally a bad choice for locale definitions, as
they use a different date format, printer page size, mesurment units,
etc. en_GB.UTF-8 is closer to what we have



--
Thanks.

David Harel,

==

Home office +972 77 4422234
Fax:+972 77 4422234
Cellular:   +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email:  [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Hebrew on the desktop.

2005-10-19 Thread Baruch Even
David Harel wrote:
 Did the env vars below. Hebrew can be typed and viewed but, file names I
 share from MS XP machines are junkie.

Maybe you should mount the filesystem with utf8 charset?

Baruch

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Printing Hebrew web pages in FireFox/Fedora?

2005-10-19 Thread Gilboa Davara
Hello all,

I remember reading about a solution to this problem; but I couldn't find
it in the archive. 
How do I print a Hebrew web-page from within Firefox running on Fedora
Core 3/4?
OpenOffice/Abiword all seem to print just fine. But when I print from
Firefox I get white-spaces instead of characters.

Help?
Gilboa



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Go-Linux 2005

2005-10-19 Thread Lior Kaplan
Hi,

I saw at http://www.pc.co.il/linux2005 that there is a logo for Israel
Linux User Group (IGLU ?!).

I didn't hear anything about this event from the community, and it seems
we are not involved. Any one interested in changing this? (Keep in mind
that the audience is for business and not philosophy).

-- 

Lior Kaplan
[EMAIL PROTECTED]
http://www.Guides.co.il

Debian GNU/Linux unstable (SID)

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Go-Linux 2005

2005-10-19 Thread Muli Ben-Yehuda
On Wed, Oct 19, 2005 at 07:23:31PM +0200, Lior Kaplan wrote:
 Hi,
 
 I saw at http://www.pc.co.il/linux2005 that there is a logo for Israel
 Linux User Group (IGLU ?!).

No, ILUG, Israeli Linux User Group. No relation to IGLU or Hamakor or
anything else that is community oriented.

 I didn't hear anything about this event from the community, and it seems
 we are not involved. Any one interested in changing this? (Keep in mind
 that the audience is for business and not philosophy).

Speaking for myself only, not particularly, but don't let that stop
you ;-)

Cheers,
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Go-Linux 2005

2005-10-19 Thread Orna Agmon
On Wed, 19 Oct 2005, Lior Kaplan wrote:

 Date: Wed, 19 Oct 2005 19:23:31 +0200
 From: Lior Kaplan [EMAIL PROTECTED]
 To: Linux-IL linux-il@linux.org.il,
  Ha'makor Discussions list discussions@hamakor.org.il
 Subject: Go-Linux 2005

 Hi,

 I saw at http://www.pc.co.il/linux2005 that there is a logo for Israel
 Linux User Group (IGLU ?!).

 I didn't hear anything about this event from the community, and it seems
 we are not involved. Any one interested in changing this? (Keep in mind
 that the audience is for business and not philosophy).



I talked to them some a couple of months ago, identified myself as a board
member of hamakor, explained what hamakor is (yes, I needed to) and
offered to cooperate. The person said they would get back to me. They did
not.

You are welcome to take it from here.

Orna.
--
Orna Agmon http://ladypine.org/  http://haifux.org/~ladypine/
ICQ: 348759096


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Go-Linux 2005

2005-10-19 Thread Michael Vasiliev
On Wednesday October 19 2005 19:41, Muli Ben-Yehuda wrote:
 On Wed, Oct 19, 2005 at 07:23:31PM +0200, Lior Kaplan wrote:
  Hi,
 
  I saw at http://www.pc.co.il/linux2005 that there is a logo for Israel
  Linux User Group (IGLU ?!).

 No, ILUG, Israeli Linux User Group. No relation to IGLU or Hamakor or
 anything else that is community oriented.

I have to admit that I found that confusing explanation quite...confusing.

-- 
Sincerely Yours,
Clueless

If ignorance is bliss, why aren't there more happy people?

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]