You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/07/18 12:46:41 UTC

svn commit: r1504421 - in /qpid/site: docs/ docs/components/messenger/book/ docs/releases/qpid-0.20/qmf/cpp/examples/ docs/releases/qpid-0.22/qmf/cpp/examples/ docs/releases/qpid-proton-0.4/ input/ python/transom/

Author: jross
Date: Thu Jul 18 10:46:41 2013
New Revision: 1504421

URL: http://svn.apache.org/r1504421
Log:
QPID-4990: Disable 'code friendly' rendering because it prevents underscores from marking emphasis; style blockquotes as we do code blocks

Modified:
    qpid/site/docs/components/messenger/book/message-disposition.html
    qpid/site/docs/components/messenger/book/quick-start-linux.html
    qpid/site/docs/releases/qpid-0.20/qmf/cpp/examples/index.html
    qpid/site/docs/releases/qpid-0.22/qmf/cpp/examples/index.html
    qpid/site/docs/releases/qpid-proton-0.4/release-notes.html
    qpid/site/docs/site.css
    qpid/site/docs/site.html
    qpid/site/input/site.css
    qpid/site/python/transom/site.py

Modified: qpid/site/docs/components/messenger/book/message-disposition.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/messenger/book/message-disposition.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/components/messenger/book/message-disposition.html (original)
+++ qpid/site/docs/components/messenger/book/message-disposition.html Thu Jul 18 10:46:41 2013
@@ -88,7 +88,7 @@ call to </p>
 </code></pre>
 
 <p>And the window will be further populated only by further calls to
-pn_messenger_get().</p>
+pn<em>messenger</em>get().</p>
 
 <h3 id="receiving">Receiving</h3>
 

Modified: qpid/site/docs/components/messenger/book/quick-start-linux.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/messenger/book/quick-start-linux.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/components/messenger/book/quick-start-linux.html (original)
+++ qpid/site/docs/components/messenger/book/quick-start-linux.html Thu Jul 18 10:46:41 2013
@@ -103,7 +103,7 @@ as the qpid demon.  If you happen to hav
 and using the default port, the recv app above will fail.</p></li>
 <li><p>If you don't have root privileges, you can still do the 
 "make install" step by setting a non-standard prefix, thus:
-    cmake -DCMAKE_INSTALL_PREFIX=/my/path ..</p></li>
+    cmake -DCMAKE<em>INSTALL</em>PREFIX=/my/path ..</p></li>
 </ol>
 
       </div>

Modified: qpid/site/docs/releases/qpid-0.20/qmf/cpp/examples/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.20/qmf/cpp/examples/index.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.20/qmf/cpp/examples/index.html (original)
+++ qpid/site/docs/releases/qpid-0.20/qmf/cpp/examples/index.html Thu Jul 18 10:46:41 2013
@@ -53,7 +53,7 @@
 
 <ul>
 <li><a href="agent.cpp.html">agent.cpp</a></li>
-<li><a href="event_driven_list_agents.cpp.html">event_driven_list_agents.cpp</a></li>
+<li><a href="event_driven_list_agents.cpp.html">event<em>driven</em>list_agents.cpp</a></li>
 <li><a href="list_agents.cpp.html">list_agents.cpp</a></li>
 <li><a href="print_events.cpp.html">print_events.cpp</a></li>
 </ul>

Modified: qpid/site/docs/releases/qpid-0.22/qmf/cpp/examples/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/qmf/cpp/examples/index.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/qmf/cpp/examples/index.html (original)
+++ qpid/site/docs/releases/qpid-0.22/qmf/cpp/examples/index.html Thu Jul 18 10:46:41 2013
@@ -53,7 +53,7 @@
 
 <ul>
 <li><a href="agent.cpp.html">agent.cpp</a></li>
-<li><a href="event_driven_list_agents.cpp.html">event_driven_list_agents.cpp</a></li>
+<li><a href="event_driven_list_agents.cpp.html">event<em>driven</em>list_agents.cpp</a></li>
 <li><a href="list_agents.cpp.html">list_agents.cpp</a></li>
 <li><a href="print_events.cpp.html">print_events.cpp</a></li>
 </ul>

Modified: qpid/site/docs/releases/qpid-proton-0.4/release-notes.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-0.4/release-notes.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-0.4/release-notes.html (original)
+++ qpid/site/docs/releases/qpid-proton-0.4/release-notes.html Thu Jul 18 10:46:41 2013
@@ -79,14 +79,14 @@ documentation, see the <a href="index.ht
 
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-100">PROTON-100</a> - Clean up examples README.txt file</li>
-<li><a href="https://issues.apache.org/jira/browse/PROTON-166">PROTON-166</a> - message.h: pn_message() should be declared pn_message(void)</li>
+<li><a href="https://issues.apache.org/jira/browse/PROTON-166">PROTON-166</a> - message.h: pn<em>message() should be declared pn</em>message(void)</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-183">PROTON-183</a> - intermittent hanging in messenger tests</li>
-<li><a href="https://issues.apache.org/jira/browse/PROTON-203">PROTON-203</a> - pn_listener_set_context() not wrapped correctly in the python bindings</li>
+<li><a href="https://issues.apache.org/jira/browse/PROTON-203">PROTON-203</a> - pn<em>listener</em>set_context() not wrapped correctly in the python bindings</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-204">PROTON-204</a> - Handling of partial messages is broken in java messenger</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-205">PROTON-205</a> - java messenger does not set source  and target correctly</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-219">PROTON-219</a> - Move Cmake modules to the tools directory</li>
-<li><a href="https://issues.apache.org/jira/browse/PROTON-222">PROTON-222</a> - pn_messenger_send returns before message data has been written to the wire</li>
-<li><a href="https://issues.apache.org/jira/browse/PROTON-230">PROTON-230</a> - pn_data_appendn is not exiting the node tree correctly</li>
+<li><a href="https://issues.apache.org/jira/browse/PROTON-222">PROTON-222</a> - pn<em>messenger</em>send returns before message data has been written to the wire</li>
+<li><a href="https://issues.apache.org/jira/browse/PROTON-230">PROTON-230</a> - pn<em>data</em>appendn is not exiting the node tree correctly</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-235">PROTON-235</a> - SASL layer can "replicate" inbound SASL frames under some circumstances.</li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-243">PROTON-243</a> - 0.4 RC1 libqpid-proton not found </li>
 <li><a href="https://issues.apache.org/jira/browse/PROTON-245">PROTON-245</a> - Use of "inline" function specifier not compatible with older versions of swig</li>

Modified: qpid/site/docs/site.css
URL: http://svn.apache.org/viewvc/qpid/site/docs/site.css?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/site.css (original)
+++ qpid/site/docs/site.css Thu Jul 18 10:46:41 2013
@@ -263,7 +263,7 @@ code, pre {
     font-family: "Share Tech Mono", monospace;
 }
 
-pre {
+blockquote, pre {
     color: #222;
     background-color: #fcfcfa;
     padding: 0.8em 1em;
@@ -274,6 +274,10 @@ pre {
     overflow: auto;
 }
 
+blockquote p:last-child {
+    margin-bottom: 0;
+}
+
 div.highlight pre {
     margin: 1em 0;
 }

Modified: qpid/site/docs/site.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/site.html?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/docs/site.html (original)
+++ qpid/site/docs/site.html Thu Jul 18 10:46:41 2013
@@ -92,6 +92,17 @@ other webfonts used here are licensed un
 
 </div>
 
+<h2 id="test">Test</h2>
+
+<p><em>underline me</em> <em>underline me</em></p>
+
+<blockquote>
+  <p>blockquote me
+  and me</p>
+  
+  <p>I'm separate</p>
+</blockquote>
+
       </div>
       <div id="bottom">
         <ul id="apache-navigation">

Modified: qpid/site/input/site.css
URL: http://svn.apache.org/viewvc/qpid/site/input/site.css?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/input/site.css (original)
+++ qpid/site/input/site.css Thu Jul 18 10:46:41 2013
@@ -263,7 +263,7 @@ code, pre {
     font-family: "Share Tech Mono", monospace;
 }
 
-pre {
+blockquote, pre {
     color: #222;
     background-color: #fcfcfa;
     padding: 0.8em 1em;
@@ -274,6 +274,10 @@ pre {
     overflow: auto;
 }
 
+blockquote p:last-child {
+    margin-bottom: 0;
+}
+
 div.highlight pre {
     margin: 1em 0;
 }

Modified: qpid/site/python/transom/site.py
URL: http://svn.apache.org/viewvc/qpid/site/python/transom/site.py?rev=1504421&r1=1504420&r2=1504421&view=diff
==============================================================================
--- qpid/site/python/transom/site.py (original)
+++ qpid/site/python/transom/site.py Thu Jul 18 10:46:41 2013
@@ -41,7 +41,6 @@ class Site(object):
 
         extras = {
             "wiki-tables": True,
-            "code-friendly": True,
             "header-ids": True,
             "markdown-in-html": True,
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org