Enable unique disqus id per page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59131f5583
commit
8ec55d098f
|
@ -26,7 +26,7 @@
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
||||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:db="http://docbook.org/ns/docbook">
|
xmlns:db="http://docbook.org/ns/docbook" xml:id="book">
|
||||||
<info>
|
<info>
|
||||||
|
|
||||||
<title><link xlink:href="http://www.hbase.org">
|
<title><link xlink:href="http://www.hbase.org">
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
This stylesheet is used making an html version of hbase-default.xml.
|
|
||||||
-->
|
-->
|
||||||
<xsl:import href="urn:docbkx:stylesheet"/>
|
<xsl:import href="urn:docbkx:stylesheet"/>
|
||||||
|
|
||||||
|
@ -32,8 +30,8 @@ This stylesheet is used making an html version of hbase-default.xml.
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var disqus_shortname = 'hbase'; // required: replace example with your forum shortname
|
var disqus_shortname = 'hbase'; // required: replace example with your forum shortname
|
||||||
var disqus_url = 'http://hbase.apache.org/';
|
var disqus_url = 'http://hbase.apache.org/book';
|
||||||
var disqus_identifier = 'book';
|
var disqus_identifier = '<xsl:value-of select="@xml:id" />';
|
||||||
|
|
||||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
(function() {
|
(function() {
|
||||||
|
|
Loading…
Reference in New Issue