Download List

프로젝트 설명

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

오류 로그, 깜박임의 쓰기 로그 및 다른 tinybashcgi 로그를 끌어 admin.cgi 업데이트 되었습니다.
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

해독 기능이 더 이상 임시 파일을 사용합니다. 의 전환과 일부 환경에서 문제가 "+"로 ""고정됩니다.
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

비 오픈 블로그에 댓글을 방해하던 논리적인 오류가 해결되었습니다.
A logical error that prevented comments in non-open blogs was fixed.

2011-04-01 00:01
31mar11

템플릿 상수가 도입되었다. true로 설정하면, 블링크은 위쪽과 아래쪽 페이지에 대한 사용자 제공 파일을 넣을 항목의 모든 다른 HTML 밖을 주사하지 않습니다. 이것은 사용자가 자신의 어떤 다음 다른 웹 기능과 CSS를 소개할 수있는 템플릿을 가지고 있습니다.
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

이 릴리스 예약 스위치를 소개합니다. 예약을 사용하면 다음 제출은 HTML을 미리 태그에 묶여 있으며이 HTML 태그를 포함하는 경우 콘텐츠가 차단됩니다. 예약가 꺼져있다면, 작품 HTML을 포함할 수 있습니다. 예제 블로그는 수정된되었습니다.
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