Hi,
On Mon, 29 May 2006 01:44:17 +0200, Matiphas <matiphas@...9...> wrote:
Le dimanche 28 mai 2006 à 15:34 -0700, Bryce Harrington a écrit :
Cool, good idea. To save space I just listed the %translated for each language. If anyone feels like improving the layout, please do; I fussed with some CSS and tables to get things to lineup nicer but it was beyond my css-fu.
Bryce
This week i'll try to update l10_status scipt, so that it directly provides pre-formated (html ? xml ? wiki_code ?) output, that can be directly copied-pasted on a page.
I've updated the css file to beautify the list of translations on the news page. Also the structure of translations' list in article created by Bryce has been modified. I've removed the table and set lists to float so they will wrap if the page has width smaller then required.
Matiphas, the template for l10_status script now looks as the code below.(I hope it will make it through, otherwise plese consult the source code of the article for details, thanks.)
One idea at the end, is there any page where this status can users see without putting it on a homepage in news? it would be good to link it from the "TranslatingInkscape" page for user to let them see how is the progress there. The page could be static, generated by the script after each commit of updated translations. If such a page is already there then I suggest to link it :)
Best regards Josef "cornelius" Vybiral
<!-- Begin of template --> <div class="list-of-translations"> <ul class="list-of-translations"> <li> am: 3% </li> <li> az: 2% </li> <li> be: 7% </li> <li> <b>ca: 95%</b> </li> <!-- significantly translated --> <li> <b>cs: 97%</b> </li> <li> da: 4% </li> <li> <b>de: 98%</b> </li> <li> el: 2% </li> </ul>
<ul class="list-of-translations"> <li> <b>es: 99%</b> </li> ... <!-- another part of the list --> </ul> ...
<div class="clear"> </div> <!-- the "clear" div is required to position next paragraphs properly --> </div> <!-- End of template -->