Commit 4c81721c55aa94fbc6c7bd20ac73a46755eb7edc
1 parent
41064b9f
Exists in
master
Small fixes on icons and rename of files to markdown
Showing
13 changed files
with
20 additions
and
20 deletions
Show diff stats
CHANGES.txt
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +WSCacicNeo README | ||
2 | +================== | ||
3 | + | ||
4 | +Getting Started | ||
5 | +--------------- | ||
6 | + | ||
7 | +- cd <directory containing this file> | ||
8 | + | ||
9 | +- $venv/bin/python setup.py develop | ||
10 | + | ||
11 | +- $venv/bin/initialize_WSCacicNeo_db development.ini | ||
12 | + | ||
13 | +- $venv/bin/pserve development.ini | ||
14 | + |
README.txt
@@ -1,14 +0,0 @@ | @@ -1,14 +0,0 @@ | ||
1 | -WSCacicNeo README | ||
2 | -================== | ||
3 | - | ||
4 | -Getting Started | ||
5 | ---------------- | ||
6 | - | ||
7 | -- cd <directory containing this file> | ||
8 | - | ||
9 | -- $venv/bin/python setup.py develop | ||
10 | - | ||
11 | -- $venv/bin/initialize_WSCacicNeo_db development.ini | ||
12 | - | ||
13 | -- $venv/bin/pserve development.ini | ||
14 | - |
setup.py
@@ -3,8 +3,8 @@ import os | @@ -3,8 +3,8 @@ import os | ||
3 | from setuptools import setup, find_packages | 3 | from setuptools import setup, find_packages |
4 | 4 | ||
5 | here = os.path.abspath(os.path.dirname(__file__)) | 5 | here = os.path.abspath(os.path.dirname(__file__)) |
6 | -README = open(os.path.join(here, 'README.txt')).read() | ||
7 | -CHANGES = open(os.path.join(here, 'CHANGES.txt')).read() | 6 | +README = open(os.path.join(here, 'README.md')).read() |
7 | +CHANGES = open(os.path.join(here, 'CHANGES.md')).read() | ||
8 | 8 | ||
9 | requires = [ | 9 | requires = [ |
10 | 'pyramid', | 10 | 'pyramid', |
wscacicneo/static/icons/ajuda.png
wscacicneo/static/icons/busca.png
wscacicneo/static/icons/downloads.png
wscacicneo/static/icons/estatisticas.png
wscacicneo/static/icons/ferramentas.png
wscacicneo/static/icons/mensagens.png
wscacicneo/static/icons/relatorios.png
wscacicneo/static/icons/usuario.png