Skip to content

Commit d93ec87

Browse files
committed
minor tweaks to whitespace and wording
1 parent 0651e33 commit d93ec87

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,14 @@ <h1 class="title">reqT - Requirements Engineering Tool</h1>
112112
</ul>
113113
</nav>
114114
<h2 id="what-is-reqt">What is reqT?</h2>
115-
<p><strong>reqT</strong> is an open source requirements engineering tool
116-
for software developers and learners, available as a desktop application
117-
and a Scala library. With reqT you can specify requirements using a
118-
flexible requirements modelling language called
119-
<strong>reqT-lang</strong> with essential requirements engineering
120-
concepts, giving structure to natural language requirements, while
121-
enabling analysis, visualization and automation.</p>
115+
<p><strong>reqT</strong> is a <em>flexible</em> and <em>scalable</em>
116+
open source <strong>requirements engineering tool</strong> for software
117+
developers and learners, available as a desktop application and a Scala
118+
library.</p>
119+
<p>With reqT you can specify requirements using a simple requirements
120+
modelling language called <strong>reqT-lang</strong> with essential
121+
requirements engineering concepts, giving structure to natural language
122+
requirements, while enabling analysis, visualization and automation.</p>
122123
<p>The reqT-lang syntax is a small subset of <a
123124
href="https://en.wikipedia.org/wiki/Markdown">Markdown</a> using bullet
124125
lists with indentation and special keywords, to express textual
@@ -132,7 +133,7 @@ <h2 id="what-is-reqt">What is reqT?</h2>
132133
</code></pre>
133134
<p>Visit the
134135
<a href="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf"><strong>Quickref</strong></a>
135-
to explore requirements engineering concepts of reqT.</p>
136+
to explore requirements engineering concepts in reqT-lang.</p>
136137
<p>Maintainer of reqT: <a
137138
href="https://cs.lth.se/bjorn-regnell">Prof. Björn Regnell</a>. Used at
138139
Lund University in <a href="https://cs.lth.se/krav">this course</a>.</p>

src/index-GENERATED.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## What is reqT?
22

3-
**reqT** is an open source requirements engineering tool for software developers and learners, available as a desktop application and a Scala library. With reqT you can specify requirements using a flexible requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
3+
**reqT** is a *flexible* and *scalable* open source **requirements engineering tool** for software developers and learners, available as a desktop application and a Scala library.
4+
5+
With reqT you can specify requirements using a simple requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
46

57
The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wiki/Markdown) using bullet lists with indentation and special keywords, to express textual requirements models by connecting <span class="EntType">*entities*</span> via <span class="RelType">*relations*</span> to <span class="StrAttrType">*attributes*</span>, as in this example:
68

@@ -9,7 +11,7 @@ The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wi
911
* <span class="StrAttrType">Why</span>: First step to get started.
1012
</code></pre>
1113

12-
Visit the <a href="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts of reqT.
14+
Visit the <a href="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts in reqT-lang.
1315

1416
Maintainer of reqT: [Prof. Björn Regnell](https://cs.lth.se/bjorn-regnell).
1517
Used at Lund University in [this course](https://cs.lth.se/krav).

src/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## What is reqT?
22

3-
**reqT** is an open source requirements engineering tool for software developers and learners, available as a desktop application and a Scala library. With reqT you can specify requirements using a flexible requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
3+
**reqT** is a *flexible* and *scalable* open source **requirements engineering tool** for software developers and learners, available as a desktop application and a Scala library.
4+
5+
With reqT you can specify requirements using a simple requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
46

57
The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wiki/Markdown) using bullet lists with indentation and special keywords, to express textual requirements models by connecting <span class="EntType">*entities*</span> via <span class="RelType">*relations*</span> to <span class="StrAttrType">*attributes*</span>, as in this example:
68

@@ -9,7 +11,7 @@ The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wi
911
* <span class="StrAttrType">Why</span>: First step to get started.
1012
</code></pre>
1113

12-
Visit the <a href="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts of reqT.
14+
Visit the <a href="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts in reqT-lang.
1315

1416
Maintainer of reqT: [Prof. Björn Regnell](https://cs.lth.se/bjorn-regnell).
1517
Used at Lund University in [this course](https://cs.lth.se/krav).

0 commit comments

Comments
 (0)