Initial commit
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 22 Feb 2012 16:05:50 +0000 (18:05 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 22 Feb 2012 16:05:50 +0000 (18:05 +0200)
commitc1468bcc3b8fb69a4be9ad0da4f48ff8cf1dfd89
tree0e99095eb2f1457e2c05e03c29227d8f9dd2c302
Initial commit
86 files changed:
cloudcms/__init__.py [new file with mode: 0644]
cloudcms/admin.py [new file with mode: 0644]
cloudcms/astakos_cms.py [new file with mode: 0644]
cloudcms/cms.py [new file with mode: 0644]
cloudcms/common_settings.py [new file with mode: 0644]
cloudcms/content.py [new file with mode: 0644]
cloudcms/context_processors.py [new file with mode: 0644]
cloudcms/migrate/__init__.py [new file with mode: 0644]
cloudcms/migrate/cloudcmsblog/0001_initial.py [new file with mode: 0644]
cloudcms/migrate/cloudcmsblog/__init__.py [new file with mode: 0644]
cloudcms/migrate/medialibrary/0001_initial.py [new file with mode: 0644]
cloudcms/migrate/medialibrary/__init__.py [new file with mode: 0644]
cloudcms/migrate/page/0001_initial.py [new file with mode: 0644]
cloudcms/migrate/page/__init__.py [new file with mode: 0644]
cloudcms/models.py [new file with mode: 0644]
cloudcms/static/cloudcms/css/home-icon.png [new file with mode: 0644]
cloudcms/static/cloudcms/css/okeanos.css [new file with mode: 0644]
cloudcms/static/cloudcms/css/servicesbar.css [new file with mode: 0644]
cloudcms/static/cloudcms/css/styles.css [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/border1.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/border2.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderBottomCenter.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderBottomLeft.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderBottomRight.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderMiddleLeft.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderMiddleRight.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderTopCenter.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderTopLeft.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/ie6/borderTopRight.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/colorbox/loading.gif [new file with mode: 0644]
cloudcms/static/cloudcms/images/loading.gif [new file with mode: 0644]
cloudcms/static/cloudcms/js/bootstrap-tooltip.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/colorbox/README.md [new file with mode: 0644]
cloudcms/static/cloudcms/js/colorbox/jquery.colorbox.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/form-errors.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/jquery-1.7.1.min.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/jquery.cookie.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/jquery.infieldlabel.js [new file with mode: 0755]
cloudcms/static/cloudcms/js/jquery.labelify.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/modernizr-2.0.6.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/servicesbar.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/twitter/ba-linkify.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/twitter/jquery.timeago.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/twitter/jquery.twitter.js [new file with mode: 0644]
cloudcms/static/cloudcms/less/bootstrap.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/cloudbox.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/django_forms.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/forms.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/mixins.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/patterns.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/reset.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/scaffolding.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/servicesbar.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/styles.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/tables.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/type.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/variables.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/xtra.less [new file with mode: 0644]
cloudcms/templates/cms/base.html [new file with mode: 0644]
cloudcms/templates/cms/pages/about.html [new file with mode: 0644]
cloudcms/templates/cms/pages/blog.html [new file with mode: 0644]
cloudcms/templates/cms/pages/intro.html [new file with mode: 0644]
cloudcms/templates/cms/pages/onecol.html [new file with mode: 0644]
cloudcms/templates/cms/pages/page.html [new file with mode: 0644]
cloudcms/templates/cms/pages/twocolwide.html [new file with mode: 0644]
cloudcms/templates/content/about_block.html [new file with mode: 0644]
cloudcms/templates/content/login_form.html [new file with mode: 0644]
cloudcms/templates/content/section/block.html [new file with mode: 0644]
cloudcms/templates/content/twitter_feed.html [new file with mode: 0644]
cloudcms/templates/content/videosection.html [new file with mode: 0644]
cloudcms/templates/form_render.html [new file with mode: 0644]
cloudcms/tests.py [new file with mode: 0644]
cloudcms/urls.py [new file with mode: 0644]
cloudcms/views.py [new file with mode: 0644]
cloudcmsblog/__init__.py [new file with mode: 0644]
cloudcmsblog/admin.py [new file with mode: 0644]
cloudcmsblog/models.py [new file with mode: 0644]
cloudcmsblog/navigation_extensions.py [new file with mode: 0644]
cloudcmsblog/sitemap.py [new file with mode: 0644]
cloudcmsblog/templates/cloudcmsblog/archive.html [new file with mode: 0644]
cloudcmsblog/templates/cloudcmsblog/detail.html [new file with mode: 0644]
cloudcmsblog/tests.py [new file with mode: 0644]
cloudcmsblog/urls.py [new file with mode: 0644]
cloudcmsblog/views.py [new file with mode: 0644]
fabfile.py [new file with mode: 0644]
setup.py [new file with mode: 0644]