Hi Jason- Sorry to keep bugging you about this but I think I'm getting closer to getting this working. I have found a bunch of apache mod_rewrites has taken care of many problems, but I the the ajax calls are still broken. I have identified a javascript function called "asych_request" which appears to be a prime candidate for a base-url prefix.
My problem now is that the javascript code appears to be compressed or shrouded in the deployed sage math version. Is there a command or section of the makefile that rebuilds the deployed javascript code (in /javascript) from the "readable" code found in the devel directory? I am thinking that I could add a base url to this function, rebuild it, and see if that moves this along. Thanks, Tom On Mar 18, 5:03 pm, Jason Grout <jason-s...@creativetrax.com> wrote: > 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 sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org