Projects tagged ‘library’ and ‘text’


[14 total ]

22USERS
   

BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

15USERS
   

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

9USERS
 

libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library, with the following improvements: Unicode support, 2048 colours, dithering of colour images and advanced text canvas operations (blitting, rotations).

4USERS
 

eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.

2USERS
   

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, RTF, DocBook XML, groff man, and S5 HTML slide shows.

1USERS

Greenstone is a suite of software for building and distributing digital library collections. It provides a new way of organizing information and publishing it on the Internet or on CD-ROM. Greenstone is produced by the New Zealand Digital Library ... [More] Project at the University of Waikato, and developed and distributed in cooperation with UNESCO and the Human Info NGO. [Less]

1USERS
 

Chances are every programmer will end up having to manipulate structured text files at any point in his career. Those files are called flat files and, until now, you had to go through that same boring script to work with them. You had to open the ... [More] file, create a reader, then start reading and parsing line by line. No more. JFileHelpers is a library that automates the tedious task of parsing and creating structured text files. It handles fixed width or delimited files with Java annotations sweetness. [Less]

1USERS

An implementation of John Gruber’s Markdown text to HTML, written in C.

0USERS

Distributed Proofreaders is a tool written in PHP intended to ease the process of converting Public Domain books and other printed materials into e-texts. The main site is at http://www.pgdp.net

0USERS

MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

0USERS

Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream ... [More] would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. More information can be found at http://wiki.xiph.org/index.php/OggKate [Less]

0USERS

An implementation of John Gruber's Markdown in C. It uses a parsing expression grammar to define the syntax. This should allow easy modification and extension.

0USERS

Discount (for Ruby) implementation of John Gruber's Markdown.

0USERS

Experimental Ruby extension based on peg-markdown.