scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Uploaded image Url in submission can't be changed dynamically #123

Closed ksurya closed 9 years ago

ksurya commented 11 years ago

When we upload image and drop the code it in description. For example, :image:201306/abcd_1.png:Its compiled tohttp://scipy-central.org/media/images/201306/abcd_1.png`

The problem here is, we can't change the domain name or the entire URL dynamically once its compiled. So, if we change our domain name, all submissions images are not going to work. Since, on localhost, the domain name is different obviously, we can't see images.

Files to be looked into:

  1. /scipy_central/rest_comments/sphinx-conf.py
ksurya commented 9 years ago

Now it compiles only /media/images/201306/abcd_1.png (relative URLs)