a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 326618 and 215998

Description: Documentation files for erlang-cowboy - a small Erlang HTTP server
 Cowboy is also a socket acceptor pool, able to accept connections
 for any kind of TCP protocol.
 .
 Cowboy aims to provide the following advantages:
 .
   * 'Small' code base.
   * Damn 'fast'.
   * 'Modular': transport and protocol handlers are replaceable.
   * 'Binary HTTP' for greater speed and lower memory usage.
   * Easy to 'embed' inside another application.
   * Selectively 'dispatch' requests to handlers, allowing you to send some
     requests to your embedded code and others to a FastCGI application in
     PHP or Ruby.
   * No parameterized module. No process dictionary. 'Clean' Erlang code.
 .
 This package includes erlang-cowboy documentation and examples.
Description: Documentation files for erlang-cowboy
 Cowboy is also a socket acceptor pool, able to accept connections
 for any kind of TCP protocol.
 .
 Cowboy aims to provide the following advantages:
 .
   * 'Small' code base.
   * Damn 'fast'.
   * 'Modular': transport and protocol handlers are replaceable.
   * 'Binary HTTP' for greater speed and lower memory usage.
   * Easy to 'embed' inside another application.
   * Selectively 'dispatch' requests to handlers, allowing you to send some
     requests to your embedded code and others to a FastCGI application in
     PHP or Ruby.
   * No parameterized module. No process dictionary. 'Clean' Erlang code.
 .
 This package includes erlang-cowboy documents.
--- 326618	Thu Jan  1 00:00:00 1970
+++ 215998	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-Documentation files for erlang-cowboy - a small Erlang HTTP server
+Documentation files for erlang-cowboy
  Cowboy is also a socket acceptor pool, able to accept connections
  for any kind of TCP protocol.
  .
@@ -14,4 +14,4 @@
      PHP or Ruby.
    * No parameterized module. No process dictionary. 'Clean' Erlang code.
  .
- This package includes erlang-cowboy documentation and examples.
+ This package includes erlang-cowboy documents.