From: Clark G. <ga...@di...> - 2004-04-15 03:46:14
|
Petr Mikulik wrote: >>I have mirrored the current sf page to http://sf.gnuplot.info/ for your >>testing pleasure. I've identified the following files with non-relative >>internal links (some of these may be legitimate; most should be changed): >> >>(badger)/home/httpd/htdocs/gnuplot/sf > find . -name \*.htm\* -exec grep -l >>gnuplot.sourceforge.net {} \; >>./index.html >>./docs/gnuplot.html >>./screenshots/index.html >>./faq/faq.html >>./development/index.html >>./demo/index.html >> >>I've edited the files on the mirror to have relative links; check it out and >>see if I broke anything. >>At this time, this is a static mirror. Once we are happy with the process, >>I can cron it. > > > It seems OK. > > Those hard links in gnuplot.html and faq.html are hardcoded in cvs version > of these files gnuplot.doc and faq.tex. Changes to relate links would break > things if someone "Save as" these files for local use, so I would rather let > them intact. That's fine with me, though the hard links should probably point to the .info canonically instead of sf, imho. What is the "correct" way to update the others? Are they CVS'ed or just edit the files on sf /groups/g/gn/gnuplot...? --ckg |