{ "info": { "author": "Lucas Amaral", "author_email": "lucas_jlma@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": ".. You should enable this project on travis-ci.org and coveralls.io to make\n these badges work. The necessary Travis and Coverage config files have been\n generated for you.\n\n.. image:: https://travis-ci.org/\"lucasjlma\"/ckanext-govdf_theme.svg?branch=master\n :target: https://travis-ci.org/\"lucasjlma\"/ckanext-govdf_theme\n\n.. image:: https://coveralls.io/repos/\"lucasjlma\"/ckanext-govdf_theme/badge.svg\n :target: https://coveralls.io/r/\"lucasjlma\"/ckanext-govdf_theme\n\n.. image:: https://pypip.in/download/ckanext-govdf_theme/badge.svg\n :target: https://pypi.python.org/pypi//ckanext-govdf_theme/\n :alt: Downloads\n\n.. image:: https://pypip.in/version/ckanext-govdf_theme/badge.svg\n :target: https://pypi.python.org/pypi/ckanext-govdf_theme/\n :alt: Latest Version\n\n.. image:: https://pypip.in/py_versions/ckanext-govdf_theme/badge.svg\n :target: https://pypi.python.org/pypi/ckanext-govdf_theme/\n :alt: Supported Python versions\n\n.. image:: https://pypip.in/status/ckanext-govdf_theme/badge.svg\n :target: https://pypi.python.org/pypi/ckanext-govdf_theme/\n :alt: Development Status\n\n.. image:: https://pypip.in/license/ckanext-govdf_theme/badge.svg\n :target: https://pypi.python.org/pypi/ckanext-govdf_theme/\n :alt: License\n\n===================================================\nTemplate CKAN para PDA do GDF - ckanext-govdf_theme\n===================================================\n\n.. Coloque uma descri\u00e7\u00e3o da sua extens\u00e3o aqui:\n What does it do? What features does it have?\n Consider including some screenshots or embedding a video!\n\nPara ter acesso \u00e1 \u00e1rea de usu\u00e1rio \u00e9 necess\u00e1rio digitar ``/user/login`` depois do endere\u00e7o url base.\n\n http://dadosabertos.df.gov.br/user/login\n\n\n----------\nInstala\u00e7\u00e3o\n----------\n\n.. Add any additional install steps to the list below.\n For example installing any non-Python dependencies or adding any required\n config settings.\n\nPara instalar ckanext-govdf_theme:\n\n1. Ative seu ambiente virtual CKAN, por exemplo::\n\n . /usr/lib/ckan/default/bin/activate\n\n2. Instale o pacote Python ckanext-govdf_theme no seu ambiente virtual::\n\n pip install ckanext-govdf_theme\n\n3. Adicione ``govdf_theme`` na \u00e1rea ``ckan.plugins`` no seu arquivo de configura\u00e7\u00f5es do CKAN (por padr\u00e3o o arquivo de configura\u00e7\u00f5es est\u00e1 em\n ``/etc/ckan/default/production.ini``).\n\n4. Reinicia o CKAN. Por exemplo se o CKAN foi implantado no Ubuntu com o Apache::\n\n sudo service apache2 reload\n\n\n-------------------------------\nInstala\u00e7\u00e3o para Desenvolvimento\n-------------------------------\n\nPara instalar ckanext-govdf_theme para desenvolvimento, ative o seu ambinete virtual do CKAN e digite::\n\n git clone https://lucas_jlma@bitbucket.org/lucas_jlma/gdf_ckan_theme.git\n cd ckanext-govdf_theme\n python setup.py develop\n pip install -r dev-requirements.txt\n\n------------------\nA ser implementado\n------------------\n\nAlgumas funcionalidades n\u00e3o est\u00e3o funcionando como deveriam e melhorias diversas devem ser implementadas.\n\n* Ordena\u00e7\u00e3o de conte\u00fado em todas as p\u00e1ginas;\n* Inclus\u00e3o de CSS pelo fanstatic (ISSUE);\n* Implementar ferramentas de acessibilidade;\n* Implementar a \u00e1rea de administra\u00e7\u00e3o do sistema;\n* Traduzir strings personalizadas do sistema;\n* links por refer\u00eancia;\n* Estilizar a pagina\u00e7\u00e3o;\n\nPara que o template funcione perfeitamente \u00e9 indicada a substitui\u00e7\u00e3o do arquivo ``main.css`` por outro equivalente com as formata\u00e7\u00f5es espec\u00edficas do template e assim a estrutura HTML tamb\u00e9m.\n\n\n---------------------------------\nRunning the Tests - Not Available\n---------------------------------\n\nTo run the tests, do::\n\n nosetests --nologcapture --with-pylons=test.ini\n\nTo run the tests and produce a coverage report, first make sure you have\ncoverage installed in your virtualenv (``pip install coverage``) then run::\n\n nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.govdf_theme --cover-inclusive --cover-erase --cover-tests\n\n\n---------------------------------------\nRegistering ckanext-govdf_theme on PyPI\n---------------------------------------\n\nckanext-govdf_theme should be availabe on PyPI as\nhttps://pypi.python.org/pypi/ckanext-govdf_theme. If that link doesn't work, then\nyou can register the project on PyPI for the first time by following these\nsteps:\n\n1. Create a source distribution of the project::\n\n python setup.py sdist\n\n2. Register the project::\n\n python setup.py register\n\n3. Upload the source distribution to PyPI::\n\n python setup.py sdist upload\n\n4. Tag the first release of the project on GitHub with the version number from\n the ``setup.py`` file. For example if the version number in ``setup.py`` is\n 0.0.1 then do::\n\n git tag 0.0.1\n git push --tags\n\n\n----------------------------------------------\nReleasing a New Version of ckanext-govdf_theme\n----------------------------------------------\n\nckanext-govdf_theme is availabe on PyPI as https://pypi.python.org/pypi/ckanext-govdf_theme.\nTo publish a new version to PyPI follow these steps:\n\n1. Update the version number in the ``setup.py`` file.\n See `PEP 440 `_\n for how to choose version numbers.\n\n2. Create a source distribution of the new version::\n\n python setup.py sdist\n\n3. Upload the source distribution to PyPI::\n\n python setup.py sdist upload\n\n4. Tag the new release of the project on GitHub with the version number from\n the ``setup.py`` file. For example if the version number in ``setup.py`` is\n 0.0.2 then do::\n\n git tag 0.0.2\n git push --tags", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://lucas_jlma@bitbucket.org/lucas_jlma/gdf_ckan_theme.git", "keywords": "CKAN GDF", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "ckanext-govdf_theme", "package_url": "https://pypi.org/project/ckanext-govdf_theme/", "platform": "", "project_url": "https://pypi.org/project/ckanext-govdf_theme/", "project_urls": { "Homepage": "https://lucas_jlma@bitbucket.org/lucas_jlma/gdf_ckan_theme.git" }, "release_url": "https://pypi.org/project/ckanext-govdf_theme/0.0.8.6.2/", "requires_dist": null, "requires_python": "", "summary": "The Bras\u00edlia Government Theme for Opandata", "version": "0.0.8.6.2" }, "last_serial": 3222773, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d646e150c1020a90b6e3945b4316d149", "sha256": "b6822913596ef9cd511e5968c3ca48d3caa06285e1f93e1f3ab4350c408838c3" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d646e150c1020a90b6e3945b4316d149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108497, "upload_time": "2017-05-30T21:50:08", "url": "https://files.pythonhosted.org/packages/84/6e/58046721137a7607517a077044cf1063ff27d6285d0a2ed60ea529c400d8/ckanext-govdf_theme-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a7096178b654a4f653f9e25991242ec6", "sha256": "496bfec8ad53ebc26b29ee379ef44fea983a28fd487497afa5ca772c61231452" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a7096178b654a4f653f9e25991242ec6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108707, "upload_time": "2017-05-31T04:45:55", "url": "https://files.pythonhosted.org/packages/07/f8/347af487a7d98b645cd90190d43b453c8aa650a90cba7eaa36ce8608831b/ckanext-govdf_theme-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e00a6fcc59498c419466b75c0e7e8377", "sha256": "f9a690b44d22edb244f5af2acebb5a103b3019c86f1cea0fda4a5c073df22011" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e00a6fcc59498c419466b75c0e7e8377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599283, "upload_time": "2017-05-31T13:32:31", "url": "https://files.pythonhosted.org/packages/fe/97/2610e680baca09dc0bfd2adf1e4e12d0c6dcbc766637889d849ba0d282c5/ckanext-govdf_theme-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "e2c9cbcc6ed896a4764325c32d9dd8b1", "sha256": "a12ab29dae8535794bee6265f52bfa79d1b7a57433e7d4e2fe218c963e188c2e" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e2c9cbcc6ed896a4764325c32d9dd8b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599293, "upload_time": "2017-05-31T16:38:37", "url": "https://files.pythonhosted.org/packages/e2/da/797641aa10596688473368fe9fea2257d0834d259c160c79c9ef540a857e/ckanext-govdf_theme-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "9f07b1f024cc9e1eb33ad0c727df48c7", "sha256": "1afca4a47b22764ed18f2ab9a7361465d18916818bf73e29fbf6257244ef7eda" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.5.tar.gz", "has_sig": false, "md5_digest": "9f07b1f024cc9e1eb33ad0c727df48c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599294, "upload_time": "2017-05-31T16:56:31", "url": "https://files.pythonhosted.org/packages/ec/fa/0be4fe1045773d8ad988ae0d81a19c69d5ebf2d7d8d76e07b834a8b0fd2f/ckanext-govdf_theme-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "4d6e1b1107ac4c41159e17f4781dc18c", "sha256": "9fd9c9f33b7b8f40195fe828cc0b865b9e5ad506f317a7f7ed265f342991ac78" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.6.tar.gz", "has_sig": false, "md5_digest": "4d6e1b1107ac4c41159e17f4781dc18c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 606384, "upload_time": "2017-06-07T19:59:51", "url": "https://files.pythonhosted.org/packages/20/2b/04b4d0b652365bd85a7ef7ada5ec667d715151fc6fe6c0e95440aa9260ae/ckanext-govdf_theme-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "3f221f2d86098a910a4b28cd02dfb3a4", "sha256": "8b4d6d440bc3c74e0b77dadd41068297180b5636be166e391f744074d732aa0a" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3f221f2d86098a910a4b28cd02dfb3a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 616121, "upload_time": "2017-06-13T19:09:56", "url": "https://files.pythonhosted.org/packages/83/26/7cf5d114870b425446bcafafc6da61f4f8d8c554ed0cbc822019e8e23415/ckanext-govdf_theme-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "225efd7c9c1fe789c11bcd4b8a752c1e", "sha256": "68d9d4ae62b142cd9f031ea02ca53bb5ea0ec9ec36abcf774c7cc51cdd351dbc" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.tar.gz", "has_sig": false, "md5_digest": "225efd7c9c1fe789c11bcd4b8a752c1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 691363, "upload_time": "2017-08-16T23:32:22", "url": "https://files.pythonhosted.org/packages/0f/78/e58a317a6bc5f5047078f4a739738b9237a841f67a6be348eaf7c0c99f84/ckanext-govdf_theme-0.0.8.tar.gz" } ], "0.0.8.1": [ { "comment_text": "", "digests": { "md5": "ee8b72787b336cfa4dddb41fa90f26b7", "sha256": "e2156c9a4dc229760f935aafd7cef681b5b4d587826aba57102ce92a53d2484a" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.1.tar.gz", "has_sig": false, "md5_digest": "ee8b72787b336cfa4dddb41fa90f26b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 691509, "upload_time": "2017-08-21T20:50:11", "url": "https://files.pythonhosted.org/packages/81/d9/950bfc7364be0988f0b3b77b200f05cebe5e7703888aafe1ea671f8f16c3/ckanext-govdf_theme-0.0.8.1.tar.gz" } ], "0.0.8.3": [ { "comment_text": "", "digests": { "md5": "64285cd475ab5b1acd35e7c14758493b", "sha256": "c984ffbf7a85709c1d585ff908698fbc19568ee3cb3c9eb2121815d822f6579e" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.3.tar.gz", "has_sig": false, "md5_digest": "64285cd475ab5b1acd35e7c14758493b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1216451, "upload_time": "2017-09-27T18:04:53", "url": "https://files.pythonhosted.org/packages/8c/3e/390ba804e354670e99fca3551fa0fb5492644e497172fd6fd65aa2a62988/ckanext-govdf_theme-0.0.8.3.tar.gz" } ], "0.0.8.4": [ { "comment_text": "", "digests": { "md5": "4eefaf036c1bbca37ae70c138a984a2f", "sha256": "cf1d7326a9179f4bb2dcf4e185831d3192f2bdfb8493594c057b73e84c2b550c" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.4.tar.gz", "has_sig": false, "md5_digest": "4eefaf036c1bbca37ae70c138a984a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1216498, "upload_time": "2017-09-28T17:27:59", "url": "https://files.pythonhosted.org/packages/ca/e9/bfe1115ca3a33d86d3ac3430fb686fa255d1b4e0fcffd8a8119cff003ef8/ckanext-govdf_theme-0.0.8.4.tar.gz" } ], "0.0.8.5": [ { "comment_text": "", "digests": { "md5": "f9a3bc0084a4ac8d9bf73f455702f71d", "sha256": "3e16dedcc6dc0246b52fbfde55fc8b3b7607c8609a0e3b98a78c4807ae55e29e" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.5.tar.gz", "has_sig": false, "md5_digest": "f9a3bc0084a4ac8d9bf73f455702f71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5478977, "upload_time": "2017-09-29T18:52:03", "url": "https://files.pythonhosted.org/packages/3a/be/9fd4a2bdb4dad846f9fc23cd3225864f08bedf2a586778ef5d6e2fa3832b/ckanext-govdf_theme-0.0.8.5.tar.gz" } ], "0.0.8.6": [ { "comment_text": "", "digests": { "md5": "a9aa5e6f2ead46e02e8bf99c3a1502d7", "sha256": "1b6fc7616f57412581b1b27c78a09a22ae9c1ade1783314a62921552f3681fd2" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.6.tar.gz", "has_sig": false, "md5_digest": "a9aa5e6f2ead46e02e8bf99c3a1502d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5478971, "upload_time": "2017-09-29T18:59:13", "url": "https://files.pythonhosted.org/packages/6b/41/cc75b30c628d7afd9769bc26f69b1578373acbd3531ff8ef8cfcb95b8870/ckanext-govdf_theme-0.0.8.6.tar.gz" } ], "0.0.8.6.2": [ { "comment_text": "", "digests": { "md5": "b1bc73741fc67e278916d9f394185653", "sha256": "847e62ad56c07d69e6ac7767a3670ac8a6678c06197426f938f65684ac9e5153" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.6.2.tar.gz", "has_sig": false, "md5_digest": "b1bc73741fc67e278916d9f394185653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5479143, "upload_time": "2017-10-03T17:06:39", "url": "https://files.pythonhosted.org/packages/55/49/d554773f7b4f7390d2f720c845e1563ea91881f745865e08675a67ca765e/ckanext-govdf_theme-0.0.8.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1bc73741fc67e278916d9f394185653", "sha256": "847e62ad56c07d69e6ac7767a3670ac8a6678c06197426f938f65684ac9e5153" }, "downloads": -1, "filename": "ckanext-govdf_theme-0.0.8.6.2.tar.gz", "has_sig": false, "md5_digest": "b1bc73741fc67e278916d9f394185653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5479143, "upload_time": "2017-10-03T17:06:39", "url": "https://files.pythonhosted.org/packages/55/49/d554773f7b4f7390d2f720c845e1563ea91881f745865e08675a67ca765e/ckanext-govdf_theme-0.0.8.6.2.tar.gz" } ] }