Boost C++ Libraries: Ticket #1221: Section names may cause html names to be too long https://svn.boost.org/trac10/ticket/1221 <p> The neat automatic generation of section names needs to carry two warnings: </p> <p> 1 Names may cause html filenames to become too long (&gt;32 chars) </p> <p> 2 User provided section names that include capitals may generate <a class="wiki" href="https://svn.boost.org/trac10/wiki/CamelCase">CamelCase</a> filenames, disapproved by Boost. So recommend using all lower case section names. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1221 Trac 1.4.3 Daniel James Sat, 10 Jul 2010 15:37:49 GMT owner, status changed https://svn.boost.org/trac10/ticket/1221#comment:1 https://svn.boost.org/trac10/ticket/1221#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Concerning point 2, it should be its own ticket. And no, I won't fix it, quickbook shouldn't force people to follow boost guidelines. Especially since I want it to eventually be useful outside of boost. </p> <p> But I'll look into dealing with long ids. I think that for 1.5- they'll issue a warning, for 1.6+ they'll be truncated. It'll need to detect collisions, although it probably should do that anyway. </p> Ticket anonymous Sat, 10 Jul 2010 15:47:42 GMT <link>https://svn.boost.org/trac10/ticket/1221#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1221#comment:2</guid> <description> <p> I seem to recall seeing something in the XSL stylesheets for reducing the length of the file names. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Paul A. Bristow</dc:creator> <pubDate>Thu, 15 Jul 2010 09:15:30 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1221#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1221#comment:3</guid> <description> <p> OK with both your proposals. Thanks. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 29 Jul 2011 19:46:06 GMT</pubDate> <title>version changed https://svn.boost.org/trac10/ticket/1221#comment:4 https://svn.boost.org/trac10/ticket/1221#comment:4 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.34.1</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> Ticket anonymous Fri, 29 Jul 2011 19:46:59 GMT version, milestone changed https://svn.boost.org/trac10/ticket/1221#comment:5 https://svn.boost.org/trac10/ticket/1221#comment:5 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.48.0</span> → <span class="trac-field-new">Boost 1.34.1</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> <p> Oops, wrong field. </p> Ticket Daniel James Sat, 03 Sep 2011 12:25:39 GMT milestone changed https://svn.boost.org/trac10/ticket/1221#comment:6 https://svn.boost.org/trac10/ticket/1221#comment:6 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.48.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket Daniel James Wed, 02 Nov 2011 07:49:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1221#comment:7 https://svn.boost.org/trac10/ticket/1221#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/75251" title="Quickbook: New version of id_manager. Fixes #1221. This encapsulates ...">[75251]</a>) Quickbook: New version of id_manager. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1221" title="#1221: Support Requests: Section names may cause html names to be too long (closed: fixed)">#1221</a>. </p> <p> This encapsulates more in the id and section handling code. Fixes a few edge cases and separates implementation of the new and old section handling code. Always normalizes and truncates generated ids in quickbook 1.6. </p> Ticket