Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check whether place can be restored successfully | Vasilij Schneidermann | 2018-03-17 | 1 | -3/+12 |
| | | | | Closes #29 | ||||
* | 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 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Implement saving/restoring last read position | Vasilij Schneidermann | 2017-09-15 | 1 | -3/+47 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Allow using the default face | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+8 |
| | |||||
* | 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. | ||||
* | | 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. | ||||
* | 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 |
| | |||||
* | Add scroll-down command and keybinding | Adam Plaice | 2017-08-31 | 1 | -0/+12 |
| | |||||
* | Display missing metadata and be more lenient | Vasilij Schneidermann | 2017-08-31 | 1 | -12/+18 |
| | |||||
* | Replace hack by properly resolving target | Vasilij Schneidermann | 2017-08-31 | 1 | -6/+6 |
| | |||||
* | Strip directories in hyperlink targets | Vasilij Schneidermann | 2017-08-30 | 1 | -1/+4 |
| | |||||
* | Check in prototype | Vasilij Schneidermann | 2017-08-30 | 1 | -0/+559 |