|
|
Up |
|
|
  |
Author: J. David IbáñezJ. David Ibáñez
Date: Dec 31, 2007 08:36
This is a Content Management System built on Python & itools, among
other features ikaaro provides:
- content and document management (index&search, metadata, etc.)
- multilingual user interfaces and content
- high level modules: wiki, forum, tracker, etc.
This is the first release of ikaaro as a separate package (before it
was distributed as a sub-package of the "itools" [1] library).
>From a functional and visual point of view, the changes of this release
are modest:
- Now we have a friendlier user interface to manage multilingual web
pages.
- Following the W3C recommendations [2], type extensions have been
drop from the URI, so for example " http://.../index.html" becomes
" http://.../index".
However, the most important changes concern the architecture and the
programming interface, and are strongly related to the changes in the
latest itools version.
This is the (new) architecture diagram:
|
| Show full article (2.26Kb) |
|
| |
no comments
|
|
  |
|
|
  |
Author: Carl Friedrich BolzCarl Friedrich Bolz
Date: Dec 31, 2007 08:30
=====================================================================
PyPy Leysin Winter Sprint (12-19th January 2008)
=====================================================================
.. image:: http://www.ermina.ch/002.JPG
The next PyPy sprint will be in Leysin, Switzerland, for the
fifth time. This is a fully public sprint: newcomers and
topics other than those proposed below are welcome.
------------------------------
Goals and topics of the sprint
------------------------------
* Like previous winters, the main side goal is to have fun in winter
sports :-) We can take a couple of days off for ski; at this time of
year, ski days end before 4pm, which still leaves plenty of time
to recover (er, I mean hack).
* the overall idea of the sprint is to continue working on making PyPy
ready for general use. A few more specific tasks:
- app-level ctypes: getting to a basically usable point
would be really nice.
|
| Show full article (3.40Kb) |
|
no comments
|
|
  |
|
|
  |
|
|
  |
Author: Christof HoekeChristof Hoeke
Date: Dec 29, 2007 08:50
what is it
----------
A Python package to parse and build CSS Cascading Style Sheets.
main changes since 0.9.4a4
--------------------------
for full details for 0.9.4b1 see the relevant CHANGELOG:
http://cssutils.googlecode.com/svn/tags/TAG_0.9.4b1/CHANGELOG.txt
0.9.4b1
- **FEATURE**: Added ``csscombine`` script which currently resolves
@import rules into the input sheet. No nested @imports are resolved yet
and @namespace rules do not work yet though!
+ **BUGFIX**: Serializing escape sequences add a single SPACE after
each escape. This was not present until now so a sequence like "\\74 a"
did come out as "\\000074a" which was not as intended. Also as a SPACE
is inserted in any case all escapes are not padded to 6 digits anymore
but are only as long as needed.
|
| Show full article (2.40Kb) |
|
no comments
|
|
  |
Author: A.M. KuchlingA.M. Kuchling
Date: Dec 29, 2007 07:39
We've now begun posting talks from PyCon 2007, hosted at
< http://advocacy.python.org/podcasts/>.
You can subscribe to the RSS feed, download individual talks from the
feed, or listen to talks from your browser using a Flash-based MP3
player. You can also find the PyCon 2007 podcast on the iTunes store;
search for 'PyCon' to find it.
The currently posted talks include:
Studying Internet Censorship: A Python Case Study
What Every Open Source Developer Must Know About Intellectual Property
Becoming an Open Source Developer: Lessons from the Django Project
Python and wxPython for Experimental Economics
IronPython: Present and Future
PyDX: Mathematics Is Code
Web Frameworks Panel
Iterators in Action
New talks will be posted at least once per week.
|
| Show full article (0.87Kb) |
|
no comments
|
|
  |
Author: Massimo Di PierroMassimo Di Pierro
Date: Dec 28, 2007 02:33
Hello everybody,
Gluon 1.15 is out. This is a free open source framework for agile
development of secure database driven web applications, written in
Python, programmable in Python. Stable API and supported since
October 1st 2007.
http://mdp.cti.depaul.edu
http://www.vimeo.com/428474 (video tutorial)
http://mdp.cti.depaul.edu/appliances (free plugin apps for gluon with
source)
Some features:
no installation (it is a single executable), no configuration files,
no shell commands, all development, deployment and maintenance is
done via a web interface
built-in ticketing system; if your app has a bug it is logged, the
user is notified and ticket is issued so that the administrator can
retrieve the event via the administrative interface.
Example of a COMPLETE working gluon app:
|
| Show full article (1.70Kb) |
|
no comments
|
|
  |
Author: Titus BrownTitus Brown
Date: Dec 27, 2007 22:49
ANNOUNCING twill v0.9.
twill is a simple language for browsing the Web. It's designed for
automated testing of Web sites, but it can be used to interact with
Web sites in a variety of ways. In particular, twill supports form
submission, cookies, redirects, and HTTP authentication.
This release of twill is officially "Pretty Dang Stable".
A twill script to use the "I'm feeling lucky" button on Google looks
like this:
setlocal query "twill Python"
go http://www.google.com/
fv 1 q $query
submit btnI # use the "I'm feeling lucky" button
show
(Note that using this script abuses Google's Terms of Service. So don't.)
You can install the latest release of twill with easy_install,
easy_install twill
or download this release at
http://darcs.idyll.org/~t/projects/twill-0.9.tar.gz
Documentation is included in the .tar.gz and is also online at
|
| Show full article (1.68Kb) |
|
no comments
|
|
  |
|
|
  |
|
|
|
|
|
|
|