Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lugensa/js.spiffform
fanstatic spiffform
https://github.com/lugensa/js.spiffform
Last synced: 21 days ago
JSON representation
fanstatic spiffform
- Host: GitHub
- URL: https://github.com/lugensa/js.spiffform
- Owner: lugensa
- License: bsd-3-clause
- Created: 2012-11-08T09:51:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T19:57:00.000Z (over 5 years ago)
- Last Synced: 2024-05-11T05:42:30.519Z (8 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Introduction
============This library packages `SpiffForm`_ for `fanstatic`_. It is aware of SpiffForm's
structure... _`fanstatic`: http://fanstatic.org
.. _`SpiffForm`: https://github.com/knipknap/SpiffFormThis requires integration between your web framework and ``fanstatic``,
and making sure that the original resources (shipped in the ``resources``
directory) are published to some URL.Git subtree of SpiffForm
------------------------We use git `subtree`_ to get SpiffForm.
.. _`subtree`: https://help.github.com/articles/working-with-subtree-merge
How::
$ git remote add -f spiffform https://github.com/lugensa/SpiffForm.git
$ git merge -s ours --no-commit spiffform/master
$ git read-tree --prefix=js/spiffform/resources/ -u spiffform/master
$ git commit -m "Subtree merged in js/spiffform/resources/"Pull changes::
$ git pull -s subtree #this only works if we use not nested prefix name
$ git pull --squash -s subtree https://github.com/lugensa/SpiffForm.git master