Skip to content

Commit

Permalink
Releasing 0.4-final
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Apr 21, 2010
1 parent 227fda0 commit b7b8aec
Show file tree
Hide file tree
Showing 46 changed files with 222 additions and 221 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4-beta'
release = '0.4-final'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 2 additions & 7 deletions docs/source/next-steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ Third-party tools
Other features
--------------

* **Charts** generation in a easier way
* **Cross-reference** table
* **Barcodes** generation
* Maybe a better support to images
* A better support to images and graphics
* **Map/Reduce generating** - split queryset, generate parts in parallel and combine them
after all - on one of both ways: local or distributed.
* **Incremental/asynchronous generating** - just take advantage of common part and update
the changed other part, specially useful when the order is datetime-based.
* **Caching generated reports** - (optionally) between **render_pages** and **generate_pages**
methods, make a hash key of rendered objects and find it on a cache (memcache or
file system), if does't find, generate and store it.
* **Drill down reports** - a link from a report "A" to a report "B"
* Template system

16 changes: 14 additions & 2 deletions geraldo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,31 @@
- base.py - contains report base classes and definitions, including report,
subreport, bands an groupping.
- barcodes.py - contains code related to render barcodes in reports.
- cache.py - contains settings and backend to store reports in cache.
- charts.py - contains code to make charts.
- cross_reference.py - contains the cross reference table matrix class.
- exceptions.py - contains Geraldo specific exceptions.
- graphics.py - contains graphic classes and definitions
- models.py - there is nothing. Just to be compatible with Django pluggable
application structure.
application structure and make possible run tests suite.
- widgets.py - contains widget classes and definitions.
- utils.py - contains useful functions, decorators and flags.
- generators - a package that contains generator classes.
- tests - a package with automated doc tests.
"""

VERSION = (0, 4, 'beta')
VERSION = (0, 4, 'final')

def get_version():
return '%d.%d-%s'%VERSION
Expand Down
4 changes: 4 additions & 0 deletions geraldo/tests/22-events-system.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Report
- after_print # V after generate
- on_new_page

ReportBand
- before_print
- after_print

Element (widgets, graphics, etc.)
- before_print
- after_print
Expand Down
2 changes: 1 addition & 1 deletion geraldo/tests/27-charts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Report class
... cols_attribute='state', rows_attribute='government',
... cell_attribute='population', action='sum', legend_labels=True,
... slice_popout=2),
... DoughnutChart(top=1.3*cm, left=10*cm, height=3*cm, width=5*cm,
... DoughnutChart(top=1.3*cm, left=13*cm, height=3*cm, width=5*cm,
... cols_attribute='state', rows_attribute='government',
... cell_attribute='population', action='sum', summarize_by=CROSS_COLS,
... slice_popout=True),
Expand Down
9 changes: 2 additions & 7 deletions site/newsite/site-geraldo/docs/_sources/next-steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ Third-party tools
Other features
--------------

* **Charts** generation in a easier way
* **Cross-reference** table
* **Barcodes** generation
* Maybe a better support to images
* A better support to images and graphics
* **Map/Reduce generating** - split queryset, generate parts in parallel and combine them
after all - on one of both ways: local or distributed.
* **Incremental/asynchronous generating** - just take advantage of common part and update
the changed other part, specially useful when the order is datetime-based.
* **Caching generated reports** - (optionally) between **render_pages** and **generate_pages**
methods, make a hash key of rendered objects and find it on a cache (memcache or
file system), if does't find, generate and store it.
* **Drill down reports** - a link from a report "A" to a report "B"
* Template system

10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Authors &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Authors &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="prev" title="Next Steps" href="next-steps.html" />
</head>
<body>
Expand All @@ -32,7 +32,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="next-steps.html" title="Next Steps"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -105,7 +105,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="next-steps.html" title="Next Steps"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Backward Incompatible Changes &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Backward Incompatible Changes &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="next" title="Next Steps" href="next-steps.html" />
<link rel="prev" title="Cross-Reference Tables" href="examples/cross-reference-tables.html" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="examples/cross-reference-tables.html" title="Cross-Reference Tables"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -112,7 +112,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="examples/cross-reference-tables.html" title="Cross-Reference Tables"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/barcodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Barcodes Reference &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Barcodes Reference &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="next" title="Cross-Reference Tables Reference" href="cross-reference.html" />
<link rel="prev" title="Graphics Reference" href="graphics.html" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="graphics.html" title="Graphics Reference"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -179,7 +179,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="graphics.html" title="Graphics Reference"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Basic Reference &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Basic Reference &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="next" title="Widgets Reference" href="widgets.html" />
<link rel="prev" title="Tutorial using Web2Py" href="tutorial-web2py.html" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="tutorial-web2py.html" title="Tutorial using Web2Py"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -520,7 +520,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="tutorial-web2py.html" title="Tutorial using Web2Py"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Caching &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Caching &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="next" title="Utilities Reference" href="utils.html" />
<link rel="prev" title="Generators Reference" href="generators.html" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="generators.html" title="Generators Reference"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -179,7 +179,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="generators.html" title="Generators Reference"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/cross-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Cross-Reference Tables Reference &mdash; Geraldo Reports Documentation v0.4-beta documentation</title>
<title>Cross-Reference Tables Reference &mdash; Geraldo Reports Documentation v0.4-final documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4-beta',
VERSION: '0.4-final',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-final documentation" href="index.html" />
<link rel="next" title="Generators Reference" href="generators.html" />
<link rel="prev" title="Barcodes Reference" href="barcodes.html" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="barcodes.html" title="Barcodes Reference"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -239,7 +239,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="barcodes.html" title="Barcodes Reference"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-final documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
Loading

0 comments on commit b7b8aec

Please sign in to comment.