Feature #16
openA better translation status page for Spip articles
10%
Description
Currently the page which displays the translation status of each Spip article is:
http://www.doudoulinux.org/web/ecrire/?exec=articles_tous
Unfortunately this is a JavaScript'ed page on which you have to click to get the status information of each section or sub-section. You also have to choose which languages are to be compared. So finally this is not so useful:
- operations are still manual
- you can't have a global translation status
- the color code is not so obvious to understand
On the official Spip website they're using a special page:
http://www.spip.net/rubrique4.html
The figures showed are not much understandable. However it has the advantage to show all translations in a single table. The table itself is built by a dedicated Php script:
http://www.spip.net/trad-lang/trad_bilan.php
This script is not part of the official Spip release.
Updated by Jean-Michel Philippe about 13 years ago
- Category set to Documentation process
- Status changed from New to In Progress
- Assignee set to Jean-Michel Philippe
- % Done changed from 0 to 10
The table is not showing the article status indeed! It is the Spip skeletons messages. We need to write Php code derived from http://www.doudoulinux.org/spip/ecrire/?exec=articles_tous.
Updated by Jean-Michel Philippe about 13 years ago
This page seems to be displayed by the script spip/ecrire/exec/articles_tous.php
. It contains a loop to fetch all articles information. We have to base our work on this loop then make a script that shows a table of each article status in each language.