Menu:

blog

tag cloud blog | browser | ColorMirror | creole | database | development | django | django-weave | documentation | fastcgi | IRC | javascript | plugin | pylucid | release | security | standalone | test | web

↑ PyLucid v0.9.0.RC5.git-87dd033 Release  #

Before 3 weeks published by jens.

We update the last release packages to v0.9.0.RC5.git-87dd033

download source distribution and standalone package here: sourceforge.net/projects/pylucid/files/

The normal source distribution is also available @ PiPy: http://pypi.python.org/pypi/PyLucid/0.9.0.RC5.git-87dd033

(Last update: July 8, 2010, 4:36 p.m. by jens.)

tags pylucid | release
0 comments...

↑ PyLucid include the ColorMirror JS Editor  #

Before 3 weeks, 1 day published by jens.

We include the CodeMirror JS Editor in PyLucid with commit c7f6ea0

You will see the the "In-browser code editor" if you change "Editable html head files" or "dbtemplates".

It looks like:
http://www.pylucid.org/static/screenshots_PyLucid/PyLucid_v09_ColorMirror1_thumb.jpg

You will get Syntaxhighliging and you can now Indent with TAB and Shift-TAB !

PyLucid users: You must update the PyLucid media files, if you copied and not symlink them, see: Backwards-incompatible changes

(Last update: July 8, 2010, 12:55 p.m. by jens.)

tags ColorMirror | javascript | pylucid
0 comments...

↑ How to generate QR-Codes with google API  #

Before 1 month published by jens.

I created the page How to generate QR-Codes with google API with example code for PyLucid.

If you don't know what QR-Codes is, read: the lexicon entry.

tags pylucid
0 comments...

↑ PyLucid v0.9 for shared webhosting without shell account!  #

Before 3 months published by jens.

The first standalone package is ready!
It's usefull for all users witch has no shell account. It's not needed to create a virtualenv. Just copy all files via FTP on your web space and install trough the web browser using a simple CGI script.

It runs like this:

  1. Download: https://sourceforge.net/projects/pylucid/files/PyLucid_standalone_0-9-0-RC3-git-fbba4c7.7z/download
  2. extract with 7-Zip
  3. create local_settings.py, see: example
  4. rename 'default.htaccess' to '.htaccess' and customize for your needs
  5. upload all via FTP to your web server
  6. request install pages, e.g: your_domain.tld/install_pylucid.cgi
  7. run at least: "syncdb", "create superuser" and "loaddata"
  8. very important: delete install_pylucid.cgi ! (Otherwise other users can create his own accounts!)
  9. Ready!

You can also start the Django developer server local, with:

Bash
1
~PyLucid_standalone$ ./manage.py runserver

more info: install PyLucid standalone package

(Last update: April 30, 2010, 3:21 p.m. by jens.)

tags pylucid | standalone
0 comments...

↑ Use django-weave in PyLucid...  #

Before 3 months, 3 weeks published by jens.

I write a howto for integrate django-weave in PyLucid with a tiny glue plugin:

Django-weave is a reusable application which implements a Mozilla Labs Weave server for Django.

(Last update: April 7, 2010, 9:46 a.m. by jens.)

tags pylucid
0 comments...

↑ django-weave  #

Before 4 months, 3 weeks published by jens.

I have create a new, seperated django project for implementing a firefox weave server in django, see:

http://code.google.com/p/django-weave/

(Last update: March 5, 2010, 4:24 p.m. by jens.)

tags django-weave
2 comments...

↑ Firefox 'weave' support in PyLucid?  #

Before 5 months, 4 weeks published by jens.

I found the new Firefox 'weave' Addon. It would be nice if a PyLucid Plugin can be a server for "weave".

I started a plugin here: http://trac.pylucid.net/browser/PyLucidPlugins/weave/
But this is a very early developmental status :)

More information in our forum: http://forum.pylucid.org/viewtopic.php?t=313

(Last update: March 5, 2010, 4:26 p.m. by jens.)

tags browser | django-weave | pylucid
0 comments...

↑ new in PyLucid 01/29/10  #

Before 6 months published by jens.

Today i worked on some PyLucid things. Some of these:

EDIT: I add a "tag list" link to the Django admin views, if you change a DBtemplate entry or a PageContent entry: http://trac.pylucid.net/changeset/2518

(Last update: Jan. 29, 2010, 5:12 p.m. by jens.)

tags pylucid
0 comments...

↑ #pylucid via WebChat...  #

Before 6 months published by jens.

I found the IRC Webchat client from freenode and create the page IRC-Webchat. You can connect the #pylucid IRC channel direct in your Browser. Try it out...

(Last update: Jan. 24, 2010, 7:26 p.m. by jens.)

tags IRC | pylucid
0 comments...

↑ Better fastCGI dispatcher file...  #

Before 6 months, 1 week published by jens.

In the past i had problem with a strange error in django-reversion middleware.

But this error does only happens if the app runs via fastCGI. And i only see it in the apache log and that's IMHO boring.

So I worked on a better error handling. I commit a new version of index.fcgi with Changeset 2504.

(Last update: Jan. 22, 2010, 11:12 p.m. by jens.)

tags fastcgi | pylucid
0 comments...
Syndication feed format:
tag navi developing
Fork me on GitHub