Skip to content

Commit

Permalink
👍 Release 0.4.5096 (well-stenterer-from-knighton)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilellis committed Sep 22, 2017
1 parent 2b853b5 commit 74e9778
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release
@@ -1 +1 @@
0.4.5083
0.4.5096
2 changes: 1 addition & 1 deletion .release.details
@@ -1 +1 @@
0.4.5083 5083 8cbfc21715887bb4bba6f765fc5013d5c5a0b3ae
0.4.5096 5096 d7eb1421511a6afc47da67add8f0c973e3617e87 well-stenterer-from-knighton
48 changes: 35 additions & 13 deletions README.staged.md
@@ -1,5 +1,5 @@

[ ![Binary Distribution](assets/download.png)](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz)
[ ![Binary Distribution](assets/download.png)](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz)

[![GitHub License](https://img.shields.io/github/license/sillelien/dollar.svg)](https://raw.githubusercontent.com/sillelien/dollar/master/LICENSE)
[![GitHub Issues](https://img.shields.io/github/issues/sillelien/dollar.svg)](https://github.com/sillelien/dollar/issues)
Expand All @@ -13,15 +13,15 @@

Full documentation at [http://sillelien.github.io/dollar](http://sillelien.github.io/dollar) and the manual is at [http://sillelien.github.io/dollar/manual/](http://sillelien.github.io/dollar/manual/)

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz)

![dollar](assets/gh-title-dollar.png)
## Intro

Dollar is a light-weight scripting language for the JVM. More specifically it is an integration centric, reactive dynamic programming language.

It is currently being built for the needs of server-side developers and Java developers in general who need to produce quick prototypes or write simple scripts. Furthermore it is an internet centric language where JSON and URIs are first class citizens.

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz)

**The language is currently in early but active development.**

Expand Down Expand Up @@ -56,13 +56,13 @@ quality.results each {

Learn more at [http://sillelien.github.io/dollar](http://sillelien.github.io/dollar).

![Install](assets/gh-title-install.png)
## Install


Download the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz) then run the following in your shell:
Download the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz) then run the following in your shell:

```bash
tar -zxvf dollar-0.4.5083.tgz
tar -zxvf dollar-0.4.5096.tgz
```

To use dollar:
Expand All @@ -71,15 +71,15 @@ To use dollar:
./dollar/bin/dollar <filename>.ds
```

![Docs](assets/gh-title-docs.png)
## Docs

Documentation is at [http://sillelien.github.io/dollar](http://sillelien.github.io/dollar).

Q&A: https://gitq.com/sillelien/dollar

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz)

![Maven](assets/gh-title-maven.png)
## Maven

The artifacts used to build the Dollar project can be accessed using

Expand All @@ -105,7 +105,7 @@ and
<dependency>
<groupId>com.sillelien</groupId>
<artifactId>dollar-xxx</artifactId>
<version>0.4.5083</version>
<version>0.4.5096</version>
</dependency>
```

Expand All @@ -114,9 +114,9 @@ Dependencies: [![Dependency Status](https://www.versioneye.com/user/projects/54a



![Docker](assets/gh-title-docker.png)
## Docker

There is a docker image, but it is in it's infancy so better to work with the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5083.tgz) for now.
There is a docker image, but it is in it's infancy so better to work with the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5096.tgz) for now.
```bash
docker run -v $HOME/.github:/root/.github -v $HOME/.dollar:/root/.dollar -v $(pwd):/build -it sillelien/dollarscript-headless:0.4 <filename>.ds
```
Expand Down Expand Up @@ -149,3 +149,25 @@ Please contact me through Gitter (chat) or through GitHub Issues.

For commercial support please <a href="mailto:hello@neilellis.me">contact me directly</a>.
-------

--------

# 💰 Referral Links

This is an open source project, which means that we are giving our time to you for free. However like yourselves, we do have bills to pay. Please consider visiting some of these excellent services, they are not junk we can assure you, all services we would or do use ourselves.

[Really Excellent Dedicated Servers from Limestone Networks](http://www.limestonenetworks.com/?utm_campaign=rwreferrer&utm_medium=affiliate&utm_source=RFR16798) - fantastic service, great price.

[Low Cost and High Quality Cloud Hosting from Digital Ocean](https://www.digitalocean.com/?refcode=7b4639fc8194) - truly awesome service.

# 👮 Copyright and License

[![GitHub License](https://img.shields.io/github/license/sillelien/dollar.svg)](https://raw.githubusercontent.com/sillelien/dollar/master/LICENSE)

(c) 2014-2017 Neil Ellis all rights reserved. Please see [LICENSE](https://raw.githubusercontent.com/sillelien/dollar/master/LICENSE) for license details of this project. Please visit http://neilellis.me for help and raise issues on [GitHub](https://github.com/sillelien/dollar/issues).

For commercial support please ✉ <a href="mailto:hello@neilellis.me">contact me directly</a>.

<div width="100%" align="right">
<img>
</div>

0 comments on commit 74e9778

Please sign in to comment.