Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use `nov-file-name` to hold original file path | Vasilij Schneidermann | 2018-06-17 | 1 | -1/+5 | |
| | | | | Closes #34 | |||||
* | Mention epubcheck | Vasilij Schneidermann | 2018-04-10 | 1 | -0/+5 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2018-03-17 | 1 | -1/+1 | |
| | ||||||
* | Check whether place can be restored successfully | Vasilij Schneidermann | 2018-03-17 | 1 | -3/+12 | |
| | | | | Closes #29 | |||||
* | Merge pull request #26 from Hasimir/unique-not-limited | Vasilij Schneidermann | 2018-02-15 | 1 | -3/+3 | |
|\ | | | | | Not a UUID | |||||
| * | Not a UUID | Ben McGinnes | 2018-02-16 | 1 | -3/+3 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | * Changed the help strings referring to the unique identifier to remove references to UUIDs as that may lead to confusion. * While the identifier must be unique and while UUIDs are often utlised for that purpose due to being easy to generate programmarically, it is not a requirement of the OPF standard that this identifier must be a UUID. * The OPF standard only specifies that the package element use the unique-identifire attribute to reference the identifier in the metadata element. In turn the metadata element utilises the dc:identifier attribute with the ID matching the previous reference and the unique string of whatever format is specified. Additional information can be supplied in subsequent meta tags. * Common identifier types used include, but are not limited to: ISBNs, ISSNs, domain name based strings, URL based strings, MD5 hash digests, SHA hash digests, UUIDs and assorted other codes, including arbitrary ones set by the creator (including those hard coded in by creation software). * See also: http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-opf-metadata-identifiers-uid http://dublincore.org/documents/dcmi-terms/#terms-identifier | |||||
* | Bump version | Vasilij Schneidermann | 2018-01-15 | 1 | -1/+1 | |
| | ||||||
* | Error out on invalid mimetypes | Vasilij Schneidermann | 2018-01-15 | 1 | -2/+3 | |
| | ||||||
* | Fix permissions for files *and* directories | Vasilij Schneidermann | 2018-01-15 | 1 | -4/+4 | |
| | ||||||
* | Always insert metadata values as string | Vasilij Schneidermann | 2017-11-05 | 1 | -1/+1 | |
| | | | | Closes #21 | |||||
* | Undo stripping identifiers | Vasilij Schneidermann | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-24 | 1 | -1/+1 | |
| | ||||||
* | Accept optional url argument when rendering images | Vasilij Schneidermann | 2017-09-24 | 1 | -3/+3 | |
| | ||||||
* | Add screenshot for justify-kp | Vasilij Schneidermann | 2017-09-20 | 2 | -0/+5 | |
| | ||||||
* | Further improve justify-kp example | Vasilij Schneidermann | 2017-09-19 | 1 | -5/+7 | |
| | | | | | Previously you got an error when it tried filling an empty, yet wide line, such as what an image produces... | |||||
* | Add justify-kp example to README | Vasilij Schneidermann | 2017-09-19 | 1 | -1/+32 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-15 | 1 | -1/+1 | |
| | ||||||
* | Implement saving/restoring last read position | Vasilij Schneidermann | 2017-09-15 | 2 | -3/+48 | |
| | ||||||
* | Add info-style document next/prev aliases | Vasilij Schneidermann | 2017-09-15 | 1 | -0/+2 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-10 | 1 | -1/+1 | |
| | ||||||
* | Ensure *all* files are readable, ignore . and .. | Vasilij Schneidermann | 2017-09-10 | 1 | -6/+23 | |
| | ||||||
* | Remove dependency on esxml for parsing XML | Vasilij Schneidermann | 2017-09-10 | 1 | -11/+13 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-10 | 1 | -1/+1 | |
| | ||||||
* | Make unreadable files readable again | Vasilij Schneidermann | 2017-09-10 | 1 | -0/+4 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Briefly explain rendering customizables | Vasilij Schneidermann | 2017-09-09 | 1 | -0/+10 | |
| | ||||||
* | Add render hooks, allow changing render function | Vasilij Schneidermann | 2017-09-09 | 1 | -11/+32 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Explain how text width/margins can be customized | Vasilij Schneidermann | 2017-09-09 | 1 | -0/+21 | |
| | ||||||
* | Allow using a different text width | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+11 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Force shr-tag-img override, avoid infinite loop | Vasilij Schneidermann | 2017-09-09 | 1 | -2/+12 | |
| | | | | Closes #3 | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Document new customizable and font customization | Vasilij Schneidermann | 2017-09-09 | 1 | -0/+24 | |
| | ||||||
* | Allow using the default face | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+8 | |
| | ||||||
* | Improve setup instructions | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 | |
| | ||||||
* | Use `file-truename` for both compared files | Vasilij Schneidermann | 2017-09-09 | 1 | -2/+2 | |
| | ||||||
* | Rename next/previous chapter commands | Vasilij Schneidermann | 2017-09-09 | 1 | -8/+8 | |
| | ||||||
* | Merge pull request #10 from xiongtx/defvar-local | Vasilij Schneidermann | 2017-09-07 | 1 | -14/+7 | |
|\ | | | | | Use `defvar-local` | |||||
| * | Use `defvar-local` | Tianxiang Xiong | 2017-09-07 | 1 | -14/+7 | |
| | | | | | | | | `defvar-local` has been available since Emacs 24.3. | |||||
* | | Merge pull request #9 from xiongtx/pop-to-metadata-buffer | Vasilij Schneidermann | 2017-09-07 | 1 | -1/+1 | |
|\ \ | |/ |/| | Use `pop-to-buffer` instead of `display-buffer` for metadata | |||||
| * | Use `pop-to-buffer` instead of `display-buffer` for metadata | Tianxiang Xiong | 2017-09-07 | 1 | -1/+1 | |
|/ | | | | | | `pop-to-buffer` selects the buffer. With a single window, this allows the user to easily bury the metadata buffer and get back to reading the eBook in the single window. | |||||
* | Mention libxml2 requirement | Vasilij Schneidermann | 2017-09-07 | 1 | -1/+2 | |
| | ||||||
* | Update installation instructions | Vasilij Schneidermann | 2017-09-06 | 1 | -3/+3 | |
| | ||||||
* | Bump version | Vasilij Schneidermann | 2017-09-06 | 1 | -1/+1 | |
| | ||||||
* | Add autoload | Vasilij Schneidermann | 2017-09-06 | 1 | -0/+1 | |
| | ||||||
* | Documentation fix | Vasilij Schneidermann | 2017-09-05 | 1 | -1/+1 | |
| | ||||||
* | Move variables | Vasilij Schneidermann | 2017-09-05 | 1 | -29/+29 | |
| | ||||||
* | Fix package header | Vasilij Schneidermann | 2017-09-05 | 1 | -0/+3 | |
| |