On 3/18/11 6:22 PM, tbensky wrote:
Thanks Jason---I found a todo.txt in the sagebn directory referencing
some need for "base_url." Is this what you are referring to? Some
base_url on the html pages? When I inspect my Apache Proxy logs,
Javascript calls to things like "trash_notebook" are routed to my /var/
www/trash_notebook directory, as are things like /var/www/eval, etc.
These obviously need to be rerouted, but I am looking to dive into the
core sage javascript code? This would be painful.


That todo note was what I was thinking about. Unfortunately, after reading a bit more, it seems that the html base tag only works for relative URLs on a page, but there are plenty of javascript and css things that are absolute references. So I don't know how much it would do, and it looks like a much bigger (but still doable!) job to go through each URL and replace it with either a relative URL or a URL that uses some option from the notebook command to change the base directory.

Jason


--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to