From 3f095462c6b1517c80e065a6b438404da30637de Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Feb 2011 16:14:14 +0100 Subject: some update --- _posts/2011-02-20-psgichrome.textile | 9 ++++----- about/index.html | 6 ++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/_posts/2011-02-20-psgichrome.textile b/_posts/2011-02-20-psgichrome.textile index e078e8f..438928c 100644 --- a/_posts/2011-02-20-psgichrome.textile +++ b/_posts/2011-02-20-psgichrome.textile @@ -6,7 +6,7 @@ title: PSGIChrome Earlier this month, I've read about this extension: "chromePHP":http://www.chromephp.com/. -The principle of this extension is to allow you to log from your PHP application to crhome. You may not be aware, but this is something you already have with every web application if you're using Plack. And not only for Chrome, but every webkit navigator, and Firefox! +The principle of this extension is to allow you to log from your PHP application to chrome. You may not be aware, but this is something you already have with every web application if you're using Plack. And not only for Chrome, but every webkit navigator, and Firefox too! Let's mimic their page. @@ -17,14 +17,13 @@ h1. Installation # no step 3 # write a simple PSGI application and log - + Load this application with plackup: bc. plackup chromeplack.pl -point your browser to *http://localhost:5000*, activate the javascript console (with chrome of firefox, this work with both). +point your browser to *http://localhost:5000*, activate the javascript console. if this works correctly, you should have a smiliar output in your console: @@ -41,4 +40,4 @@ plack_middlewares: - - ConsoleLogger -p. Now you can start your application (running in Plack environment, of course), and next time you'll use 'warning' or 'debug' or any other keyword from Dancer::Logger, the message will end up in your javascript console. +p. Now you can start your application (running in a Plack environment, of course), and next time you'll use 'warning' or 'debug' or any other keyword from Dancer::Logger, the message will end up in your javascript console. diff --git a/about/index.html b/about/index.html index 781a3b6..0ca3e9f 100644 --- a/about/index.html +++ b/about/index.html @@ -24,6 +24,12 @@ layout: default

+ I'm also a member + of Paris.pm, where I + organize the technical meeting for the group. + +

+ You can reach me via mail, or irc (I'm franck) on irc.perl.org.

-- cgit v1.2.3