diff options
| -rw-r--r-- | _posts/2010-03-25-github-explorer.md | 6 | ||||
| -rw-r--r-- | _posts/2010-04-02-github-poster.md | 2 | ||||
| -rw-r--r-- | _posts/2010-04-03-more-fun-with-tatsumaki-and-plack.md | 4 | ||||
| -rw-r--r-- | _posts/2010-04-19-the-dancer-ecosystem.md | 2 | ||||
| -rw-r--r-- | _posts/2010-06-30-github-poster-to-ship.md | 2 | ||||
| -rw-r--r-- | _posts/2010-10-25-perl-moderne.md | 2 | ||||
| -rw-r--r-- | _posts/2011-02-20-psgichrome.md | 2 | ||||
| -rw-r--r-- | _posts/2011-03-06-how_to_use_github_effectively_for_your_project.md | 2 | ||||
| -rw-r--r-- | _posts/2011-04-22-new_job.md | 2 | ||||
| -rw-r--r-- | _posts/2011-05-08-french_perl_workshop.md | 2 | ||||
| -rw-r--r-- | _posts/2011-06-20-stargit.md | 4 |
11 files changed, 15 insertions, 15 deletions
diff --git a/_posts/2010-03-25-github-explorer.md b/_posts/2010-03-25-github-explorer.md index 8fec460..a22a318 100644 --- a/_posts/2010-03-25-github-explorer.md +++ b/_posts/2010-03-25-github-explorer.md @@ -16,9 +16,9 @@ I wanted to do something similar again, but not with the same data. So I took a > This graph will be printed on a poster, size will be [A2](http://en.wikipedia.org/wiki/A2_paper_size) and [A1](http://en.wikipedia.org/wiki/A1_paper_size). Please, contact me franck.cuny [at] linkfluence.net if you will be interested by one. -<img class="img_center" src="/static/imgs/general.webp" title="github explorer global" /> +<img class="img_center" src="/static/imgs/general.webp" alt="github explorer global" title="github explorer global" /> -<img class="img_center" src="/static/imgs/zoom.webp" title="github explorer zoom" /> +<img alt="github explorer zoom" class="img_center" src="/static/imgs/zoom.webp" title="github explorer zoom" /> This time, I didn't aim for the Perl community only, but the whole github communities. I've created several graphs: @@ -59,7 +59,7 @@ As always, I've used [Gephi](http://gephi.org/) (now in version 0.7) to create t > properties of the graph: 16443 nodes / 130650 edges -<a href="http://www.flickr.com/photos/franck_/4460144638/" title="Github - All - by languages by franck.cuny, on Flickr"><img class="img_center" src="http://farm5.static.flickr.com/4027/4460144638_48e7d83e80.jpg" width="482" height="500" alt="Github - All - by languages" /></a> +<a href="http://www.flickr.com/photos/franck_/4460144638/" alt="GitHub - All" title="Github - All - by languages by franck.cuny, on Flickr"><img class="img_center" src="http://farm5.static.flickr.com/4027/4460144638_48e7d83e80.jpg" width="482" height="500" alt="Github - All - by languages" /></a> The first map is about all the languages available on github. This one was really heavy, with more than 17k nodes, and 130k edges. The final version of the graph use the 2270 more connected nodes. diff --git a/_posts/2010-04-02-github-poster.md b/_posts/2010-04-02-github-poster.md index b111771..a137fd8 100644 --- a/_posts/2010-04-02-github-poster.md +++ b/_posts/2010-04-02-github-poster.md @@ -23,5 +23,5 @@ so if you are interested in buying a poster and contact me early enough, I'll pr I would like to thank all the people who emailed me, and I'm really sorry I'm unable to provide each of you a poster. <center> -<a href="http://fr.linkfluence.net/posters/"><img style="border: 1px solid #000;" src="http://fr.linkfluence.net/wp-content/images/atlas/github_thumb.png" /></a> +<a href="http://fr.linkfluence.net/posters/"><img style="border: 1px solid #000;" src="http://fr.linkfluence.net/wp-content/images/atlas/github_thumb.png" alt="poster" /></a> </center> diff --git a/_posts/2010-04-03-more-fun-with-tatsumaki-and-plack.md b/_posts/2010-04-03-more-fun-with-tatsumaki-and-plack.md index edb3d81..a6deb23 100644 --- a/_posts/2010-04-03-more-fun-with-tatsumaki-and-plack.md +++ b/_posts/2010-04-03-more-fun-with-tatsumaki-and-plack.md @@ -1,4 +1,4 @@ ---- + --- layout: post summary: In which I have fun with Tatsumaki. title: More fun with Tatsumaki and Plack @@ -130,7 +130,7 @@ Some HTTP headers are added to the response : * **X-RateLimit-Remaining**: how many requests are available * **X-RateLimit-Reset**: when will the counter be reseted (in seconds) -This middleware could be a very good companion to the [Dancer REST stuff](http://www.sukria.net/fr/archives/2010/03/19/let-the-dancer-rest/) [added recently](/easily-create-rest-interface-with-the-dancer-1170/). +This middleware could be a very good companion to the [Dancer REST stuff](http://www.sukria.net/fr/archives/2010/03/19/let-the-dancer-rest/) [added recently](/easily-create-rest-interface-with-the-dancer-1.170/). ## another Tatsumaki application with Plack middlewares diff --git a/_posts/2010-04-19-the-dancer-ecosystem.md b/_posts/2010-04-19-the-dancer-ecosystem.md index 9911c1e..c661838 100644 --- a/_posts/2010-04-19-the-dancer-ecosystem.md +++ b/_posts/2010-04-19-the-dancer-ecosystem.md @@ -28,7 +28,7 @@ Out of the box, Dancer only has a simple logging system to write to file, but mo <li><a href="http://git.lumberjaph.net/p5-dancer-logger-psgi.git/">Dancer::Logger::PSGI</a> by me</li> </ul> -The last one is for writing directly your log message via <ah href="http://search.cpan.org/perldoc?Plack">Plack</a>. You can use a middleware like <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/LogDispatch.pm">P::M::LogDispatch</a> or <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/Log4perl.pm">P::M::Log4perl</a> to handle logs for your application. Even better, if you use <a href="http://github.com/miyagawa/Plack-Middleware-ConsoleLogger">P::M::ConsoleLogger</a>, you can have logs from your Dancer application in your javascript console. +The last one is for writing directly your log message via <a href="http://search.cpan.org/perldoc?Plack">Plack</a>. You can use a middleware like <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/LogDispatch.pm">P::M::LogDispatch</a> or <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/Log4perl.pm">P::M::Log4perl</a> to handle logs for your application. Even better, if you use <a href="http://github.com/miyagawa/Plack-Middleware-ConsoleLogger">P::M::ConsoleLogger</a>, you can have logs from your Dancer application in your javascript console. ## Debug diff --git a/_posts/2010-06-30-github-poster-to-ship.md b/_posts/2010-06-30-github-poster-to-ship.md index c11ba77..dca4230 100644 --- a/_posts/2010-06-30-github-poster-to-ship.md +++ b/_posts/2010-06-30-github-poster-to-ship.md @@ -7,7 +7,7 @@ title: Github Communities Posters for shipping I've finally found a printer that can do international shipping for reasonable costs. The price will be 65€, and a paypal account will be setup soon. <center> -<a href="http://fr.linkfluence.net/posters/"><img style="border: 1px solid #000;" src="http://fr.linkfluence.net/wp-content/images/atlas/github_thumb.png" /></a> +<a href="http://fr.linkfluence.net/posters/"><img style="border: 1px solid #000;" alt="poster" src="http://fr.linkfluence.net/wp-content/images/atlas/github_thumb.png" /></a> </center> So, if you're interested by a poster in A1 size, send me a mail. I'll need at least 15 persons to be able to do this. So contact me, and I will keep you informed. diff --git a/_posts/2010-10-25-perl-moderne.md b/_posts/2010-10-25-perl-moderne.md index 36343f9..f5a0e02 100644 --- a/_posts/2010-10-25-perl-moderne.md +++ b/_posts/2010-10-25-perl-moderne.md @@ -1,7 +1,7 @@ --- layout: post title: Perl Moderne -summary: In which I do a review of the book "Moderne Perl" +summary: In which I do a review of the book 'Moderne Perl' --- Exercice différent aujourd’hui, puisqu’il s’agit d’une critique d’un livre. diff --git a/_posts/2011-02-20-psgichrome.md b/_posts/2011-02-20-psgichrome.md index 55b47c5..e5a12c2 100644 --- a/_posts/2011-02-20-psgichrome.md +++ b/_posts/2011-02-20-psgichrome.md @@ -57,7 +57,7 @@ point your browser to http://localhost:5000, activate the javascript console. If this works correctly, you should have a smiliar output in your console: -<img src="/static/imgs/plack_chrome.webp" /> +<img src="/static/imgs/plack_chrome.webp" alt="plack chrome" /> ## Dancer diff --git a/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.md b/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.md index fd71b60..d422e09 100644 --- a/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.md +++ b/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.md @@ -6,7 +6,7 @@ summary: In which we look at how we can use GitHub effectively for your project. <a href="https://github.com/">GitHub</a> provide an awesome set of tools for opensource developers. For <a href="http://perldancer.org">Dancer</a>, we use them as much as possible. I'll show and explain how we do our development. -<img class="img_center" src="/static/imgs/github_dancer.webp" /> +<img class="img_center" src="/static/imgs/github_dancer.webp" alt="dancer" /> ## code review diff --git a/_posts/2011-04-22-new_job.md b/_posts/2011-04-22-new_job.md index 0ca7f0e..c320f71 100644 --- a/_posts/2011-04-22-new_job.md +++ b/_posts/2011-04-22-new_job.md @@ -48,7 +48,7 @@ You're encouraged to talk at those conferences, and you can prepare your talks d Most of the developers in the company are coming from a scientific background (but this is not a requirement). Some of them do publish scientific papers on topics like social media and graphs analysis. - * [Stabilité globale et diversité globale dans la dynamique des commentaires de Flickr](www.liafa.jussieu.fr/~prieur/Publis/TSI2444-RauxPrieurV2.pdf) (Raux, Prieur, 2011) + * [Stabilité globale et diversité globale dans la dynamique des commentaires de Flickr](http://www.liafa.jussieu.fr/~prieur/Publis/TSI2444-RauxPrieurV2.pdf) (Raux, Prieur, 2011) * [Describing the Web in less than 140 characters](http://www.icwsm.org/2011/index.php) (Raux, Grunwald, Prieur, 2011) * Essai de géographie de la blogosphère politique française (Cardon, Fouetillou, Lerondeau, Prieur 2011) * [Two paths of glory - Structural positions and trajectories of websites within their topical territory](http://www.icwsm.org/2011/index.php) (Cardon, Fouetillou, Roth 2011) diff --git a/_posts/2011-05-08-french_perl_workshop.md b/_posts/2011-05-08-french_perl_workshop.md index 8864ebb..0c3e30c 100644 --- a/_posts/2011-05-08-french_perl_workshop.md +++ b/_posts/2011-05-08-french_perl_workshop.md @@ -6,7 +6,7 @@ summary: In which I remind you of the French Perl Worksphop. The call for paper for the [French Perl Workshop](http://journeesperl.fr/fpw2011/) is open. This event will be held the 24th and 25th of June in Paris. As always, this is a free conference. -<img align="left" src="/static/imgs/affiche_fpw11.webp" /> +<img align="left" alt="logo" "src="/static/imgs/affiche_fpw11.webp" /> ## Where diff --git a/_posts/2011-06-20-stargit.md b/_posts/2011-06-20-stargit.md index ac0da6a..b5166e8 100644 --- a/_posts/2011-06-20-stargit.md +++ b/_posts/2011-06-20-stargit.md @@ -8,11 +8,11 @@ Last year I did a [small exploration of GitHub](http://lumberjaph.net/graph/2010 This time I got help from [Alexis](https://twitter.com/#!/jacomyal) to provide you with an awesome tool: [a real explorer of your graph](http://www.stargit.net), but more on this later ;) -<img class="img_center" src="/static/imgs/stargit.webp" title="StarGit" /> +<img class="img_center" src="/static/imgs/stargit.webp" title="StarGit" alt="stargit" /> And of course, [the poster](http://labs.linkfluence.net). Feel free to print it yourself, the size of the poster is A1. -<img class="img_center" src="/static/imgs/github-poster-v2.webp" title="GitHub Poster" /> +<img class="img_center" src="/static/imgs/github-poster-v2.webp" title="GitHub Poster" alt="GitHub Poster" /> ## The data |
