{% extends "!page.html" %} {# To customize for your project, search and replace 'labibi' stuff. You might also want to replace the UA- string for google analytics. Set what you need in conf.py #} {# set in conf.py: google_analytics_id = 'UA-36028965-1' #} {# set in conf.py: disqus_shortname = 'labibi' #} {# set these in conf.py: github_base_account = 'ctb' github_project = 'labibi' #} {%- set render_sidebar = 0 %} {##################################################} {# for plone-derived "edit me" & Google analytics #} {##################################################} {% block footer %} {{ super() }} {# Add plone-derived 'edit me' sticky note #} {% if github_base_account %}

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to {{ title }} on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.

{% endif %} {% endblock %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %}
comments powered by Disqus {% endmacro %} {% block extrahead %} {% if github_base_account %} {% else %} {% endif %} {% endblock %} {%- block body %} {{ super() }}
LICENSE: This documentation and all textual/graphic site content is licensed under the Creative Commons - 0 License (CC0) -- fork @ github. Presentations (PPT/PDF) and PDFs are the property of their respective owners and are under the terms indicated within the presentation.
{% if disqus_shortname %} {{ comments() }} {% else %} {% endif %} {%- endblock %} {####} {% block sidebar2 %} {% endblock %} {% block sidebar1 %} {% endblock %}