As you may know in China some websites are not accessible, and the domain googleapis is one of them (note that it vary a lot from times and province so something which is not accessible today in Shanghai is maybe accessible in Beijing, and maybe tomorrow it will be the opposite)
The bad things is that sometimes the connection is not blocked directly but will instead never get a reply, making askbot to load for ages, waiting for googleapis.com and fonts.google.com to timeout and only then askbot's html will be visible
By using some "noscript" plugin on firefox to block this two domains, the website load fine
So I think it would be great if
so that I dunno if that will "block" some features, but at least we'll be able to see the content, which is already better than nothing
it seems to me that a beinning of answer to my point 1 is to use
ASKBOT_USE_LOCAL_FONTS = True
but it's written nowhere, and as the template precise "USE_LOCAL_FONTS" it's misleading even if you're reading the code (and have very few knowledge of django). I think it must be included in the settings.py
moreover it does not cover everything (for example traditional.css and askbot/const/__init__.py )
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-11-01 19:46:42 -0500
Seen: 43 times
Last updated: Nov 01 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.