-
+ + + +
+

+ CD or DVD discs.', array('https://wiki.mageia.org/en/Writing_CD_and_DVD_images'));?> +
+ USB drive.', array('class="iso2usb"'));?> + +

+
+ '; + _g('IsoDumper, available since Mageia 4 inside repo, for Mageia 3, it\'s here.',array('http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/core/updates_testing/isodumper-0.21-1.mga3.noarch.rpm'),'li'); + echo '
  • '; + _g('For windows use usbdumper.',array('http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/people/marcom/usbdumper.exe')); + _g('If it show "writing error or access denied" try the fallowing method: run the console (cmd), then type "diskpart", then "list disk", then select your disk with "select disk", and type "clean" (it will erase the key).',null,'span class="dlinfo"');?> +
  • + +
    +
    + +
    + + +
    + + + documentation for this installer.', array('../doc/'), 'p'); ?> +

    + + Deutsch, English, Español, Français, Italiano, Português, Svenska, Nederlands, Polski, Dansk, Pусский + + . +

    +

    +

    + + + +
    + + + + +
    + + + + +

    + + upgrade guide.', array($upgradeguide));?> +

    + + +
    + + +
    + wired network or a local disk.',null,'p'); + _g('Have a look in the wiki to get a list of possibilities.',array('https://wiki.mageia.org/en/Boot.iso_install'),'p'); + _g('These ISOs change frequently, and as it give real state of Cauldron, they may not work. If it is the case, use above one.',null,'p'); + _g('Size of the ISOs is about 50MB.',null,'p class="dlinfo"');?> +
    + +
    + + + + + + +
    + +

    + + + +

    + +
    + + +
    + + +
    + +
    + +
    + +
    + +
    + + + + +
    + +
    + +
    + + +
    + + Gnome +
    +
    + + KDE +
    + +
    + + + + +
    +
    + +
    + + +
    + +
    +
    + +
    +
    + + + + +
    +
    + +
    + +
    + +
    +
    + +
    + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    + diff --git a/en/5/nav.php b/en/5/nav.php index 9448381a8..92d757009 100644 --- a/en/5/nav.php +++ b/en/5/nav.php @@ -26,5 +26,5 @@ foreach ($nav as $k => $v) { $pnav = implode($pnav); echo <<
      {$pnav}
    +
      {$pnav}
    S; diff --git a/g/js/tooltipsy.min.js b/g/js/tooltipsy.min.js new file mode 100644 index 000000000..0b1db836f --- /dev/null +++ b/g/js/tooltipsy.min.js @@ -0,0 +1,5 @@ +/* tooltipsy by Brian Cray + * Lincensed under GPL2 - http://www.gnu.org/licenses/gpl-2.0.html + * More information visit http://tooltipsy.com/ + */ +;(function(a){a.tooltipsy=function(c,b){this.options=b;this.$el=a(c);this.title=this.$el.attr("title")||"";this.$el.attr("title","");this.random=parseInt(Math.random()*10000);this.ready=false;this.shown=false;this.width=0;this.height=0;this.delaytimer=null;this.$el.data("tooltipsy",this);this.init()};a.tooltipsy.prototype={init:function(){var e=this,d,b=e.$el,c=b[0];e.settings=d=a.extend({},e.defaults,e.options);d.delay=+d.delay;if(typeof d.content==="function"){e.readify()}if(d.showEvent===d.hideEvent&&d.showEvent==="click"){b.toggle(function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}if(d.delay>0){e.delaytimer=window.setTimeout(function(){e.show(f)},d.delay)}else{e.show(f)}},function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}window.clearTimeout(e.delaytimer);e.delaytimer=null;e.hide(f)})}else{b.bind(d.showEvent,function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}e.delaytimer=window.setTimeout(function(){e.show(f)},d.delay||0)}).bind(d.hideEvent,function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}window.clearTimeout(e.delaytimer);e.delaytimer=null;e.hide(f)})}},show:function(i){if(this.ready===false){this.readify()}var b=this,f=b.settings,h=b.$tipsy,k=b.$el,d=k[0],g=b.offset(d);if(b.shown===false){if((function(m){var l=0,e;for(e in m){if(m.hasOwnProperty(e)){l++}}return l})(f.css)>0){b.$tip.css(f.css)}b.width=h.outerWidth();b.height=h.outerHeight()}if(f.alignTo==="cursor"&&i){var j=[i.clientX+f.offset[0],i.clientY+f.offset[1]];if(j[0]+b.width>a(window).width()){var c={top:j[1]+"px",right:j[0]+"px",left:"auto"}}else{var c={top:j[1]+"px",left:j[0]+"px",right:"auto"}}}else{var j=[(function(){if(f.offset[0]<0){return g.left-Math.abs(f.offset[0])-b.width}else{if(f.offset[0]===0){return g.left-((b.width-k.outerWidth())/2)}else{return g.left+k.outerWidth()+f.offset[0]}}})(),(function(){if(f.offset[1]<0){return g.top-Math.abs(f.offset[1])-b.height}else{if(f.offset[1]===0){return g.top-((b.height-b.$el.outerHeight())/2)}else{return g.top+b.$el.outerHeight()+f.offset[1]}}})()]}h.css({top:j[1]+"px",left:j[0]+"px"});b.settings.show(i,h.stop(true,true))},hide:function(c){var b=this;if(b.ready===false){return}if(c&&c.relatedTarget===b.$tip[0]){b.$tip.bind("mouseleave",function(d){if(d.relatedTarget===b.$el[0]){return}b.settings.hide(d,b.$tipsy.stop(true,true))});return}b.settings.hide(c,b.$tipsy.stop(true,true))},readify:function(){this.ready=true;this.$tipsy=a('