{% extends "sphinxdoc/layout.html" %} {%- macro customrelbar(showrel=True) %} {%- endmacro %} {%- macro index_sidebar() %}

About OpenGeo

OpenGeo provides commercial open source software for internet mapping and geospatial application development. We are a social enterprise dedicated to the growth and support of open source software.

About Camptocamp

Camptocamp is a service-oriented editor and integrator of Open Source software applications for Geospatial Solutions, Business Solutions, and Infrastructure Solutions.

License

This workshop is freely available for use and re-use under the terms of the Creative Commons Attribution-Share Alike 3.0 license. Feel free to use this material, but retain the OpenGeo branding, logos and style.

{%- endmacro %} {% block extrahead %} {% if pagename == "index" %} {% endif %} {% endblock %} {% block header %}

OpenGeo Camptocamp

{{ docstitle }}

{% endblock %} {% block relbar1 %} {% endblock %} {% block sidebarsearch %}{% endblock %} {%- block sidebar1 %} {%- if pagename == 'index' %}{{ index_sidebar() }}{% else %}{{ super() }}{% endif %} {% endblock %} {%- block sidebar2 %}{% endblock %} {%- block relbar2 %} {%- if pagename != 'index' %}{{ customrelbar(True) }}{% endif %} {% endblock %} {%- block footer %} {%- endblock %}