Mercurial > p > roundup > code
changeset 4956:4e7208743254
Update web site instruction to restore web presence of
Roundup Design Document. Fixes issue2550840.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sat, 13 Dec 2014 19:26:18 +0300 |
| parents | 2d83625e1c06 |
| children | c69eadd1ad15 |
| files | CHANGES.txt website/README.txt |
| diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <user> with your account ssh -t <user>,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/
