Skip to content

Commit

Permalink
Update changelog, license & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jul 12, 2018
1 parent 4fd814a commit e5df761
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.9.0 (2018-07-12)

* Interface:
- Drop support for comments
- Fix search, make it auto-refresh
* Code:
- Simplify build setup
- Reorganise repo file structure
- Bugfixes
* Util:
- Add `apache-enable-gzip.conf`

# 0.8.0 (2014-10-05)

* Interface:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KonOpas -- http://konopas.org/ & https://github.com/eemeli/konopas
Copyright (c) 2013-2015 by Eemeli Aro <eemeli@gmail.com>
Copyright (c) 2013-2018 by Eemeli Aro <eemeli@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ compile the code yourself---instructions for that are in the following section.
[KO-latest]: https://github.com/eemeli/konopas/releases/latest
[KO-repo]: https://github.com/eemeli/konopas

In the zip file, you'll find the distribution version of KonOpas in the `dist/`
folder; this is what you'll need to deploy on your own server.

Once you've got your programme data in the [proper format][KO-fmt], you should
just change the `<script>` tags at the bottom of `index.html` to point to your
Expand Down Expand Up @@ -104,7 +106,7 @@ modified. This should make it easier for you to tune the default skin to match
your needs. [`skin/main.less`](skin/main.less) is the place where the
colourscheme is set.

For **internationalization**, we use [messageformat.js], which is based on
For **internationalization**, we use [messageformat.js], which is based on
[ICU MessageFormat] syntax. So far [localizations](src/i18n/) include English,
Finnish, and Swedish.

Expand Down

0 comments on commit e5df761

Please sign in to comment.