descriptionPython web development library
homepage URLhttp://enkel.sourceforge.net
ownerxxespen@gmail.com
last changeMon, 9 Apr 2007 23:05:13 +0000 (10 01:05 +0200)
content tags
add:
README.txt
NOTE: This library is still in ALPHA.


Getting started
===============
The examples use bash/zsh shell compatible commands.


Requirements
------------

If you want all the tests to pass install "lxml", "pysqlite",
and "setuptools". You do not need "pysqlite" if you use python2.5.


Run the testsuite
-----------------

Run the tests using (all should pass):
	~$ python setup.py test
You can use:
	~$ make clean
to remove the temporary files.


Build the apidocs
-----------------

Install ">=epydoc-3". And run:
	~$ make doc
If everything works you should be able to browse the docs by
pointing your browser to:
	~$ apidoc/index.html


Install the library in development mode
---------------------------------------

Setuptools can be used to install the library in development mode.
This actually just makes a link, so you can still use git without
having to reinstall.

Lets use ~/devpy as our install folder:
	~$ mkdir ~/devpy
	~$ export PYTHONPATH="$PYTHONPATH:$HOME/devpy"
	~$ export PATH="$PATH:$HOME/devpy"
	~$ python setup.py develop -d ~/devpy
You should of course add the exports to your .bashrc/.zshrc or
similar.

You can test the install like this:
	~$ cd
	~$ python -c "import enkel"
shortlog
2007-04-09 Espen A. KristiansenRemoved some leftovers from media.xsl.master
2007-04-09 Espen A. KristiansenMade staticblog default theme support custom logo or...
2007-04-09 Espen A. KristiansenCleaned up the structure of staticblog.
2007-04-09 Espen A. KristiansenFixed a SCGI bug (the same demo app was always executed...
2007-04-09 Espen A. KristiansenDocumented and cleaned up the SCGI server.
2007-04-09 Espen A. KristiansenMore work one the SCGI server.
2007-04-08 Espen A. KristiansenCoded the scgi prototype into a real SCGI server.origin
2007-04-08 Espen A. KristiansenMade a working scgi server protorype.
2007-04-08 Espen A. KristiansenFixed and updated batteri.auth with documentation and...
2007-04-08 Espen A. KristiansenMade a nice default theme for staticblog.
2007-04-07 Espen A. KristiansenMade staticblog + example usable.
2007-04-07 Espen A. KristiansenMade the xslt example for admin support XmlField.
2007-04-07 Espen A. KristiansenCreated a rough xhtml to exml markup converter.
2007-04-05 Espen A. KristiansenFixed exml-flattening affected modules.
2007-04-05 Espen A. KristiansenFlattened enkel.exml
2007-04-05 Espen A. KristiansenMade a very basic but working admin app for staticblog...
...
heads
17 years ago master
17 years ago origin