[Pkg-javascript-commits] [sockjs-client] 294/434: Markdown: Let's try dagger instead of star. Multiline tables don't work

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 31db04a8f95cd860e645daecc143629b7ed7a2d0
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Thu Jan 12 12:12:37 2012 +0000

    Markdown: Let's try dagger instead of star. Multiline tables don't work
---
 README.md | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 469b9fb..48a1b3b 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Supported transports, by browser
 Browser         | Websockets       | Streaming | Polling
 ----------------|------------------|-----------|-----------
 IE 7            | no               | no        | jsonp-polling
-IE 8, 9 (cookies=no) |    no       | xhr-streaming*  | xhr-polling*
+IE 8, 9 (cookies=no) |    no       | xhr-streaming†  | xhr-polling†
 IE 8, 9 (cookies=yes)|    no       | iframe-htmlfile | iframe-xhr-polling
 Chrome 6-12     | hixie-76         | xhr-streaming   | xhr-polling
 Chrome 14+      | hybi-10          | xhr-streaming   | xhr-polling
@@ -158,11 +158,15 @@ Safari 5        | hixie-76         | xhr-streaming   | xhr-polling
 Opera 10.7+     | no               | iframe-eventsource | iframe-xhr-polling
 Konqueror       | no               | no        | jsonp-polling
 
-*: IE 8+ supports XDomainRequest, which is esentially a better
-   AJAX/XHR that can do requests across domains. But, unfortunately it
-   doesn't send any cookies, which makes it inaproppriate for some
-   deployments (for example when load balancer requires JSESSIONID
-   cookie).
+
+ *  **†**
+
+    IE 8+ supports XDomainRequest, which is esentially a better
+    AJAX/XHR that can do requests across domains. But, unfortunately
+    it doesn't send any cookies, which makes it inaproppriate for some
+    deployments (for example when load balancer requires JSESSIONID
+    cookie).
+
 
 Supported transports, by name
 -----------------------------
@@ -171,15 +175,14 @@ Transport            | References
 ---------------------|-----------
 websocket (hixie-76) | [draft-hixie-thewebsocketprotocol-76][^1]
 websocket (hybi-10)  | [draft-ietf-hybi-thewebsocketprotocol-10][^2]
-xhr-streaming        | A simple streaming transport, using [cross domain XHR][^5]
-                     | or [XDR][^9] [streaming][^7] capability (readyState=3).
+xhr-streaming        | A simple streaming transport, using [cross domain XHR][^5] or [XDR][^9] [streaming][^7] capability (readyState=3).
 iframe-eventsource   | [EventSource][^4] used from an [iframe via postMessage][^3].
 iframe-htmlfile      | [HtmlFile][^8] used from an [iframe via postMessage][^3].
 xhr-polling          | Long-polling using [cross domain XHR][5] or [XDR][9].
-iframe-xhr-polling   | Long-polling using normal AJAX from an
-                     | [iframe via postMessage][^3].
+iframe-xhr-polling   | Long-polling using normal AJAX from an [iframe via postMessage][^3].
 jsnop-polling        | Old fasioned and slow [JSONP polling][^6].
 
+
 Supported transports (#1)
 -------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list