{
"info": {
"author": "Luc Jean",
"author_email": "ljean@apidev.fr",
"bugtrack_url": null,
"classifiers": [],
"description": "Djaloha\n===============================================\n\n* `What is djaloha good for?`_\n* `Quick start`_\n* `Options`_\n\n.. _What is djaloha good for?: #good-for\n.. _Quick start?: #quick-start\n.. _Options?: #options\n\n.. _good-for:\n\nWhat is djaloha good for?\n------------------------------------\nDjaloha (django + aloha) is a backend for using the `Aloha Editor `_ into a Django site.\nIt enables inline editing for your HTML content.\nIt includes a django Form and a Widget helper.\nDjaloha is using aloha.0.20\n\n.. _quick-start:\n\nQuick start\n------------------------------------\nIn settings.py, add 'djaloha' to the INSTALLED_APPS \nUnder Django 1.3+, the static folder should be found automatically, as the templates folder.\nIn urls.py add ``(r'^djaloha/', include('djaloha.urls'))`` to your urlpatterns\n\nThen create a form. For example something like ::\n\n import floppyforms\n from models import Note\n from djaloha.widgets import AlohaInput\n \n class NoteForm(floppyforms.ModelForm):\n class Meta:\n model = Note\n fields = ('text',)\n widgets = {\n 'text': AlohaInput(),\n }\n\n\nLet's assume that you've a ``form`` variable pointing on an instance of a NoteForm.\nIn the template file, call the form and don't forget to put ``{{form.media}}`` in the headers.\n\n.. _options:\n\nOptions\n------------------------------------\n\nDjaloha has a \"provider\" that allows you to add local links to your models (articles, contacts, whatever) easily, through an autocomplete field that will search for objects based on rules you defined for each model :\n\n* search this kind of models using get_absolute_url()\n* search this kind of models using another method\n* search this kind of models using a specified model field\n\nYou can set the ``DJALOHA_LINK_MODELS`` setting in your settings.py to tell which django models will be available in the auto-complete field of the \"add link\" widget like this ::\n\n DJALOHA_LINK_MODELS = ('coop_local.Article','calendar.Event')\n \n \ndjaloha requires jquery and is provided by default with jquery.1.7.2. You can change the jquery version if needed ::\n\n DJALOHA_JQUERY = 'js/jquery.1.7.2.js'\n \n \nAloha has a nice plugin architecture. djaloha includes by default the main Aloha plugins. You may want to have a different set of plugins.\nPlease refer to the Aloha docs for more information on plugins ::\n\n DJALOHA_PLUGINS = (\n \"common/format\",\n \"common/highlighteditables\",\n \"common/list\",\n \"common/link\",\n \"common/undo\",\n \"common/paste\",\n \"common/commands\",\n \"common/image\",\n \"common/align\",\n \"extra/attributes\",\n \"common/characterpicker\",\n \"common/abbr\",\n \"common/horizontalruler\",\n \"common/table\",\n \"extra/browser\",\n )\n \n\nPlease note that the ``DJALOHA_PLUGINS`` setting is a global setting. If you need to change the set of plugins for a specific form field, you\ncan pass a similar tuple in the ``aloha_plugins`` attribute of your ``AlohaInput`` widget.\nThe ``extra_aloha_plugins`` attribute will add additional plugins to the default set.\n\n``DJALOHA_INIT_URL`` setting make possible to overloaf the aloha init file of djaloha. ``aloha_init_url`` attribute of ``AlohaInput`` can also be used to overload it for a specific form field.\n\nLicense\n=======\n\nDjaloha uses the same license as Django (BSD).\n\nDjaloha development was funded by `CREDIS `_, FSE (European Social Fund) and Conseil Regional d'Auvergne.\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "UNKNOWN",
"keywords": null,
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "Djaloha",
"package_url": "https://pypi.org/project/Djaloha/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/Djaloha/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "UNKNOWN"
},
"release_url": "https://pypi.org/project/Djaloha/0.4.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Django integration for aloha HTML5 editor",
"version": "0.4.2"
},
"last_serial": 784127,
"releases": {
"0.3": [
{
"comment_text": "",
"digests": {
"md5": "3b2eee76e65432cd693822ca08f12535",
"sha256": "547d2811a80455dfba2c1b785ab26549313c4ab81f2c064b12ad84c9521aa340"
},
"downloads": -1,
"filename": "Djaloha-0.3.tar.gz",
"has_sig": false,
"md5_digest": "3b2eee76e65432cd693822ca08f12535",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1311907,
"upload_time": "2012-01-19T18:47:45",
"url": "https://files.pythonhosted.org/packages/f3/f7/bbc6b072bb186f3deb56403c79b69280546ae2c5976040f62e895af81f7e/Djaloha-0.3.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "b5dcbd9c2d056ae27bfb4a79634cfc6e",
"sha256": "93378881dcb11dee878279581b80b2057ef129fd5913adf11b5f0a95af11a5da"
},
"downloads": -1,
"filename": "Djaloha-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "b5dcbd9c2d056ae27bfb4a79634cfc6e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1312726,
"upload_time": "2012-01-30T11:47:11",
"url": "https://files.pythonhosted.org/packages/a2/0e/839f6845d037782e996b2ad888c1aa7e4c0da624d525270bb9f71691442f/Djaloha-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "32f60aa9d451b07b3bd16be609aecc03",
"sha256": "5cd7668b8a29764277bc77e59e60f9495706e6a672e8e814542b21adeb0dad13"
},
"downloads": -1,
"filename": "Djaloha-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "32f60aa9d451b07b3bd16be609aecc03",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1312804,
"upload_time": "2012-03-02T11:00:51",
"url": "https://files.pythonhosted.org/packages/1a/bf/bc0e19887971abe8205ca7bbc3b7f510265c22a55639fb92beff2ff2f761/Djaloha-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "b68d6f5b8601e8d3d62159768e67713f",
"sha256": "ba4b3c13eee7e14a3788854fb3cea8d633e21690bdde4bd58eda95eb49ebd8cf"
},
"downloads": -1,
"filename": "Djaloha-0.3.3.zip",
"has_sig": false,
"md5_digest": "b68d6f5b8601e8d3d62159768e67713f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1533185,
"upload_time": "2012-03-14T07:16:11",
"url": "https://files.pythonhosted.org/packages/f7/c8/2df461af5d97c5409e338d7ba1c155876e34d4f017356b3913e7edf93ece/Djaloha-0.3.3.zip"
}
],
"0.3.4": [
{
"comment_text": "",
"digests": {
"md5": "b161562b1c7d7d7c7c2ee468f0d767ee",
"sha256": "f347628aa976d15a21daa051e4c0dffe17b4606bfc6b5989cfc2f2d3bcbb3f51"
},
"downloads": -1,
"filename": "Djaloha-0.3.4.zip",
"has_sig": false,
"md5_digest": "b161562b1c7d7d7c7c2ee468f0d767ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1534139,
"upload_time": "2012-04-02T12:16:18",
"url": "https://files.pythonhosted.org/packages/c9/b0/75f4eb74ac2cb975c7f86bdb715baa83be2505b03981fa1b01f3faf6113f/Djaloha-0.3.4.zip"
}
],
"0.3.5": [
{
"comment_text": "",
"digests": {
"md5": "8e1a3b259e195be8d14fa545776769bb",
"sha256": "7bd73d2557c2ec6420828717eab11ff3fa266575e408bc2c2b66858e32e57328"
},
"downloads": -1,
"filename": "Djaloha-0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "8e1a3b259e195be8d14fa545776769bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1312877,
"upload_time": "2012-04-07T22:42:40",
"url": "https://files.pythonhosted.org/packages/05/ff/147a16b92f373df07139bcf1125d606621a4d0ac7f4126ed1addf1c212cf/Djaloha-0.3.5.tar.gz"
}
],
"0.3.7": [
{
"comment_text": "",
"digests": {
"md5": "a3c9bf22ca1397a88b7e2d9e1a95e221",
"sha256": "fa85e91a74417a253cb3fedfdd0351eda6336b7896442dc380a76e9f5bdc73ea"
},
"downloads": -1,
"filename": "Djaloha-0.3.7.tar.gz",
"has_sig": false,
"md5_digest": "a3c9bf22ca1397a88b7e2d9e1a95e221",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1535505,
"upload_time": "2012-06-12T09:59:46",
"url": "https://files.pythonhosted.org/packages/61/f5/a8359a3509df20b10efee12e84ae08febd81caa246a7b1038d5e6528a283/Djaloha-0.3.7.tar.gz"
}
],
"0.3.8": [
{
"comment_text": "",
"digests": {
"md5": "13851dda1da7235fcfd04e1e263c27c4",
"sha256": "5d3b1f2f4fccf8ab65d8c53c151fb529e47afc1a5d555a86fd0729967abec6df"
},
"downloads": -1,
"filename": "Djaloha-0.3.8.tar.gz",
"has_sig": false,
"md5_digest": "13851dda1da7235fcfd04e1e263c27c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7699419,
"upload_time": "2012-06-27T15:19:00",
"url": "https://files.pythonhosted.org/packages/c4/17/c21fcb21dc55d071e91f473e7d45f11453ae76143a42a9db5262f7262567/Djaloha-0.3.8.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "95fc30cb00f2a088da35facaf2e0a567",
"sha256": "e33a812e2980595661e3740a65e7585275e6e43fff90fa0b274503ba043fbc21"
},
"downloads": -1,
"filename": "Djaloha-0.4.0.zip",
"has_sig": false,
"md5_digest": "95fc30cb00f2a088da35facaf2e0a567",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5314688,
"upload_time": "2012-06-27T22:57:56",
"url": "https://files.pythonhosted.org/packages/13/ef/bdb6e23ea5cce8f54df7b769d13742dd980e0548bfc147373ce4d3c987a8/Djaloha-0.4.0.zip"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "6633691dce1abd98a620e2d8bf98b46c",
"sha256": "0d580145eda190220f44b996dcb134234b79d2e85b35affd53f8636a4c38f358"
},
"downloads": -1,
"filename": "Djaloha-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "6633691dce1abd98a620e2d8bf98b46c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4729984,
"upload_time": "2012-09-17T18:38:02",
"url": "https://files.pythonhosted.org/packages/13/0f/c2cedaa6d82c91f944de4d3d4d609546cf58f8cca9801d03258703d480d1/Djaloha-0.4.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "9c4715f91306b584338969134ed11450",
"sha256": "6fc34b542fcbe2a79ded22da55546b6bc491055d5eefdc36dd9281c6d73fb22a"
},
"downloads": -1,
"filename": "Djaloha-0.4.1.zip",
"has_sig": false,
"md5_digest": "9c4715f91306b584338969134ed11450",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5389027,
"upload_time": "2012-07-17T13:29:55",
"url": "https://files.pythonhosted.org/packages/c3/ac/84cda36f97ff04cd0aff85e35875424e164f63df1feb698ee38246601a71/Djaloha-0.4.1.zip"
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "96131ca433f47b64acc17aeb9824e963",
"sha256": "b2a118fb879a91a39f2e257b3e7d1b4ea167b41a61e1d289684b085169349575"
},
"downloads": -1,
"filename": "Djaloha-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "96131ca433f47b64acc17aeb9824e963",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9435090,
"upload_time": "2012-09-20T15:30:54",
"url": "https://files.pythonhosted.org/packages/66/a8/512f3e5203efb14d695660ff42f5ed81658bc1634792392a94eefa9a6ee0/Djaloha-0.4.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "96131ca433f47b64acc17aeb9824e963",
"sha256": "b2a118fb879a91a39f2e257b3e7d1b4ea167b41a61e1d289684b085169349575"
},
"downloads": -1,
"filename": "Djaloha-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "96131ca433f47b64acc17aeb9824e963",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9435090,
"upload_time": "2012-09-20T15:30:54",
"url": "https://files.pythonhosted.org/packages/66/a8/512f3e5203efb14d695660ff42f5ed81658bc1634792392a94eefa9a6ee0/Djaloha-0.4.2.tar.gz"
}
]
}