Changeset 3910

Show
Ignore:
Timestamp:
06/26/08 17:44:13 (7 months ago)
Author:
osimons
Message:

FullBlogPlugin: Minor help text improvements to the i-wanna-hold-your-hand sidebar that is available when creating new posts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_edit.html

    r3906 r3910  
    2727 
    2828      <div py:if="is_create and can_create" id="sidebar"> 
    29         <p><em>Naming your blog posts.</em></p
     29        <h4>Naming your blog posts</h4
    3030        <p>When naming your posts (post shortname), it is recommended to make them URL friendly 
    3131          (for instance avoid spaces).</p> 
    3232        <p>Blog posts can also be referenced with <tt>[blog:postname]</tt> wiki link syntax, 
    3333          so you may not want to make them too hard to read or write.</p> 
    34         <p>Some names are reserved and not allowed:</p> 
     34        <p>Some names are reserved and not allowed - warnings will appear:</p> 
    3535        <ul> 
    3636          <li>'view', 'create', 'edit', 'archive', 'delete', 'category', 'author' - 
     
    3939            used for month-based browsing.</li> 
    4040        </ul> 
     41        <p>The name of a post cannot be changed later.</p> 
    4142      </div> 
    4243