星期四, 3月 16, 2006

FreeMarker : A template engine

FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products.

FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works on what they are good at. Designers can change the appearance of a page without programmers having to change or recompile code, because the application logic (Java programs) and page design (FreeMarker templates) are separated. Templates do not become polluted with complex program fragments. This separation is useful even for projects where the programmer and the HMTL page author is the same person, since it helps to keep the application clear and easily maintainable.

星期三, 3月 15, 2006

PhiloLogic : A full-text database engine

PhiloLogic is a full-text database engine developed for humanities computing text analysis by the ARTFL Project and the Digital Library Development Center at the University of Chicago. It is optimized for fast searching across very large collections of documents. It currently supports TEI-Lite, TEI XML, and TEI SGML documents.

出版品數位內容XML標準: TEI

星期四, 3月 09, 2006

Demokritos : A server implementation of the Atom Publishing Protocol

Demokritos is a server implementation of the Atom Publishing Protocol. It also provides a library that can be used for the development of other Atom-related applications.

RSS vs. Atom

The WiKID Strong Authentication System is a highly scalable, secure two-factor authentication system consisting of a server, a token client, and ....

The WiKID Strong Authentication System is a highly scalable, secure two-factor authentication system consisting of a server, a token client, and network clients that connect a service such as a VPN or Web page to the WiKID server to validate one-time passcodes. The user enters their PIN into the token client, where it is encrypted and sent to the server. If the PIN is correct, the encryption valid, and account active, the one-time passcode is generated, encrypted, and returned to the user. It is simple to implement and maintain, allows users to be validated automatically, requires no hardware tokens, has a simple API for application support via a COM object and Java component, supports multiple domains, and supports replication for fault tolerance and scalability.

出版社 ==> 凱立 == VPN

Social Networks Visualiser (SocNetV) imports and exports various network file formats (pajek, sociomatrix, dot) and displays the network on screen

Social Networks Visualiser (SocNetV) imports and exports various network file formats (pajek, sociomatrix, dot) and displays the network on screen. It can create random networks (lattice, same degree, etc.). The user can visually modify an existing network or draw a new one using the mouse. Network and actor properties, such as distances, centralities, diameter, etc., can easily be computed.

Social Applications

星期五, 3月 03, 2006

PyLucene : A GCJ-compiled version of Java Lucene integrated with Python via SWIG

PyLucene is a GCJ-compiled version of Java Lucene integrated with Python via SWIG. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene.

Searching capabilities for Zope & Silva