Mercurial > p > roundup > code
diff website/README.txt @ 8398:b976dd2beb1a
doc: record loss of all files in project directory except the website.
Lost the log file we were using for coordinating, the cgi-bin directory
that redirected old wiki links. The venv for processing the
documentation (althogh it was old and they only support python2).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Jul 2025 01:38:15 -0400 |
| parents | 5d1f833801f9 |
| children |
line wrap: on
line diff
--- a/website/README.txt Sun Jul 13 01:36:13 2025 -0400 +++ b/website/README.txt Sun Jul 13 01:38:15 2025 -0400 @@ -39,6 +39,11 @@ cd ${project_home} vim logbuch.txt +[ Note: all the files in the project home except htdocs that make up + the website were gone. I created a new logbuch.txt file. We need to + build the docs outside the sourceforge envirnment and rsync them in + as there is no longer a working sphinx environment. ] + If you get a "not trusting" error the problem is that the .hg files in use are not owned by you and hg won't use them. Add this to your ~/.hgrc file (create file if needed)
