The Basics
FCKeditor is a Javascript-based rich text editor for web applications. One of the enhanced features it offers is a web-based browser for media files stored on the server. The browser relies on a server-side connector to provide XML responses for commands. FCKeditor includes connectors for many server-side technologies, including a Python CGI implementation. However, when using FCKeditor in a Django application, it is desirable to implement the connector within the Django process. This project provides a Django-based implementation of the FCKeditor server side specification.
Project Home – http://code.google.com/p/django-fckconnector/Grab the Repository – svn checkout http://django-fckconnector.googlecode.com/svn/trunk/
Recent Commits
-
9 was committed 1 year, 7 months ago.
* Refactored support functions out of views.py into support.py * Moved actual view functionality into actions.py * views.py now just contains the HTTP handling machinery * updated documentation, comments in __init__.py, settings.py * Completed implementation of uploader functionality.
-
7 was committed 1 year, 9 months ago.
Repository reorganization to support eggification.
-
6 was committed 1 year, 9 months ago.
Initial implementation of quick upload interface.
-
5 was committed 1 year, 11 months ago.
Repository reorganization to accomodate new name of fckeditor.connector.
-
4 was committed 1 year, 11 months ago.
Applying patch from dirk@datzert.de.
-
3 was committed 1 year, 12 months ago.
Repository reorganization; moved all code into the fckeditor_connector package to support direct-usage of checkouts.
-
2 was committed 1 year, 12 months ago.
Initial import.
-
1 was committed 1 year, 12 months ago.
Initial directory structure.