Skip to content

Commit 36a1ca0

Browse files
committed
Remove unfinished timeline feature
Would be nice to have, but realistically, I don't have time to finish it, won't any time soon, no one else has worked on it, and no one else has asked for it. And now it's hosing up the Jekyll site generator output with deprecation warnings about SCSS division, so... goodbye!
1 parent 275ba6a commit 36a1ca0

File tree

6 files changed

+0
-293
lines changed

6 files changed

+0
-293
lines changed

_bin/check-class-usage.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cssfiles="
1515
assets/css/main.css
1616
assets/css/layout.css
1717
assets/css/includes.css
18-
assets/css/timeline.css
1918
assets/css/dock.css
2019
assets/css/noscript.css
2120
assets/css/home.css

_includes/layout/head

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link rel="stylesheet" href="/assets/css/main.css" />
1010
<link rel="stylesheet" href="/assets/css/layout.css"/>
1111
<link rel="stylesheet" href="/assets/css/includes.css" />
12-
<link rel="stylesheet" href="/assets/css/timeline.css"/>
1312
<link rel="stylesheet" href="/assets/css/dock.css"/>
1413
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
1514

_includes/timeline

Lines changed: 0 additions & 56 deletions
This file was deleted.

_pages/editing/timelines.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

_pages/learn/flavors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ The first imaging program that {% include person id='rasband' %} developed, star
204204

205205
Here is a timeline of software development related to ImageJ:
206206

207-
{% comment %}{% include timeline title="Flavors of ImageJ" timeline=page.timeline-imagej initial='1987' %}{% endcomment %}
208-
209207
![](/media/software/timeline-history-of-imagej.png)
210208

211209
## Publications

assets/css/timeline.sass

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)