Download
Pyblosxom plugins (not maintained)
- pygallery.py (2.01) - This is a gallery script
that has good configuring possibilities. All documentation is in the python
source file you download. It currently has the following functionality:
- can manage several galleries (three level design: gallery list, thumbs,
image)
- every gallery has a simple configuration file (index.cfg) that contain
gallery name, summary text, image text, grouping images etc.
- common variables are set in config.py
- there are special care has been taken for customizing row and items in the
gallery list and the thumbs list.
- grouping of both galleries and thumbs
- the index.cfg file can be generated with apethumbgen.py
- pyguest.py (2.09) - This
is a guestbook. All documentation is in the python source file you download.
It currently has the following functionality:
- protection against bot spam (captcha, requires Python Imaging Library)
- protection from double posts and empty form fields
- html stripping
- @ char stripping
- guestbook give feedback about user faults (only in english for now)
- apethumbgen.py (1.0) - This little but powerful
hack lighten the burden of resizing images and making thumbs for your web page.
Just let it read the directory where your have the original megapixel images
and in no time you got resized images in a new directory and thumbs in another
directory. Ok it has been done before by others, but this one supports output
to pygallery.py config file format (index.cfg) and it has hooks for adding your
own code. If you want to know how it works, download the script and type
pydoc ./apethumbgen.py
Publications
- master_thesis.ps
master_thesis.pdf - Master thesis. Abstract:
When two variables refer to the same entity it is called aliasing. Aliasing is
fundamental to object-orientation but at the same time it causes problems
within object-orientation. Because the problems caused to object-orientation by
aliasing are found in the foundations of object-orientation, it is seen as a
endemic problem. The read-only reference system evaluated in this paper has the
objective of avoiding problems caused by aliasing. The read-only references
provides mechanisms for protecting an object.s state from changes done through
certain references. Although the system this thesis presents solves problems,
it also has problems. In some situations the read-only reference system is too
rigid. These situations are grouped in to a problem category defined here as
the list problem. This thesis presents a plausible solution to the read-only
reference system.s list problem.