Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
polotek committed Aug 23, 2010
1 parent 29cfaef commit e4a7b30
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
@@ -1,7 +1,31 @@
libxml.js
=========
# Libxmljs

LibXML bindings for Google's v8 javascript engine.

It also plays nicely with [node.js](http://github.com/ry/node)
It also plays nicely with [[node.js|http://nodejs.org/]]

## Basics

* GitHub Repo - [[http://github.com/polotek/libxmljs]]
* Docs - [[http://github.com/polotek/libxmljs/wiki]]
* Mailing list - [[http://groups.google.com/group/libxmljs]]

## API

Some examples below or check out the full [[http://github.com/polotek/libxmljs/wiki]]

## Requirements

* libxml
* v8 (for the standalone version)
* node.js (for the node.js version, v8 comes bundled)

## Building

To build the node.js plugin use:

make libxmljs.node

To run tests:

Please see the [documentation](http://libxmljs.squishtech.com) for details.
make test

0 comments on commit e4a7b30

Please sign in to comment.