Skip to content

Commit

Permalink
Update docs to reflect change of status
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperthunk committed Mar 23, 2011
1 parent 90ea8ac commit 23499df
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 0 additions & 2 deletions INSTALL
@@ -1,5 +1,3 @@
Installing ErlXSL
-----------------

TBC

38 changes: 19 additions & 19 deletions README.md
@@ -1,10 +1,26 @@
# ErlXSL - XSLT Bindings for Erlang

The aim of this project is to provide a usable binding for Erlang to call native XSLT processors. The implementation aims to provide a choice between running the native code as an external port program or a linked-in driver. We also hope to provide an API allowing for a choice of XSLT processor providers.
The aim of this project is to provide a usable binding for Erlang to call native XSLT processors. The implementation aims to provide a choice between running the native code as an external port program or a linked-in driver. We also hope to provide an API allowing for a choice of XSLT processor providers.

## Status

This project is pre-alpha at the moment and is not fit for general use. The software should build against Erlang releases >= R13, on linux and OS X. The sablotron-prototype branch can be built and run against 32bit R12B, but is not meant for general use.
This project is in alpha at the moment and is not yet fit for general use. The software should build against Erlang releases >= R13, on linux and OS X.

## License

This project is distributed under a BSD-style license (please see the accompanying LICENSE document for details).

## Versioning

This project uses [Semantic Versioning](http://semver.org). All major and minor versions will be tagged for release. Release candidates (i.e., revision builds) might be tagged.

## Installation

See the accompanying INSTALL file.

## Issue Tracking

Please register issues against the [Repository Issue Tracker](https://github.com/hyperthunk/erlxsl/issues).

## Roadmap

Expand All @@ -24,20 +40,4 @@ This is the current plan - it is subject to change at any time and no dates are
- A lot more stress testing
- Static Analysis (SPLint, Frama-C, Blast, etc)

Other long term features are of interest to the developers, including streaming transformations, transformation pipelines and the like.

## Issue Tracking

Please register issues against the [Repository Issue Tracker](https://github.com/hyperthunk/erlxsl/issues).

## License

This project is distributed under a BSD-style license (please see the accompanying LICENSE document for details).

## Versioning

This project uses [Semantic Versioning](http://semver.org). All major and minor versions will be tagged for release. Release candidates (i.e., revision builds) might be tagged.

## Installation

See the accompanying INSTALL file.
Other long term features are of interest to the developers, including streaming transformations, transformation pipelines and the like.
2 changes: 1 addition & 1 deletion ebin/erlxsl.app
@@ -1,7 +1,7 @@
{application,
erlxsl,
[{description,"C-XSLT Bindings for Erlang/OTP"},
{vsn,"0.0.1"},
{vsn,"0.2.0"},
{mod,{erlxsl_app,[]}},
{modules,
[erlxsl_app,
Expand Down

0 comments on commit 23499df

Please sign in to comment.