The Rave Victoria Markup Language (RVML) is a stripped down version of the
HyperText Markup Language (HTML) used in the World Wide Web. Basically, RVML
provides an albeit limited means of marking up the text that appears in the
body of a message. The following codes are provided by RVML:
[b] and [i]
-
The
b and i tags allow you to bold or italicize text in your message.
The tags take the following formats:
[b]text[/b]
[i]text[/i]
This text will appear on the web page as text or text,
respectively.
[quote]
-
The
quote tags allows you to quote text in your message. The tag take
the following format:
[quote]This is some quoted text.[/quote]
This text will be indented on the web page, as in:
This
is some quoted text.
[url]
-
The
url tag allows you to put a link to a web site into your message.
The url tag takes the following formats:
[url]www.foo.com[/url]
This code will appear as a link to the web page at
"http://www.foo.com" and will appear in the message body
as "www.foo.com".
[url]http://www.foo.com[/url]
This code will appear as a link to the web page at
"http://www.foo.com", and will appear in the message body
as "http://www.foo.com".
[url=www.foo.com]click me![/url]
[url=http://www.foo.com]click me![/url]
This code will appear as a link to the web page at
"http://www.foo.com", and will appear in the message body
as "click me!".
[img]
-
The
img tag allows you to put an image into your message body.
The img tag takes the following formats:
[img=www.foo.com/whatever.jpg]
[img=http://www.foo.com/whatever.jpg]
The image will appear in the message body, and will be loaded from the
web site indicated in the tag. Note that the image must be available
on a public web site - you cannot display images stored on your
local machine.
[youtube]
-
The
youtube tag allows you to embed a Youtube video into your message body.
The youtube tag takes the following format:
[youtube=oHg5SJYRHA0]
The video will appear in the message body and is determined by the
identifier placed after the "=" (equal) sign. The identifier is the
alphanumeric characters at the end of the video URL (eg. The URL
for the video is: http://www.youtube.com/watch?v=oHg5SJYRHA0)
[soundcloud]
-
The
soundcloud tag allows you to embed a SoundCloud audio track into your message body.
The soundcloud tag takes the following format:
[soundcloud=http://soundcloud.com/fractal/iterate-hello-world]
The SoundCloud audio player will appear in the message body and is
determined by the url placed after the "=" (equal) sign. The url is the
entire URL of the individual track.