File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ Fixed:
136136 for the patch. (anatoly techtonik)
137137- Fix two line-break accidents in devel and responsive milestone.item.html
138138 (Thomas Arendsen Hein)
139+ - Fix broken images in legacy spec.html and original_overview.html, and
140+ restore web presence for "Roundup�s Design Document" (anatoly techtonik)
139141
140142
1411432013-07-06: 1.5.0
Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ http://web.archive.org/web/20140618231150/http://sourceforge.net/apps/trac/sourc
4848 # log in, replace <user> with your account
4949 ssh -t <user>,
[email protected] create
5050
51- # set project_home and go there
51+ # set project_home
5252 project_home=/home/project-web/roundup
53- cd ${project_home}
54-
55- # read up on other people changes and add yours
56- vim logbuch.txt
5753
5854 # pull latest Roundup source with www and wiki
5955 # (the warning about "Not trusting file ... " can be ignored
6056 # for now https://sourceforge.net/p/forge/site-support/8217/)
6157 hg pull -u --cwd ${project_home}/src/roundup
6258
59+ # read up on other people changes and add yours
60+ cd ${project_home}
61+ vim logbuch.txt
62+
6363
6464updating wiki.roundup-tracker.org
6565---------------------------------
@@ -94,6 +94,9 @@ the whole procedure looks like so:
9494 #diff -qur ./html/ ${project_home}/htdocs/
9595 # copy to website dir
9696 cp -r -p ./html/* ${project_home}/htdocs/
97+ # copy legacy html doc to website docs/ dir
98+ # (in main doc/conf.py this is done automatically)
99+ cp -r -p ../../doc/html_extra/* ${project_home}/htdocs/docs/
97100 # or try it with rsync (skip --dry-run when ready)
98101 #rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/
99102
You can’t perform that action at this time.
0 commit comments