You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
admin | 13 years ago | |
issues | 12 years ago | |
markdown | 13 years ago | |
node | 13 years ago | |
s | 13 years ago | |
textile | 13 years ago | |
theme | 12 years ago | |
.cil | 13 years ago | |
.gitignore | 13 years ago | |
COPYING | 13 years ago | |
Makefile | 12 years ago | |
README | 13 years ago | |
admin.py | 13 years ago | |
app.yaml | 10 years ago | |
asset.py | 13 years ago | |
bulkloader.yaml | 10 years ago | |
comment.py | 13 years ago | |
config.py | 13 years ago | |
deploy.sh | 13 years ago | |
error.py | 13 years ago | |
export.sh | 10 years ago | |
file.py | 13 years ago | |
filter.py | 13 years ago | |
image.py | 13 years ago | |
index.yaml | 13 years ago | |
lollysite.py | 12 years ago | |
message.py | 13 years ago | |
migrate.py | 13 years ago | |
models.py | 13 years ago | |
page.py | 13 years ago | |
phliky.py | 13 years ago | |
properties.py | 13 years ago | |
queue.py | 13 years ago | |
queue.yaml | 13 years ago | |
section.py | 13 years ago | |
test.py | 13 years ago | |
util.py | 13 years ago | |
webbase.py | 13 years ago |
README
-------------------------------------------------------------------------------
LollySite - a simple sitemaker which runs on Google AppEngine
* http://www.chilts.org/project/lollysite/
-------------------------------------------------------------------------------
All you need to do to get Lollysite working on your AppSpot account is:
1) Change the app.yaml 'application' line to match your AppSpot ID.
2) Run 'appcfg.py update .'
That's it.
Then, go to your admin interface:
* http://<yourid>.appspot.com/admin/property/
... and add the following five properties.
* Theme = verticals
* Title = chilts.org
* Sub Title = Andy Chilton
* Naked Domain = chilts.org
* Admin Email = andychilton@gmail.com
-------------------------------------------------------------------------------
Blog Entries that Helped me Write LollySite
* http://blog.notdot.net/2009/10/Writing-a-blog-system-on-App-Engine
* http://blog.notdot.net/2009/10/Blogging-on-App-Engine-part-2-Basic-blogging
* http://blog.notdot.net/2009/9/Handling-file-uploads-in-App-Engine
Custom Django Templates Help
* http://daily.profeth.de/2008/04/using-custom-django-template-helpers.html
-------------------------------------------------------------------------------