Boost C++ Libraries: Ticket #2148: Handful typos reporting scheme for Boost web site https://svn.boost.org/trac10/ticket/2148 <p> I've seen an interesting functionality on some web sites and suppose that it could be worth adding to the Boost web site. </p> <p> The main idea is to add some <a class="missing wiki">JavaScript</a> which would create a bug/typo-handling form on pressing some key combination. This form should reflect the text highlighted at the moment of pressing the key combination. </p> <p> Unfortunately I've got a few examples of sites with this feature (and Google doesn't help). In fact at this moment I could point out only one implementation of this. Although getting things worse this site is Russian. But anyway here it is: <a class="ext-link" href="http://www.intuit.ru/"><span class="icon">​</span>http://www.intuit.ru/</a> </p> <p> At the bottom of each page you can see a phrase: “Внимание! Если Вы увидите ошибку на нашем сайте, выделите её и нажмите Ctrl+Enter.” It means: “Attention! If you see an error (a typo) on our site, highlight it and press Ctrl+Enter.” Unfortunately it works only for registered users (but the registration is free), though I recall the time when it was freely available. </p> <p> I'm not a web-programmer and probably can't implement this functionality from scratch. But it could be easily noted, that the implementation on intuit.ru is like this. There is a hidden (in fact very small) iframe on the standard page footer with link to www.intuit.ru/content-operation/error.xhtml which holds quite short <a class="missing wiki">JavaScript</a> and links with other .js-file (www.intuit.ru/content-operation/default.js) with a little bit longer definition of prototype for contentOperation form and another .js-file for checking authorization. </p> <p> Maybe in the case of Boost site such <a class="missing wiki">JavaScript</a> should redirect to the Trac system automatically filling some fields of the ticket-form. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2148 Trac 1.4.3 René Rivera Fri, 02 Jan 2015 04:18:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2148#comment:1 https://svn.boost.org/trac10/ticket/2148#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Not easily possible given the current web site implementation we use. When, and if, we move to something like wordpress it might be possible. But I'm closing this for now. Especially since just about anyone can now do direct editing of the web site on github and submit pull requests. </p> Ticket