First step: Create your account: | http://sites.google.com/?hl=en&tab=w3&pli=1
also [2010.02.03 09:58:48] You can create a new account on Google using your existing email: https://www.google.com/accounts/NewAccount?hl=&service=jotspot&continue=http://sites.google.com/?hl=en&tab=w3
Or, you can create a new email address too with Gmail: https://www.google.com/accounts/NewAccount?service=mail&continue=http%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-118eed1a265321b8b0d4ee843f2b8326-ccbee054e9c62f93410ac36ad2857f364680bb15&type=2
also [2010.02.03 10:31:14] create a site choose a template choose the title of the site
also [2010.02.03 10:58:20] favicon create a favicon | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&source=hp&q=favicon+d&btnG=Google+Search | favicon d - Google Search | http://www.favicon.com/ | Favicon.com - custom icons for your website! | http://tools.dynamicdrive.com/favicon/ | Dynamic Drive- FavIcon Generator
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