Skip to content

Commit a136c6c

Browse files
committed
Fixed typos. Improved optics.
1 parent 43a95b4 commit a136c6c

14 files changed

+38
-18
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hugo-flex"]
2+
path = themes/hugo-flex
3+
url = https://github.com/ldeso/hugo-flex.git

config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
baseURL: 'http://blog.itsallcode.org/'
2-
languageCode: 'en-US'
2+
languageCode: 'en-us'
33
defaultContentLanguage: 'en'
4-
title: 'Itsallcode Blog — Home of the everything-is-code enthusiasts'
5-
theme: 'github.com/nodejh/hugo-theme-mini'
4+
title: 'Itsallcode Blog'
5+
theme: 'github.com/nodejh/hugo-theme-mini'
6+
7+
params:
8+
description: 'Home of the everything-is-code enthusiasts'
9+
showToc: true
10+
showPowerBy: false

content/2018/07/03/oft-specfications-as-pdf.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Oft Specfications as Pdf"
2+
title: "OFT Specifications as PDF"
33
date: 2018-07-03T19:46:42+02:00
44
draft: false
55
params:
@@ -8,6 +8,8 @@ params:
88

99
[PDFs](https://www.techterms.com/definition/pdf) are a fixed-size document format, which means that they made more sense in the days when PCs all had about the same video resolutions and screen geometries. But even then, they were never perfect for displaying them on a screen because most are in portrait mode and monitors rarely were. Nowadays, displays especially in mobile devices come in all shapes and sizes, so fixed-size formats are even more obsolete.
1010

11+
<!--more-->
12+
1113
What PDFs excel at to the present day is a universal document exchange format for read-only documents — especially if you plan on printing them.
1214

1315
While specifications seldom get printed these days, they still tend to get archived — especially [PDF-A](https://en.wikipedia.org/wiki/PDF/A) — and a universally accepted format helps. That being said, we plan to make converting [OFT-native](https://medium.com/@williamwilling/oft-planning-made-leaner-5fc52e2e77f9) (aka. "requirement-enhanced Markdown") easy.

content/2018/07/06/named-vs-numeric-requirement-ids.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: "Named vs. Numeric Requirement Ids"
2+
title: "Named vs. Numeric Requirement IDs"
33
date: 2018-07-06T20:02:12+02:00
44
draft: false
55
params:
66
author: Sebastian
77
---
88

99
With every new project there will be a discussion whether requirement IDs should have a unique name or simply a numbering scheme.
10+
<!--more-->
1011

1112
If you look at [OFT](https://github.com/itsallcode/openfasttrace)‘s [specification document](https://github.com/itsallcode/openfasttrace/blob/develop/doc/system_requirements.md), you will see that we chose named IDs. The reason in our case is quite simple: we use the ID as reference in OFT’s native specification format (aka. “requirement-enhanced Markdown”) and it is a lot simpler to understand the connections between the specification items in different artifact types if you can tell by the name what the requirement ID is about. It also helps debugging.
1213

content/2018/07/14/openfasttrace-1-1-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Openfasttrace 1 1 0 Released"
2+
title: "Openfasttrace 1.1.0 Released"
33
date: 2018-07-14T20:17:27+02:00
44
draft: false
55
params:

content/2018/10/30/on-refactoring-an-hidden-technical-dept.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ params:
88

99
Can you accumulate technical dept, even if you regularly clean up your sources meticulously? A short while ago I would have said that this is possible but unlikely. That was before I started taking on the migration of all of [OpenFastTrace](https://github.com/itsallcode/openfasttrace)‘s unit tests from [JUnit4](https://junit.org/junit4/) to [JUnit5](https://junit.org/junit5/).
1010

11+
<!--more-->
12+
1113
Like most non-trivial projects OFT accumulated quite a number of unit tests over the years and although it was always the plan to move to JUnit5 some day, they were all written for JUnit4. With the arrival of [OFT 2.0.0](https://github.com/itsallcode/openfasttrace/releases/tag/2.0.0) — which also was a major refactoring endeavor — I felt now would be the perfect time to make that migration happen. After all I was in the refactoring flow.
1214

1315
## To rule them all…

content/2018/11/24/gradle-plugin-upgraded-to-openfasttrace-2-1-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Gradle Plugin Upgraded to Openfasttrace 2 1 0"
2+
title: "Gradle Plugin Upgraded to Openfasttrace 2.1.0"
33
date: 2018-11-24T20:33:37+02:00
44
draft: false
55
params:

content/2018/11/25/recovering-jpgs-from-a-broken-file-system-on-a-flash-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Recovering Jpgs From a Broken File System on a Flash Disk"
2+
title: "Recovering JPGs From a Broken File System on a Flash Disk"
33
date: 2018-11-25T20:36:13+02:00
44
draft: false
55
params:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Maven Plugin for Oft Created"
2+
title: "Maven Plugin for OFT Created"
33
date: 2018-12-15T20:44:05+02:00
44
draft: false
55
params:
@@ -8,4 +8,6 @@ params:
88

99
Today we started a new project for creating a [Maven plugin for OpenFastTrace](https://github.com/itsallcode/openfasttrace-maven-plugin). This will allow you to trace requirements not only with the command line and Gradle but also with Maven!
1010

11-
The project is still in its early stage but you can already trace requirements with the default configuration and a first integration test is working. See [Pull Request #1](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/1) for the current sources. Reviews are welcome!
11+
<!--more-->
12+
13+
The project is still in its early stage, but you can already trace requirements with the default configuration and a first integration test is working. See [Pull Request #1](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/1) for the current sources. Reviews are welcome!

content/2019/03/09/time-recording-tool.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ params:
66
author: Christoph
77
---
88

9-
To keep track of my working time I wrote a small time recording tool called White Rabbit. You can find it at [https://github.com/itsallcode/white-rabbit](https://github.com/itsallcode/white-rabbit).
9+
To keep track of my working time I wrote a little time recording tool called White Rabbit. You can find it at [https://github.com/itsallcode/white-rabbit](https://github.com/itsallcode/white-rabbit).
10+
11+
<!--more-->
1012

1113
# Features
1214

@@ -16,7 +18,7 @@ To keep track of my working time I wrote a small time recording tool called Whit
1618
- Manual interruptions: press `i` to start and stop interruptions
1719
- Supports weekend, public holiday, vacation, flex time and sickness (see json example)
1820
- Reporting of total overtime: press `r`
19-
- Automatic update in the background (press `u` to update manually): just keep it running and it will record your working time
21+
- Automatic update in the background (press `u` to update manually): just keep it running, and it will record your working time
2022
- Start of work is detected via
2123
- Program start
2224
- Computer resumes from sleep in the morning
@@ -28,11 +30,11 @@ To keep track of my working time I wrote a small time recording tool called Whit
2830
- Working time of 8h Monday to Friday
2931
- Mandatory break of 45 minutes after 6 hours of working
3032

31-
# Architectural descisions
33+
# Architectural Descsions
3234

33-
The architecture separates business logic (sub-project logic) from the user interface (textui). This allows you to add additional user interfaces e.g. using JavaFX or Swing.
35+
The architecture separates business logic (sub-project logic) from the user interface (`textui`). This allows you to add additional user interfaces e.g. using JavaFX or Swing.
3436

35-
We use JSON for storage because this enables the user to manually make changes (e.g. add a sick day).  So we can keep the user interface as simple as possible.
37+
We use JSON for storage because this enables the user to manually make changes (e.g. add a sick day). So we can keep the user interface as simple as possible.
3638

3739
# Example data file
3840

content/2020/05/24/new-gradle-plugin-for-oft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "New Gradle Plugin for Oft"
2+
title: "New Gradle Plugin for OFT"
33
date: 2020-05-24T20:56:01+02:00
44
draft: false
55
params:

content/2020/11/08/initial-public-release-of-whiterabbit-time-recording.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ params:
88

99
Need a tool for tracking your working time? Try [WhiteRabbit](https://github.com/itsallcode/white-rabbit)!
1010

11-
We just release version 1.0.0 on [GitHub.](https://github.com/itsallcode/white-rabbit)
11+
We just released version 1.0.0 on [GitHub.](https://github.com/itsallcode/white-rabbit)
1212

13-
![Screenshot of the WhiteRabbit UI](screenshot-white-rabbit-1.0.0.png)
13+
![Screenshot of the WhiteRabbit UI](/images/white-rabbit/screenshot-white-rabbit-1.0.0.png)
14+
15+
<!--more-->
1416

1517
You can start it via WebStart (see [https://whiterabbit.chp1.net/](https://whiterabbit.chp1.net/)) or download it from [https://github.com/itsallcode/white-rabbit/releases/tag/v1.0.0](https://github.com/itsallcode/white-rabbit/releases/tag/v1.0.0).

themes/hugo-flex

Submodule hugo-flex added at a35020f

0 commit comments

Comments
 (0)