appcfg.py vacuum_indexes
./
One can:
Could not guess mimetype for favicon.ico. Using
application/octet-stream.
Solution:
Add
mime_type: image/vnd.microsoft.icon
to the appropriate part of app.yaml
from django.utils import simplejson
Then: http://simplejson.googlecode.com/svn/trunk/docs/index.html
(r'.*', DefaultHandler),
And somewhere in that handler, call self.error(404)
(r'/path(?:/(.*))?', HandlerClass),
registers HandlerClass for URLs of the form:
/path /path/ /path/something /path/something/else
But not:
/pathfoo
HandlerClass get method should then start with:
def get(self, args):
if args is None:
args = ""
console.log("Link: %o", document.links[0]) to
log messages and inspect elements. Don't forget to remove
the Firebug code before distributing the script.window.status =
message_string, understanding that the status bar
text is transient: many other processes within Firefox set it.
21 Mar 2008 (updated 21 Mar 2008 at 09:16 UTC) »
~/.fonts.conf
The default subpixel font setting is off, so to turn off
subpixel rendering in firefox (and reset all the other
settings to defaults), one can simply delete
~/.fonts.conf
This also works for seamonkey
12 Nov 2007 (updated 12 Nov 2007 at 14:39 UTC) »
[Errno 12] Timeout: <urlopen error timed out>
with yum. Went into /etc/yum.conf and added a line:
timeout=120
documentation was in man page yum.conf(5).
That helped a bit, but fetching mirrorlists was still giving the Errno 12 timeout error almost instantly. Worked around that by just pointing the yum.repos.d entries at a particular mirror. Probably some bad interaction with going through tor/privoxy (necessary to work around some recent china telecom auto-blocking)
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!