

Rebuild the website info

>> 1st, do each_test_run with gfortran

cd ~/mesa/website
webgen 

NOTE: this only works with /usr/local/bin/ruby

Transfer

cd ~/mesa/website
chmod -R 755 output
cd output
mftp

    mftp = (sftp user_name,mesa@web.sourceforge.net)
    
cd htdocs
put *.html
put *.css


exit


For new images:   (scale Tioga pdf's by 43% in GraphicsConverter to make pngs)

cd ~/mesa/website/src
chmod -R 755 images
cd images
mftp

cd htdocs/images
put *.png

bye


For new pdfs (or movies)

cd ~/mesa/website
chmod -R 755 pdfs
cd pdfs
mftp

cd htdocs/pdfs
put *.pdf

bye




	
check it

http://mesa.sourceforge.net/


