From 19039912c7cbd081a6cd5f9ce422e56e2ea814f3 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 6 Dec 2011 18:34:49 -0100 Subject: [PATCH] Update documentation --- archives.html | 3 +++ author/Alexis Métaireau.html | 4 +++ categories.html | 2 ++ category/mozilla.html | 23 +++++++++++++++++ feeds/all-en.atom.xml | 16 +++++++++++- feeds/all.atom.xml | 16 +++++++++++- feeds/mozilla.atom.xml | 16 ++++++++++++ index.html | 4 +++ introducing-cornice.html | 49 ++++++++++++++++++++++++++++++++++++ 9 files changed, 131 insertions(+), 2 deletions(-) create mode 100644 category/mozilla.html create mode 100644 feeds/mozilla.atom.xml create mode 100644 introducing-cornice.html diff --git a/archives.html b/archives.html index ae28864..53cc896 100644 --- a/archives.html +++ b/archives.html @@ -100,6 +100,9 @@
Thu 01 December 2011
Quels usages pour l'informatique ?
+
Tue 06 December 2011
+
Introducing cornice
+ diff --git a/author/Alexis Métaireau.html b/author/Alexis Métaireau.html index 77b3771..669a5ce 100644 --- a/author/Alexis Métaireau.html +++ b/author/Alexis Métaireau.html @@ -58,6 +58,10 @@

Published on Thu 21 October 2010

+

Introducing cornice

+

+

Published on Tue 06 December 2011

+

Introducing the distutils2 index crawlers

Published on Tue 06 July 2010

diff --git a/categories.html b/categories.html index e01284f..e80f3f0 100644 --- a/categories.html +++ b/categories.html @@ -18,6 +18,8 @@
  • dev
  • +
  • mozilla
  • +
  • python
  • system
  • diff --git a/category/mozilla.html b/category/mozilla.html new file mode 100644 index 0000000..89aa873 --- /dev/null +++ b/category/mozilla.html @@ -0,0 +1,23 @@ + + + + + + + Alexis Métaireau + + +
    +

    Alexis Métaireau's thougths

    + +
    +
    + + +

    Introducing cornice

    +

    +

    Published on Tue 06 December 2011

    + +
    + + \ No newline at end of file diff --git a/feeds/all-en.atom.xml b/feeds/all-en.atom.xml index 90099b4..41dee3f 100644 --- a/feeds/all-en.atom.xml +++ b/feeds/all-en.atom.xml @@ -1,5 +1,19 @@ -Alexis' loghttp://blog.notmyidea.org2011-10-15T00:00:00+02:00How are you handling your shared expenses?2011-10-15T00:00:00+02:00Alexis Métaireautag:blog.notmyidea.org,2011-10-15:/how-are-you-handling-your-shared-expenses.html/<p><strong>TL;DR:</strong> We're kick-starting a new application to manage your shared +Alexis' loghttp://blog.notmyidea.org2011-12-06T00:00:00+01:00Introducing cornice2011-12-06T00:00:00+01:00Alexis Métaireautag:blog.notmyidea.org,2011-12-06:/introducing-cornice.html/<p>Wow, this is my second working day at mozilla. I've been working, yesterday and +today, on a pyramid REST-ish toolkit, <a class="reference external" href="https://github.com/mozilla-services/cornice">cornice</a>.</p> +<p>Cornice allows you to take out from you all the repetitive stuff you do when +writing a web service. I'm mainly thinking about different kinds of validation.</p> +<p>To describe a web service in <em>cornice</em>, you have to write something like this</p> +<div class="system-message"> +<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">./content/mozilla/introducing-cornice.rst</tt>, line 14)</p> +<p>Content block expected for the &quot;code-block&quot; directive; none found.</p> +<pre class="literal-block"> +.. code-block:: python + + +</pre> +</div> +How are you handling your shared expenses?2011-10-15T00:00:00+02:00Alexis Métaireautag:blog.notmyidea.org,2011-10-15:/how-are-you-handling-your-shared-expenses.html/<p><strong>TL;DR:</strong> We're kick-starting a new application to manage your shared expenses. Have a look at <a class="reference external" href="http://ihatemoney.notmyidea.org">http://ihatemoney.notmyidea.org</a></p> <p>As a student, I lived in a lot of different locations, and the majority of them had something in common: I lived with others. It usually was a great experience diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index 49ea784..25b595b 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -1,5 +1,19 @@ -Alexis' loghttp://blog.notmyidea.org2011-12-01T00:00:00+01:00Quels usages pour l'informatique ?2011-12-01T00:00:00+01:00Alexis Métaireautag:blog.notmyidea.org,2011-12-01:/quels-usages-pour-linformatique-fr.html/<p>Quand on termine ses études, on s'en pose un tas, des questions. Sur le métier +Alexis' loghttp://blog.notmyidea.org2011-12-06T00:00:00+01:00Introducing cornice2011-12-06T00:00:00+01:00Alexis Métaireautag:blog.notmyidea.org,2011-12-06:/introducing-cornice.html/<p>Wow, this is my second working day at mozilla. I've been working, yesterday and +today, on a pyramid REST-ish toolkit, <a class="reference external" href="https://github.com/mozilla-services/cornice">cornice</a>.</p> +<p>Cornice allows you to take out from you all the repetitive stuff you do when +writing a web service. I'm mainly thinking about different kinds of validation.</p> +<p>To describe a web service in <em>cornice</em>, you have to write something like this</p> +<div class="system-message"> +<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">./content/mozilla/introducing-cornice.rst</tt>, line 14)</p> +<p>Content block expected for the &quot;code-block&quot; directive; none found.</p> +<pre class="literal-block"> +.. code-block:: python + + +</pre> +</div> +Quels usages pour l'informatique ?2011-12-01T00:00:00+01:00Alexis Métaireautag:blog.notmyidea.org,2011-12-01:/quels-usages-pour-linformatique-fr.html/<p>Quand on termine ses études, on s'en pose un tas, des questions. Sur le métier que l'on veut faire, sur ce que ça signifie, sur le sens et la valeur du travail. Et j'en suis arrivé à faire un constat simple: l'informatique, c'est utile, tant que ça ne viens pas vous pourrir la vie. Oui, parce que de diff --git a/feeds/mozilla.atom.xml b/feeds/mozilla.atom.xml new file mode 100644 index 0000000..6a63bb5 --- /dev/null +++ b/feeds/mozilla.atom.xml @@ -0,0 +1,16 @@ + +Alexis' loghttp://blog.notmyidea.org2011-12-06T00:00:00+01:00Introducing cornice2011-12-06T00:00:00+01:00Alexis Métaireautag:blog.notmyidea.org,2011-12-06:/introducing-cornice.html/<p>Wow, this is my second working day at mozilla. I've been working, yesterday and +today, on a pyramid REST-ish toolkit, <a class="reference external" href="https://github.com/mozilla-services/cornice">cornice</a>.</p> +<p>Cornice allows you to take out from you all the repetitive stuff you do when +writing a web service. I'm mainly thinking about different kinds of validation.</p> +<p>To describe a web service in <em>cornice</em>, you have to write something like this</p> +<div class="system-message"> +<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">./content/mozilla/introducing-cornice.rst</tt>, line 14)</p> +<p>Content block expected for the &quot;code-block&quot; directive; none found.</p> +<pre class="literal-block"> +.. code-block:: python + + +</pre> +</div> + \ No newline at end of file diff --git a/index.html b/index.html index e058d88..90f7bc9 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,10 @@
    +

    Introducing cornice

    +

    +

    Published on Tue 06 December 2011

    +

    Quels usages pour l'informatique ?

    Published on Thu 01 December 2011

    diff --git a/introducing-cornice.html b/introducing-cornice.html new file mode 100644 index 0000000..02cd4d5 --- /dev/null +++ b/introducing-cornice.html @@ -0,0 +1,49 @@ + + + + + + + Alexis Métaireau + + +
    +

    Alexis Métaireau's thougths

    + +
    +
    +

    Introducing cornice

    +

    Published on Tue 06 December 2011

    +

    Wow, this is my second working day at mozilla. I've been working, yesterday and +today, on a pyramid REST-ish toolkit, cornice.

    +

    Cornice allows you to take out from you all the repetitive stuff you do when +writing a web service. I'm mainly thinking about different kinds of validation.

    +

    To describe a web service in cornice, you have to write something like this

    +
    +

    System Message: ERROR/3 (./content/mozilla/introducing-cornice.rst, line 14)

    +

    Content block expected for the "code-block" directive; none found.

    +
    +.. code-block:: python
    +
    +
    +
    +
    + + + +
    +

    Comments

    +
    + +
    + +
    + + \ No newline at end of file