The Brasília Government Theme for Opandata
Project description
Template CKAN para PDA do GDF - ckanext-govdf_theme
Para ter acesso á área de usuário é necessário digitar /user/login depois do endereço url base.
Instalação
Para instalar ckanext-govdf_theme:
Ative seu ambiente virtual CKAN, por exemplo:
. /usr/lib/ckan/default/bin/activate
Instale o pacote Python ckanext-govdf_theme no seu ambiente virtual:
pip install ckanext-govdf_theme
Adicione govdf_theme na área ckan.plugins no seu arquivo de configurações do CKAN (por padrão o arquivo de configurações está em /etc/ckan/default/production.ini).
Reinicia o CKAN. Por exemplo se o CKAN foi implantado no Ubuntu com o Apache:
sudo service apache2 reload
Instalação para Desenvolvimento
Para instalar ckanext-govdf_theme para desenvolvimento, ative o seu ambinete virtual do CKAN e digite:
git clone https://lucas_jlma@bitbucket.org/lucas_jlma/gdf_ckan_theme.git cd ckanext-govdf_theme python setup.py develop pip install -r dev-requirements.txt
A ser implementado
Algumas funcionalidades não estão funcionando como deveriam e melhorias diversas devem ser implementadas.
Ordenação de conteúdo em todas as páginas;
Inclusão de CSS pelo fanstatic (ISSUE);
Implementar ferramentas de acessibilidade;
Implementar a área de administração do sistema;
Traduzir strings personalizadas do sistema;
links por referência;
Estilizar a paginação;
Para que o template funcione perfeitamente é indicada a substituição do arquivo main.css por outro equivalente com as formatações específicas do template e assim a estrutura HTML também.
Running the Tests - Not Available
To run the tests, do:
nosetests --nologcapture --with-pylons=test.ini
To run the tests and produce a coverage report, first make sure you have coverage installed in your virtualenv (pip install coverage) then run:
nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.govdf_theme --cover-inclusive --cover-erase --cover-tests
Registering ckanext-govdf_theme on PyPI
ckanext-govdf_theme should be availabe on PyPI as https://pypi.python.org/pypi/ckanext-govdf_theme. If that link doesn’t work, then you can register the project on PyPI for the first time by following these steps:
Create a source distribution of the project:
python setup.py sdist
Register the project:
python setup.py register
Upload the source distribution to PyPI:
python setup.py sdist upload
Tag the first release of the project on GitHub with the version number from the setup.py file. For example if the version number in setup.py is 0.0.1 then do:
git tag 0.0.1 git push --tags
Releasing a New Version of ckanext-govdf_theme
ckanext-govdf_theme is availabe on PyPI as https://pypi.python.org/pypi/ckanext-govdf_theme. To publish a new version to PyPI follow these steps:
Update the version number in the setup.py file. See PEP 440 for how to choose version numbers.
Create a source distribution of the new version:
python setup.py sdist
Upload the source distribution to PyPI:
python setup.py sdist upload
Tag the new release of the project on GitHub with the version number from the setup.py file. For example if the version number in setup.py is 0.0.2 then do:
git tag 0.0.2 git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for ckanext-govdf_theme-0.0.8.6.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 847e62ad56c07d69e6ac7767a3670ac8a6678c06197426f938f65684ac9e5153 |
|
MD5 | b1bc73741fc67e278916d9f394185653 |
|
BLAKE2b-256 | 5549d554773f7b4f7390d2f720c845e1563ea91881f745865e08675a67ca765e |