ed. 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/404.md +8 -0
- data/LICENSE.md +25 -7
- data/README.md +30 -10
- data/_includes/sidebar.html +1 -1
- data/_texts/dreams.md +0 -0
- data/_texts/{raising.md → raisin.md} +0 -0
- data/about.md +27 -6
- data/index.html +11 -5
- metadata +11 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f857b26ae84a11d6858e1bfb66efaf8a2348db3f82a066a574e1b6aced4f5073
|
4
|
+
data.tar.gz: d2d41d4ca73b47ed39bebcb8d116fabb1595bb6c0cc9ce3956014390db8e54df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37841f74f833c20f692ddd4e1bb2474fe0ca9a75629c346f750d12af139d8f1491caf33745b5716b608f2108a037877dbf19c350f7e3b87c98100f2736597ae3
|
7
|
+
data.tar.gz: ab6266007f1d0b00c094f5944672cdeca61f07d4477486536e45ddc57f371a30405283e5cf6e4c9a7e726e342a5c22f970f74322fe8f8ee5a8f7745df3fe9f4f
|
data/404.md
ADDED
data/LICENSE.md
CHANGED
@@ -1,19 +1,37 @@
|
|
1
1
|
# Released under an MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2016 Alex Gil.
|
3
|
+
Copyright (c) 2016–present Alex Gil, Karl Stolley, and contributors.
|
4
4
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
6
|
+
associated documentation files (the "Software"), to deal in the Software without restriction,
|
7
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
8
|
+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
6
10
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
12
|
+
portions of the Software.
|
8
13
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
15
|
+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
16
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
|
17
|
+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
18
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
10
19
|
|
11
20
|
*This project incorporates code covered by the following terms:*
|
12
21
|
|
13
22
|
Copyright (c) 2014 Mark Otto.
|
14
23
|
|
15
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
24
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
25
|
+
associated documentation files (the "Software"), to deal in the Software without restriction,
|
26
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
27
|
+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
28
|
+
furnished to do so, subject to the following conditions:
|
16
29
|
|
17
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
30
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
31
|
+
portions of the Software.
|
18
32
|
|
19
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
34
|
+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
35
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
|
36
|
+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
37
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -2,19 +2,38 @@
|
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/minicomp/ed.svg?branch=master)](https://travis-ci.org/minicomp/ed) [![Gem Version](https://badge.fury.io/rb/ed..svg)](https://badge.fury.io/rb/ed.)
|
4
4
|
|
5
|
-
|
6
5
|
![Sample Ed screenshot](https://github.com/minicomp/ed/blob/master/assets/screenshot-home.png)
|
7
6
|
|
8
7
|
|
9
|
-
|
10
8
|
## Introduction
|
11
9
|
|
12
|
-
Ed is a [Jekyll](https://jekyllrb.com/) theme designed for textual editors based on
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
10
|
+
Ed is a [Jekyll](https://jekyllrb.com/) theme designed for textual editors based on
|
11
|
+
[minimal computing](http://go-dh.github.io/mincomp/) principles, and focused on legibility,
|
12
|
+
durability, ease and flexibility.
|
13
|
+
|
14
|
+
One of our most pressing and ever-evolving needs as scholars is to pass on our textual artifacts
|
15
|
+
from one generation to another. The art of textual editing, among other practices, has helped many
|
16
|
+
cultures to remember and interpret for centuries. Alas, that art is practiced and encouraged in its
|
17
|
+
highest form by a dwindling number of scholars. In a digital environment the problem is compounded
|
18
|
+
by the difficulties of the medium. While vast repositories and "e-publications" appear on the
|
19
|
+
online scene yearly, very few manifest a textual scholar's disciplined attention to detail. In
|
20
|
+
contrast, most textual scholars who have made the leap to a rigorous digital practice have focused
|
21
|
+
on markup, relying on technical teams to deploy and maintain their work. This makes your average
|
22
|
+
scholarly digital edition a very costly and therefore limited affair.
|
23
|
+
|
24
|
+
As we see it, a minimal edition is one that aims to reduce the size and complexity of the back and
|
25
|
+
front end while flattening the learning curves for the user and the producer. Out of the box, the Ed
|
26
|
+
theme can help you build a simple reading edition, or a traditional scholarly edition with footnotes
|
27
|
+
and a bibliography, without breaking the bank. In our estimate, these are the two most immediately
|
28
|
+
useful type of editions for editors and readers. An edition produced with Ed consists of static
|
29
|
+
pages whose rate of decay is substantially lower than database-driven systems. As an added bonus,
|
30
|
+
these static pages require less bandwidth. Our hope is that our approach can help beginners and
|
31
|
+
veterans deploy beautiful editions with less effort, and that it can help us teach a 'full stack'
|
32
|
+
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/index.md),
|
33
|
+
while allowing us to care for our projects at less cost, and perhaps, just perhaps, to generate
|
34
|
+
high-quality editions on github.io in large quantities based on the
|
35
|
+
[git-lit](http://jonreeve.com/2015/09/introducing-git-lit/) model by Jonathan Reeve. We're coming
|
36
|
+
for you, Kindle!
|
18
37
|
|
19
38
|
|
20
39
|
## Sample Ed editions.
|
@@ -26,8 +45,8 @@ As we see it, a minimal edition is one that aims to reduce the size and complexi
|
|
26
45
|
- [Daisy Miller: A Comedy in Three Acts](https://britaneeelizabeth.github.io/ed/texts/DaisyMillerPlay/)
|
27
46
|
|
28
47
|
|
29
|
-
|
30
48
|
## Current Features
|
49
|
+
|
31
50
|
- Templates for narrative, drama and poetry
|
32
51
|
- Responsive design for mobile phones, tablets and PCs.
|
33
52
|
- Relatively easy to learn and teach
|
@@ -44,4 +63,5 @@ As we see it, a minimal edition is one that aims to reduce the size and complexi
|
|
44
63
|
|
45
64
|
## Installing and using Ed
|
46
65
|
|
47
|
-
To learn how to install and begin using Ed, please visit our
|
66
|
+
To learn how to install and begin using Ed, please visit our
|
67
|
+
[documentation page](http://minicomp.github.io/ed/documentation).
|
data/_includes/sidebar.html
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
{% assign pages_list = site.pages | sort:"url" %}
|
22
22
|
{% for node in pages_list %}
|
23
|
-
{% if node.title != null %}
|
23
|
+
{% if node.title != null and node.url != "/404.html" %}
|
24
24
|
{% if node.layout == "page" %}
|
25
25
|
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a>
|
26
26
|
{% endif %}
|
data/_texts/dreams.md
CHANGED
File without changes
|
File without changes
|
data/about.md
CHANGED
@@ -3,9 +3,29 @@ layout: page
|
|
3
3
|
title: About
|
4
4
|
---
|
5
5
|
|
6
|
-
One of our most pressing and ever
|
7
|
-
|
8
|
-
|
6
|
+
One of our most pressing and ever-evolving needs as scholars is to pass on our textual artifacts
|
7
|
+
from one generation to another. The art of textual editing, among other practices, has helped many
|
8
|
+
cultures to remember and interpret for centuries. Alas, that art is practiced and encouraged in its
|
9
|
+
highest form by a dwindling number of scholars. In a digital environment the problem is compounded
|
10
|
+
by the difficulties of the medium. While vast repositories and "e-publications" appear on the
|
11
|
+
online scene yearly, very few manifest a textual scholar's disciplined attention to detail. In
|
12
|
+
contrast, most textual scholars who have made the leap to a rigorous digital practice have focused
|
13
|
+
on markup, relying on technical teams to deploy and maintain their work. This makes your average
|
14
|
+
scholarly digital edition a very costly and therefore limited affair.
|
15
|
+
|
16
|
+
As we see it, a minimal edition is one that aims to reduce the size and complexity of the back and
|
17
|
+
front end while flattening the learning curves for the user and the producer. Out of the box, the Ed
|
18
|
+
theme can help you build a simple reading edition, or a traditional scholarly edition with footnotes
|
19
|
+
and a bibliography, without breaking the bank. In our estimate, these are the two most immediately
|
20
|
+
useful type of editions for editors and readers. An edition produced with Ed consists of static
|
21
|
+
pages whose rate of decay is substantially lower than database-driven systems. As an added bonus,
|
22
|
+
these static pages require less bandwidth. Our hope is that our approach can help beginners and
|
23
|
+
veterans deploy beautiful editions with less effort, and that it can help us teach a 'full stack'
|
24
|
+
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/index.md),
|
25
|
+
while allowing us to care for our projects at less cost, and perhaps, just perhaps, to generate
|
26
|
+
high-quality editions on github.io in large quantities based on the
|
27
|
+
[git-lit](http://jonreeve.com/2015/09/introducing-git-lit/) model by Jonathan Reeve. We're coming
|
28
|
+
for you, Kindle!
|
9
29
|
|
10
30
|
|
11
31
|
## Sample Ed editions.
|
@@ -17,12 +37,12 @@ As we see it, a minimal edition is one that aims to reduce the size and complexi
|
|
17
37
|
- [Daisy Miller: A Comedy in Three Acts](https://britaneeelizabeth.github.io/ed/texts/DaisyMillerPlay/)
|
18
38
|
|
19
39
|
|
20
|
-
|
21
40
|
## Current Features
|
41
|
+
|
22
42
|
- Templates for narrative, drama and poetry
|
23
43
|
- Responsive design for mobile phones, tablets and PCs.
|
24
44
|
- Relatively easy to learn and teach
|
25
|
-
- Works well in high- or low-
|
45
|
+
- Works well in high- or low- bandwidth scenarios
|
26
46
|
- Easier for digital archives and libraries to preserve
|
27
47
|
- Open source, open access
|
28
48
|
- Unobtrusive footnotes
|
@@ -35,4 +55,5 @@ As we see it, a minimal edition is one that aims to reduce the size and complexi
|
|
35
55
|
|
36
56
|
## Installing and using Ed
|
37
57
|
|
38
|
-
To learn how to install and begin using Ed, please visit our
|
58
|
+
To learn how to install and begin using Ed, please visit our
|
59
|
+
[documentation page](http://minicomp.github.io/ed/documentation).
|
data/index.html
CHANGED
@@ -5,7 +5,16 @@ title: "Ed."
|
|
5
5
|
<div class="introduction">
|
6
6
|
<h1>hi.</h1>
|
7
7
|
|
8
|
-
<p>
|
8
|
+
<p>
|
9
|
+
Ed is a <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> theme designed for textual
|
10
|
+
editors based on <a href="http://go-dh.github.io/mincomp/">minimal computing principles</a>, and
|
11
|
+
focused on legibility, durability, ease and flexibility. Our underlying technology is easy to
|
12
|
+
learn and teach, and can produce beautifully rendered scholarly or reading editions of texts meant
|
13
|
+
to last. To start using Ed, please see <a href="{{ site.baseurl }}/documentation/">our
|
14
|
+
documentation</a> for installation instructions and more. To learn more about the ideas behind Ed
|
15
|
+
and a list of current features see our <a href="{{ site.baseurl }}/about/">about</a> section. To
|
16
|
+
see Ed in action, we've provided some sample minimal editions for you below.
|
17
|
+
</p>
|
9
18
|
</div>
|
10
19
|
|
11
20
|
<hr>
|
@@ -14,7 +23,7 @@ title: "Ed."
|
|
14
23
|
<h2>sample texts</h2>
|
15
24
|
<ul class="texts">
|
16
25
|
{% for item in site.texts %}
|
17
|
-
|
26
|
+
|
18
27
|
<li class="text-title">
|
19
28
|
<a href="{{ site.baseurl }}{{ item.url }}">
|
20
29
|
{{ item.title }}
|
@@ -23,6 +32,3 @@ title: "Ed."
|
|
23
32
|
{% endfor %}
|
24
33
|
</ul>
|
25
34
|
</div>
|
26
|
-
|
27
|
-
|
28
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ed.
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Gil
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-09-
|
12
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -62,6 +62,7 @@ executables: []
|
|
62
62
|
extensions: []
|
63
63
|
extra_rdoc_files: []
|
64
64
|
files:
|
65
|
+
- 404.md
|
65
66
|
- Gemfile
|
66
67
|
- LICENSE.md
|
67
68
|
- README.md
|
@@ -82,7 +83,7 @@ files:
|
|
82
83
|
- _texts/mypoem.md
|
83
84
|
- _texts/narrative.md
|
84
85
|
- _texts/o-captain.md
|
85
|
-
- _texts/
|
86
|
+
- _texts/raisin.md
|
86
87
|
- about.md
|
87
88
|
- assets/apple-touch-icon-precomposed.png
|
88
89
|
- assets/css/style.scss
|
@@ -103,10 +104,14 @@ files:
|
|
103
104
|
- optional/jekyll-scholar starter kit/bibliography.md
|
104
105
|
- optional/tei-to-ed/tei-to-ed.xsl
|
105
106
|
- search.html
|
106
|
-
homepage:
|
107
|
+
homepage: https://minicomp.github.io/ed/
|
107
108
|
licenses:
|
108
109
|
- MIT
|
109
|
-
metadata:
|
110
|
+
metadata:
|
111
|
+
bug_tracker_uri: https://github.com/minicomp/ed/issues
|
112
|
+
changelog_uri: https://github.com/minicomp/ed/releases
|
113
|
+
homepage_uri: https://minicomp.github.io/ed/
|
114
|
+
source_code_uri: https://github.com/minicomp/ed
|
110
115
|
post_install_message:
|
111
116
|
rdoc_options: []
|
112
117
|
require_paths:
|
@@ -115,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
120
|
requirements:
|
116
121
|
- - ">="
|
117
122
|
- !ruby/object:Gem::Version
|
118
|
-
version:
|
123
|
+
version: 2.1.0
|
119
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
125
|
requirements:
|
121
126
|
- - ">="
|