Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jan 27, 2016
1 parent 5c57661 commit 9a0b146
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>snaekobbi</groupId>
<artifactId>requirements</artifactId>
<version>1.4</version>
<version>1.5</version>
<packaging>pom</packaging>
<properties>
<pipeline.version>1.9</pipeline.version>
Expand Down
2 changes: 1 addition & 1 deletion publish-on-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cat <<- EOF > $TMP_DIR/index.html
<head>
<meta charset="UTF-8"/>
<script type="text/javascript">
window.location.href = "http://snaekobbi.github.io/requirements/v1.4/index.xhtml" + window.location.hash
window.location.href = "http://snaekobbi.github.io/requirements/v1.5/index.xhtml" + window.location.hash
</script>
</head>
</html>
Expand Down
18 changes: 9 additions & 9 deletions src/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</h1>
<ul id="version_section">
<li>
<span id="version"> 1.4 </span>
<span id="version"> 1.5 </span>
</li>
<li>
<span id="date"></span>
Expand Down Expand Up @@ -599,7 +599,7 @@
</a>
</p>
</li>
<li class="requirement priority_2 changed" id="4.4:55">
<li class="requirement priority_2" id="4.4:55">
<h3>
<a class="req-nr" href="#4.4:55">4.4:55</a>
The user shall be able to override the default handling of whitespace for certain elements:
Expand Down Expand Up @@ -638,7 +638,7 @@
4.4:57</a>).
</p>
</li>
<li class="requirement priority_1 changed" id="4.4:57">
<li class="requirement priority_1" id="4.4:57">
<h3>
<a class="req-nr" href="#4.4:57">4.4:57</a>
There shall be the option to reformat a table into a list,
Expand Down Expand Up @@ -727,7 +727,7 @@
</li>
</ul>
</li>
<li class="requirement priority_1 changed" id="4.4:58">
<li class="requirement priority_1" id="4.4:58">
<h3>
<a class="req-nr" href="#4.4:58">4.4:58</a> There shall be the option to render a table
in matrix format, thereby mimicking the original form. This feature shall be supported
Expand Down Expand Up @@ -784,7 +784,7 @@
The system shall provide a way to control the layout of each table separately.
</h3>
</li>
<li class="requirement priority_2 changed" id="4.4:59">
<li class="requirement priority_2" id="4.4:59">
<h3>
<a class="req-nr" href="#4.4:59">4.4:59</a>
When a table in matrix format spans multiple pages, there shall be the possibility of
Expand All @@ -796,7 +796,7 @@
</a>
</p>
</li>
<li class="requirement priority_2 changed" id="4.4:60">
<li class="requirement priority_2" id="4.4:60">
<h3>
<a class="req-nr" href="#4.4:60">4.4:60</a>
There shall be the possibility of transposing tables, that is, treat rows as if they
Expand Down Expand Up @@ -834,7 +834,7 @@
to render a certain table by trying several alternatives.
</h3>
</li>
<li class="requirement priority_3 changed" id="4.4:62">
<li class="requirement priority_3" id="4.4:62">
<h3>
<a class="req-nr" href="#4.4:62">4.4:62</a>
The system shall be able to cope with column- and rowspan in tables (in a yet undefined
Expand Down Expand Up @@ -872,7 +872,7 @@
wrapping of text in cells and automatic computing of optimal column widths.
</h3>
</li>
<li class="requirement priority_3 changed" id="4.4:64">
<li class="requirement priority_3" id="4.4:64">
<h3>
<a class="req-nr" href="#4.4:64">4.4:64</a>
There shall be the option to render a wide table on facing pages.
Expand All @@ -883,7 +883,7 @@
</a>
</p>
</li>
<li class="requirement priority_1 changed" id="4.4:65">
<li class="requirement priority_1" id="4.4:65">
<h3>
<a class="req-nr" href="#4.4:65">4.4:65</a>
The system shall be able to render tables of contents, list of images, index,
Expand Down

0 comments on commit 9a0b146

Please sign in to comment.