Difference between pages "FLOP:Foreign language support" and "MediaWiki talk:Common.css"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
m (fix crashing)
 
Line 1: Line 1:
== Overview ==
==funtoo watermark==
As suggested by [http://bugs.funtoo.org/browse/FL-1097 Duncan Britton] here is wiki page about a request for supporting foreign languages.
<nowiki>
 
/*adjust transparency with the .90 values of rgba*/
== Proposal ==
/*adjust the watermark image via the url statement*/
Back into 2004 a group of people living in Quebec City started Gentoo-Québec. Those guys published a lot of documentation about Gentoo. Documents were in French and created with Latex. Some years later, let's say around 2009, they were converted to MediaWiki.  
body{
A new group was created in 2010. It was Funtoo-Québec and a new French wiki was born. Now in 2014 it turns to be more and more difficult to maintain its accuracy. People have less free time.
  background-image:
That is why this issue is a request for supporting foreign languages in official wiki. That could be done like Gentoo wiki does. When a version of a page is available in a foreign language, a link is active in the header. Example :
          linear-gradient(
 
      rgba(255, 255, 255, 0.90),
*/Funtoo_Linux_Installation/en (original English wiki)
      rgba(255, 255, 255, 0.90)
*/Funtoo_Linux_Installation/fr (French version)
    ),
*/Funtoo_Linux_Installation/de (German version)
      url('http://i.imgur.com/cYU7hXs.jpg') !important;
 
    background-repeat: no-repeat;
...and so on...
    background-attachment: fixed;
 
    background-size: 100%;
== Goal ==
    background-repeat: repeat-y;
Thus it could be easier to provide documentation in different languages.Members only have to translate in their language and the administrator adds the foreign version when ready.
}
 
</nowiki>
== Objective ==
Improve the Funtoo wiki by adding support for foreign languages.
 
[[Category:Wiki Development]]
[[Category:FLOP]]

Revision as of 14:21, December 6, 2014

funtoo watermark

/*adjust transparency with the .90 values of rgba*/ /*adjust the watermark image via the url statement*/ body{ background-image: linear-gradient( rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90) ), url('http://i.imgur.com/cYU7hXs.jpg') !important; background-repeat: no-repeat; background-attachment: fixed; background-size: 100%; background-repeat: repeat-y; }