Latest version diff && website mirror
Hi, The latest version diff is very minimal indeed: - texexec.pl: file existance checked before pdfopen call - textools.rb: format string for timestamp fixed - context.tex: version 2004.10.07 - type-cbg.tex: cbgreek name improved - type-xxx.tex: euler math package improvements - x-fe.tex: a typo fixed For the website mirror, I do not use wget.txt, but a 'full parse' of the website. This is intentional, because it helps debugging. Here are the 'not found' documents that were discovered last night:
http://www.pragma-ade.com/dir.pdf http://www.pragma-ade.com/general/manuals/xcorresp.pdf http://www.pragma-ade.com/general/manuals/ex-imple.pdf http://www.pragma-ade.com/general/manuals/ex-ample.pdf http://www.pragma-ade.com/general/manuals/xmlfoe.pdf http://www.pragma-ade.com/general/manuals/foxet.pdf http://www.pragma-ade.com/present/road/roadmap.pdf http://www.pragma-ade.com/dir http://www.pragma-ade.com/present/road/roadshow.pdf
All of those files are linked to from somewhere within the HTML pages, but do not actually exist. And another question: would it be possible to stop using absolute paths in the internal html links? I am talking about things like: <a href="/about-1.htm" title="...">about</a> My website mirror is located in the directory /context/mirror, so "my" about-1.htm is actually available as "/context/mirror/about-1.htm", but not as "/about-1.html". The result is that almost all internal links in http://tex.aanhet.net/context/mirror are currently broken. If it this cannot be fixed easily, I will have to create http://context.aanhet.net but I'd rather not do that, if it is easy to fix on the generating end. -- groeten, Taco
Taco Hoekwater wrote:
that is no pdf file, but a directory view, i.e. /dir is a trigger for the web server which you can best ignore
http://www.pragma-ade.com/general/manuals/xcorresp.pdf http://www.pragma-ade.com/general/manuals/ex-imple.pdf http://www.pragma-ade.com/general/manuals/ex-ample.pdf http://www.pragma-ade.com/general/manuals/xmlfoe.pdf http://www.pragma-ade.com/general/manuals/foxet.pdf http://www.pragma-ade.com/present/road/roadmap.pdf http://www.pragma-ade.com/dir http://www.pragma-ade.com/present/road/roadshow.pdf
hm. i have to check that (i have to rewrite some docu moving scripts here)
And another question: would it be possible to stop using absolute paths in the internal html links? I am talking about things like:
<a href="/about-1.htm" title="...">about</a>
i have to play with that a bit; the problem is that i need the / because sometimes they are called deep down a tree (the reverse of your problem) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
http://www.pragma-ade.com/dir: http://www.pragma-ade.com/general/manuals/xcorresp.pdf http://www.pragma-ade.com/general/manuals/ex-imple.pdf http://www.pragma-ade.com/general/manuals/ex-ample.pdf http://www.pragma-ade.com/general/manuals/xmlfoe.pdf
hm. i have to check that (i have to rewrite some docu moving scripts here)
Hans, how is your progress on this? Also, I currently receive the html on the site in it's entireity each night (wget is convinced they have changed each time) And I've created a new latest version diff: http://contextgarden.net/Release_Notes Greetings, Taco
Taco Hoekwater wrote:
hm. i have to check that (i have to rewrite some docu moving scripts here)
no progress (yet)
Hans, how is your progress on this? Also, I currently receive the html on the site in it's entireity each night (wget is convinced they have changed each time)
i uploaded the lot yesterday -) in a week or so, when the new servers are installed, i will do an rsync instead Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Taco,
And another question: would it be possible to stop using absolute paths in the internal html links? I am talking about things like:
just in case you're using wget, it has an option to convert absolute links to relative ones. Patrick -- ConTeXt wiki: http://contextgarden.net texshow-web: http://texshow.contextgarden.net List archive: http://archive.contextgarden.net garden news: http://news.contextgarden.net
On 8 Oct 2004 12:06:12 +0200, Patrick wrote:
Hi Taco,
And another question: would it be possible to stop using absolute paths in the internal html links? I am talking about things like:
just in case you're using wget, it has an option to convert absolute links to relative ones.
Added the option, so now we have both http://context.aanhet.net http://tex.aanhet.net/context/mirror -- groeten, Taco
participants (3)
-
Hans Hagen
-
Patrick Gundlach
-
Taco Hoekwater