First step: Create your account: | http://sites.google.com/?hl=en&tab=w3&pli=1
If you don't have a gmail account you may need to create one of those first.
easy_install virtaulenv #virtualenv temp virtualenv --no-site-packages temp cd temp source bin/activate
not sure how to make pip download packages for later installation
/c/technical/instances.txt /c/technical/web/generate/generate.py /c/technical/web/site/css/style.css /c/technical/web/generate/nav.mako /c/technical/web/generate/site.mako /c/moments/moments/moment.py /c/moments/moments/entry.py /c/moments/moments/association.py /c/moments/moments/journal.py
from docutils import core
def rst2html(rst):
overrides = {'input_encoding': 'unicode',
'doctitle_xform': 1,
'initial_header_level': 1}
parts = core.publish_parts(
source=rst,
writer_name='html', settings_overrides=overrides)
fragment = parts['html_body']
return fragment
summarized from earlier entries easy to just include when and where needed see also: | http://code.activestate.com/recipes/193890/
fairly exhaustive search of the options available for recording audio with python.
/c/technical/system/ubuntu.txt /c/technical/instances.txt /c/technical/system/startup.sh /c/technical/system/ubuntu.txt