Skip to content

Commit a96ff4d

Browse files
committed
Update Readme.md
Reversed fontlog, automated version tag and other small adjustments
1 parent fbd7a47 commit a96ff4d

File tree

1 file changed

+101
-86
lines changed

1 file changed

+101
-86
lines changed

Readme.md

+101-86
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img alt="Monoid Banner" src="https://github.com/andreaslarsen/monoid/raw/master/Utilities/Images/MonoidReadme.png" />
22
<p align="center">
3-
<a href="#font_log"><img alt="version" src="https://img.shields.io/badge/version-0.60-brightgreen.svg" height="20px"></a> <a href="#license"><img alt="license" src="https://img.shields.io/badge/license-MIT%20%2B%20OFL-blue.svg" height="20px"></a> <a href="http://twitter.com/larsenwork"><img alt="twitter" src="https://img.shields.io/badge/updates-%40larsenwork-blue.svg" height="20px"/></a>
3+
<a href="#font_log"><img alt="version" src="https://img.shields.io/github/tag/larsenwork/monoid.svg" height="20px"></a> <a href="#license"><img alt="license" src="https://img.shields.io/badge/license-MIT%20%2B%20OFL-lightgrey.svg" height="20px"></a> <a href="http://twitter.com/larsenwork"><img alt="twitter" src="https://img.shields.io/badge/updates-%40larsenwork-blue.svg" height="20px"/></a>
44
</p>
55
<p align="center"><a href="#guide">Guide</a>       <a href="#liga">Ligature Support</a>       <a href="#links">Links</a>       <a href="#font_log">Log</a>       <a href="#license">License</a>
66
</p>
@@ -9,9 +9,11 @@
99
#Guide
1010

1111
###Live Preview + Download
12+
1213
[larsenwork.com/monoid](http://larsenwork.com/monoid)
1314

1415
###Install
16+
1517
Quit your editor/program. Unzip and open the folder.
1618

1719
**Mac + Linux (with font-viewer)**
@@ -31,13 +33,16 @@ Quit your editor/program. Unzip and open the folder.
3133
[Ubuntu Wiki](https://wiki.ubuntu.com/Fonts#Manually)
3234

3335
###Stylistic Alternates
36+
3437
The font contains more alternates than available on the webpage - see [Monoid-*.fea](https://github.com/larsenwork/monoid/blob/master/Utilities/Monoid-*.fea) for details. You can access these using `font-feature-settings` in your code editor stylesheet.
3538

3639
###Tips
40+
3741
Atom [Stylesheet](https://gist.github.com/larsenwork/255432b5101093fb07bc)
3842
[Change Monoid metrics](https://github.com/larsenwork/monoid/issues/109) if you use it together with e.g. Chinese
3943

4044
###Edit
45+
4146
Please fork and edit away. Use the also libre [FontForge](http://fontforge.github.io/en-US/) and read [Design With FontForge](http://designwithfontforge.com/) to get started.
4247

4348
<a name="liga"></a>
@@ -46,17 +51,20 @@ Please fork and edit away. Use the also libre [FontForge](http://fontforge.githu
4651

4752
I'm using OpenType features `calt` + `liga` to create the ligatures and add contextual positioning. These are unfortunately not supported by all programs.
4853

49-
> Please add your findings to this readme if they aren't here already.
50-
5154
###Editors + Terminals
55+
5256
| Working | Partly Working | Not Working |
5357
|:---|:---|:---|
54-
| Atom, Brackets, Coda, Eclipse, gEdit, Smultron, Terminal, UltraEdit, XCode | Visual Studio (liga with hyphens doesn't work) | gVim, IntelliJ-based (PHPStorm, WebStorm etc.), libvte-based, Notepad++, Sublime, TextXterm, Urxvt |
58+
| Atom, Brackets, Coda, Eclipse, gEdit, Smultron, Terminal, UltraEdit, XCode | Visual Studio¹ | gVim, IntelliJ-based², libvte-based, Notepad++, Sublime, TextXterm, Urxvt |
59+
¹ Ligatures with hyphens doesn't work
60+
² PHPStorm, WebStorm etc.
5561

5662
###Browsers
63+
5764
| Working | Partly Working | Not Working |
5865
|:---|:---|:---|
59-
| Chrome, Firefox, IE 10+ | Safari (enabled by default) | IE <10 |
66+
| Chrome, Firefox, IE 10+ | Safari¹ | IE <10 |
67+
¹ Enabled by default - can't be turned off.
6068

6169
###Other Apps
6270

@@ -104,63 +112,81 @@ Remember to update the Font Log when you make contributions.
104112
<td><b>Author</b></td>
105113
</tr>
106114
<tr>
107-
<td>0.10</td>
108-
<td>2015.04.03</td>
109-
<td>Latin basic</td>
115+
<td>Wish List</td>
116+
<td></td>
117+
<td>Download stats, generate versions live on site, ...</td>
118+
<td></td>
119+
</tr>
120+
<tr>
121+
<td>RoadMap</td>
122+
<td></td>
123+
<td>Squeezed capitals with diacritics, Retina book (current regular) + regular.</td>
124+
<td></td>
125+
</tr>
126+
<tr>
127+
<td>0.61</td>
128+
<td>2015.08.11</td>
129+
<td>Added !!, ::, <==> and fixed some bugs.</td>
110130
<td>Andreas</td>
111131
</tr>
112132
<tr>
113-
<td>0.20</td>
114-
<td>2015.04.04</td>
115-
<td>Latin extended</td>
133+
<td>0.60+0.10</td>
134+
<td>2015.07.31</td>
135+
<td>Removed icons from Monoid. Initial release of Monoisome.</td>
136+
<td>Andreas + Mike</td>
137+
</tr>
138+
<tr>
139+
<td>0.56</td>
140+
<td>2015.07.29</td>
141+
<td>Added more ligatures e.g. __ ___ ¯\_(ツ)_/¯ and fixed some ligature bugs.</td>
116142
<td>Andreas</td>
117143
</tr>
118144
<tr>
119-
<td>0.24</td>
120-
<td>2015.04.06</td>
121-
<td>Cyrillic</td>
122-
<td>Andreas + k900</td>
145+
<td>0.55</td>
146+
<td>2015.07.28</td>
147+
<td>Updated characters (J, asterisks, quotation marks, 3, 6, 9, =), fixed long arrow length, alternate, more ligatures and stuff.</td>
148+
<td>Andreas</td>
123149
</tr>
124150
<tr>
125-
<td>0.27</td>
126-
<td>2015.04.11</td>
127-
<td>Greek</td>
151+
<td>0.53</td>
152+
<td>2015.07.27</td>
153+
<td>Class based contextual positioning - regular, retina + italic. Oblique is now italic.</td>
128154
<td>Andreas</td>
129155
</tr>
130156
<tr>
131-
<td>0.28</td>
132-
<td>2015.04.12</td>
133-
<td>Misc. symbols</td>
157+
<td>0.52</td>
158+
<td>2015.07.24</td>
159+
<td>Class based contextual positioning - regular only</td>
134160
<td>Andreas</td>
135161
</tr>
136162
<tr>
137-
<td>0.29</td>
138-
<td>2015.04.21</td>
139-
<td>CircleCI automation + build scripts</td>
163+
<td>0.51</td>
164+
<td>2015.07.22</td>
165+
<td>Fixed font naming issues and improved build times.</td>
140166
<td>Chase</td>
141167
</tr>
142168
<tr>
143-
<td>0.30</td>
144-
<td>2015.04.21</td>
145-
<td>Powerline symbols + major website update</td>
169+
<td>0.50</td>
170+
<td>2015.07.21</td>
171+
<td>Completed Bold, Oblique and Retina with all glyphs and ligatures.</td>
146172
<td>Andreas</td>
147173
</tr>
148174
<tr>
149-
<td>0.31</td>
150-
<td>2015.06.03</td>
151-
<td>Alt s, smoother curves + bigger apertures</td>
152-
<td>Andreas</td>
175+
<td>0.41</td>
176+
<td>2015.07.21</td>
177+
<td>Super fast parallel builds, improved push checks, zipped font packages, automatic GitHub Pages font update</td>
178+
<td>Chase</td>
153179
</tr>
154180
<tr>
155-
<td>0.32</td>
156-
<td>2015.06.15</td>
157-
<td>New comma and many small adjustments to make it cleaner+sharper.</td>
181+
<td>0.40</td>
182+
<td>2015.07.14</td>
183+
<td>Bold, Oblique and retina version (basic letters)</td>
158184
<td>Andreas</td>
159185
</tr>
160186
<tr>
161-
<td>0.33</td>
162-
<td>2015.06.16</td>
163-
<td>Perfecting/many of the curved characters.</td>
187+
<td>0.35</td>
188+
<td>2015.06.30</td>
189+
<td>Regular + retina version greatly improved. Oblique 80% done and bold(black) has basic Latin.</td>
164190
<td>Andreas</td>
165191
</tr>
166192
<tr>
@@ -170,75 +196,64 @@ Remember to update the Font Log when you make contributions.
170196
<td>Andreas</td>
171197
</tr>
172198
<tr>
173-
<td>0.35</td>
174-
<td>2015.06.30</td>
175-
<td>Regular + retina version greatly improved. Oblique 80% done and bold(black) has basic Latin.</td>
199+
<td>0.33</td>
200+
<td>2015.06.16</td>
201+
<td>Perfecting/many of the curved characters.</td>
176202
<td>Andreas</td>
177203
</tr>
178204
<tr>
179-
<td>0.40</td>
180-
<td>2015.07.14</td>
181-
<td>Bold, Oblique and retina version (basic letters)</td>
205+
<td>0.32</td>
206+
<td>2015.06.15</td>
207+
<td>New comma and many small adjustments to make it cleaner+sharper.</td>
182208
<td>Andreas</td>
183209
</tr>
184210
<tr>
185-
<td>0.41</td>
186-
<td>2015.07.21</td>
187-
<td>Super fast parallel builds, improved push checks, zipped font packages, automatic GitHub Pages font update</td>
188-
<td>Chase</td>
211+
<td>0.31</td>
212+
<td>2015.06.03</td>
213+
<td>Alt s, smoother curves + bigger apertures</td>
214+
<td>Andreas</td>
189215
</tr>
190216
<tr>
191-
<td>0.50</td>
192-
<td>2015.07.21</td>
193-
<td>Completed Bold, Oblique and Retina with all glyphs and ligatures.</td>
217+
<td>0.30</td>
218+
<td>2015.04.21</td>
219+
<td>Powerline symbols + major website update</td>
194220
<td>Andreas</td>
195221
</tr>
196222
<tr>
197-
<td>0.51</td>
198-
<td>2015.07.22</td>
199-
<td>Fixed font naming issues and improved build times.</td>
223+
<td>0.29</td>
224+
<td>2015.04.21</td>
225+
<td>CircleCI automation + build scripts</td>
200226
<td>Chase</td>
201227
</tr>
202228
<tr>
203-
<td>0.52</td>
204-
<td>2015.07.24</td>
205-
<td>Class based contextual positioning - regular only</td>
229+
<td>0.28</td>
230+
<td>2015.04.12</td>
231+
<td>Misc. symbols</td>
206232
<td>Andreas</td>
207233
</tr>
208234
<tr>
209-
<td>0.53</td>
210-
<td>2015.07.27</td>
211-
<td>Class based contextual positioning - regular, retina + italic. Oblique is now italic.</td>
235+
<td>0.27</td>
236+
<td>2015.04.11</td>
237+
<td>Greek</td>
212238
<td>Andreas</td>
213239
</tr>
214240
<tr>
215-
<td>0.55</td>
216-
<td>2015.07.28</td>
217-
<td>Updated characters (J, asterisks, quotation marks, 3, 6, 9, =), fixed long arrow length, alternate, more ligatures and stuff.</td>
218-
<td>Andreas</td>
241+
<td>0.24</td>
242+
<td>2015.04.06</td>
243+
<td>Cyrillic</td>
244+
<td>Andreas + k900</td>
219245
</tr>
220246
<tr>
221-
<td>0.56</td>
222-
<td>2015.07.29</td>
223-
<td>Added more ligatures e.g. __ ___ ¯\_(ツ)_/¯ and fixed some ligature bugs.</td>
247+
<td>0.20</td>
248+
<td>2015.04.04</td>
249+
<td>Latin extended</td>
224250
<td>Andreas</td>
225251
</tr>
226252
<tr>
227-
<td>0.60+0.10</td>
228-
<td>2015.07.31</td>
229-
<td>Removed icons from Monoid. Initial release of Monoisome.</td>
230-
<td>Andreas + Mike</td>
231-
<tr>
232-
<td>RoadMap</td>
233-
<td></td>
234-
<td>Squeezed capitals with diacritics, Retina book (current regular) + regular.</td>
235-
<td></td>
236-
</tr>
237-
<tr>
238-
<td>Wish List</td>
239-
<td>2015.xx.xx</td>
240-
<td>Download stats, generate versions live on site, ...</td>
241-
<td></td>
253+
<td>0.10</td>
254+
<td>2015.04.03</td>
255+
<td>Latin basic</td>
256+
<td>Andreas</td>
242257
</tr>
243258
</table>
244259

@@ -319,28 +334,28 @@ a copy of the Font Software, to use, study, copy, merge, embed, modify,
319334
redistribute, and sell modified and unmodified copies of the Font
320335
Software, subject to the following conditions:
321336

322-
1) Neither the Font Software nor any of its individual components,
337+
1. Neither the Font Software nor any of its individual components,
323338
in Original or Modified Versions, may be sold by itself.
324339

325-
2) Original or Modified Versions of the Font Software may be bundled,
340+
2. Original or Modified Versions of the Font Software may be bundled,
326341
redistributed and/or sold with any software, provided that each copy
327342
contains the above copyright notice and this license. These can be
328343
included either as stand-alone text files, human-readable headers or
329344
in the appropriate machine-readable metadata fields within text or
330345
binary files as long as those fields can be easily viewed by the user.
331346

332-
3) No Modified Version of the Font Software may use the Reserved Font
347+
3. No Modified Version of the Font Software may use the Reserved Font
333348
Name(s) unless explicit written permission is granted by the corresponding
334349
Copyright Holder. This restriction only applies to the primary font name as
335350
presented to the users.
336351

337-
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
352+
4. The name(s) of the Copyright Holder(s) or the Author(s) of the Font
338353
Software shall not be used to promote, endorse or advertise any
339354
Modified Version, except to acknowledge the contribution(s) of the
340355
Copyright Holder(s) and the Author(s) or with their explicit written
341356
permission.
342357

343-
5) The Font Software, modified or unmodified, in part or in whole,
358+
5. The Font Software, modified or unmodified, in part or in whole,
344359
must be distributed entirely under this license, and must not be
345360
distributed under any other license. The requirement for fonts to
346361
remain under this license does not apply to any document created

0 commit comments

Comments
 (0)