comparison doc/index.html @ 279:231a031e4765

Updated doc for recent roundup-admin changes
author Richard Jones <richard@users.sourceforge.net>
date Wed, 10 Oct 2001 03:58:40 +0000
parents 20fed9cad7b4
children baf901f72977
comparison
equal deleted inserted replaced
278:a5dabf2430c5 279:231a031e4765
360 360
361 <tr><td valign=top><strong>set</strong></td> 361 <tr><td valign=top><strong>set</strong></td>
362 <td><tt>set designator[,designator]* propname=value ...</tt><p> 362 <td><tt>set designator[,designator]* propname=value ...</tt><p>
363 Sets the property to the value for all designators given. 363 Sets the property to the value for all designators given.
364 </td></tr> 364 </td></tr>
365 365
366 <tr><td valign=top><strong>init</strong></td> 366 <tr><td valign=top><strong>init</strong></td>
367 <td><tt>init [template [backend [admin password]]]</tt><p> 367 <td><tt>init [template [backend [admin password]]]</tt><p>
368 The command will prompt for the instance home directory (if not supplied 368 The command will prompt for the instance home directory (if not supplied
369 through INSTANCE_HOME or the -i option. The template, backend and admin 369 through INSTANCE_HOME or the -i option. The template, backend and admin
370 password may be specified on the command-line as arguments, in that order. 370 password may be specified on the command-line as arguments, in that order.
371 </td></tr>
372
373 <tr><td valign=top><strong>export</strong></td>
374 <td><tt>export class[,class] destination_dir</tt><p>
375 This action exports the current data from the database into
376 comma-separated files that are placed in the nominated destination
377 directory. The journals are not exported.
378 </td></tr>
379
380 <tr><td valign=top><strong>import</strong></td>
381 <td><tt>import class file</tt><p>
382 The file must define the same properties as the class (including having
383 a "header" line with those property names.)
371 </td></tr> 384 </td></tr>
372 385
373 <tr><td valign=top><strong>freshen</strong></td> 386 <tr><td valign=top><strong>freshen</strong></td>
374 <td><tt>freshen</tt><p> 387 <td><tt>freshen</tt><p>
375 <strong>**DO NOT USE**</strong> 388 <strong>**DO NOT USE**</strong>
1137 Go Ping, you rock! Also, go Bizar Software for letting me implement this 1150 Go Ping, you rock! Also, go Bizar Software for letting me implement this
1138 system on their time. 1151 system on their time.
1139 1152
1140 <p>&nbsp;</p> 1153 <p>&nbsp;</p>
1141 <hr> 1154 <hr>
1142 $Id: index.html,v 1.13 2001-10-10 01:47:55 richard Exp $ 1155 $Id: index.html,v 1.14 2001-10-10 03:58:40 richard Exp $
1143 <p>&nbsp;</p> 1156 <p>&nbsp;</p>
1144 1157
1145 </body></html> 1158 </body></html>
1146 1159

Roundup Issue Tracker: http://roundup-tracker.org/