Skip to content

Commit

Permalink
Releasing 0.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Apr 19, 2010
1 parent df7bced commit 227fda0
Show file tree
Hide file tree
Showing 46 changed files with 239 additions and 221 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-04-18: Version 0.4-beta
--------------------------------
* Just releasing 0.4-beta

2010-04-18: Version 0.4-alpha-30
--------------------------------
* Fixed expression to support get_value and children methods (like attribute_name)
Expand Down
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-alpha-6'
release = '0.4-beta'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 8 additions & 4 deletions docs/source/widgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ own widgets, otherwise you shouldn't use it directly.

Set to **False** if you want to make it not visible.

- **borders** - Default: {'top': None, 'right': None, 'bottom': None, 'left': None, 'all': None}

Borders values can be of three types:

- Boolean (True/False) - just set if there is a border or not
- Integer - set there is a border and what is its stroke width. **New on 0.4.**
- Graphic (instance of Rect, Line, RoundRect, etc.) - set a complex graphic to put along the border

- **style** - Default: {}

This is a dictionary that uses the powerful ReportLab **ParagraphStyle**
Expand All @@ -49,10 +57,6 @@ own widgets, otherwise you shouldn't use it directly.
- **textColor** - Default: black,
- **backColor** - Default: None,
- **wordWrap** - Default: None,
- **borderWidth** - Default: 0,
- **borderPadding** - Default: 0,
- **borderColor** - Default: None,
- **borderRadius** - Default: None,
- **allowWidows** - Default: 1,
- **allowOrphans** - Default: 0,

Expand Down
2 changes: 1 addition & 1 deletion geraldo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- tests - a package with automated doc tests.
"""

VERSION = (0, 4, 'alpha-30')
VERSION = (0, 4, 'beta')

def get_version():
return '%d.%d-%s'%VERSION
Expand Down
12 changes: 8 additions & 4 deletions site/newsite/site-geraldo/docs/_sources/widgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ own widgets, otherwise you shouldn't use it directly.

Set to **False** if you want to make it not visible.

- **borders** - Default: {'top': None, 'right': None, 'bottom': None, 'left': None, 'all': None}

Borders values can be of three types:

- Boolean (True/False) - just set if there is a border or not
- Integer - set there is a border and what is its stroke width. **New on 0.4.**
- Graphic (instance of Rect, Line, RoundRect, etc.) - set a complex graphic to put along the border

- **style** - Default: {}

This is a dictionary that uses the powerful ReportLab **ParagraphStyle**
Expand All @@ -49,10 +57,6 @@ own widgets, otherwise you shouldn't use it directly.
- **textColor** - Default: black,
- **backColor** - Default: None,
- **wordWrap** - Default: None,
- **borderWidth** - Default: 0,
- **borderPadding** - Default: 0,
- **borderColor** - Default: None,
- **borderRadius** - Default: None,
- **allowWidows** - Default: 1,
- **allowOrphans** - Default: 0,

Expand Down
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-alpha-6 documentation</title>
<title>Authors &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</title>
<title>Backward Incompatible Changes &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</title>
<title>Barcodes Reference &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
18 changes: 9 additions & 9 deletions site/newsite/site-geraldo/docs/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Basic Reference &mdash; Geraldo Reports Documentation v0.4-alpha-6 documentation</title>
<title>Basic Reference &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="index.html" />
<link rel="next" title="Widgets Reference" href="widgets.html" />
<link rel="prev" title="Tutorial using Web2Py" href="tutorial-2.html" />
<link rel="prev" title="Tutorial using Web2Py" href="tutorial-web2py.html" />
</head>
<body>
<div class="related">
Expand All @@ -34,9 +34,9 @@ <h3>Navigation</h3>
<a href="widgets.html" title="Widgets Reference"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="tutorial-2.html" title="Tutorial using Web2Py"
<a href="tutorial-web2py.html" title="Tutorial using Web2Py"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -481,7 +481,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
</ul>

<h4>Previous topic</h4>
<p class="topless"><a href="tutorial-2.html"
<p class="topless"><a href="tutorial-web2py.html"
title="previous chapter">Tutorial using Web2Py</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="widgets.html"
Expand Down Expand Up @@ -518,9 +518,9 @@ <h3>Navigation</h3>
<a href="widgets.html" title="Widgets Reference"
>next</a> |</li>
<li class="right" >
<a href="tutorial-2.html" title="Tutorial using Web2Py"
<a href="tutorial-web2py.html" title="Tutorial using Web2Py"
>previous</a> |</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</title>
<title>Caching &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</title>
<title>Cross-Reference Tables Reference &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta 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-alpha-6 documentation</a> &raquo;</li>
<li><a href="index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions site/newsite/site-geraldo/docs/examples/additional-fonts.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>Additional Fonts &mdash; Geraldo Reports Documentation v0.4-alpha-6 documentation</title>
<title>Additional Fonts &mdash; Geraldo Reports Documentation v0.4-beta 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-alpha-6',
VERSION: '0.4-beta',
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-alpha-6 documentation" href="../index.html" />
<link rel="top" title="Geraldo Reports Documentation v0.4-beta documentation" href="../index.html" />
<link rel="up" title="Examples" href="index.html" />
<link rel="next" title="Showing BarCodes" href="barcodes.html" />
<link rel="prev" title="Using Events System" href="using-events.html" />
Expand All @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="using-events.html" title="Using Events System"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Geraldo Reports Documentation v0.4-alpha-6 documentation</a> &raquo;</li>
<li><a href="../index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand Down Expand Up @@ -174,7 +174,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="using-events.html" title="Using Events System"
>previous</a> |</li>
<li><a href="../index.html">Geraldo Reports Documentation v0.4-alpha-6 documentation</a> &raquo;</li>
<li><a href="../index.html">Geraldo Reports Documentation v0.4-beta documentation</a> &raquo;</li>
<li><a href="index.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 227fda0

Please sign in to comment.