On Mon, 29 Sep 2003, Shachar Shemesh wrote:
> Hi all,
>
> The domain servers still need to be updated. Once they are, however,
> linux.org.il is going to be pointing to a new, dedicated, site. This
> site is meant to be a portal allowing at-a-glance overview in Hebrew of
> all the Linux activity in Israel.
>
> That's where I need your help - I'm no good as a web designer. You can
> have a glance at the poor excuse for a page that is there at the moment
> by setting your /etc/hosts to resolve linux.org.il to 192.117.122.104,
> and pointing your browser accordingly.
>
> Any help you can offer would be greatly appretiated.
Comments:
1. MOST IMPORTANT: Change the encoding to ISO-8859-8-i or UTF-8, and use
characters instead of entities (see the source).
2. Change all the text to links (ofcourse).
3. Make an automatic redirect to iglu.org.il for not found pages:
(in Vhosts.conf)
RewriteEngine On
RewriteCond /your-document-root/$1 !-l
RewriteCond /your-document-root/$1 !-f
RewriteCond /your-document-root/$1 !-d
RewriteCond $1 !^cgi-bin
RewriteRule ^/(.*) http://iglu.org.il/$1 [R=permanent]
4. Make a visibile link in English at the top of the page to IGLU with a
notice to update your bookmarks.
5. The site looks awful. I suggest not to launch it at all at this time, and
make the entire site a permanent redirect to iglu.org.il using the
following:
(in Vhosts.conf)
RewriteEngine On
RewriteRule ^/(.*) http://iglu.org.il/$1 [R=permanent]
This will update all search engines to use iglu.org.il and not
linux.org.il. Then design some pleasant-looking site with a shot
explantaion of the various sites with links. Only when the site is ready,
launch it.
Thanks,
Alon
--
This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540
GPG public key at http://alon.wox.org/pubkey.txt
Key fingerprint = A670 6C81 19D3 3773 3627 DE14 B44A 50A3 FE06 7F24
--------------------------------------------------------------------------
-=[ Random Fortune ]=-
A well-known friend is a treasure.
=================================================================
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]