My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Light Reports Text Editor (GUI tool built with Clojure Lisp)

(Updated on 5/15/2010)

There aren't many open, easy to use tools for generating PDF, Image, or SVG report documents that use a black box approach. The Light Reports GUI tool combines a set of simple tools for converting XML or HTML documents into PDF or Image documents.

keywords: clojure, xhtmlrenderer, java, xmltopdf, xhtmltopdf, iText

Resources:

  • Cross-platform, tested on Windows, Linux and OSX.
  • Simple light-weight text editor.
  • Standalone GUI
  • Generate reports in batch mode
  • Read input template files, generate to document format

The htmltopdf parser, xhtmlrenderer has support for most of the features of CSS 2.1 including table pagination, positioned headers and footers, page number, page sizing. iText is the low-level Java PDF library is used with xhtmlrenderer to dynamically create PDF documents with the JVM runtime.

Click here for more information on the Light Reports Editor

Light Text Editor

(deprecated as of 5/5/2010, no more updates will continue with light-editor. see light-reports and light-logs)

Light (also known as LTEC) is a text editor application for editing, viewing and searching through raw text documents.

Features

  • Simple light-weight text editor.
  • Cross-platform, tested on Windows, Linux and OSX.
  • Simple File Manager for accessing important files quickly.
  • Search tools using Linux or Win32 applications (unxutils).
  • Create PDF Documents with PDF create tools.
  • Built on Java 1.5 and the Clojure programming language.

Feature Description Status
Basic Text Editing Features Save, Open Files, Search, Find in Files, some syntax highlighting. Stable
Search Features External and Internal Find and Grep Unix-like utilities, Advanced Search Syntax Highlighting Stable
Regex Helper Utility Tool to help detect if regex matches are found Stable
OS File Utilities Access OS specific utilites, quickly launch file managers, create directories, launch cygwin prompt, etc Alpha
Quick File Access Database Tool to quickly access files of interest Stable
Create PDF Documents Create PDF Document Tool Alpha
External Text Editor Scripts Run external scripts offline that access the editor's functionality Alpha
Java, HTML,XHTML and other language utilties Quickly create ant scripts, Junit test-cases, or other language specific utilities Alpha

Quick Start and Installation Edit / Logs

GENERAL

Install: The best way to install and use Light is to install all of the files into

c:\usr\local\projects\light_edit (/usr/local/projects/light_edit on Linux) directory. For example, light_edit is LIGHT_HOME:

Z:\> cd "c:\usr\local\projects\light_edit"

Z:\> dir will return the following output CHANGELOG, TODO, ...

Java Runtime 1.5 or greater is required.

WIN32

In a win32 environment (Cygwin or through the Windows Command Line), the best way to launch Light is to execute the light.bat batch script.

Z:\> light.bat (or ./light.bat in cygwin)

Light Log Viewer

Light Logs is a sub project of the light text editor. The light log viewer is a simple desktop application for viewing log files that are generated by a web server. But it may also be useful for viewing other text files. This application is especially useful for viewing logs generated by a J2EE Servlet container like the Apache Tomcat or a full J2EE Application Server like Weblogic or Websphere.

Click here for more information on the Light Log Viewer.

Latest version for the Light Log Viewer is 0.8.20090715

Source Also Available on Github

http://github.com/berlinbrown/lightreports

keywords: reporting, reports, htmltopdf, java, clojure, scala, win32, ubuntu linux, xhtmlrenderer, swt, scala and clojure application

Powered by Google Project Hosting