This is an old revision of the document!
The vision group web page is hosted out of /extra/vision0 and managed with an SVN repository. Don't make changes to the webpage directly, instead make them to a copy checked out from SVN.
The standard procedure is:
1) Check out a copy from svn:
svn co https://svn.ics.uci.edu/svnadmin/titans/visionweb/
2) Add your papers in the appropriate format to the “public_html/papers” directory
3) Run the python script to update the papers database, automatically generate thumbnails, etc.
4) When you are satisfied that everything looks good, check your updates back in to svn. Remember to “svn add” any new files you have added to the tree.
5) Finally, pull the updates from svn to the hosted directory.
gsu vision cd /extra/vision0 svn export https://svn.ics.uci.edu/titans/visionweb/public_html/ find public_html/ -type f -print -exec chmod a+r {} \; find public_html/ -type d -print -exec chmod a+rx {}// // \;
The final step will eventually be automated but for now just email Charless :)