Changes between Version 340 and Version 341 of ippToPsps
- Timestamp:
- Apr 13, 2012, 10:49:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v340 v341 120 120 == Datastore == 121 121 122 {{{ippToPsps}}} currently uses two datastore'products': 122 {{{ippToPsps}}} needs to publish to the IPP instance of the datastore. All functionality for this is part of the Datastore class, the source for which is [browser:trunk/ippToPsps/jython/datastore.py here]. 123 124 For loading, {{{ippToPsps}}} currently uses two datastore 'products': 123 125 124 126 * {{{PSPS_JHU}}} 125 127 * {{{PSPS_test}}} 126 128 127 Currently weuse {{{PSPS_JHU}}} for production, and {{{PSPS_test}}} for testing129 We generally use {{{PSPS_JHU}}} for production, and {{{PSPS_test}}} for testing 128 130 129 131 To create a new product, run something like this 130 131 132 132 133 {{{
