runeblog 0.2.39 → 0.2.44
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/mkwidget +209 -0
- data/empty_view/themes/standard/blog/index.lt3 +0 -1
- data/empty_view/themes/standard/etc/blog.css.lt3 +6 -1
- data/empty_view/themes/standard/navbar/faq.lt3 +1 -0
- data/empty_view/themes/standard/navbar/navbar.lt3 +1 -0
- data/empty_view/themes/standard/post/generate.lt3 +9 -4
- data/empty_view/themes/standard/widgets/ad/ad.lt3 +8 -1
- data/empty_view/themes/standard/widgets/ad/ad1.png +0 -0
- data/empty_view/themes/standard/widgets/ad/ad2.png +0 -0
- data/empty_view/themes/standard/widgets/ad/ad3.png +0 -0
- data/empty_view/themes/standard/widgets/ad/ad4.png +0 -0
- data/empty_view/themes/standard/widgets/bydates/README +2 -0
- data/empty_view/themes/standard/widgets/bydates/bydates.lt3 +2 -0
- data/empty_view/themes/standard/widgets/bydates/bydates.rb +14 -0
- data/empty_view/themes/standard/widgets/bydates/card.css +1 -0
- data/empty_view/themes/standard/widgets/bydates/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/bydates/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/bydates/main.css +2 -0
- data/empty_view/themes/standard/widgets/bydates/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/bydates/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/bydates/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/bydates/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/links/README +2 -0
- data/empty_view/themes/standard/widgets/links/card.css +1 -0
- data/empty_view/themes/standard/widgets/links/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/links/links.lt3 +1 -1
- data/empty_view/themes/standard/widgets/links/links.rb +14 -0
- data/empty_view/themes/standard/widgets/links/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/links/main.css +2 -0
- data/empty_view/themes/standard/widgets/links/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/links/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/links/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/links/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/news/README +2 -0
- data/empty_view/themes/standard/widgets/news/card.css +1 -0
- data/empty_view/themes/standard/widgets/news/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/news/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/news/main.css +2 -0
- data/empty_view/themes/standard/widgets/news/news.rb +14 -0
- data/empty_view/themes/standard/widgets/news/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/news/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/news/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/news/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/pages/{pieces/card.css → card.css} +0 -0
- data/empty_view/themes/standard/widgets/pages/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/pages/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/pages/main.css +2 -0
- data/empty_view/themes/standard/widgets/pages/pages.rb +4 -1
- data/empty_view/themes/standard/widgets/pages/pieces/main-head.lt3 +3 -1
- data/empty_view/themes/standard/widgets/pinned/README +2 -0
- data/empty_view/themes/standard/widgets/pinned/card.css +1 -0
- data/empty_view/themes/standard/widgets/pinned/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/pinned/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/pinned/main.css +2 -0
- data/empty_view/themes/standard/widgets/pinned/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/pinned/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/pinned/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/pinned/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/pinned/pinned.lt3 +2 -0
- data/empty_view/themes/standard/widgets/pinned/pinned.rb +14 -0
- data/empty_view/themes/standard/widgets/search/README +2 -0
- data/empty_view/themes/standard/widgets/search/card.css +1 -0
- data/empty_view/themes/standard/widgets/search/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/search/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/search/main.css +2 -0
- data/empty_view/themes/standard/widgets/search/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/search/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/search/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/search/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/search/search.lt3 +2 -0
- data/empty_view/themes/standard/widgets/search/search.rb +14 -0
- data/empty_view/themes/standard/widgets/sitemap/README +2 -0
- data/empty_view/themes/standard/widgets/sitemap/card.css +1 -0
- data/empty_view/themes/standard/widgets/sitemap/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/sitemap/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/sitemap/main.css +2 -0
- data/empty_view/themes/standard/widgets/sitemap/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/sitemap/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/sitemap/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/sitemap/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/sitemap/sitemap.lt3 +2 -0
- data/empty_view/themes/standard/widgets/sitemap/sitemap.rb +14 -0
- data/empty_view/themes/standard/widgets/tag-cloud/OLD-example.lt3 +12 -0
- data/empty_view/themes/standard/widgets/tag-cloud/README +2 -0
- data/empty_view/themes/standard/widgets/tag-cloud/card.css +1 -0
- data/empty_view/themes/standard/widgets/tag-cloud/custom.rb +1 -0
- data/empty_view/themes/standard/widgets/tag-cloud/local-vars.lt3 +12 -0
- data/empty_view/themes/standard/widgets/tag-cloud/main.css +2 -0
- data/empty_view/themes/standard/widgets/tag-cloud/pieces/card-head.lt3 +8 -0
- data/empty_view/themes/standard/widgets/tag-cloud/pieces/card-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/tag-cloud/pieces/main-head.lt3 +10 -0
- data/empty_view/themes/standard/widgets/tag-cloud/pieces/main-tail.lt3 +4 -0
- data/empty_view/themes/standard/widgets/tag-cloud/tag-cloud.lt3 +1 -10
- data/empty_view/themes/standard/widgets/tag-cloud/tag-cloud.rb +14 -0
- data/lib/default.rb +1 -4
- data/lib/global.rb +8 -7
- data/lib/helpers-blog.rb +15 -15
- data/lib/liveblog.rb +62 -28
- data/lib/logging.rb +17 -8
- data/lib/post.rb +6 -6
- data/lib/publish.rb +4 -4
- data/lib/runeblog.rb +79 -47
- data/lib/runeblog_version.rb +1 -1
- data/lib/view.rb +2 -8
- data/lib/xlate.rb +2 -2
- data/test/austin.rb +150 -0
- data/test/make_blog.rb +23 -2
- metadata +88 -8
- data/empty_view/remote/widgets/links/list.data +0 -3
- data/empty_view/remote/widgets/news/list.data +0 -4
- data/empty_view/remote/widgets/pages/list.data +0 -4
- data/empty_view/themes/standard/widgets/calendar/calendar.lt3 +0 -6
- data/empty_view/themes/standard/widgets/pages/pieces/main.css +0 -1
data/lib/runeblog_version.rb
CHANGED
data/lib/view.rb
CHANGED
@@ -8,7 +8,7 @@ class RuneBlog::View
|
|
8
8
|
include RuneBlog::Helpers
|
9
9
|
|
10
10
|
def initialize(name)
|
11
|
-
log!(enter: __method__, args: [name])
|
11
|
+
log!(enter: __method__, args: [name], level: 3)
|
12
12
|
raise NoBlogAccessor if RuneBlog.blog.nil?
|
13
13
|
@blog = RuneBlog.blog
|
14
14
|
@name = name
|
@@ -17,27 +17,23 @@ class RuneBlog::View
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def dir
|
20
|
-
log!(enter: __method__)
|
21
20
|
@blog.root + "/views/#@name/"
|
22
21
|
end
|
23
22
|
|
24
23
|
def local_index
|
25
|
-
log!(enter: __method__)
|
26
24
|
dir + "/remote/index.html"
|
27
25
|
end
|
28
26
|
|
29
27
|
def index
|
30
|
-
log!(enter: __method__)
|
31
28
|
dir + "index.html"
|
32
29
|
end
|
33
30
|
|
34
31
|
def to_s
|
35
|
-
log!(enter: __method__)
|
36
32
|
@name
|
37
33
|
end
|
38
34
|
|
39
35
|
def publishable_files
|
40
|
-
log!(enter: __method__)
|
36
|
+
log!(enter: __method__, level: 2)
|
41
37
|
vdir = dir()
|
42
38
|
remote = local_index()
|
43
39
|
files = [remote]
|
@@ -55,12 +51,10 @@ class RuneBlog::View
|
|
55
51
|
end
|
56
52
|
|
57
53
|
def can_publish?
|
58
|
-
log!(enter: __method__)
|
59
54
|
@can_publish
|
60
55
|
end
|
61
56
|
|
62
57
|
def recent?(file)
|
63
|
-
log!(enter: __method__, args: [file])
|
64
58
|
File.mtime(file) > File.mtime("#{self.dir()}/last_published")
|
65
59
|
rescue
|
66
60
|
true
|
data/lib/xlate.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
LEXT = ".lt3"
|
3
3
|
|
4
4
|
def stale?(src, dst, force = false)
|
5
|
-
log!(enter: __method__, args: [src, dst])
|
5
|
+
log!(enter: __method__, args: [src, dst], level: 3)
|
6
6
|
raise "Source #{src} not found in #{Dir.pwd}" unless File.exist?(src)
|
7
7
|
return true if force
|
8
8
|
return true unless File.exist?(dst)
|
@@ -29,7 +29,7 @@ LEXT = ".lt3"
|
|
29
29
|
STDERR.puts "#{indent} -- ^ Already up to date!" if debug
|
30
30
|
return
|
31
31
|
end
|
32
|
-
rc = system
|
32
|
+
rc = system("livetext #{src} >#{dst}")
|
33
33
|
STDERR.puts "...completed (shell returned #{rc})" if debug
|
34
34
|
system!("cp #{dst} #{copy}") if copy
|
35
35
|
end
|
data/test/austin.rb
ADDED
@@ -0,0 +1,150 @@
|
|
1
|
+
$LOAD_PATH << "./lib"
|
2
|
+
|
3
|
+
major, minor = RUBY_VERSION.split(".").values_at(0,1)
|
4
|
+
ver = major.to_i*10 + minor.to_i
|
5
|
+
abort "Need Ruby 2.4 or greater" unless ver >= 24
|
6
|
+
|
7
|
+
Home = Dir.pwd
|
8
|
+
|
9
|
+
require 'global'
|
10
|
+
require 'runeblog'
|
11
|
+
require 'repl'
|
12
|
+
|
13
|
+
def bold(str)
|
14
|
+
"\e[1m#{str}\e[0m"
|
15
|
+
end
|
16
|
+
|
17
|
+
def getch
|
18
|
+
# sleep 5
|
19
|
+
end
|
20
|
+
|
21
|
+
def debug(str = "")
|
22
|
+
t = Time.now
|
23
|
+
time = t.to_f.to_s
|
24
|
+
n = time.index(".")
|
25
|
+
msec = time[n..(n+2)]
|
26
|
+
time = t.strftime("%H:%M:%S") + msec
|
27
|
+
STDERR.puts "#{'%-11s' % time} #{str}"
|
28
|
+
end
|
29
|
+
|
30
|
+
def make_post(x, title, teaser, body, views=[])
|
31
|
+
debug " make_post #{bold(title)}"
|
32
|
+
x.create_new_post(title, true, teaser: teaser, body: body, views: views)
|
33
|
+
end
|
34
|
+
|
35
|
+
def show_lines(text)
|
36
|
+
lines = text.split("\n")
|
37
|
+
str = "#{lines.size} lines\n"
|
38
|
+
lines.each {|line| str << " #{line.inspect}\n" }
|
39
|
+
str
|
40
|
+
end
|
41
|
+
|
42
|
+
# "Main"...
|
43
|
+
|
44
|
+
t0 = Time.now
|
45
|
+
|
46
|
+
puts bold("\nGenerating test blog...")
|
47
|
+
|
48
|
+
system("rm -rf .blogs")
|
49
|
+
RuneBlog.create_new_blog_repo(".blogs")
|
50
|
+
x = RuneBlog.new(".blogs")
|
51
|
+
|
52
|
+
debug("create_view: #{bold('around_austin')}")
|
53
|
+
x.create_view("around_austin") # FIXME remember view title!
|
54
|
+
|
55
|
+
#### FIXME later!!
|
56
|
+
vars = <<-VARS
|
57
|
+
|
58
|
+
.variables
|
59
|
+
blog Around Austin
|
60
|
+
blog.desc The view from downtown...
|
61
|
+
.end
|
62
|
+
VARS
|
63
|
+
File.open(".blogs/views/around_austin/themes/standard/global.lt3", "a") do |f|
|
64
|
+
f.puts vars
|
65
|
+
end
|
66
|
+
####
|
67
|
+
|
68
|
+
debug("** generate_view: #{bold('around_austin')}")
|
69
|
+
x.generate_view("around_austin")
|
70
|
+
|
71
|
+
debug("-- change_view: #{bold('around_austin')}")
|
72
|
+
x.change_view("around_austin") # 1 2 7 8 9
|
73
|
+
|
74
|
+
make_post(x, "What's at Stubbs...", <<-EXCERPT, <<-BODY, [])
|
75
|
+
Stubbs has been around for longer than civilization.
|
76
|
+
EXCERPT
|
77
|
+
That's a good thing. But their music isn't always the greatest.
|
78
|
+
BODY
|
79
|
+
|
80
|
+
make_post(x, "The new amphitheatre is overrated", <<-EXCERPT, <<-BODY)
|
81
|
+
It used to be that all major concerts played the Erwin Center.
|
82
|
+
EXCERPT
|
83
|
+
Now, depending on what you consider "major," blah blah blah...
|
84
|
+
BODY
|
85
|
+
|
86
|
+
make_post(x, "The graffiti wall", <<-EXCERPT, <<-BODY)
|
87
|
+
RIP, Hope Gallery
|
88
|
+
EXCERPT
|
89
|
+
.dropcap
|
90
|
+
|
91
|
+
It's been a while since I was there. They say it was torn down
|
92
|
+
while I wasn't looking.
|
93
|
+
|
94
|
+
This fake entry is a long one so as to demonstrate both drop-caps
|
95
|
+
(above) and an inset quote. Blah blah blah. Lorem ipsum dolor and
|
96
|
+
a partridge in a pear tree.
|
97
|
+
|
98
|
+
Wherever you go, there you are. Last night I saw upon the stair
|
99
|
+
a little man who was not there. He wasn't there again today; I
|
100
|
+
wish, I wish he'd go away.
|
101
|
+
|
102
|
+
As far as we know, our computer has never had an undetected error.
|
103
|
+
And never let it be denied that pobbles are happier without their
|
104
|
+
toes. And may your snark never be a boojum.
|
105
|
+
|
106
|
+
Contact light. Houston, this is Tranquility Base. The Eagle has
|
107
|
+
landed. That's one small step for (a) man, one giant leap for
|
108
|
+
mankind.
|
109
|
+
.inset left 20
|
110
|
+
On a clean disk, you can seek forever.
|
111
|
+
.end
|
112
|
+
|
113
|
+
Pity this busy monster, manunkind, not. Pity rather... Listen:
|
114
|
+
There's a hell of a universe next door; let's go.
|
115
|
+
BODY
|
116
|
+
|
117
|
+
make_post(x, "The Waller Creek project", <<-EXCERPT, <<-BODY)
|
118
|
+
Will it ever be finished?
|
119
|
+
EXCERPT
|
120
|
+
Blah blah Waller Creek blah blah...
|
121
|
+
BODY
|
122
|
+
|
123
|
+
make_post(x, "Life on Sabine Street", <<-EXCERPT, <<-BODY)
|
124
|
+
It's like Pooh Corner, except not.
|
125
|
+
EXCERPT
|
126
|
+
This is about Sabine St, blah blah lorem ipsum dolor...
|
127
|
+
BODY
|
128
|
+
|
129
|
+
make_post(x, "Remember Modest Mouse?", <<-EXCERPT, <<-BODY, [])
|
130
|
+
They date to the 90s or before.
|
131
|
+
EXCERPT
|
132
|
+
But I first heard of them
|
133
|
+
in 2005.
|
134
|
+
BODY
|
135
|
+
|
136
|
+
debug
|
137
|
+
debug "** generate_index #{bold("around_austin")}"
|
138
|
+
x.generate_index("around_austin")
|
139
|
+
|
140
|
+
debug
|
141
|
+
x.change_view("around_austin")
|
142
|
+
debug
|
143
|
+
|
144
|
+
puts bold("...finished.\n")
|
145
|
+
|
146
|
+
t1 = Time.now
|
147
|
+
|
148
|
+
elapsed = t1 - t0
|
149
|
+
puts "\nElapsed: #{'%3.2f' % elapsed} secs\n "
|
150
|
+
|
data/test/make_blog.rb
CHANGED
@@ -22,9 +22,9 @@ def debug(str = "")
|
|
22
22
|
t = Time.now
|
23
23
|
time = t.to_f.to_s
|
24
24
|
n = time.index(".")
|
25
|
-
msec = time[n
|
25
|
+
msec = time[n..(n+2)]
|
26
26
|
time = t.strftime("%H:%M:%S") + msec
|
27
|
-
STDERR.puts "#{'%-
|
27
|
+
STDERR.puts "#{'%-11s' % time} #{str}"
|
28
28
|
end
|
29
29
|
|
30
30
|
def make_post(x, title, teaser, body, views=[])
|
@@ -46,6 +46,8 @@ end
|
|
46
46
|
|
47
47
|
# "Main"...
|
48
48
|
|
49
|
+
t0 = Time.now
|
50
|
+
|
49
51
|
puts bold("\nGenerating test blog...")
|
50
52
|
|
51
53
|
system("rm -rf .blogs")
|
@@ -55,6 +57,19 @@ x = RuneBlog.new(".blogs")
|
|
55
57
|
debug("create_view: #{bold('around_austin')}")
|
56
58
|
x.create_view("around_austin") # FIXME remember view title!
|
57
59
|
|
60
|
+
#### FIXME later!!
|
61
|
+
vars = <<-VARS
|
62
|
+
|
63
|
+
.variables
|
64
|
+
blog Around Austin
|
65
|
+
blog.desc The view from downtown...
|
66
|
+
.end
|
67
|
+
VARS
|
68
|
+
File.open(".blogs/views/around_austin/themes/standard/global.lt3", "a") do |f|
|
69
|
+
f.puts vars
|
70
|
+
end
|
71
|
+
####
|
72
|
+
|
58
73
|
debug("create_view: #{bold('computing')}")
|
59
74
|
x.create_view("computing")
|
60
75
|
|
@@ -170,6 +185,12 @@ debug
|
|
170
185
|
debug("** generate_view: #{bold('around_austin')}")
|
171
186
|
x.generate_view("around_austin")
|
172
187
|
x.change_view("around_austin")
|
188
|
+
debug
|
173
189
|
|
174
190
|
puts bold("...finished.\n")
|
175
191
|
|
192
|
+
t1 = Time.now
|
193
|
+
|
194
|
+
elapsed = t1 - t0
|
195
|
+
puts "\nElapsed: #{'%3.2f' % elapsed} secs\n "
|
196
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runeblog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.44
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hal Fulton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: livetext
|
@@ -61,14 +61,12 @@ files:
|
|
61
61
|
- "./README.md"
|
62
62
|
- "./runeblog.gemspec"
|
63
63
|
- bin/blog
|
64
|
+
- bin/mkwidget
|
64
65
|
- empty_view/assets/sky2.jpg
|
65
66
|
- empty_view/remote/assets/GIT_IS_DUMB
|
66
67
|
- empty_view/remote/etc/GIT_IS_DUMB
|
67
68
|
- empty_view/remote/navbar/GIT_IS_DUMB
|
68
69
|
- empty_view/remote/permalink/GIT_IS_DUMB
|
69
|
-
- empty_view/remote/widgets/links/list.data
|
70
|
-
- empty_view/remote/widgets/news/list.data
|
71
|
-
- empty_view/remote/widgets/pages/list.data
|
72
70
|
- empty_view/themes/standard/README
|
73
71
|
- empty_view/themes/standard/blog/generate.lt3
|
74
72
|
- empty_view/themes/standard/blog/head.lt3
|
@@ -81,6 +79,7 @@ files:
|
|
81
79
|
- empty_view/themes/standard/global.lt3
|
82
80
|
- empty_view/themes/standard/navbar/about.lt3
|
83
81
|
- empty_view/themes/standard/navbar/contact.lt3
|
82
|
+
- empty_view/themes/standard/navbar/faq.lt3
|
84
83
|
- empty_view/themes/standard/navbar/navbar.lt3
|
85
84
|
- empty_view/themes/standard/post/generate.lt3
|
86
85
|
- empty_view/themes/standard/post/head.lt3
|
@@ -88,27 +87,107 @@ files:
|
|
88
87
|
- empty_view/themes/standard/post/permalink.lt3
|
89
88
|
- empty_view/themes/standard/widgets/README
|
90
89
|
- empty_view/themes/standard/widgets/ad/ad.lt3
|
91
|
-
- empty_view/themes/standard/widgets/
|
90
|
+
- empty_view/themes/standard/widgets/ad/ad1.png
|
91
|
+
- empty_view/themes/standard/widgets/ad/ad2.png
|
92
|
+
- empty_view/themes/standard/widgets/ad/ad3.png
|
93
|
+
- empty_view/themes/standard/widgets/ad/ad4.png
|
94
|
+
- empty_view/themes/standard/widgets/bydates/README
|
95
|
+
- empty_view/themes/standard/widgets/bydates/bydates.lt3
|
96
|
+
- empty_view/themes/standard/widgets/bydates/bydates.rb
|
97
|
+
- empty_view/themes/standard/widgets/bydates/card.css
|
98
|
+
- empty_view/themes/standard/widgets/bydates/custom.rb
|
99
|
+
- empty_view/themes/standard/widgets/bydates/local-vars.lt3
|
100
|
+
- empty_view/themes/standard/widgets/bydates/main.css
|
101
|
+
- empty_view/themes/standard/widgets/bydates/pieces/card-head.lt3
|
102
|
+
- empty_view/themes/standard/widgets/bydates/pieces/card-tail.lt3
|
103
|
+
- empty_view/themes/standard/widgets/bydates/pieces/main-head.lt3
|
104
|
+
- empty_view/themes/standard/widgets/bydates/pieces/main-tail.lt3
|
105
|
+
- empty_view/themes/standard/widgets/links/README
|
106
|
+
- empty_view/themes/standard/widgets/links/card.css
|
107
|
+
- empty_view/themes/standard/widgets/links/custom.rb
|
92
108
|
- empty_view/themes/standard/widgets/links/links.lt3
|
109
|
+
- empty_view/themes/standard/widgets/links/links.rb
|
93
110
|
- empty_view/themes/standard/widgets/links/list.data
|
111
|
+
- empty_view/themes/standard/widgets/links/local-vars.lt3
|
112
|
+
- empty_view/themes/standard/widgets/links/main.css
|
113
|
+
- empty_view/themes/standard/widgets/links/pieces/card-head.lt3
|
114
|
+
- empty_view/themes/standard/widgets/links/pieces/card-tail.lt3
|
115
|
+
- empty_view/themes/standard/widgets/links/pieces/main-head.lt3
|
116
|
+
- empty_view/themes/standard/widgets/links/pieces/main-tail.lt3
|
117
|
+
- empty_view/themes/standard/widgets/news/README
|
118
|
+
- empty_view/themes/standard/widgets/news/card.css
|
119
|
+
- empty_view/themes/standard/widgets/news/custom.rb
|
94
120
|
- empty_view/themes/standard/widgets/news/list.data
|
121
|
+
- empty_view/themes/standard/widgets/news/local-vars.lt3
|
122
|
+
- empty_view/themes/standard/widgets/news/main.css
|
95
123
|
- empty_view/themes/standard/widgets/news/news.lt3
|
124
|
+
- empty_view/themes/standard/widgets/news/news.rb
|
125
|
+
- empty_view/themes/standard/widgets/news/pieces/card-head.lt3
|
126
|
+
- empty_view/themes/standard/widgets/news/pieces/card-tail.lt3
|
127
|
+
- empty_view/themes/standard/widgets/news/pieces/main-head.lt3
|
128
|
+
- empty_view/themes/standard/widgets/news/pieces/main-tail.lt3
|
96
129
|
- empty_view/themes/standard/widgets/pages/README
|
130
|
+
- empty_view/themes/standard/widgets/pages/card.css
|
131
|
+
- empty_view/themes/standard/widgets/pages/custom.rb
|
97
132
|
- empty_view/themes/standard/widgets/pages/disclaim.lt3
|
98
133
|
- empty_view/themes/standard/widgets/pages/faq.lt3
|
99
134
|
- empty_view/themes/standard/widgets/pages/like-dislike.lt3
|
100
135
|
- empty_view/themes/standard/widgets/pages/list.data
|
136
|
+
- empty_view/themes/standard/widgets/pages/local-vars.lt3
|
101
137
|
- empty_view/themes/standard/widgets/pages/local.rb
|
138
|
+
- empty_view/themes/standard/widgets/pages/main.css
|
102
139
|
- empty_view/themes/standard/widgets/pages/other-stuff.lt3
|
103
140
|
- empty_view/themes/standard/widgets/pages/pages.lt3
|
104
141
|
- empty_view/themes/standard/widgets/pages/pages.rb
|
105
142
|
- empty_view/themes/standard/widgets/pages/pieces/card-head.lt3
|
106
143
|
- empty_view/themes/standard/widgets/pages/pieces/card-tail.lt3
|
107
|
-
- empty_view/themes/standard/widgets/pages/pieces/card.css
|
108
144
|
- empty_view/themes/standard/widgets/pages/pieces/main-head.lt3
|
109
145
|
- empty_view/themes/standard/widgets/pages/pieces/main-tail.lt3
|
110
|
-
- empty_view/themes/standard/widgets/
|
146
|
+
- empty_view/themes/standard/widgets/pinned/README
|
147
|
+
- empty_view/themes/standard/widgets/pinned/card.css
|
148
|
+
- empty_view/themes/standard/widgets/pinned/custom.rb
|
149
|
+
- empty_view/themes/standard/widgets/pinned/local-vars.lt3
|
150
|
+
- empty_view/themes/standard/widgets/pinned/main.css
|
151
|
+
- empty_view/themes/standard/widgets/pinned/pieces/card-head.lt3
|
152
|
+
- empty_view/themes/standard/widgets/pinned/pieces/card-tail.lt3
|
153
|
+
- empty_view/themes/standard/widgets/pinned/pieces/main-head.lt3
|
154
|
+
- empty_view/themes/standard/widgets/pinned/pieces/main-tail.lt3
|
155
|
+
- empty_view/themes/standard/widgets/pinned/pinned.lt3
|
156
|
+
- empty_view/themes/standard/widgets/pinned/pinned.rb
|
157
|
+
- empty_view/themes/standard/widgets/search/README
|
158
|
+
- empty_view/themes/standard/widgets/search/card.css
|
159
|
+
- empty_view/themes/standard/widgets/search/custom.rb
|
160
|
+
- empty_view/themes/standard/widgets/search/local-vars.lt3
|
161
|
+
- empty_view/themes/standard/widgets/search/main.css
|
162
|
+
- empty_view/themes/standard/widgets/search/pieces/card-head.lt3
|
163
|
+
- empty_view/themes/standard/widgets/search/pieces/card-tail.lt3
|
164
|
+
- empty_view/themes/standard/widgets/search/pieces/main-head.lt3
|
165
|
+
- empty_view/themes/standard/widgets/search/pieces/main-tail.lt3
|
166
|
+
- empty_view/themes/standard/widgets/search/search.lt3
|
167
|
+
- empty_view/themes/standard/widgets/search/search.rb
|
168
|
+
- empty_view/themes/standard/widgets/sitemap/README
|
169
|
+
- empty_view/themes/standard/widgets/sitemap/card.css
|
170
|
+
- empty_view/themes/standard/widgets/sitemap/custom.rb
|
171
|
+
- empty_view/themes/standard/widgets/sitemap/local-vars.lt3
|
172
|
+
- empty_view/themes/standard/widgets/sitemap/main.css
|
173
|
+
- empty_view/themes/standard/widgets/sitemap/pieces/card-head.lt3
|
174
|
+
- empty_view/themes/standard/widgets/sitemap/pieces/card-tail.lt3
|
175
|
+
- empty_view/themes/standard/widgets/sitemap/pieces/main-head.lt3
|
176
|
+
- empty_view/themes/standard/widgets/sitemap/pieces/main-tail.lt3
|
177
|
+
- empty_view/themes/standard/widgets/sitemap/sitemap.lt3
|
178
|
+
- empty_view/themes/standard/widgets/sitemap/sitemap.rb
|
179
|
+
- empty_view/themes/standard/widgets/tag-cloud/OLD-example.lt3
|
180
|
+
- empty_view/themes/standard/widgets/tag-cloud/README
|
181
|
+
- empty_view/themes/standard/widgets/tag-cloud/card.css
|
182
|
+
- empty_view/themes/standard/widgets/tag-cloud/custom.rb
|
183
|
+
- empty_view/themes/standard/widgets/tag-cloud/local-vars.lt3
|
184
|
+
- empty_view/themes/standard/widgets/tag-cloud/main.css
|
185
|
+
- empty_view/themes/standard/widgets/tag-cloud/pieces/card-head.lt3
|
186
|
+
- empty_view/themes/standard/widgets/tag-cloud/pieces/card-tail.lt3
|
187
|
+
- empty_view/themes/standard/widgets/tag-cloud/pieces/main-head.lt3
|
188
|
+
- empty_view/themes/standard/widgets/tag-cloud/pieces/main-tail.lt3
|
111
189
|
- empty_view/themes/standard/widgets/tag-cloud/tag-cloud.lt3
|
190
|
+
- empty_view/themes/standard/widgets/tag-cloud/tag-cloud.rb
|
112
191
|
- lib/Javascript.stuff
|
113
192
|
- lib/default.rb
|
114
193
|
- lib/global.rb
|
@@ -124,6 +203,7 @@ files:
|
|
124
203
|
- lib/runeblog_version.rb
|
125
204
|
- lib/view.rb
|
126
205
|
- lib/xlate.rb
|
206
|
+
- test/austin.rb
|
127
207
|
- test/fakeimage.jpg
|
128
208
|
- test/general_test.rb
|
129
209
|
- test/make_blog.rb
|
@@ -1,4 +0,0 @@
|
|
1
|
-
https://techcrunch.com/2019/09/16/fossa-scores-8-5-million-series-a-to-help-enterprise-manage-open-source-licenses/, yes, FOSSA scores \$8.5 million Series A to help enterprise manage open-source licenses
|
2
|
-
https://techcrunch.com/2019/09/17/spacexs-orbital-starship-prototype-construction-progress-detailed-in-new-photos/, yes, SpaceX’s orbital Starship prototype construction progress detailed in new photos
|
3
|
-
https://developers.googleblog.com/2019/05/Flutter-io19.html, yes, Flutter: a Portable UI Framework for Mobile, Web, Embedded, and Desktop
|
4
|
-
https://jaycarlson.net/microcontrollers/, no, The Amazing \$1 Microcontroller (2017)
|