On Thursday, May 14, 2015 at 5:06:37 PM UTC+2, kcrisman wrote:
>
> I'm not blaming anyone, I want to say!  But if there is something that can 
> send
> www.sagemath.org/doc/reference/*
> to
> doc.sagemath.org/html/en/reference/*
> that would be REALLY REALLY awesome and I might give that person 
> chocolate. 
>

I prefer beer... apart from that, I don't know. The website and 
documentation is served from a global CDN called Fastly: 
http://www.fastly.com/ 
This is technically way beyond hosting this on a single webserver, because 
it gives much faster speed around the globe (less ping-pong trips between 
europe and westcoast usa) and failover management, DDOS protection, etc. 
Not that we urgently need all this, but I think there are benefits in 
having a more solid infrastructure. It also doesn't cost us any money and 
there is way less administrative work to do for managing this (essentially 
nothing).

Therefore, I have no idea if wildcard-redirects are possible … I haven't 
found anything about this, and this "RedirectMatch permanent" is for 
Apache, right? There is no Apache. Symlinking is also a wired idea, because 
there is nothing to link to.

The only possibility would be to copy&replicate the existing content from 
/html/en inside /doc. This would mean that building the website has all the 
published documentation as a dependency. That can work! If this is actually 
such a problem, we can open a ticket for this for the website project and 
mix those two things together.

Slightly related to that: I found a much more severe problem (at least in 
my eyes):
The pdf of the reference documentation is empty
http://doc.sagemath.org/pdf/en/reference/reference.pdf
I did build it via the usual sage -docbuild … is it just "me" or does this 
fail for everyone? Or is there a ticket for this, I don't know.

-- Harald


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to