Sponsored Content
Full Discussion: Thank you members and admins
The Lounge What is on Your Mind? Thank you members and admins Post 302963559 by Don Cragun on Saturday 2nd of January 2016 11:37:22 PM
Old 01-03-2016
Congratulations on your promotion. Smilie
This User Gave Thanks to Don Cragun For This Post:
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Admins >

Just wanted to say great website and thank you... (0 Replies)
Discussion started by: 98_1LE
0 Replies

2. Post Here to Contact Site Administrators and Moderators

admins and moderators..

hi admins and moderators, thread :https://www.unix.com/showthread.php?t=20620 my first thread in the forum.. i thought of some other answer. i like to tell you to delete that thread.. or tell anyother answer.. (1 Reply)
Discussion started by: sekar sundaram
1 Replies

3. Solaris

Any sys admins from uk?

Hello Guys, im new to this forum. Im from UK and ive recently completed my SCSA I & II and also got trained in Veritas Suite (Veritas Volume Manager and Veritas Clusters, Veritas NetBackup), SAN Configuration. I was trying to get a break as a junior sun solaris admin. I am applying for the jobs... (1 Reply)
Discussion started by: megadeth
1 Replies

4. High Performance Computing

Guides for new HPC admins

In my company, it's fallen on me to serve as the admin of our new HPC cluster, a task that's very new to me. It's very important to me to lay a solid foundation and avoid any unnecessary pitfalls. So, can anyone recommend a succinct guide or list of do's-and-don'ts for adiminstering an HPC cluster?... (0 Replies)
Discussion started by: DBryan
0 Replies

5. Post Here to Contact Site Administrators and Moderators

For the Admins, rouge advert(s)...

Hi guys this problem exists on all my machines... Windows 8.1, Ubuntu, iMac and this MBP. All use fireFox, latest current version. If I log in there is NOT a problem. I usually enter this site as an outsider and I have noticed that there is some rouge code and/or advert that slows the... (5 Replies)
Discussion started by: wisecracker
5 Replies
RST2XML(1)							  text processing							RST2XML(1)

NAME
rst2xml - convert reST documents to XML SYNOPSIS
rst2xml [options] [<source> [<destination>]] DESCRIPTION
Generates Docutils-native XML from standalone reStructuredText sources. Reads from <source> (default is stdin) and writes to <destination> (default is stdout). See <http://docutils.sf.net/docs/user/config.html> for the full reference. OPTIONS
General Docutils Options --title=TITLE Specify the document title as metadata. --generator, -g Include a "Generated by Docutils" credit and link. --no-generator Do not include a generator credit. --date, -d Include the date at the end of the document (UTC). --time, -t Include the time & date (UTC). --no-datestamp Do not include a datestamp of any kind. --source-link, -s Include a "View document source" link. --source-url=<URL> Use <URL> for a source link; implies --source-link. --no-source-link Do not include a "View document source" link. --toc-entry-backlinks Link from section headers to TOC entries. (default) --toc-top-backlinks Link from section headers to the top of the TOC. --no-toc-backlinks Disable backlinks to the table of contents. --footnote-backlinks Link from footnotes/citations to references. (default) --no-footnote-backlinks Disable backlinks from footnotes and citations. --section-numbering Enable section numbering by Docutils. (default) --no-section-numbering Disable section numbering by Docutils. --strip-comments Remove comment elements from the document tree. --leave-comments Leave comment elements in the document tree. (default) --strip-elements-with-class=<class> Remove all elements with classes="<class>" from the document tree. Warning: potentially dangerous; use with caution. (Multiple-use option.) --strip-class=<class> Remove all classes="<class>" attributes from elements in the document tree. Warning: potentially dangerous; use with caution. (Mul- tiple-use option.) --report=<level>, -r <level> Report system messages at or higher than <level>: "info" or "1", "warning"/"2" (default), "error"/"3", "severe"/"4", "none"/"5" --verbose, -v Report all system messages. (Same as "--report=1".) --quiet, -q Report no system messages. (Same as "--report=5".) --halt=<level> Halt execution at system messages at or above <level>. Levels as in --report. Default: 4 (severe). --strict Halt at the slightest problem. Same as "--halt=info". --exit-status=<level> Enable a non-zero exit status for non-halting system messages at or above <level>. Default: 5 (disabled). --debug Enable debug-level system messages and diagnostics. --no-debug Disable debug output. (default) --warnings=<file> Send the output of system messages to <file>. --traceback Enable Python tracebacks when Docutils is halted. --no-traceback Disable Python tracebacks. (default) --input-encoding=<name[:handler]>, -i <name[:handler]> Specify the encoding and optionally the error handler of input text. Default: <locale-dependent>:strict. --input-encoding-error-handler=INPUT_ENCODING_ERROR_HANDLER Specify the error handler for undecodable characters. Choices: "strict" (default), "ignore", and "replace". --output-encoding=<name[:handler]>, -o <name[:handler]> Specify the text encoding and optionally the error handler for output. Default: UTF-8:strict. --output-encoding-error-handler=OUTPUT_ENCODING_ERROR_HANDLER Specify error handler for unencodable output characters; "strict" (default), "ignore", "replace", "xmlcharrefreplace", "backslashre- place". --error-encoding=<name[:handler]>, -e <name[:handler]> Specify text encoding and error handler for error output. Default: ascii:backslashreplace. --error-encoding-error-handler=ERROR_ENCODING_ERROR_HANDLER Specify the error handler for unencodable characters in error output. Default: backslashreplace. --language=<name>, -l <name> Specify the language (as BCP 47 language tag). Default: en. --record-dependencies=<file> Write output file dependencies to <file>. --config=<file> Read configuration settings from <file>, if it exists. --version, -V Show this program's version number and exit. --help, -h Show this help message and exit. reStructuredText Parser Options --pep-references Recognize and link to standalone PEP references (like "PEP 258"). --pep-base-url=<URL> Base URL for PEP references (default "http://www.python.org/dev/peps/"). --pep-file-url-template=<URL> Template for PEP file part of URL. (default "pep-%04d") --rfc-references Recognize and link to standalone RFC references (like "RFC 822"). --rfc-base-url=<URL> Base URL for RFC references (default "http://www.faqs.org/rfcs/"). --tab-width=<width> Set number of spaces for tab expansion (default 8). --trim-footnote-reference-space Remove spaces before footnote references. --leave-footnote-reference-space Leave spaces before footnote references. --no-file-insertion Disable directives that insert the contents of external file ("include" & "raw"); replaced with a "warning" system message. --file-insertion-enabled Enable directives that insert the contents of external file ("include" & "raw"). Enabled by default. --no-raw Disable the "raw" directives; replaced with a "warning" system message. --raw-enabled Enable the "raw" directive. Enabled by default. Standalone Reader --no-doc-title Disable the promotion of a lone top-level section title to document title (and subsequent section title to document subtitle promo- tion; enabled by default). --no-doc-info Disable the bibliographic field list transform (enabled by default). --section-subtitles Activate the promotion of lone subsection titles to section subtitles (disabled by default). --no-section-subtitles Deactivate the promotion of lone subsection titles. Docutils XML Writer Options Warning: the --newlines and --indents options may adversely affect whitespace; use them only for reading convenience. --newlines Generate XML with newlines before and after tags. --indents Generate XML with indents and newlines. --no-xml-declaration Omit the XML declaration. Use with caution. --no-doctype Omit the DOCTYPE declaration. RST2XML(1)
All times are GMT -4. The time now is 07:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy