Raw HTML is not allowed in blog posts. To style your posts, you can use our code that is very similar to bbcode. The following codes are supported:
| Effect | Code | Rendered | Allowed Children |
|---|---|---|---|
| Bold | [b]Some Text[/b] | Some Text | [i],[u],[color],[url],[stealth],[email] |
| Italic | [i]Some Text[/i] | Some Text | [b],[u],[color],[url],[stealth],[email] |
| Underline | [u]Some Text[/u] | Some Text | [b],[i],[color],[url],[stealth],[email] |
| Plain Hyperlink | [url]http://www.clfsrpm.net/[/url] | http://www.clfsrpm.net/ | [b],[i],[u],[color],[img] |
| Fancy Hyperlink | [url=http://www.clfsrpm.net/]A Cool Website[/url] | A Cool Website | [b],[i],[u],[color],[img] |
| Stealth Hyperlink | [stealth]http://www.clfsrpm.net/[/stealth] | http://www.clfsrpm.net/ | [b],[i],[u],[color],[img] |
| Fancy Stealth Hyperlink | [stealth=http://www.clfsrpm.net/]A Cool Website[/stealth] | A Cool Website | [b],[i],[u],[color],[img] |
| Add Color | [color=Teal]Some Text[/color] | Some Text | [b],[i],[u],[br] |
| [email]mpeters@mac.com[/email] | mpeters@mac.com | none | |
| Fancy Email | [email=mpeters@mac.com]Michael A. Peters[/email] | Michael A. Peters | none |
| Image | [img]http://www.clfsrpm.net/foo.jpg[/img] | [] | none |
| Image with Alt Tag | [img=A cool image]http://www.clfsrpm.net/foo.jpg[/img] | [A cool image] | none |
| Block Quote | [quote]A block of text[/quote] | A block of text | [b],[url],[email],[img] |
| Bullet List | [ul] [*] Item 1 [*] Item 2 [*] Item 3 [/ul] |
| Items can contain [i],[b],[latin],[url],[stealth],[email] |
| Ordered List | [ol] [*] Item 1 [*] Item 2 [*] Item 3 [/ol] |
| Items can contain [i],[b],[latin],[url],[stealth],[email] |
| Scientific Name | [latin]Rana draytonii[/latin] | (Rana draytonii) | none |
| Source Code | [code] #!/bin/bash sleep 5 [/code] | #!/bin/bash sleep 5 | none |
| Fancy Source | [code=css] div.toolbar { width: 140px; float: left; margin-left: 10px; } [/code] | div.toolbar { width: 140px; float: left; margin-left: 10px; } | none |
| media | [media] | none |
[link] is synonymous with [url].
[image] is synonymous with [img].
[stealth] is used when you want to link to a web site without that web site knowing you linked to them. It is long term fragile, as it depends upon the web site anonym.to remaining operational.
For security reasons, your system administrator may restrict what hosts images can be linked from. Large images may be displayed by the browser at a smaller size.
Probably not robust, I am guessing it is not hard to break. Syntax highlighting only works with languages supported by the beta Text_Highlighter 0.7.1 class (available through pear):
What the [media] tag does is indicate where in the blog post you want media uploaded. There is no closing tag or arguments. If you use more than one media tag, only the last tag takes effect, as each blog can have no more than one media element. DOMBlogger does not allow media to be hosted on a third party web site, you must upload the media when you post your blog using the media upload input. Acceptable formats are Ogg Theora for video and Ogg Vorbis for audio.
If you do not use the [media] tag to specify where you want the media, it will be placed at the end of your blog.
Add capability for embedding multimedia.