Skip to content

Commit

Permalink
Merged to version 3.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and Dr. Frank Hoffmann committed Mar 28, 2019
1 parent 91cd4c4 commit d0f468d
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 1,223 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
zms3.formulator
===============

This Python Package is an Extension for the `ZMS3 Publishing System <http://www.zms-publishing.com>`_ (Open Source Content Management for Science, Technology and Medicine) to integrate the `JSON Editor by Jeremy Dorn <http://jeremydorn.com/json-editor>`_, Redwood City, CA.
This Python Package is an Extension for the ZMS3 Publishing System <http://www.zms-publishing.com> (Open Source Content Management for Science, Technology and Medicine) to integrate the `JSON Editor by Jeremy Dorn <http://jeremydorn.com/json-editor>`_, Redwood City, CA.

A JSON Schema is generated based on special content objects and used to transform it into an HTML Form handling all the front-end validations.

The data submitted by the generated HTML Form can be transmitted into a remote `SQL Storage <http://www.sqlalchemy.org>`_ for further processing and evaluation using standard reporting tools - or data will be stored into the included `ZODB <http://www.zodb.org>`_ and/or sent by mail.
The data submitted by the generated HTML Form can be transmitted into a remote SQL Storage <http://www.sqlalchemy.org> for further processing and evaluation using standard reporting tools - or data will be stored into the included `ZODB <http://www.zodb.org>`_ and/or sent by mail.

Form submission provides support for the `reCAPTCHA service by Google <https://www.google.com/recaptcha>`_ to protect from spam and abuse.
Form submission provides support for the reCAPTCHA service by Google <https://www.google.com/recaptcha> to protect from spam and abuse.

References
----------

* https://bitbucket.org/zms3/formulator
* https://github.com/zms-publishing/zms3.formulator
* https://pypi.python.org/pypi/ZMS3
* https://github.com/jdorn/json-editor
* https://developers.google.com/recaptcha/intro
Expand All @@ -22,6 +22,6 @@ References
Changelog
---------

* https://bitbucket.org/zms3/formulator/commits/all
* https://github.com/zms-publishing/zms3.formulator/commits/master

Copyright (c) 2014-2017 `HOFFMANN+LIEBENBERG <http://www.hoffmannliebenberg.de>`_ in association with `SNTL Publishing <http://www.sntl-publishing.com>`_, Berlin. Code released under the `GNU Affero General Public License v3 <http://www.gnu.org/licenses/agpl.html>`_ license.
Copyright (c) 2014-2019 HOFFMANN+LIEBENBERG <http://www.hoffmannliebenberg.de> in association with SNTL Publishing <http://www.sntl-publishing.com>`_, Berlin. Code released under the GNU Affero General Public License v3 <http://www.gnu.org/licenses/agpl.html> license.
6 changes: 6 additions & 0 deletions conf/zms3.formulator.langdict.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ xmlns:html="http://www.w3.org/TR/REC-html40">
<Cell ss:StyleID="string"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="string"><Data ss:Type="String">Value is mandatory</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="string"><Data ss:Type="String">ZMSFORMULATOR_FEEDBACK_MSG</Data></Cell>
<Cell ss:StyleID="string"><Data ss:Type="String">Vielen Dank, die Daten sind bei uns eingegangen.</Data></Cell>
<Cell ss:StyleID="string"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="string"><Data ss:Type="String">Thank you, we have received the data.</Data></Cell>
</Row>
</Table>
</Worksheet>
</Workbook>
Loading

0 comments on commit d0f468d

Please sign in to comment.