Skip to content

Commit

Permalink
Added license and PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 23, 2010
1 parent a27c5bb commit d0ef4fc
Show file tree
Hide file tree
Showing 12 changed files with 184 additions and 379 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This repository contains:

* a series of slides and examples related to GIS python programming
* an S5 theme called Django with a few interesting enhancements (like font resizing controls)
* an S5 theme called Python with a few interesting enhancements (like font resizing controls)
* an additional graphviz directive to insert dot graphs inline into ReStructured Text files


Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python rst-directive.py \


if [ ! -z "$PDF" ] ; then
sed -e 's/.. sourcecode.*/::/g' $NAME.rst |perl -e 'while(<>) { if ( m/^.. graph.?::(.*)/) { print ".. image::$1\n\n"; $off = 1; } elsif (m/^\S.*/) { $off = 0; print $_;} elsif(!$off) {print "$_"; };}' > $NAME.rst.standard
sed -e 's/.. sourcecode.*/::/g' $NAME.rst | sed -e 's/.*incremental.*//g' |sed -e 's/.. sidebar.*//g' | perl -npe 's/^[\s\t]+\*/*/g' |perl -e 'while(<>) { if ( m/^.. graph.?::(.*)/) { print ".. image::$1\n\n"; $off = 1; } elsif (m/^\S.*/) { $off = 0; print $_;} elsif(!$off) {print "$_"; };}' > $NAME.rst.standard
rst2pdf $NAME.rst.standard -o $NAME.pdf -s a5-landscape.style
fi

Expand Down
1 change: 1 addition & 0 deletions georouter_case_study.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ <h2>GFOSS Day, Foligno - 18/19 November 2010</h2>
<h1 class="title">GeoDjango + PGRouting + GeoExt Studio di un caso: GeoRouter</h1>
<h2 class="subtitle" id="alessandro-pasotti-apasotti-gmail-com">Alessandro Pasotti (<a class="reference external" href="mailto:apasotti&#64;gmail.com">apasotti&#64;gmail.com</a>)</h2>

<p>Licenza: Creative Commons Attribuzione - Condividi allo stesso modo 3.0</p>

</div>
<div class="slide" id="premesse">
Expand Down
2 changes: 2 additions & 0 deletions georouter_case_study.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Alessandro Pasotti ([email protected])
---------------------------------------


Licenza: Creative Commons Attribuzione - Condividi allo stesso modo 3.0


Premesse
=========================
Expand Down
4 changes: 3 additions & 1 deletion python_gis_part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
<meta name="version" content="S5 1.1" />
<title>Developing Geospatial software with Python</title>
<style type="text/css">
Expand Down Expand Up @@ -115,6 +115,8 @@ <h2>GFOSS Day, Foligno - 18/19 November 2010</h2>
<h1 class="title">Developing Geospatial software with Python, Part 1</h1>
<h2 class="subtitle" id="alessandro-pasotti-apasotti-gmail-com-paolo-corti-pcorti-gmail-com">Alessandro Pasotti (<a class="reference external" href="mailto:apasotti&#64;gmail.com">apasotti&#64;gmail.com</a>), Paolo Corti (<a class="reference external" href="mailto:pcorti&#64;gmail.com">pcorti&#64;gmail.com</a>)</h2>

<p>License:
Creative Commons Attribution - Share Alike 3.0</p>

</div>
<div class="slide" id="summary">
Expand Down
Binary file modified python_gis_part1.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions python_gis_part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Developing Geospatial software with Python, Part 1
Alessandro Pasotti ([email protected]), Paolo Corti ([email protected])
-----------------------------------------------------------------------

License:
Creative Commons Attribution - Share Alike 3.0


Summary
=======

Expand Down
Loading

0 comments on commit d0ef4fc

Please sign in to comment.