1,623
edits
| Line 80: | Line 80: | ||
*** The "navigation" articles -- start pages, Ask a Question | *** The "navigation" articles -- start pages, Ask a Question | ||
*** The How to Contribute articles | *** The How to Contribute articles | ||
*** Most Popular Support articles, rated by popularity (not just page hits) | |||
** Lists must contain info about: | ** Lists must contain info about: | ||
*** Article name or URL | *** Article name or URL | ||
| Line 92: | Line 93: | ||
*** scoreLimit: (optional) limits the number of articles to list based on the priority system we use. For example, in our case, we might want to show a list of the articles that are needed in order to reach 50% page hits. We can't just say limit=15 because we don't know if 15 articles are really enough or if it's actually 16, or even 20. Instead, we use scoreLimit=0.5 (assuming the sum of the score for all articles are 1.0) | *** scoreLimit: (optional) limits the number of articles to list based on the priority system we use. For example, in our case, we might want to show a list of the articles that are needed in order to reach 50% page hits. We can't just say limit=15 because we don't know if 15 articles are really enough or if it's actually 16, or even 20. Instead, we use scoreLimit=0.5 (assuming the sum of the score for all articles are 1.0) | ||
***filter: it should be possible to filter the list on status. For example, we might want to show a list of only the articles that are translated and waiting for approval/review. Or, we might want to filter out already translated articles. | ***filter: it should be possible to filter the list on status. For example, we might want to show a list of only the articles that are translated and waiting for approval/review. Or, we might want to filter out already translated articles. | ||
***style: the mockup above shows two possible styles: a table format with or without the Page Hits % as a column. A third possible style would be a simple HTML list with just the article name. | ***style: the mockup above shows two possible styles: a table format with or without the Page Hits % as a column. A third possible style would be a simple HTML list with just the article name, which would be a perfect match for our "Most Popular Support Articles" list on the [http://support.mozilla.com front page]. | ||
* TikiWiki plugin/syntax to generate progress bar with progress text/label | * TikiWiki plugin/syntax to generate progress bar with progress text/label | ||
** Similar to the plugin above, this progress bar could be limited by the number of articles, or a scoreLimit. So, 100% in the progress bar could be the result of x number of articles in a list translated, or y total score achieved. | ** Similar to the plugin above, this progress bar could be limited by the number of articles, or a scoreLimit. So, 100% in the progress bar could be the result of x number of articles in a list translated, or y total score achieved. | ||
edits