Przejdź na skróty do treści. | Przejdź do nawigacji

Narzędzia osobiste
Sekcje

Twitter RSS

Jesteś w: Start Blog

Blog

2009-12-27

plone.memoize and memcached

by Wojciech Lichota — last modified 2009-12-27 23:05
Filed Under:

plone.memoize has built-in support for caching data in memcached, but it's not activated by default. In this article I want to show how to turn it on. read more...

2009-11-08

Deploying Plone site to static files

by Wojciech Lichota — last modified 2009-11-08 10:24

Shows how to dump site build with Plone to static website (HTML, CSS, JS, images, etc.). read more...

2009-11-07

Compiled Website with Plone, Django, Xapian and SSI

by Wojciech Lichota — last modified 2009-11-07 18:10

Slides from talk (RuPy 2009) about deployment large scale applications based on Plone, Django, Xapian and SSI. read more...

2009-09-30

Plone site with many skins simultaneously

by Wojciech Lichota — last modified 2009-09-30 20:34
Filed Under:

Shows how to setup site on Plone with many skins. Each skin will have own domain. read more...

2009-09-17

Plone and video content

by Wojciech Lichota — last modified 2009-09-17 22:21
Filed Under:

Shows how to publish video in website based on Plone (3.3). read more...

2009-08-13

Plone discussion mechanism replaced by collective.disqus

by Wojciech Lichota — last modified 2009-08-13 23:45
Filed Under:

Today I updated this website to newest Plone (3.3 rc5). Also I replaced default Plone discussion mechanism by DISQUS comments system. In few works I will describe this proccess and my motivations. read more...

2009-08-09

lxml infinity loop/memory leak - workaround for deliverance

by Wojciech Lichota — last modified 2009-08-09 22:45
Filed Under:

lxml's (v2.0 - v2.2.2) implementation of CSSSelector has bug that can use all available memory. This situation can totally hang your server. In here I will show few workarounds - useful until this bug will be fixed. read more...

2009-07-12

Buildout for Plone 3 with deliverance on WSGI

by Wojciech Lichota — last modified 2009-07-12 18:45

In this article I want to show how to create development and production instances of Plone (3.3 rc4) with deliverance (0.3 - trunk version). All components lives in WSGI environment and cooperated with Apache HTTP server. read more...

2009-07-06

gpxtools - command line tools useful to manipulate GPX files

by Wojciech Lichota — last modified 2009-07-06 23:45
Filed Under:

Information about first release of gpxtools - command line tools useful to manipulate GPX files. read more...

Allow OpenID users to leave comments on Plone-based website

by Wojciech Lichota — last modified 2009-07-06 00:10
Filed Under:

Small tutorial that explains how to allow OpenID users to leave comments on Plone-based website. read more...

2009-07-04

Simple development buildout for Plone 3.3 (RC3) on Repoze

by Wojciech Lichota — last modified 2009-07-04 22:55

Introduce how to build newest Plone instance and run it with paster. read more...