Rafal Kwasny's avatar

You are behind a proxy. You can modify other data related to your profile by this link.

Rafal Kwasny's avatar

Rafal Kwasny

rkwasny

Involved Projects and Packages
Maintainer

A VNC Server for GNOME

Authors:
--------
This is just another re-incarnation of many other similar projects:

+ libvncserver by Johannes E. Schindelin
which in turn is based on:
- OSXvnc by Dan McGuirk
- The original Xvnc by AT&T Laboratories, Cambridge
- TightVNC by Const Kaplinsky
- RealVNC by James "Wez" Weatherall

+ krfb, KDE's desktop sharing server, by Tim Jansen
+ x11vnc.c (from libvncserver) by Karl J. Runge
+ x0rfbserver, the original native X vnc server, by Jens Wagner

Much code and ideas from each of those projects is re-used here.

Maintainer

An MS Windows emulator, consisting of both runtime and also source
compatibility functions. You can run your MS executables with it, and
you can write your Windows programs under Linux and link against the
WINE libraries.

It is not necessary to have a Windows installation to run WINE.

Please have a look at /usr/share/doc/packages/wine/README.SuSE. There
is more documentation available in that directory. Read 'man wine' for
further information.

You can invoke wine by entering: 'wine program.exe' wine can be
configured by running 'winecfg'.

Maintainer

This package is based on the package 'wireshark' from project 'openSUSE:Factory'.

Wireshark is a free network protocol analyzer for Unix and Windows. It
allows you to examine data from a live network or from a capture file
on disk. You can interactively browse the capture data, viewing summary
and detail information for each packet. Wireshark has several powerful
features, including a rich display filter language and the ability to
view the reconstructed stream of a TCP session.

Maintainer

This package is based on the package 'yup' from project 'openSUSE:Factory'.

This packages allows to configure an update-mirror for Novell
maintenance packages for SUSE Linux Enterprise 10.

Please make sure, that the number of systems to serve with the mirrored
packages is in compliance with the number of subscriptions you are
allowed to exercise according to your contract with Novell.

Maintainer

erp5
REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED

Extremely useful Zope Product for representing a resizable image (photo) in a
Plone or CMF based site. Like Zope's standard Image but smarter.
Requires either the ImageMagick or PIL package on your system, which can be
tricky to install.

This CMFPhoto product is different from the official CMFPhoto products that you
can find at http://cvs.sourceforge.net/viewcvs.py/collective/CMFPhoto . The
latter is packaged as "zope-CMFPhoto". The erp5-CMFPhoto is a custom version
made by Nexedi from an old version of CMFPhoto. To make things perfect, new
code from erp5-CMFPhoto must be merged with the official CMFPhoto, to let us
deprecate erp5-CMFPhoto.

Formulator is an extensible framework that eases the creation and validation of
web forms.

This version contain a patch from Nexedi that allow widgets in forms to be
editable or not.

Simple SOAP-Support for Zope.

Zope is an open source application server for building content managements,
intranets, portals, and custom applications. The Zope community consists of
hundreds of companies and thousands of developers all over the world, working
on building the platform and Zope applications. Zope is written in Python, a
highly-productive, object-oriented scripting language.

This version contain a patch from Nexedi about dynamic acquisition in order to
make ERP5 working well.

ERP5Diff is a XUpdate Generator for ERP5. It takes two XML files
as input data, and generates differences between these two XML
documents in XUpdate language.

ERP5Diff depends on more or less ERP5's XML data format. So this tool
cannot be used for general purpose, but might work if your XML files
are similar to ERP5's.

A server for converting docs from other formats to OOo, generating pdf files, keeping unchangeable snapshots in pdf format, getting and setting metadata. To be used together with ERP5 Document business template, although can be run standalone for any other client application.

It returns a file in a desired format; html files are zipped because they often consist of more than one file.

Maintainer

PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, PNG, or SVG charts. It currently supports line plots, bar plots,
range-fill plots, and pie charts. Because it is based on Python, you can make
full use of Python's scripting power.

Maintainer

The pysvn project's goal is to enable Tools to be written in Python
that use Subversion. pysvn supports all svn client features, and svn
transaction features required to write svn pre-commit hooks. It is easy
to learn and use and provides Python like interface with good
documentation and examples.

Itools is a Python package that encapsulates several Python tools
developed by the Itaapy company and other developers. The provided
tools are:

* itools.uri -- an API to manage URIs, to identify and locate resources.

* itools.resources -- an abstraction layer over resources that let to
manage them with a consistent API, independently of where they are stored.

* itools.handlers -- resource handlers infrastructure (resource
handlers are non persistent classes that add specific semantics to
resources). This package also includes several handlers out of the
box.

* itools.xml -- XML infrastructure, includes resource handlers for XML,
XHTML and HTML documents. Plus the Simple Template Language.

* itools.i18n -- tools for language negotiation and text segmentation.

* itools.workflow -- represent workflows as automatons, objects can move
from one state to another through transitions, classes can add specific
semantics to states and transitions.

* itools.catalog -- An Index & Search engine.

A Python API for memcached.

Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming
language.

ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).

Sample use cases are:

* Dynamic PDF generation on the web
* High-volume corporate reporting and database publishing
* As embeddable print engine for other applications, including a
'report language' so that users can customize their own reports.
* As 'build system' for complex documents with charts, tables and text
such as management accounts, statistical reports and scientific papers
* from XML to PDF in one step

Maintainer

When you fill a Zope folder with too many items, both Zope and your browser get
overwhelmed. Zope has to load and store a large folder object, and the browser
has to render large HTML tables repeatedly. Zope can store a lot of objects, but
it has trouble storing a lot of objects in a single standard folder.

BTreeFolder2 solves this problem by storing subobjects in Zope BTrees, special
structures designed for an object database. BTrees can hold numerous items
without loading them all into memory at once.

This product descends from the BTreeFolder product. Since they are more
optimized, BTreeFolder2 instances can hold more objects than BTreeFolder
instances. But since there are products that depend on the internal structure of
BTreeFolder, the product has been renamed to make it possible to have both
installed at the same time. New software should depend on BTreeFolder2, not
BTreeFolder.

This product also includes CMFBTreeFolder, which will be made available if you
also have CMF installed.

The Zope Content Management Framework provides a set of services and content
objects useful for building highly dynamic, content-oriented portal sites. As
packaged, the CMF generates a site much like the Zope.org site. The CMF is
intended to be easily customizable, in terms of both the types of content used
and the policies and services it provides.

This tools add activities for Zope objects.

Category objects allow to define classification categories
in an ERP5 portal. For example, a document may be assigned a color
attribute (red, blue, green). Rather than assigning an attribute
with a pop-up menu (which is still a possibility), we can prefer
in certain cases to associate to the object a category. In this
example, the category will be named color/red, color/blue or color/green.

CMFMailIn is a Zope product to import emails into CMF sites.

CMFReportTool is a Zope which extends the Zope CMF to implement PDF
skins. PDF skins allow to generate reports which are automatically
converted into PDF files with the python reportlab library.

DCWorkflowGraph is a DCWorkflow graphic viewer. It uses Graphviz.

ERP5 is a Zope framework which allows to implement ERP software.
It includes a Rapid Application Development system and a Universal
Business Model which together allow to model any business process in
very short time.

openSUSE Build Service is sponsored by