savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Re: www: GIF files


From: Dmitry Sivachenko
Subject: [Savannah-hackers] Re: www: GIF files
Date: Sat, 19 Jan 2002 20:59:18 +0300

Well, I think it would not be polite to make such things with
pages of contributed software...

?


Hello, savannah-hackers.

On 19 января 2002 г., 20:50:50, you wrote:

shgo>     Hi,

shgo>     Could you please remove the following GIF files from the project
shgo> www hosted on the GNU machines ? 

shgo>     For an explanation on why there are not GIF files on the GNU
shgo> machines read http://www.gnu.org/philosophy/gif.html. This policy was
shgo> established years ago by the GNU project and is an integral part of
shgo> the requirements for every project registering on savannah.gnu.org
shgo> (see http://savannah.gnu.org/register/requirements.php).

shgo>     The home page of your project is 
shgo>       http://savannah.gnu.org/projects/www/

shgo>     You can convert GIF files to PNG using the gif2png program.
shgo>       http://www.tuxedo.org/~esr/gif2png/gif2png-2.4.2.tar.gz

shgo>     Here is a sample script to convert the GIF files that are in
shgo> your web pages to PNG.

shgo>     export CVS_RSH=ssh
shgo>     cvs -d address@hidden:/webcvs co 
shgo>     cd 

shgo>     while read file 
shgo>     do
shgo>         gif2png -O $file.gif
shgo>         cvs delete -f $file.gif
shgo>         cvs add $file.png
shgo>     done <<'EOF'
shgo> software/cfengine/cfconsole/cfconsole
shgo> software/cfengine/cfengine-NT/img1
shgo> software/cfengine/cfengine-NT/img2
shgo> software/cfengine/cfengine-NT/img3
shgo> software/cfengine/cfengine-NT/img4
shgo> software/cfengine/cfengine-NT/l2h22381/img1
shgo> software/cfengine/cfengine-NT/l2h22543/img2
shgo> software/cfengine/cfengine-NT/l2h22543/img3
shgo> software/cfengine/cfengine-NT/l2h22543/img4
shgo> software/gnumeric/gnumeric3
shgo> software/gnumeric/gnumeric4
shgo> software/gnumeric/gnumeric5
shgo> software/gnumeric/gnumeric6
shgo> software/gnumeric/gnumeric7
shgo> software/gnumeric/gnumeric8
shgo> software/lilypond/docxx/down
shgo> software/lilypond/docxx/icon1
shgo> software/lilypond/docxx/icon2
shgo> software/lilypond/docxx/logo
shgo> software/mswordview/mswordview
shgo> software/nosql/NoSQL
shgo> EOF
shgo>     cvs commit -m 'Convert GIF to PNG'


shgo>         Thanks for your help,

shgo>         The GNU volunteers, address@hidden




--mitya




reply via email to

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