https://github.com/hexsprite/plock
Plone + Grok using Content Mirror
https://github.com/hexsprite/plock
Last synced: 9 months ago
JSON representation
Plone + Grok using Content Mirror
- Host: GitHub
- URL: https://github.com/hexsprite/plock
- Owner: hexsprite
- Created: 2009-03-31T21:30:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-04-05T23:07:52.000Z (over 16 years ago)
- Last Synced: 2025-01-29T10:18:02.788Z (11 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is a Plock, a Grok-based front-end for Plone CMS using contentmirror to update content in a relational database.
Using it you can quickly deploy a purely SQL-based front-end to a Plone site quickly developed using Grok and Zope 3.
test.db is a SQLLite database for testing purposes.
Why not Plok? Plock is a song by the band Plone.
RUNNING THE EXAMPLE
-------------------
$ bin/buildout -v
$ cp test.db /tmp/contentmirror.db
$ bin/paster serve parts/etc/deploy.ini
Login and create a plock application.
RUNNING TESTS
-------------
bin/test -s plock
AUTHOR
------
Jordan Baker
TODO
----
- currently uses a private copy of megrok.rdb that allows for models to be based on SQLAlchemy's polymorphism. Need to get this integrated into the public SVN.
- test.db needs to have a record for atdocument added to it so its complete.