An open API service indexing awesome lists of open source software.

https://github.com/russellluo/me

The source code of my personal website.
https://github.com/russellluo/me

Last synced: over 1 year ago
JSON representation

The source code of my personal website.

Awesome Lists containing this project

README

          

me
==

The source code of my personal website.

Dependencies
------------

Must be installed:

1. Python 2.6+
2. [web.py][]
3. MongoDB 2.4+
4. pymongo 2.6+
5. [Markdown][]

Already included in the source code:

1. [GrabzIt][]
2. Bootstrap
3. IVORY
4. jQuery

Configuration
-------------

1) MetaWeblog settings

$ vi webpy/blog/utils/config.py
...
# now specially for www.cnblogs.com
config = {
'url': 'your_metaweblog_service_url',
'appKey': '',
'user': 'your_username',
'passwd': 'your_password'
}

2) GrabzIt settings

$ vi webpy/favsite/utils/screenshot/screenshot_grabzit.py
...
# my account at grabz.it
config = {
'applicationKey': 'your_key',
'applicationSecret': 'your_secret'
}
...

Initialize
----------

$ ./init.sh

Run
---

$ ./run.sh

[web.py]: https://github.com/webpy/webpy
[Markdown]: https://github.com/waylan/Python-Markdown
[GrabzIt]: http://grabz.it/api/python/