Personal tools

How to use reStructuredText in COREBlog's entry

How to use reStructuredText in COREBlog's entry.

reStructuredText is a text markup syntax, easy-to-read, what-you-see-is-what-you-get.

For more information, see this page.

Requirements

  • Zope 2.7 or higher
    • COREBlog 0.73b still work with Zope 2.6.x ,2.5.x , 2.4.x. But if you want to use reStructuredText,you have to upgrade Zope 2.7.x.
    • For Zope 2.6.x users, please check following URL :-).
  • COREBlog 0.73b or higher

Customizing SKIN

If you have COREBlog site created on erlyer COREBlog 0.73b,you need customize SKIN.

Please click contents tab. Then you can see entry_body.

  • In middle of the codes, add dtml-elif block for reStructuredText for body
 %lt;dtml-elif "format == 4 and body">
 %lt;dtml-var body fmt=restructured-text>
 %lt;/dtml-if>
  • In middle-low of the codes.add dtml-elif block for reStructuredText for extend
 %lt;dtml-elif "format == 4 and extend">
 %lt;dtml-var extend fmt=restructured-text>
 %lt;/dtml-if>

That's all :-).

You are here: Home Hot-Tos How to use reStructuredText in COREBlog's entry
About COREBlog
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
Bugs/Feature Requests
If you have bug reports or feature requests, please add new ticket to trac for COREBlog2. Be sure to write your name and email address so I can contact to you :-).
COREBlog (for Zope users)
The current version of COREBlog (for Zope) is 1.2.5 (relaased 2006/04/03)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
 

Powered by Plone, the Open Source Content Management System