User Tools

Site Tools


web_page_editing

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/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. You will need the appropriate python libraries, see the README file in the scripts directory. If you see errors when running the script, feel free to try to fix them yourself or bug Bailey.

python gen.py papers

4) When you are satisfied that everything looks good, check your updates back in to svn. Remember to “svn add” any new files or directories 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 :)

web_page_editing.1360898435.txt.gz · Last modified: 2013/02/14 19:20 by bhkong