You can read it in english.
Simply Cover es sencilla una aplicación para ofrecer una portada para la web de un pequeño negocio.
Esta aplicación y su código se distribuyen bajo una licencia GNU AFFERO GENERAL PUBLIC LICENSE.
Muchas empresas, sobre todo pequeños negocios o tiendas de barrio, están entrando en internet. Muchas de ellas reservan un nombre de dominio pero tardan mucho tiempo en publicar su web, o incluso reservan el dominio únicamente para tener correo electrónico bajo su dominio, pero no van a tener web. Sin embargo, el público al ver que existe el dominio tratará de acceder a su web, encontrándose con el típico "En construcción" o peor aún, con una web en blanco o un mensaje del proveedor del servicio.
Simply Cover ofrece un gestor de contenido muy sencillo y simple, pero que permite tener una portada web funcional y que ofrezca una buena imagen en el tiempo que se tarde en publicar la web real; si la empresa no va a publicar una web, Simply Cover ofrece una sencilla web donde mostrar los datos de la empresa, un formulario de contacto, etc para que el visitante no se lleve la mala sensación de no encontrar la web.
Simply Cover es una aplicación web escrita en PHP, con el propósito de ser muy ligera para poder ser usada en hostings muy reducidos, como son los hostings más baratos de cualquier proveedor o los planes de correo electrónico que no contemplan una web más elaborada.
Por ello, Simply Cover ocupa instalado menos de 2MB, y no hace uso de base de datos, pudiendo ser instalado en casi cualquier plan de hosting del mercado: basta con que ofrezca algunos Megabytes de almacenamiento y soporte para PHP5. Nada más.
El sencillo gestor de contenidos permite configurar el título y lema de la empresa, así como su logotipo. Usted puede escribir una descripción libre acerca de la empresa, servicios, valor añadido, etc. Puede adjuntar ilimitadas imágenes que se mostrarán de forma agradable en un carrusel. Además, se ofrece al visitante un formulario de contacto para comunicarse con la empresa y un mapa de localización.
Puedes descargar el código desde https://github.com/aremesal/Simply-Cover, o clonar el proyecto usando Git:
$ git clone git@github.com:aremesal/Simply-Cover.git
Requisitos:
Procedimiento de instalación:
Para configurar un idioma nuevo, crea un archivo con su código de idioma dentro del directorio /lang, por ejemplo, para francés puedes crear el archivo /lang/fr.php.
Copia el contenido de otro de los idiomas dentro de este archivo, y cambia cada cadena de texto por la traducción deseada. Es importante que la primera línea del archivo sea la inclusión del idioma por defecto inglés (include_once '../lang/en.php';) como se puede ver en otros archivos de idioma, con en el de español (es.php).
Una vez creado el idioma, ajusta el parámetro USELANG en el archivo /config/conf.php.
English
Simply Cover is a small web application to show a cover for a small bussiness' web.
This application and its source code are delivered under the GNU AFFERO GENERAL PUBLIC LICENSE.
So many companies, especially small bussiness or local shops, are arriving to Internet. Many of them reserve a domain name but they spend a lot of time for publishing their website, or even reserve the domain name just to have an email under their own domain, but they aren't planning to publish a website. But public, knowing existence of the domain, will try to enter their web, finding the topical "Under construction" or even worse, a blank website or a message from service provider.
Simply Cover offers a very easy ans simple content management system, but can offer a fully functional web cover showing a good image in the meantime the actual website is published; if the company isn't going to publish a website, Simply Cover offers a simple website showing company contact data, a contact form... so the visitant doesn't take a deception.
Simply Cover is a web application written in PHP, aimed to be very lightweight in order to use it in small hostings, like cheaper hostings or just-email-plans are, which doesn't support a more complicated web.
So, Simply Cover weights under 2MB, and doesn't need a database; it can be installed on any hosting plan with just a few Megabytes of space and PHP5 support. It's all.
The easy content manager allows you to configure title and subtitle for the company, and its logo. You can write a free description about your company, services, strong points, opening hours... You can attach as many images as you want, which will be shown using a pretty carrousel. The visitant can contact you through the provided contact form and a localization map.
You can downlad source code from https://github.com/aremesal/Simply-Cover, or clone the project using Git:
$ git clone git@github.com:aremesal/Simply-Cover.git
Requirements:
Steps to install:
To configure a new language, create a new file with the language code into /lang directory, by example, to french language create /lang/fr.php.
Copy content from another language file into the new archive, and change each string to the desired translation. The first line of the file must include default language (include_once '../lang/en.php';) as you can see in other language files like in the spanish one (es.php).
Once you've created the new language, set USELANG param in /config/conf.php.
Esta web
http://alvaroremesal.net
, su contenido, texto e imágenes está licenciado bajo una
Licencia Creative Commons Reconocimiento-Compartir bajo la misma licencia 3.0 España.