Changeset 3910
- Timestamp:
- 06/26/08 17:44:13 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fullblogplugin/0.11/tracfullblog/templates/fullblog_edit.html
r3906 r3910 27 27 28 28 <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> 30 30 <p>When naming your posts (post shortname), it is recommended to make them URL friendly 31 31 (for instance avoid spaces).</p> 32 32 <p>Blog posts can also be referenced with <tt>[blog:postname]</tt> wiki link syntax, 33 33 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> 35 35 <ul> 36 36 <li>'view', 'create', 'edit', 'archive', 'delete', 'category', 'author' - … … 39 39 used for month-based browsing.</li> 40 40 </ul> 41 <p>The name of a post cannot be changed later.</p> 41 42 </div> 42 43
