jekyll-roadmap 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/footer.html +2 -2
- data/_includes/head.html +2 -2
- data/_layouts/default.html +2 -2
- data/_sass/{README.md → Readme-assets.md} +0 -0
- data/assets/{README.md → Readme-assets.md} +0 -0
- data/{css → assets/css}/bootstrap.css +2 -2
- data/{css → assets/css}/custom.css +0 -0
- data/{fonts → assets/fonts}/glyphicons-halflings-regular.eot +0 -0
- data/{fonts → assets/fonts}/glyphicons-halflings-regular.svg +0 -0
- data/{fonts → assets/fonts}/glyphicons-halflings-regular.ttf +0 -0
- data/{fonts → assets/fonts}/glyphicons-halflings-regular.woff +0 -0
- data/{fonts → assets/fonts}/glyphicons-halflings-regular.woff2 +0 -0
- data/{js → assets/js}/ag.js +0 -0
- data/{js → assets/js}/bootstrap.js +0 -0
- data/{js → assets/js}/bootstrap.min.js +0 -0
- data/{js → assets/js}/jquery.js +0 -0
- metadata +16 -25
- data/.gitignore +0 -6
- data/Gemfile +0 -7
- data/Gemfile.lock +0 -66
- data/_config.yml +0 -9
- data/_roadmaps/roadmap1/data.js +0 -31
- data/_roadmaps/roadmap1/index.html +0 -37
- data/_roadmaps/roadmap1/options.js +0 -10
- data/index.html +0 -4
- data/jekyll-roadmap.gemspec +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d874172467e4e200593ebba498a05a749a4e48f52efe139992dbfa8ebe68db01
|
4
|
+
data.tar.gz: 527628801e36e239e5f4e40bf0913b907ce6ec7311482c4ef2eb890c548407fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8397e13a0ec2beca9d47b8a6924fb188dd51f66d557e79a5a17c63fb6aa4a1552315f9b5b6bcbd589e1256118867fb2968c9b2bd94fa205bff854f0561736795
|
7
|
+
data.tar.gz: 4872a930bbea3c27fb4fd4a854e31d2e078f32f955b0deb1587c7c1984e47199ea033c6fc860eb0bf3b3bade4dbd7f31153fafcf778572126514045da99fef92
|
data/_includes/footer.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
</script>
|
9
9
|
|
10
10
|
<!-- jQuery Version 1.11.1 -->
|
11
|
-
<script src="/js/jquery.js"></script>
|
11
|
+
<script src="/assets/js/jquery.js"></script>
|
12
12
|
|
13
13
|
<!-- Bootstrap Core JavaScript -->
|
14
|
-
<script src="/js/bootstrap.min.js"></script>
|
14
|
+
<script src="/assets/js/bootstrap.min.js"></script>
|
data/_includes/head.html
CHANGED
@@ -13,8 +13,8 @@
|
|
13
13
|
<link rel="stylesheet" type="text/css" href="https://rawgit.com/angular-ui-tree/angular-ui-tree/master/dist/angular-ui-tree.min.css">
|
14
14
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt.min.css">
|
15
15
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt-plugins.min.css">
|
16
|
-
<link href="/css/bootstrap.css" rel="stylesheet">
|
17
|
-
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
16
|
+
<link href="/assets/css/bootstrap.css" rel="stylesheet">
|
17
|
+
<link rel="stylesheet" type="text/css" href="/assets/css/custom.css">
|
18
18
|
|
19
19
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
20
20
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
data/_layouts/default.html
CHANGED
@@ -12,10 +12,10 @@
|
|
12
12
|
<!-- /.container -->
|
13
13
|
|
14
14
|
<!-- jQuery Version 1.11.1 -->
|
15
|
-
<script src="/js/jquery.js"></script>
|
15
|
+
<script src="/assets/js/jquery.js"></script>
|
16
16
|
|
17
17
|
<!-- Bootstrap Core JavaScript -->
|
18
|
-
<script src="/js/bootstrap.min.js"></script>
|
18
|
+
<script src="/assets/js/bootstrap.min.js"></script>
|
19
19
|
|
20
20
|
</body>
|
21
21
|
|
File without changes
|
File without changes
|
@@ -267,8 +267,8 @@ th {
|
|
267
267
|
@font-face {
|
268
268
|
font-family: 'Glyphicons Halflings';
|
269
269
|
|
270
|
-
src: url('../fonts/glyphicons-halflings-regular.eot');
|
271
|
-
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
270
|
+
src: url('../assets/fonts/glyphicons-halflings-regular.eot');
|
271
|
+
src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
272
272
|
}
|
273
273
|
.glyphicon {
|
274
274
|
position: relative;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/{js → assets/js}/ag.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/{js → assets/js}/jquery.js
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-roadmap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manuel Gruber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -52,43 +52,34 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '12.0'
|
55
|
-
description:
|
55
|
+
description: Jekyll Roadmap Theme
|
56
56
|
email:
|
57
57
|
- jr@manuelgruber.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- ".gitignore"
|
63
|
-
- Gemfile
|
64
|
-
- Gemfile.lock
|
65
62
|
- LICENSE.txt
|
66
63
|
- README.md
|
67
|
-
- _config.yml
|
68
64
|
- _includes/footer.html
|
69
65
|
- _includes/head.html
|
70
66
|
- _includes/nav.html
|
71
67
|
- _layouts/default.html
|
72
68
|
- _layouts/gantt.html
|
73
69
|
- _layouts/page.html
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
77
|
-
-
|
78
|
-
- assets/
|
79
|
-
-
|
80
|
-
-
|
81
|
-
- fonts/glyphicons-halflings-regular.
|
82
|
-
- fonts/glyphicons-halflings-regular.
|
83
|
-
-
|
84
|
-
-
|
85
|
-
-
|
86
|
-
-
|
87
|
-
- jekyll-roadmap.gemspec
|
88
|
-
- js/ag.js
|
89
|
-
- js/bootstrap.js
|
90
|
-
- js/bootstrap.min.js
|
91
|
-
- js/jquery.js
|
70
|
+
- _sass/Readme-assets.md
|
71
|
+
- assets/Readme-assets.md
|
72
|
+
- assets/css/bootstrap.css
|
73
|
+
- assets/css/custom.css
|
74
|
+
- assets/fonts/glyphicons-halflings-regular.eot
|
75
|
+
- assets/fonts/glyphicons-halflings-regular.svg
|
76
|
+
- assets/fonts/glyphicons-halflings-regular.ttf
|
77
|
+
- assets/fonts/glyphicons-halflings-regular.woff
|
78
|
+
- assets/fonts/glyphicons-halflings-regular.woff2
|
79
|
+
- assets/js/ag.js
|
80
|
+
- assets/js/bootstrap.js
|
81
|
+
- assets/js/bootstrap.min.js
|
82
|
+
- assets/js/jquery.js
|
92
83
|
homepage: https://manuelgruber.com/jekyll-roadmap/
|
93
84
|
licenses:
|
94
85
|
- MIT
|
data/.gitignore
DELETED
data/Gemfile
DELETED
data/Gemfile.lock
DELETED
@@ -1,66 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
addressable (2.6.0)
|
5
|
-
public_suffix (>= 2.0.2, < 4.0)
|
6
|
-
colorator (1.1.0)
|
7
|
-
concurrent-ruby (1.1.4)
|
8
|
-
em-websocket (0.5.1)
|
9
|
-
eventmachine (>= 0.12.9)
|
10
|
-
http_parser.rb (~> 0.6.0)
|
11
|
-
eventmachine (1.2.7)
|
12
|
-
ffi (1.10.0)
|
13
|
-
forwardable-extended (2.6.0)
|
14
|
-
http_parser.rb (0.6.0)
|
15
|
-
i18n (0.9.5)
|
16
|
-
concurrent-ruby (~> 1.0)
|
17
|
-
jekyll (3.8.5)
|
18
|
-
addressable (~> 2.4)
|
19
|
-
colorator (~> 1.0)
|
20
|
-
em-websocket (~> 0.5)
|
21
|
-
i18n (~> 0.7)
|
22
|
-
jekyll-sass-converter (~> 1.0)
|
23
|
-
jekyll-watch (~> 2.0)
|
24
|
-
kramdown (~> 1.14)
|
25
|
-
liquid (~> 4.0)
|
26
|
-
mercenary (~> 0.3.3)
|
27
|
-
pathutil (~> 0.9)
|
28
|
-
rouge (>= 1.7, < 4)
|
29
|
-
safe_yaml (~> 1.0)
|
30
|
-
jekyll-redirect-from (0.14.0)
|
31
|
-
jekyll (~> 3.3)
|
32
|
-
jekyll-sass-converter (1.5.2)
|
33
|
-
sass (~> 3.4)
|
34
|
-
jekyll-watch (2.1.2)
|
35
|
-
listen (~> 3.0)
|
36
|
-
kramdown (1.17.0)
|
37
|
-
liquid (4.0.1)
|
38
|
-
listen (3.1.5)
|
39
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
40
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
41
|
-
ruby_dep (~> 1.2)
|
42
|
-
mercenary (0.3.6)
|
43
|
-
pathutil (0.16.2)
|
44
|
-
forwardable-extended (~> 2.6)
|
45
|
-
public_suffix (3.0.3)
|
46
|
-
rb-fsevent (0.10.3)
|
47
|
-
rb-inotify (0.10.0)
|
48
|
-
ffi (~> 1.0)
|
49
|
-
rouge (3.3.0)
|
50
|
-
ruby_dep (1.5.0)
|
51
|
-
safe_yaml (1.0.4)
|
52
|
-
sass (3.7.3)
|
53
|
-
sass-listen (~> 4.0.0)
|
54
|
-
sass-listen (4.0.0)
|
55
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
56
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
57
|
-
|
58
|
-
PLATFORMS
|
59
|
-
ruby
|
60
|
-
|
61
|
-
DEPENDENCIES
|
62
|
-
jekyll
|
63
|
-
jekyll-redirect-from
|
64
|
-
|
65
|
-
BUNDLED WITH
|
66
|
-
2.0.1
|
data/_config.yml
DELETED
data/_roadmaps/roadmap1/data.js
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
var roadmapData = [
|
2
|
-
|
3
|
-
{id:'10', name:'Kick off & Setup', color:'#0f2e59', classes:'m1'},
|
4
|
-
{parent:'10', name:'Task A', status:'Done', tasks:[{name:'', from:'2018-09-03', to:'2018-09-12', color:'#99CC99'}], classes:'m2'},
|
5
|
-
{parent:'10', name:'Task B', status:'Done', tasks:[{name:'', from:'2018-09-10', to:'2018-09-13', color:'#99CC99'}], classes:'m2'},
|
6
|
-
{parent:'10', name:'Task C', status:'Done', tasks:[{name:'', from:'2018-09-03', to:'2018-09-14', color:'#99CC99'}], classes:'m2'},
|
7
|
-
{parent:'10', name:'Task D', status:'Started', tasks:[{name:'', from:'2018-09-14', to:'2018-09-19', color:'#9FC5F8'}], classes:'m2'},
|
8
|
-
{parent:'10', name:'Task E', status:'Started', tasks:[{name:'', from:'2018-09-17', to:'2018-09-21', color:'#9FC5F8'}], classes:'m2'},
|
9
|
-
|
10
|
-
{id:'20', name:'Market Research', color:'#0f2e59', classes:'m1'},
|
11
|
-
{parent:'20', id:'20.1', name:'Customer Survey', status:'', tasks:[], classes:'m2'},
|
12
|
-
{parent:'20.1', name:'Create survey questions', status:'Done', tasks:[{name:'', from:'2018-09-11', to:'2018-09-12', color:'#99CC99'}]},
|
13
|
-
{parent:'20.1', name:'Send survey to current customers', status:'Started', tasks:[{name:'', from:'2018-09-13', to:'2018-09-19', color:'#9FC5F8'}]},
|
14
|
-
{parent:'20', id:'20.2', name:'Usability Lab', tasks:[], classes:'m2'},
|
15
|
-
{parent:'20.2', name:'Select customers for in-person interviews', status:'', tasks:[]},
|
16
|
-
|
17
|
-
{id:'30', name:'Software development', color:'#0f2e59', classes:'m1'},
|
18
|
-
{parent:'30', id:'30.1', name:'Software Requirements', tasks:[], classes:'m2'},
|
19
|
-
{parent:'30.1', name:'Define General Scope', status:'Done', tasks:[{name:'', from:'2018-09-01', to:'2018-09-03', color:'#99CC99'}]},
|
20
|
-
{parent:'30.1', name:'Define Feature sets', status:'', tasks:[]},
|
21
|
-
{parent:'30.1', name:'Write User stories', status:'', tasks:[]},
|
22
|
-
{parent:'30', id:'30.2', name:'Test Setup', tasks:[], classes:'m2'},
|
23
|
-
{parent:'30.2', name:'Testing', status:'In Progress', tasks:[{name:'', from:'2018-09-06', to:'2018-09-28', color:'#9FC5F8'}]},
|
24
|
-
{parent:'30.2', name:'Setup servers', status:'', tasks:[]},
|
25
|
-
{parent:'30.2', name:'Setup Sample apps', status:'', tasks:[]},
|
26
|
-
{parent:'30', name:'Estimations', tasks:[], classes:'m2'},
|
27
|
-
{parent:'30', name:'Software Engineering', tasks:[], classes:'m2'},
|
28
|
-
|
29
|
-
{id:'40', name:'Release phase', color:'#0f2e59', classes:'m1'},
|
30
|
-
{parent:'40', name:'Create Rollout plan', tasks:[], classes:'m2'},
|
31
|
-
];
|
@@ -1,37 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: gantt
|
3
|
-
title: 'Jekyll Roadmap Theme'
|
4
|
-
---
|
5
|
-
|
6
|
-
<p></p>
|
7
|
-
<div ng-app="GanttRoadmap" ng-controller="Ctrl">
|
8
|
-
<div gantt data="data" options="options">
|
9
|
-
<gantt-movable enabled="true" allow-moving="true" allow-resizing="true" allow-row-switching="true"></gantt-movable>
|
10
|
-
<gantt-tree enabled="true" header="Epics"></gantt-tree>
|
11
|
-
<gantt-table columns="['model.status', 'model.ticket']"></gantt-table>
|
12
|
-
<gantt-groups enabled="false" display="none"></gantt-groups>
|
13
|
-
<gantt-tooltips delay="0" ></gantt-tooltips>
|
14
|
-
</div>
|
15
|
-
</div>
|
16
|
-
<p></p>
|
17
|
-
|
18
|
-
<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>
|
19
|
-
<script type='text/javascript' src="https://cdn.jsdelivr.net/momentjs/latest/moment-with-locales.min.js"></script>
|
20
|
-
<script type='text/javascript' src="https://cdn.jsdelivr.net/angular.moment/latest/angular-moment.min.js"></script>
|
21
|
-
<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/moment-range/2.1.0/moment-range.min.js"></script>
|
22
|
-
|
23
|
-
<script type='text/javascript' src="https://rawgit.com/JimLiu/angular-ui-tree/master/dist/angular-ui-tree.js"></script>
|
24
|
-
|
25
|
-
<script type='text/javascript' src="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt.min.js"></script>
|
26
|
-
<script type='text/javascript' src="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt-plugins.min.js"></script>
|
27
|
-
|
28
|
-
<script type='text/javascript' src="data.js"></script>
|
29
|
-
<script type='text/javascript' src="options.js"></script>
|
30
|
-
<script type='text/javascript' src="/js/ag.js"></script>
|
31
|
-
|
32
|
-
<script type='text/javascript'>
|
33
|
-
app.controller('Ctrl', ['$scope', function ($scope) {
|
34
|
-
$scope.data = roadmapData;
|
35
|
-
$scope.options = roadmapOptions;
|
36
|
-
}]);
|
37
|
-
</script>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
var roadmapOptions = {
|
2
|
-
headers: ['year', 'month', 'week'],
|
3
|
-
headersFormats: {'year': 'YYYY', 'quarter': '[Q]Q YYYY', 'week': 'w'},
|
4
|
-
allowSideResizing: true,
|
5
|
-
fromDate: '2018-09-01',
|
6
|
-
toDate: '2018-12-31',
|
7
|
-
daily: true,
|
8
|
-
viewScale: 'month',
|
9
|
-
currentDate: 'line',
|
10
|
-
};
|
data/index.html
DELETED
data/jekyll-roadmap.gemspec
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |spec|
|
2
|
-
spec.name = "jekyll-roadmap"
|
3
|
-
spec.version = "0.3.0"
|
4
|
-
spec.authors = ["Manuel Gruber"]
|
5
|
-
spec.email = ["jr@manuelgruber.com"]
|
6
|
-
|
7
|
-
spec.summary = "Jekyll Roadmap Theme"
|
8
|
-
spec.homepage = "https://manuelgruber.com/jekyll-roadmap/"
|
9
|
-
spec.license = "MIT"
|
10
|
-
|
11
|
-
spec.files = `git ls-files -z`.split("\x0")
|
12
|
-
|
13
|
-
spec.add_runtime_dependency "jekyll", "~> 3.8"
|
14
|
-
|
15
|
-
spec.add_development_dependency "bundler", "~> 1.16"
|
16
|
-
spec.add_development_dependency "rake", "~> 12.0"
|
17
|
-
end
|