Revision 8244
Added by ben leinfelder over 11 years ago
docs/user/metacat/source/submitting.rst | ||
---|---|---|
75 | 75 |
|
76 | 76 |
:: |
77 | 77 |
|
78 |
sudo yum install gcc libxml2-devel libxslt-devel ant –y
|
|
78 |
sudo yum install gcc libxml2-devel libxslt-devel ant -y
|
|
79 | 79 |
|
80 | 80 |
* Install CPAN, which allows us to install the Perl dependencies for the |
81 | 81 |
registry and account management parts of Metacat. If asked to manually |
... | ... | |
331 | 331 |
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
332 | 332 |
| squery | Perform a structured query. For an example, please see Searching Metacat. | |
333 | 333 |
| | | |
334 |
| | ``query`` - the text of the pathquery document sent to the server |
|
|
335 |
| | ``qformat`` - the format to return the results in. Possible values are: ``xml``, or the name of the a skin. | |
|
|
334 |
| | ``query`` - the text of the pathquery document sent to the server | |
|
335 |
| | ``qformat`` - the format to return the results in. Possible values are: ``xml``, or the name of the a skin. | |
|
336 | 336 |
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
337 | 337 |
| update | Overwrite an XML document with a new one and give the new one the same docid but with | |
338 | 338 |
| | the next revision number. For an example, please see Inserting, Updating, and | |
Also available in: Unified diff
correct table formatting for sphinx