# HG changeset patch # User anatoly techtonik # Date 1418487978 -10800 # Node ID 4e7208743254aac56a42aeb205c5ed43e964b8d1 # Parent 2d83625e1c06de51883fd42ff1481a6961146f21 Update web site instruction to restore web presence of Roundup Design Document. Fixes issue2550840. diff -r 2d83625e1c06 -r 4e7208743254 CHANGES.txt --- a/CHANGES.txt Sat Dec 13 19:17:10 2014 +0300 +++ b/CHANGES.txt Sat Dec 13 19:26:18 2014 +0300 @@ -136,6 +136,8 @@ for the patch. (anatoly techtonik) - Fix two line-break accidents in devel and responsive milestone.item.html (Thomas Arendsen Hein) +- Fix broken images in legacy spec.html and original_overview.html, and + restore web presence for "Roundup’s Design Document" (anatoly techtonik) 2013-07-06: 1.5.0 diff -r 2d83625e1c06 -r 4e7208743254 website/README.txt --- a/website/README.txt Sat Dec 13 19:17:10 2014 +0300 +++ b/website/README.txt Sat Dec 13 19:26:18 2014 +0300 @@ -48,18 +48,18 @@ # log in, replace with your account ssh -t ,roundup@shell.sourceforge.net create - # set project_home and go there + # set project_home project_home=/home/project-web/roundup - cd ${project_home} - - # read up on other people changes and add yours - vim logbuch.txt # pull latest Roundup source with www and wiki # (the warning about "Not trusting file ... " can be ignored # for now https://sourceforge.net/p/forge/site-support/8217/) hg pull -u --cwd ${project_home}/src/roundup + # read up on other people changes and add yours + cd ${project_home} + vim logbuch.txt + updating wiki.roundup-tracker.org --------------------------------- @@ -94,6 +94,9 @@ #diff -qur ./html/ ${project_home}/htdocs/ # copy to website dir cp -r -p ./html/* ${project_home}/htdocs/ + # copy legacy html doc to website docs/ dir + # (in main doc/conf.py this is done automatically) + cp -r -p ../../doc/html_extra/* ${project_home}/htdocs/docs/ # or try it with rsync (skip --dry-run when ready) #rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/