Displaying 1 result from an estimated 1 matches for "oranythingelse".
Did you mean:
anythingelse
2006 Jun 08
0
Is possible to mantain a co0l blog without broke XHTML?
...e something
WYSIWYG
You get easly what you want, but sometime the code could be dirty and
useless.
But you use HTML inside so you''ll be sure that every cms could import
it.
What about an hybrid?
You write a simple HTML code via WYSIWYG editor and then re-parse it
again with Rails-aCMS-orAnythingElse.
Probably the best solution for the code highlightning is Coderay
(http://coderay.rubychan.de/); you write a code like:
<code lang="ruby">
Class Test
end
</code>
and you get:
<code lang="ruby">
<span class="keyword">Class</span> Test...