Skip to content

Commit 629cf1c

Browse files
committed
Merge branch 'master' of github.com:kvz/phpjs
2 parents 3d95f39 + eeddc86 commit 629cf1c

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,28 @@
1-
php.js is an open source project that brings high-level PHP
2-
functions to low-level JavaScript platforms such as webbrowsers,
3-
AIR, V8 and rhino.
1+
php.js is a resource that offers community-built JavaScript alternatives to PHP functions.
42

5-
If you want to perform high-level operations on these platforms,
6-
you probably need to write JS that combines it's lower-level
7-
functions and build it up until you have something useful like:
8-
md5(), strip_tags(), strtotime(), number_format(), wordwrap().
9-
10-
That's what we are doing for you.
11-
12-
More info at:
13-
14-
- [http://phpjs.org/](http://phpjs.org/)
15-
- [http://github.com/kvz/phpjs/wiki/](http://github.com/kvz/phpjs/wiki/)
3+
More info at: http://phpjs.org/about
164

175
# Building the site
186

19-
## Octopress
7+
## Prerequisites
208

21-
For prerequisites please check [here](http://kvz.io/blog/2012/09/25/blog-with-octopress/)
9+
The site is built using Octopress. For instructions how to set things up,
10+
please check [here](http://kvz.io/blog/2012/09/25/blog-with-octopress/).
2211

2312
## build, generate, commit, push, deploy
13+
2414
```shell
2515
make site MSG="Updated site"
2616
```
2717

2818
## preview locally
19+
2920
```shell
3021
make site-preview
3122
```
3223

3324
## reset site (should not be necessary)
25+
3426
```shell
3527
make site-clean
36-
```
28+
```

0 commit comments

Comments
 (0)