runeblog 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 723dfcd02942dab4992da211a1319c819fb37477
4
- data.tar.gz: 463da39549a74e0ded3f38f39b8c5dd187252265
3
+ metadata.gz: 8d86393678f0ef3c833b2056684e1bd11e618c55
4
+ data.tar.gz: b632bd7c511f70cfda6c11cdd762432b61ec7433
5
5
  SHA512:
6
- metadata.gz: cab5fb3f93542e90bdb38642452d3add274cc7df132340bbbb1155aee2c7711b83ac9a9153adcaf812fcd438a5f8351f36baa190b02c8978ae843149534752d3
7
- data.tar.gz: 67ac663301af71c279bf064eb055257ac620b79879a68b4ee38b2704f496250f6c6cba0fc2abba0a2ebff74b10fafd72658f28bb777a2b303b3ce5b0af2993fe
6
+ metadata.gz: c740bb2fe3330e81be2b6424145fa8846db858fae54eeb17edb15dca5658bb7d4e06d6d6b66c60f598f27d407ef45e5fb345d2dc5bf19dbc9683627f536134e1
7
+ data.tar.gz: 353e788cd8f3aa53bd0dd8e7054867b54b9a9110c02f4e8eb26da7eebff13c88b2e026f7a61d39675d0cdc3a601eb84b18df5184cbda4b9b4289192bbc10748c
data/README.lt3 CHANGED
@@ -1,21 +1,27 @@
1
- runeblog
2
- --------
1
+ .mixin markdown
2
+
3
+ .h1 runeblog
4
+
3
5
  Runeblog is a blogging tool written in Ruby. It has these basic characteristics:
4
- - It is usable entirely from the command line
5
- - It publishes web pages as static HTML
6
- - So far, yes, like Jekyll
7
- - It's based on Livetext (highly extensible Ruby-based markup)
8
- - It has the concept of multiple "views" for a blog
9
-
10
- What is Livetext?
11
- -----------------
6
+
7
+ .list
8
+ It is usable entirely from the command line
9
+ It publishes web pages as static HTML
10
+ So far, yes, like Jekyll
11
+ It's based on Livetext (highly extensible Ruby-based markup)
12
+ It has the concept of multiple "views" for a blog
13
+ .end
14
+
15
+ .h2 What is Livetext?
16
+
12
17
  Livetext is a markup format that is a throwback to the old, old days of text
13
- formatters such as nroff. It is very flexible, and it is extensible _in Ruby_.
14
- It is not yet full-featured, but it is usable. Runeblog uses Livetext, along
18
+ formatters such as nroff. It's very flexible, and it is extensible _[in Ruby].
19
+
20
+ It isn't yet full-featured, but it is usable. Runeblog uses Livetext, along
15
21
  with some custom definitions, to try to ease the formatting of a blog entry.
16
22
 
17
- What are "views"?
18
- -----------------
23
+ .h2 What are "views"?
24
+
19
25
  Think of them as multiple separate blogs with the same backend. Why would you
20
26
  want to do this? Maybe you wouldn't, but I do.
21
27
 
@@ -25,11 +31,15 @@ would go into another. There might be a view that only old friends or close frie
25
31
  can see. There might be a view purely for reviews of music, books, and movies.
26
32
 
27
33
  But the important points are these:
28
- - _All_ the views will be managed the same way in the same place, and they will all share common data.
29
- - Any post can easily be included in a single view, in more than one, or in all of them.
30
- - Each view can have its own look and feel, and it can be linked/published separately from the others.
34
+ .list
35
+ _All the views will be managed the same way in the same place, and they will all share common data.
36
+ Any post can easily be included in a single view, in more than one, or in all of them.
37
+ Each view can have its own look and feel, and it can be linked/published separately from the others.
38
+ Each view can be hosted in a different location and/or a different server and domain
39
+ .end
40
+
41
+ .h2 More later...
42
+
43
+ *[To be continued]
31
44
 
32
- More later...
33
- -------------
34
- To be continued
35
45
 
data/README.md CHANGED
@@ -1,35 +1,40 @@
1
- runeblog
2
- --------
1
+ # runeblog
3
2
  Runeblog is a blogging tool written in Ruby. It has these basic characteristics:
4
- - It is usable entirely from the command line
5
- - It publishes web pages as static HTML
6
- - So far, yes, like Jekyll
7
- - It's based on Livetext (highly extensible Ruby-based markup)
8
- - It has the concept of multiple "views" for a blog
3
+ <p>
9
4
 
10
- What is Livetext?
11
- -----------------
5
+ * It is usable entirely from the command line
6
+ * It publishes web pages as static HTML
7
+ * So far, yes, like Jekyll
8
+ * It's based on Livetext (highly extensible Ruby-based markup)
9
+ * It has the concept of multiple "views" for a blog
10
+ ## What is Livetext?
12
11
  Livetext is a markup format that is a throwback to the old, old days of text
13
- formatters such as nroff. It is very flexible, and it is extensible _in Ruby_.
14
- It is not yet full-featured, but it is usable. Runeblog uses Livetext, along
12
+ formatters such as nroff. It's very flexible, and it is extensible <i>in Ruby</i>.
13
+ <p>
14
+
15
+ It isn't yet full-featured, but it is usable. Runeblog uses Livetext, along
15
16
  with some custom definitions, to try to ease the formatting of a blog entry.
17
+ <p>
16
18
 
17
- What are "views"?
18
- -----------------
19
+ ## What are "views"?
19
20
  Think of them as multiple separate blogs with the same backend. Why would you
20
21
  want to do this? Maybe you wouldn't, but I do.
22
+ <p>
21
23
 
22
24
  The purpose is to present different "faces" to different audiences. In my case,
23
25
  my computing-related stuff would go into one view, and my hometown-related things
24
26
  would go into another. There might be a view that only old friends or close friends
25
27
  can see. There might be a view purely for reviews of music, books, and movies.
28
+ <p>
26
29
 
27
30
  But the important points are these:
28
- - _All_ the views will be managed the same way in the same place, and they will all share common data.
29
- - Any post can easily be included in a single view, in more than one, or in all of them.
30
- - Each view can have its own look and feel, and it can be linked/published separately from the others.
31
+ * <i>All</i> the views will be managed the same way in the same place, and they will all share common data.
32
+ * Any post can easily be included in a single view, in more than one, or in all of them.
33
+ * Each view can have its own look and feel, and it can be linked/published separately from the others.
34
+ * Each view can be hosted in a different location and/or a different server and domain
35
+ ## More later...
36
+ <b>To be continued</b>
37
+ <p>
31
38
 
32
- More later...
33
- -------------
34
- To be continued
39
+ <p>
35
40
 
@@ -1 +1 @@
1
- RuneBlog v 0.0.31 2017-05-11
1
+ RuneBlog v 0.0.32 2017-05-11
@@ -1,6 +1,9 @@
1
+ require 'find'
2
+ require 'yaml'
3
+ require 'livetext'
1
4
 
2
5
  class RuneBlog
3
- VERSION = "0.0.31"
6
+ VERSION = "0.0.32"
4
7
 
5
8
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
9
  DefaultData = Path + "/../data"
@@ -39,9 +42,3 @@ class RuneBlog::Config
39
42
 
40
43
  end
41
44
 
42
- require 'find'
43
- require 'yaml'
44
- require 'rubygems'
45
- require 'ostruct'
46
- require 'livetext'
47
-
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.authors = ["Hal Fulton"]
15
15
  s.email = 'rubyhacker@gmail.com'
16
16
  s.executables << "blog"
17
- s.add_runtime_dependency "livetext", [">= 0.8.18"]
17
+ s.add_runtime_dependency 'livetext', '~> 0.8', '>= 0.8.18'
18
18
 
19
19
  # Files...
20
20
  main = Find.find("bin").to_a +
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
@@ -14,6 +14,9 @@ dependencies:
14
14
  name: livetext
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.8'
17
20
  - - ">="
18
21
  - !ruby/object:Gem::Version
19
22
  version: 0.8.18
@@ -21,6 +24,9 @@ dependencies:
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '0.8'
24
30
  - - ">="
25
31
  - !ruby/object:Gem::Version
26
32
  version: 0.8.18