Commit: a2c9381ca9dd567ef0f73114688e6526397ccee8 Author: Hannes Magnusson <[email protected]> Mon, 30 Dec 2013 19:17:35 -0800 Parents: 42958479f8d6a4dcc37ebb38c169d2bb64861c5b Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=a2c9381ca9dd567ef0f73114688e6526397ccee8 Log: Update new setup Changed paths: M README.md Diff: diff --git a/README.md b/README.md index c29983b..739947e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ This repo contains CSS stylesheets and PHP code/templates that are shared across multiple .php.net websites to make code and layout reuse easier. +In production (e.g. hostname ends with '.php.net') it will point to +shared.php.net for all CSS+JS. It is also magically included via rsync +so there is no submodule required. + +When running locally, you have to clone this repo and put it into your +web root as 'shared'. + + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
