diff --git a/html/centos-indexhtml/en-US/index.html b/html/centos-indexhtml/en-US/index.html deleted file mode 100644 index d116518..0000000 --- a/html/centos-indexhtml/en-US/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - Welcome to CentOS - - - - - - - -
-
- -
-
-
-

Welcome to CentOS

-

The Community ENTerprise Operating System

-
-

CentOS Linux is an enterprise-class Linux distribution derived from sources freely provided to the public by Red Hat, Inc. for Red Hat Enterprise Linux. CentOS conforms fully with the upstream vendors redistribution policy and aims to be functionally compatible. (CentOS mainly changes packages to remove upstream vendor branding and artwork.)

-

CentOS Linux is developed by a small but growing team of core developers. In turn the core developers are supported by an active user community including system administrators, network administrators, enterprise users, managers, core Linux contributors and Linux enthusiasts from around the world.

-

CentOS Linux has numerous advantages including: an active and growing user community, quickly rebuilt, tested, and QA'ed errata packages, an extensive mirror network, developers who are contactable and responsive, Special Interest Groups (SIGs) to add functionality to the core CentOS distribution, and multiple community support avenues including a wiki, IRC Chat, Email Lists, Forums, Calendar & IRC Meeting List, Planet, Bugs Database, and an FAQ.

-
-
- - - diff --git a/html/centos-indexhtml/es-ES/index.html b/html/centos-indexhtml/es-ES/index.html deleted file mode 100644 index ef217af..0000000 --- a/html/centos-indexhtml/es-ES/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - Bienvenido a CentOS - - - - - - - -
-
- -
-
-
-

Bienvenido a CentOS

-

El sistema operativo de la comunidad empresarial

-
-

CentOS Linux es una distribución Linux de clase empresarial derivada de los fuentes de Red Hat Enterprise Linux liberados al público por Red Hat, Inc. CentOS cumple con la política de redistribución de Red Hat y apunta a ser funcionalmente compatible. (CentOS cambia los paquetes principalmente para sacar las marcas y trabajos artísticos de Red Hat.)

-

El desarrollo de CentOS Linux lo lleva adelante un equipo pequeño pero creciente de desarrolladores. A su vez los desarrolladores reciben soporte de una activa comunidad de usuarios que incluyen administradores de sistema, administradores de red, empresarios, gestores, contribuyentes del kernel Linux y entusiastas de todas partes del mundo.

-

CentOS Linux tiene numerosas ventajas entre las que se encuentran una comunidad de usuarios activa y creciente, rápidamente reconstruido, probado, paquetes con erratas de calidad asegurada, una extensa red de espejos, desarrolladores que pueden ser contactados y responden, grupos de interés especializados (SIGs) para añadir funcionalidades al núcleo de la distribución, múltiples vías de soporte a la comunidad incluyendo wiki, Chat IRC, Listas de correo, Foros, Calendario y lista de encuentros en IRC, y Planeta.

-
-
- - - diff --git a/html/centos-noindex/Makefile b/html/centos-noindex/Makefile deleted file mode 100644 index 8b0ae92..0000000 --- a/html/centos-noindex/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# -# The Apache HTTP server test page Makefile -# Copyright (C) 2019 Alain Reguera Delgado -# -# This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the Free -# Software Foundation, either version 3 of the License, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along with -# this program. If not, see . -# -############################################################################### - -#============================================================================== -# Configuration -#============================================================================== -lang = en_US -prefix = . -srcdir = . -datarootdir = $(prefix)/$(lang) -localedir = PO -version = 8.0 - -#============================================================================== -# Requirements -#============================================================================== -all: $(datarootdir)/index.html -build: centos-noindex-$(version).tar.gz - -#============================================================================== -# Sources -#============================================================================== -centos-noindex-$(version).tar.gz: \ - $(prefix)/??_??/* \ - $(prefix)/index.html \ - $(prefix)/common/css/* \ - $(prefix)/common/images/* \ - $(prefix)/common/fonts/* - tar -czf centos-noindex-$(version).tar.gz $(prefix)/??_??/* $(prefix)/index.html $(prefix)/common/ - -#====================================================================== -# Translations -#====================================================================== -$(localedir)/$(lang).pot: $(srcdir)/index.tpl.html - xml2po -o /tmp/$(lang).pot $(srcdir)/index.tpl.html - if [[ ! -f $(localedir)/$(lang).pot ]];then \ - msginit -i /tmp/$(lang).pot -o $(localedir)/$(lang).pot -l $(lang) --no-translator --width=80; \ - else \ - msgmerge -U $(localedir)/$(lang).pot /tmp/$(lang).pot; \ - fi - rm /tmp/$(lang).pot -$(localedir)/$(lang).po: $(localedir)/$(lang).pot - if [[ ! -f $(localedir)/$(lang).po ]];then \ - msginit -i $(localedir)/$(lang).pot -o $(localedir)/$(lang).po -l $(lang) --no-translator --width=80; \ - else \ - msgmerge -U $(localedir)/$(lang).po $(localedir)/$(lang).pot; \ - fi - -#====================================================================== -# Pages -#====================================================================== -$(datarootdir): - mkdir -p $(datarootdir) -$(datarootdir)/index.html: $(datarootdir) $(localedir)/$(lang).po $(srcdir)/index.tpl.html - xmllint -noout $(srcdir)/index.tpl.html - xml2po -p $(localedir)/$(lang).po -o $(datarootdir)/index.html $(srcdir)/index.tpl.html diff --git a/html/centos-noindex/en-US/index.html b/html/centos-noindex/en-US/index.html deleted file mode 100644 index 2edcd39..0000000 --- a/html/centos-noindex/en-US/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - Apache HTTP Server Test Page powered by CentOS - - - - - - - -
-
- -
-
-
-

Test Page

-

This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that this site is working properly. This server is powered by CentOS.

-
-
-
-

Just visiting?

-

The website you just visited is either experiencing problems or is undergoing routine maintenance.

-

If you would like to let the administrators of this website know that you've seen this page instead of the page you expected, you should send them e-mail. In general, mail sent to the name "webmaster" and directed to the website's domain should reach the appropriate person.

-

For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".

-

Important note:

-

The CentOS Project has nothing to do with this website or its content, it just provides the software that makes the website run.

-

If you have issues with the content of this site, contact the owner of the domain, not the CentOS project. Unless you intended to visit CentOS.org, the CentOS Project does not have anything to do with this website, the content or the lack of it.

-

For example, if this website is www.example.com, you would find the owner of the example.com domain at the following WHOIS server: http://www.internic.net/whois.html

-
-
-

Are you the Administrator?

-

You should add your website content to the directory /var/www/html/.

-

To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.

-

Promoting Apache and CentOS

-

You are free to use the images below on Apache and CentOS Linux powered HTTP servers. Thanks for using Apache and CentOS!

-

- - [ Powered by Apache ] - - - [ Powered by CentOS Linux ] - -

-
-
-
-
-

The CentOS Project

-

The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RHEL).

-

Additionally to being a popular choice for web hosting, CentOS also provides a rich platform for open source communities to build upon. For more information please visit the CentOS website.

-
-
-
-
- - - diff --git a/html/centos-noindex/es-ES/index.html b/html/centos-noindex/es-ES/index.html deleted file mode 100644 index 0ea91dd..0000000 --- a/html/centos-noindex/es-ES/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - Página de prueba del servidor Apache HTTP funcionando con CentOS - - - - - - - -
-
- -
-
-
-

Página de Prueba

-

Esta página se usa para probar el correcto funcionamiento del servidor Apache HTTP una vez que ha sido instalado. Si puedes leer esta página quiere decir que este sitio está funcionando correctamente. Este servidor funciona con CentOS.

-
-
-
-

¿Solo estás visitando?

-

El sitio web que está visitando está presentando problemas o está realizando rutinas de mantenimiento.

-

Si desea comunicar al administrador de este sitio que está viendo esta página en lugar de la página esperada, envíele un correo electróncio. Por lo general, los correos enviados al nombre "webmaster" y dirigidos al dominio del sitio web deberían llegarle a la persona correcta.

-

Por ejemplo, si experimentaste problemas mientras visitabas www.example.com, deberías enviar un correo electrónico a "webmaster@example.com".

-

Nota importante:

-

El Proyecto CentOS no tiene nada que ver con este sitio web o su contenido, él solo suministra el software que hace posible el funcionamiento del sitio web.

-

Si tienes problemas con el contenido de este sitio, contacta al dueño del dominio, no al Proyecto CentOS. A menos que intentes visitar CentOS.org, el proyecto CentOS no tiene nada que ver con este sitio web, su contenido o la falta del mismo.

-

Por ejemplo, si este sitio web es www.example.com, deberías encontrar al dueño del dominio example.com en el servidor WHOIS siguiente: http://www.internic.net/whois.html

-
-
-

¿Eres el Administrador?

-

Deberías adicionar el contenido de tu sitio web al directorio /var/www/html/.

-

Para evitar que esta página se vuelva a mostrar, sigue las instrucciones del fichero /etc/httpd/conf.d/welcome.conf.

-

Promocionando Apache y CentOS

-

Eres libre de utilizar las imágenes siguientes en servidores HTTP que funcionan con Apache y CentOS Linux. ¡Gracias por usar Apache y CentOS!

-

- - [ Powered by Apache ] - - - [ Powered by CentOS Linux ] - -

-
-
-
-
-

El Proyecto CentOS

-

CentOS Linux es una plataforma estable, predecible, administrable y reproducible derivada del código fuente de Red Hat Enterprise Linux (RHEL).

-

Además de ser una opción popular para el hospedaje de sitios web, CentOS provee una plataforma para las comunidades open source. Para más información, por favor visita el sitio web de CentOS.

-
-
-
-
- - -