Hi As you may have noticed by the massive amount of commits in the last week or so.. I've been doing some infrastructure changes (along with boatloat of other things.. like upgrading some of our .php.net website from *table layout* to more uniform layout - copying simplified phpweb).
master, wiki and qaweb are now running using our new look from the 'shared' repo. This shared repo is intended to have our styles, js, basic templates and maybe in the future common script snippets. This repo is located on: - http://git.php.net/?p=web/shared.git;a=summary (main repo) - https://github.com/php/web-shared (mirror) - rsync.php.net::php-shared (rsync) The CSS and JS in that repo is also served from http[s]://shared.php.net When developing locally for qa/master/wiki you need to clone the repo your self (this is done automatically on the rsync box to make it easier to manage the actual servers). The qa/master/wiki expect to find a 'shared' folder containing this repo in the docroot. I personally have just one copy of the repo in my main 'repo' dir and symlink it into the other websites. Note: Although the CSS/JS is served from shared.php.net, the other websites do need a copy of the folder too as it contains the .php template for header/footer and in the future code snippets. This folder is therefore automatically injected on the rsync box in rsync-space. -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
