Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 12e234b

Browse files
committed
Merge branch 'dev' of https://github.com/pattern-lab/patternlab-php into dev
2 parents 1921456 + 8d36923 commit 12e234b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
## About the PHP Version of Pattern Lab
22

3-
The PHP version of Pattern Lab is, at its core, a static site generator. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns and the JavaScript-based viewer, with a PHP-based "builder" that transforms and dynamically builds the Pattern Lab site. By making it a static site generator, the PHP version of Pattern Lab strongly separates patterns, data, and presentation from build logic. The PHP version should be seen as a reference for other developers to improve upon as they build their own Pattern Lab Builders in their language of choice.
3+
The PHP version of Pattern Lab is, at its core, a static site generator. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns and the JavaScript-based viewer, with a PHP-based "builder" that transforms and dynamically builds the Pattern Lab site. By making it a static site generator, Pattern Lab strongly separates patterns, data, and presentation from build logic.
44

55
## Demo
66

7-
You can play with a demo of the front-end of the PHP version of Pattern Lab at [demo.pattern-lab.info](http://demo.pattern-lab.info).
7+
You can play with a demo of the front-end of Pattern Lab at [demo.pattern-lab.info](http://demo.pattern-lab.info).
88

99
## Getting Started
1010

11-
The PHP version of Pattern Lab should be relatively easy for anyone to get up and running.
12-
1311
* [Requirements](http://pattern-lab.info/docs/requirements.html)
1412
* [Installing the PHP Version of Pattern Lab](http://pattern-lab.info/docs/installation.html)
1513
* [Upgrading the PHP Version of Pattern Lab](http://pattern-lab.info/docs/upgrading.html)
@@ -46,7 +44,7 @@ The PHP version of Pattern Lab utilizes Mustache as the template language for pa
4644

4745
## Using Pattern Lab's Advanced Features
4846

49-
By default, the Pattern Lab assets can be manually generated and the Pattern Lab site manually refreshed but who wants to waste time doing that? Here are some ways that the PHP version of Pattern Lab can make your development workflow a little smoother:
47+
By default, the Pattern Lab assets can be manually generated and the Pattern Lab site manually refreshed but who wants to waste time doing that? Here are some ways that Pattern Lab can make your development workflow a little smoother:
5048

5149
* [Watching for Changes and Auto-Regenerating Patterns](http://pattern-lab.info/docs/advanced-auto-regenerate.html)
5250
* [Auto-Reloading the Browser Window When Changes Are Made](http://pattern-lab.info/docs/advanced-reload-browser.html)
@@ -56,4 +54,4 @@ By default, the Pattern Lab assets can be manually generated and the Pattern Lab
5654
* [Preventing the Cleaning of public/](http://pattern-lab.info/docs/advanced-clean-public.html)
5755
* [Generating CSS](http://pattern-lab.info/docs/advanced-generating-css.html)
5856
* [Modifying the Pattern Lab Nav](http://pattern-lab.info/docs/advanced-pattern-lab-nav.html)
59-
* [Integration with Compass](http://pattern-lab.info/docs/advanced-integration-with-compass.html)
57+
* [Integration with Compass](http://pattern-lab.info/docs/advanced-integration-with-compass.html)

0 commit comments

Comments
 (0)