runeblog 0.2.60 → 0.2.65

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.lt3 +48 -11
  3. data/README.md +50 -11
  4. data/bin/blog +4 -3
  5. data/bin/mkwidget +65 -110
  6. data/empty_view/remote/widgets/ad/GIT_IS_DUMB +2 -0
  7. data/empty_view/remote/widgets/links/GIT_IS_DUMB +2 -0
  8. data/empty_view/remote/widgets/news/GIT_IS_DUMB +2 -0
  9. data/empty_view/remote/widgets/pages/GIT_IS_DUMB +2 -0
  10. data/empty_view/remote/widgets/pinned/GIT_IS_DUMB +2 -0
  11. data/empty_view/themes/standard/blog/generate.lt3 +1 -1
  12. data/empty_view/themes/standard/widgets/pinned/pinned.rb +1 -4
  13. data/lib/liveblog.rb +38 -259
  14. data/lib/repl.rb +4 -0
  15. data/lib/runeblog.rb +6 -17
  16. data/lib/runeblog_version.rb +1 -1
  17. data/test/austin.rb +4 -5
  18. metadata +7 -49
  19. data/empty_view/themes/standard/widgets/bydates/bydates.lt3 +0 -2
  20. data/empty_view/themes/standard/widgets/bydates/local-vars.lt3 +0 -12
  21. data/empty_view/themes/standard/widgets/bydates/pieces/card-head.lt3 +0 -8
  22. data/empty_view/themes/standard/widgets/bydates/pieces/card-tail.lt3 +0 -4
  23. data/empty_view/themes/standard/widgets/bydates/pieces/main-head.lt3 +0 -10
  24. data/empty_view/themes/standard/widgets/bydates/pieces/main-tail.lt3 +0 -4
  25. data/empty_view/themes/standard/widgets/links/links.lt3 +0 -2
  26. data/empty_view/themes/standard/widgets/links/local-vars.lt3 +0 -12
  27. data/empty_view/themes/standard/widgets/links/pieces/card-head.lt3 +0 -8
  28. data/empty_view/themes/standard/widgets/links/pieces/card-tail.lt3 +0 -4
  29. data/empty_view/themes/standard/widgets/links/pieces/main-head.lt3 +0 -10
  30. data/empty_view/themes/standard/widgets/links/pieces/main-tail.lt3 +0 -4
  31. data/empty_view/themes/standard/widgets/news/local-vars.lt3 +0 -12
  32. data/empty_view/themes/standard/widgets/news/news.lt3 +0 -2
  33. data/empty_view/themes/standard/widgets/news/pieces/card-head.lt3 +0 -8
  34. data/empty_view/themes/standard/widgets/news/pieces/card-tail.lt3 +0 -4
  35. data/empty_view/themes/standard/widgets/news/pieces/main-head.lt3 +0 -10
  36. data/empty_view/themes/standard/widgets/news/pieces/main-tail.lt3 +0 -4
  37. data/empty_view/themes/standard/widgets/pages/local-vars.lt3 +0 -12
  38. data/empty_view/themes/standard/widgets/pages/pages.lt3 +0 -2
  39. data/empty_view/themes/standard/widgets/pages/pieces/card-head.lt3 +0 -1
  40. data/empty_view/themes/standard/widgets/pages/pieces/card-tail.lt3 +0 -1
  41. data/empty_view/themes/standard/widgets/pages/pieces/main-head.lt3 +0 -10
  42. data/empty_view/themes/standard/widgets/pages/pieces/main-tail.lt3 +0 -2
  43. data/empty_view/themes/standard/widgets/pinned/local-vars.lt3 +0 -12
  44. data/empty_view/themes/standard/widgets/pinned/pieces/card-head.lt3 +0 -8
  45. data/empty_view/themes/standard/widgets/pinned/pieces/card-tail.lt3 +0 -4
  46. data/empty_view/themes/standard/widgets/pinned/pieces/main-head.lt3 +0 -10
  47. data/empty_view/themes/standard/widgets/pinned/pieces/main-tail.lt3 +0 -4
  48. data/empty_view/themes/standard/widgets/pinned/pinned.lt3 +0 -2
  49. data/empty_view/themes/standard/widgets/search/local-vars.lt3 +0 -12
  50. data/empty_view/themes/standard/widgets/search/pieces/card-head.lt3 +0 -8
  51. data/empty_view/themes/standard/widgets/search/pieces/card-tail.lt3 +0 -4
  52. data/empty_view/themes/standard/widgets/search/pieces/main-head.lt3 +0 -10
  53. data/empty_view/themes/standard/widgets/search/pieces/main-tail.lt3 +0 -4
  54. data/empty_view/themes/standard/widgets/search/search.lt3 +0 -2
  55. data/empty_view/themes/standard/widgets/sitemap/local-vars.lt3 +0 -12
  56. data/empty_view/themes/standard/widgets/sitemap/pieces/card-head.lt3 +0 -8
  57. data/empty_view/themes/standard/widgets/sitemap/pieces/card-tail.lt3 +0 -4
  58. data/empty_view/themes/standard/widgets/sitemap/pieces/main-head.lt3 +0 -10
  59. data/empty_view/themes/standard/widgets/sitemap/pieces/main-tail.lt3 +0 -4
  60. data/empty_view/themes/standard/widgets/sitemap/sitemap.lt3 +0 -2
  61. data/empty_view/themes/standard/widgets/tag-cloud/local-vars.lt3 +0 -12
  62. data/empty_view/themes/standard/widgets/tag-cloud/pieces/card-head.lt3 +0 -8
  63. data/empty_view/themes/standard/widgets/tag-cloud/pieces/card-tail.lt3 +0 -4
  64. data/empty_view/themes/standard/widgets/tag-cloud/pieces/main-head.lt3 +0 -10
  65. data/empty_view/themes/standard/widgets/tag-cloud/pieces/main-tail.lt3 +0 -4
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,10 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before main data
3
- <html>
4
- <head>
5
- <style src="main.css"></style>
6
- <!-- ^ Why doesn't this work? -->
7
- <style>* { font-family: verdana }</style>
8
- </head>
9
- <body>
10
- <h1>$card.title</h1><hr>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,2 +0,0 @@
1
- .mixin liveblog
2
- .make_main_links pinned Pinned Posts
@@ -1,12 +0,0 @@
1
- # search: Search Posts
2
- .set widget.name = "Search Posts"
3
-
4
- . heredocs (in case of embedded commas)
5
-
6
- .heredoc card.title
7
- $widget.name
8
- .end
9
-
10
- .heredoc main.title
11
- $widget.name
12
- .end
@@ -1,8 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before card data
3
- <html>
4
- <head>
5
- <style src="card.css"></style>
6
- </head>
7
- <body>
8
- <h1>Search Posts</h1>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,10 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before main data
3
- <html>
4
- <head>
5
- <style src="main.css"></style>
6
- <!-- ^ Why doesn't this work? -->
7
- <style>* { font-family: verdana }</style>
8
- </head>
9
- <body>
10
- <h1>$card.title</h1><hr>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,2 +0,0 @@
1
- .mixin liveblog
2
- .make_main_links search Search Posts
@@ -1,12 +0,0 @@
1
- # sitemap: Site Map
2
- .set widget.name = "Site Map"
3
-
4
- . heredocs (in case of embedded commas)
5
-
6
- .heredoc card.title
7
- $widget.name
8
- .end
9
-
10
- .heredoc main.title
11
- $widget.name
12
- .end
@@ -1,8 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before card data
3
- <html>
4
- <head>
5
- <style src="card.css"></style>
6
- </head>
7
- <body>
8
- <h1>Site Map</h1>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,10 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before main data
3
- <html>
4
- <head>
5
- <style src="main.css"></style>
6
- <!-- ^ Why doesn't this work? -->
7
- <style>* { font-family: verdana }</style>
8
- </head>
9
- <body>
10
- <h1>$card.title</h1><hr>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,2 +0,0 @@
1
- .mixin liveblog
2
- .make_main_links sitemap Site Map
@@ -1,12 +0,0 @@
1
- # tag-cloud: Tag Cloud
2
- .set widget.name = "Tag Cloud"
3
-
4
- . heredocs (in case of embedded commas)
5
-
6
- .heredoc card.title
7
- $widget.name
8
- .end
9
-
10
- .heredoc main.title
11
- $widget.name
12
- .end
@@ -1,8 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before card data
3
- <html>
4
- <head>
5
- <style src="card.css"></style>
6
- </head>
7
- <body>
8
- <h1>Tag Cloud</h1>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>
@@ -1,10 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go before main data
3
- <html>
4
- <head>
5
- <style src="main.css"></style>
6
- <!-- ^ Why doesn't this work? -->
7
- <style>* { font-family: verdana }</style>
8
- </head>
9
- <body>
10
- <h1>$card.title</h1><hr>
@@ -1,4 +0,0 @@
1
- .include ../local_vars.lt3
2
- . Material (if any) to go after main data
3
- </body>
4
- </html>