Skip to content

Commit

Permalink
github pages hosting for the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewschoen committed Jul 23, 2012
0 parents commit 3242ab3
Show file tree
Hide file tree
Showing 44 changed files with 6,463 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
53 changes: 53 additions & 0 deletions README/index.html
@@ -0,0 +1,53 @@


<!DOCTYPE html>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>django CMS: Friends don&#39;t let friends use Drupal &mdash; Intro to Python 1.0 documentation</title>

<link rel="stylesheet" href="../_static/styles.css" type="text/css" />
<link rel="stylesheet" href="../_static/slides.css" type="text/css" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />


<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/slides.js"></script>
<link rel="top" title="Intro to Python 1.0 documentation" href="../" />
</head>
<body>

<section class='slides layout-regular'>


<article class="slide level-1" id="django-cms-friends-don-t-let-friends-use-drupal">
<h1>django CMS: Friends don't let friends use Drupal<a class="headerlink" href="#django-cms-friends-don-t-let-friends-use-drupal" title="Permalink to this headline"></a></h1>
<p>There are literally thousands of CMS options out there, so why not choose one that’s built with Python and on the amazing Django web framework. In this talk we’ll discuss the basics of django CMS and how to use it to build a great CMS solution for your clients. We’ll go over templates, menus, settings, user permissions, asset management, front-end editing, plugins and extending the CMS with your own Django apps.</p>
<p>To build the presentation:</p>
<div class="highlight-python"><pre>$ pip install -r requirements.txt
$ make slides</pre>
</div>
<p>Open the index.html file in _build/slides</p>
</article>


</section>
</body>
</html>
Binary file added _images/all_the_features.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/logo_django.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/logo_main.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/logo_python.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/pykc-vertical-small.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions _sources/README.txt
@@ -0,0 +1,11 @@
django CMS: Friends don't let friends use Drupal
================================================

There are literally thousands of CMS options out there, so why not choose one that’s built with Python and on the amazing Django web framework. In this talk we’ll discuss the basics of django CMS and how to use it to build a great CMS solution for your clients. We’ll go over templates, menus, settings, user permissions, asset management, front-end editing, plugins and extending the CMS with your own Django apps.

To build the presentation::

$ pip install -r requirements.txt
$ make slides

Open the index.html file in _build/slides
2 changes: 2 additions & 0 deletions _sources/_templates/pykc-logo.txt
@@ -0,0 +1,2 @@
.. image:: images/pykc-vertical-small.jpg
:class: pykc-logo

0 comments on commit 3242ab3

Please sign in to comment.