Download List

Descripción del Proyecto

Blink is a small public-access blog engine. It supports running multiple blogs, displays a main page and links for accessing older posts, and supports searching. Each blog can be oldest post first or newest post first. Any blog can be set to take public posts or allow comments. Admin functions include archiving all blogs, and viewing and deleting posts and comments. Posts can also utilize a semiotic bolding of definitions and automatic linking to all definitions. Anti-spam functionality is included, with an IP-based block list. All functionality is in one CGI file smaller than 15 KB.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-20 12:12
19dec11

Se ha actualizado la admin.cgi que tira el registro de errores, registro de escritura de Blink y cualquier otro registro de tinybashcgi.
The admin.cgi which pulls the error log,
Blink's write log, and any other tinybashcgi
log has been updated.

2011-04-08 06:20
07apr11

La función de decodificación ya no utiliza un archivo temporal. Un problema en algunos entornos con la conversión de "+" a "" es fijo.
The decode function no longer uses a temporary
file. A problem in some environments with
conversion of "+" to " " is fixed.

2011-04-07 10:04
06apr11

Un error lógico que impedía que los comentarios en los blogs no abiertas fue corregido.
A logical error that prevented comments in non-open blogs was fixed.

2011-04-01 00:01
31mar11

La constante de plantilla se introdujo. Si se establece en true, Blink inyecta archivos de usuario suministrado por la parte superior e inferior de la página y no inyectar cualquier otro fuera de HTML de las entradas. Esto permite que los usuarios tienen sus propias plantillas, que pueden introducir CSS y otras funciones Web.
The TEMPLATE constant was introduced. If set to true, Blink injects user supplied files for the top and bottom of the page and does not inject any other HTML outside of the entries. This allows users to have their own templates, which can then introduce CSS and other Web features.

2011-03-31 07:47
30mar11

Esta versión introduce un interruptor PRE. Si PRE se utiliza, a continuación, las presentaciones están limitadas por pre-tags HTML y el contenido está bloqueado si contiene etiquetas HTML. Si PRE está apagado, las presentaciones pueden contener HTML. El blog de ejemplo ha sido modificada.
This release introduces a PRE switch. If PRE is used,
then submissions are bounded by HTML pre-tags and content is blocked if it contains HTML tags. If PRE is off, submissions may contain HTML. The example blog has been reworked.

Project Resources