savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: hitweb: GIF files


From: Brian FRAVAL
Subject: [Savannah-hackers] Re: hitweb: GIF files
Date: Tue, 22 Jan 2002 15:22:06 +0100
User-agent: Mutt/1.3.15i

Le 19/01/02 à 12:50, address@hidden a écrit:
>     Hi,
> 
>     Could you please remove the following GIF files from the project
> hitweb hosted on the GNU machines ? 
> 
>     For an explanation on why there are not GIF files on the GNU
> machines read http://www.gnu.org/philosophy/gif.html. This policy was
> established years ago by the GNU project and is an integral part of
> the requirements for every project registering on savannah.gnu.org
> (see http://savannah.gnu.org/register/requirements.php).
> 
>     The home page of your project is 
>       http://savannah.gnu.org/projects/hitweb/
> 
>     You can convert GIF files to PNG using the gif2png program.
>       http://www.tuxedo.org/~esr/gif2png/gif2png-2.4.2.tar.gz
> 
>     Here is a sample script to convert the GIF files that are in
> the sources of hitweb to PNG.
> 
>     export CVS_RSH=ssh
>     mkdir tmp 
>     cd tmp
>     cvs -d address@hidden:/cvsroot/hitweb co .
> 
>     while read file 
>     do
>       gif2png -O $file.gif
>       cvs delete -f $file.gif
>       cvs add $file.png
>     done <<'EOF'
> hitweb/images/ban/ban
> hitweb/images/ban/ban1
> hitweb/images/ban/ban10
> hitweb/images/ban/ban11
> hitweb/images/ban/ban12
> hitweb/images/ban/ban2
> hitweb/images/ban/ban3
> hitweb/images/ban/ban4
> hitweb/images/ban/ban5
> hitweb/images/ban/ban6
> hitweb/images/ban/ban7
> hitweb/images/ban/ban8
> hitweb/images/ban/ban9
> hitweb/images/logo
> hitweb/images/new
> hitweb/tpl/hitweb/img/appreciation
> hitweb/tpl/hitweb/img/bare
> hitweb/tpl/hitweb/img/folder
> hitweb/tpl/hitweb/img/fondmenu
> hitweb/tpl/hitweb/img/fondtitre
> hitweb/tpl/hitweb/img/hitweb
> hitweb/tpl/hitweb/img/liensavalider
> hitweb/tpl/hitweb/img/menu1
> hitweb/tpl/hitweb/img/menu2
> hitweb/tpl/hitweb/img/partenariat
> hitweb/tpl/hitweb/img/projet
> hitweb/tpl/hitweb/img/proposite
> hitweb/tpl/hitweb/img/rechercher
> hitweb/tpl/hitweb/img/top50
> hitweb/tpl/lite/img/bare
> hitweb/tpl/lite/img/folder
> EOF

AND :
find -type f | xargs perl -pi -e "s/\.gif/\.png/"


>     cvs commit -m 'Convert GIF to PNG'
> 
> 
>       Thanks for your help,
> 
>       The GNU volunteers, address@hidden

-- 
Brian FRAVAL
address@hidden
http://brian.fraval.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]