jasonbrooks / centos / centos.org

Forked from centos/centos.org 5 years ago
Clone

Blame _site/download/altarch-mirrors.html

545090
545090
<html>
545090
  <head>
545090
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
545090
    <link href="//fonts.googleapis.com/css?family=Oxygen+Mono%7CSource+Sans+Pro:400,300,300italic,400italic,600,600italic%7CExo:400,100,100italic,200,200italic,300,300italic,400italic,500italic,500,600,600italic" rel="stylesheet" type="text/css">
545090
    <meta charset="utf-8">
545090
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
545090
    <meta content="" name="description">
545090
    <meta content="" name="author">
545090
    <meta content="max-age=0" http-equiv="cache-control">
545090
    <meta content="no-cache" http-equiv="pragma">
545090
    <link href="/images/favicon.ico" rel="shortcut icon">
545090
    <title>About CentOS</title>
545090
    <script src="/assets/js/jquery.min.js"></script>
545090
    <script src="/assets/js/jquery.cycle2.min.js"></script>
545090
    <script src="/assets/js/jquery.cycle2.center.min.js"></script>
545090
    <script src="/assets/js/jquery.backstretch.min.js"></script>
545090
    <script src="/assets/js/sass-bootstrap.js"></script>
545090
    <script src="/assets/js/jquery.tidy.table.min.js"></script>
545090
    <script src="/assets/js/FeedEk.js"></script>
545090
    <script src="/assets/js/google.js"></script>
545090
    <link href="/styles/site.css" rel="stylesheet" type="text/css">
545090
    <link href="/assets/stylesheet.css" rel="stylesheet" type="text/css">
545090
    <link href="/assets/jquery.tidy.table.css" rel="stylesheet" type="text/css">
545090
    <link href="/favicon.ico" rel="shortcut icon">
545090
    
545090
      <script src='/assets/js/html5.js' type='text/javascript'></script>
545090
    
545090
  </head>
545090
  <body>
545090
    <script>
545090
      $.backstretch("/images/background.jpeg");
545090
    </script>
545090
    
545090
      
545090
        
545090
      
545090
      
545090
        
545090
          
545090
            <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button">
545090
              
545090
              
545090
              
545090
            </button>
545090
            
545090
              
545090
            
545090
          
545090
          
545090
            
    545090
                  
  • 545090
                    Get CentOS
    545090
                  
    545090
                  
  • 545090
                    
    545090
                      About
    545090
                      
    545090
                    
    545090
                    
      545090
                        
    • 545090
                          About CentOS
      545090
                        
      545090
                        
    • 545090
                          FAQ
      545090
                        
      545090
                        
    • 545090
                          About SIGs
      545090
                        
      545090
                        
    • 545090
                          CentOS Variants
      545090
                        
      545090
                        
    • 545090
                          Governance
      545090
                        
      545090
                      
      545090
                    
      545090
                    
    • 545090
                      
      545090
                        Community
      545090
                        
      545090
                      
      545090
                      
        545090
                          
      • 545090
                            Contribute
        545090
                          
        545090
                          
      • 545090
                            Forums
        545090
                          
        545090
                          
      • 545090
                            Mailing Lists
        545090
                          
        545090
                          
      • 545090
                            IRC
        545090
                          
        545090
                          
      • 545090
                            Calendar & IRC Meeting List
        545090
                          
        545090
                          
      • 545090
                            Planet
        545090
                          
        545090
                          
      • 545090
                            Submit a Bug
        545090
                          
        545090
                          
      • 545090
                            Stories
        545090
                          
        545090
                        
        545090
                      
        545090
                      
      • 545090
                        
        545090
                          Documentation
        545090
                          
        545090
                        
        545090
                        
          545090
                            
        • 545090
                              Wiki
          545090
                            
          545090
                            
        • 545090
                              Manuals
          545090
                            
          545090
                            
        • 545090
                              GPG Key Info
          545090
                            
          545090
                          
          545090
                        
          545090
                        
        • 545090
                          Help
          545090
                        
          545090
                      
          545090
                    
          545090
                  
          545090
                
          545090
                
          545090
                

          List of CentOS Mirrors providing AltArch

          545090

          545090
          CentOS welcomes new mirror sites. If you are considering setting up a
          545090
          public mirror site for CentOS, please follow the mirror guidelines to make
          545090
          sure that your mirror is consistent with the other mirror sites.
          545090

          545090
          545090
          545090
          <script type="text/javascript" src="/assets/js/jquery.csvToTable2.js"></script>
          545090
          545090
          <script type="text/javascript" src="/assets/js/jquery.tablesorter.min.js"></script>
          545090
          545090
          <link rel="stylesheet" type="text/css" href="/assets/csvtable-look.css" />
          545090
          545090
          <script>
          545090
          $('#CSVTable').CSVToTable('/download/full-altarchlist.csv', 
          545090
              { 
          545090
                 startLine: 1,
          545090
                 //['Location', 'Region', 'Sponsor', 'HomePage', 'HTTP location', 'FTP Location', 'Rsync Location']
          545090
                 headers: [
          545090
                 'Location', 
          545090
                 'Region', 
          545090
                 {label:'Sponsor' , items:[2 , 3]}, 
          545090
                 {label:'HomePage' , hidden:true}, 
          545090
                 'HTTP location', 
          545090
                 'FTP Location', 
          545090
                 'Rsync Location'
          545090
                 ],
          545090
                 itemMerger: function(header , items) {
          545090
                    var outItem = [];
          545090
                    console.log(items);
          545090
                    for(var i in header.items){
          545090
                      var item = header.items[i];
          545090
                      outItem.push(items[item]);
          545090
                    }
          545090
                    if(header.label = 'Sponsor'){
          545090
                       console.log(outItem);
          545090
                       return '' + outItem[0] + '';
          545090
                    }else return outItem.join(' ');
          545090
                },
          545090
                preRenderItem: function(headerLabel , item) {
          545090
                  if(item == '') return '';
          545090
                  switch (headerLabel) {
          545090
                    case 'HTTP location':
          545090
                    case 'FTP Location':
          545090
                    case 'Rsync Location':
          545090
                        item = item.replace(/"/gi , '');
          545090
                        return '' + item + ''; 
          545090
                    default:
          545090
                        return item;
          545090
                  }
          545090
                }
          545090
              }
          545090
          ).bind("loadComplete",function() { 
          545090
            $('#CSVTable').find('TABLE').tablesorter({
          545090
              widgets: ['zebra', 'filter'],
          545090
              widgetOptions: {
          545090
                uitheme: "bootstrap"
          545090
              },
          545090
              textExtraction: function(node) {  
          545090
                  // extract data from markup and return it  
          545090
                  return $(node).text();
          545090
              } 
          545090
            });
          545090
          545090
          });;
          545090
          </script>
          545090
          545090
          545090
            <div id
          545090
          545090
          545090
                
          545090
                
          545090
                  
          545090
                    

          © 2018 The CentOS Project | Legal | Privacy

          545090
                  
          545090
                
          545090
              
          545090
            </body>
          545090
          </html>