Skip to content

Commit 066abbb

Browse files
committed
Merge pull request #58 from jensopetersen/master
adding missing demo
2 parents d9d6113 + d11781e commit 066abbb

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

data/getting-help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
eXist-db has a large and active community of users and developers. The community
1515
uses mailing lists, chat, a wiki, and social media—to get and give help, follow
1616
the latest developments, and share tips and discoveries.</para>
17-
<para>The book, "eXist: a NoSQL Document Database and Application Platform" is currently being printed
18-
and is available from <ulink url="http://shop.oreilly.com/product/0636920026525.do#">O'Reilly.com</ulink>.</para>
17+
<para>The book, "eXist: a NoSQL Document Database and Application Platform" was published in 2014
18+
and is available from <ulink url="http://shop.oreilly.com/product/0636920026525.do">O'Reilly.com</ulink>.</para>
1919
<figure>
2020
<title>eXist: a NoSQL Document Database and Application Platform</title>
2121
<graphic fileref="resources/images/book-cover.gif"/>

resources/images/book-cover.gif

-1.45 KB
Loading

templates/page.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
</div>
1717
</div>
1818
</div>
19-
2019
<nav class="navbar navbar-default" role="navigation">
2120
<div class="container">
22-
2321
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
2422
<span class="sr-only">Toggle navigation</span>
2523
<span class="icon-bar"/>
@@ -73,6 +71,9 @@
7371
<a href="{demo}/examples/contacts/html/home.html?browseContacts">RestXQ and
7472
AngularJS</a>
7573
</li>
74+
<li>
75+
<a href="{demo}/examples/xforms/">XForms and RestXQ</a>
76+
</li>
7677
<li>
7778
<a href="{demo}/examples/contacts/html/home.html">Contacts RestXQ Demo</a>
7879
</li>
@@ -135,12 +136,10 @@
135136
</li>
136137
</ul>
137138
<form class="navbar-form navbar-right form-group" role="search" action="search.html" method="GET">
138-
<input type="text" name="q" class="search-query form-control"
139-
placeholder="Search Documentation"/>
139+
<input type="text" name="q" class="search-query form-control" placeholder="Search Documentation"/>
140140
</form>
141141
</div>
142142
</div>
143-
144143
</nav>
145144
<div class="container">
146145
<div id="main" class="row"/>

0 commit comments

Comments
 (0)