This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from 4d2d0c0 dirs have files now. remove placeholders. tweak gitignore for
bs.zip
new f1a5e99 print integrity values
new 3b90fe4 Initial skeleton for the webapp server.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
v3/bin/fetch-bootstrap.sh | 8 ++++
pysteve/lib/__init__.py => v3/server/api.py | 9 ++--
.../__init__.py => server/config.yaml.example} | 19 +++-----
v3/server/main.py | 50 ++++++++++++++++++++++
v3/{steve/vtypes/__init__.py => server/pages.py} | 20 +++++----
v3/server/templates/home.ezt | 20 +++++++++
7 files changed, 102 insertions(+), 26 deletions(-)
copy pysteve/lib/__init__.py => v3/server/api.py (89%)
copy v3/{steve/vtypes/__init__.py => server/config.yaml.example} (70%)
mode change 100644 => 100755 v3/server/main.py
copy v3/{steve/vtypes/__init__.py => server/pages.py} (67%)
create mode 100644 v3/server/templates/home.ezt