On Thu, 14 Nov 2013, [email protected] wrote:
> I didn’t want to setup WebSubmit again (urgh… soooo much settings in
> online forms, and not git-able…)

For setting up WebSubmit in an editable way, you can use:

   $ /opt/invenio/bin/websubmitadmin --help

It is a basic dumper/loader of WebSubmit configurations.  The editable
format is SQL statements, so pretty low-level.

(Other modules use higher-level dumper/loader formats, and concerning
submission the new deposition module from Invenio/next is all Pythonic
hence nicely editable.)

> - don’t know if that would habe been deleted that way, too.

tabbibclean.sql would not remove site configurations, only site records
and past submissions and approvals:

  $ grep sbm modules/miscutil/sql/tabbibclean.sql
  TRUNCATE sbmAPPROVAL;
  TRUNCATE sbmSUBMISSIONS;
  TRUNCATE sbmPUBLICATION;
  TRUNCATE sbmPUBLICATIONCOMM;
  TRUNCATE sbmPUBLICATIONDATA;

Best regards
--
Tibor Simko

Reply via email to