Skip to content

Commit d293ec2

Browse files
committed
Update version dependency on shared-resources > 0.4.0. Fix link to wiki.
1 parent 4415821 commit d293ec2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

expath-pkg.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/doc" abbrev="doc" version="@project.version@" spec="1.0">
33
<title>eXist-db Documentation</title>
4-
<dependency package="http://exist-db.org/apps/shared" semver-min="0.3.5"/>
4+
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0"/>
55
</package>

repo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<repo:prepare>pre-install.xql</repo:prepare>
1313
<repo:finish/>
1414
<repo:permissions user="admin" password="" group="dba" mode="rw-rw-r--"/>
15-
<note>When upgrading, please make sure you also updated the shared-resources package to > 0.3.5.</note>
15+
<note>When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note>
1616
<deployed>2013-05-26T15:18:37.268+02:00</deployed>
17-
</repo:meta>
17+
</repo:meta>

templates/page.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<a href="{doc}/getting-help.xml">Get Support</a>
8989
</li>
9090
<li>
91-
<a href="http://atomic.exist-db.org">News / Wiki</a>
91+
<a href="http://exist-db.org/exist/apps/wiki/">News / Wiki</a>
9292
</li>
9393
<li>
9494
<a href="http://en.wikibooks.org/wiki/XQuery">XQuery Wikibook</a>
@@ -133,6 +133,7 @@
133133
<div id="main" class="row"/>
134134
</div>
135135
</div>
136+
<a id="poweredby" href="http://exist-db.org"/>
136137
<div id="footer">
137138
<div class="container">
138139
<ul>
@@ -174,4 +175,4 @@
174175
});
175176
</script>
176177
</body>
177-
</html>
178+
</html>

0 commit comments

Comments
 (0)