Age | Commit message (Collapse) | Author |
|
ennum-directory-files is a more convenient around directory-files and
directory-files-recursively.
* ennum.el (ennum-directory-files): New function.
(ennum-posts, ennum-video-poster, ennum-publish): Use
ennum-directory-files.
(ennum-publish-generic): Accept files that are not prefixed by
other-files-directory.
|
|
* ennum.el (ennum-blog): Define variable.
|
|
* ennum.el (ennum-post): Add video-posters slot.
(ennum--read-post): Set video-posters slot when creating post object.
(ennum-publish-post, ennum--feed-entry): Pass video-posters in info
communication channel.
* ennum-html.el (ennum-html-link): Handle video links differently from
normal org links since they require access to the info communication
channel. Get poster from info instead of reading the source tree
directly.
(ennum-export-video): Delete function.
(org-link-parameters): Unregister ennum-export-video.
|
|
* ennum.el (ennum-publish-post): Prefix :translations in info
communication channel with ennum-.
* ennum-html.el (ennum-html-inner-template): Use :ennum-translations
instead of :translations.
|
|
* ennu.el: Rename to ...
* ennum.el: ... this. Replace all instances of ennu with ennum.
* ennu-html.el: Rename to ...
* ennum-html.el: ... this. Replace all instances of ennu with ennum.
* ennu-image.el: Rename to ...
* ennum-image.el: ... this. Replace all instances of ennu with ennum.
|
|
* ennu.el (ennu-server-start): Fix unbalanced parentheses.
|
|
* ennu.el (ennu-server-start): Find file to serve using unhexed URI.
|
|
* ennu.el (ennu-server-start): Add comments.
|
|
* ennu-html.el (ennu-html-link, ennu-export-post,
ennu-export-thumbnail, ennu-export-video, ennu-export-static,
ennu-export-tag): Percent encode URIs.
|
|
SVG images displayed using the object element specify the URI in the
data attribute.
* ennu-html.el (ennu-html-link): Remove file:// scheme from data
attribute as well, not just the src attribute.
|
|
An ennu-operation should not write anything in the input
directories. Doing so is a recipe for data loss.
* ennu.el (ennu-publish-post): Do not create tangle output in
:posts-directory.
|
|
* ennu.el (ennu-with-temporary-directory): Set new temporary directory
permissions to 755.
|
|
* ennu-html.el (ennu-export-post, ennu-export-thumbnail,
ennu-export-video, ennu-export-static, ennu-export-tag): Export only
if backend is either ennu-html or html.
|
|
* ennu-html.el (ennu-follow): New macro.
(ennu-follow-post, ennu-follow-image): New functions. Add respectively
as :follow properties to post and image links in org-link-parameters.
|
|
* ennu.el (ennu--read-post): Export summary metadata only if it is
non-nil.
|
|
* ennu.el (ennu--read-post): Export author metadata only if it is
non-nil.
|
|
* ennu.el (ennu--feed-entry): Export author only when
org-export-with-author is non-nil.
|
|
* ennu-html.el (ennu-html-link): New function.
(ennu-html): Add ennu-html-link transcoder. Remove
:html-inline-image-rules option.
(ennu-export-image): Delete function. Unregister it from
org-link-parameters.
|
|
* ennu-html.el (ennu-html-inner-template): List tags only if present.
|
|
* ennu-html.el (ennu-html-inner-template): Pass backend name, not
backend to export functions ennu-export-post and ennu-export-tag.
|
|
We set the appropriate time locale so that dates are exported
in the correct language.
* ennu.el (ennu-publish-post, ennu-publish-index): Set time locale
according to language of the page.
(ennu-setting): Introduce :locale-alist mapping languages to their
locales. Use C locale for English pages as the default :locale-alist.
|
|
* ennu.el (ennu-server-start): Log message.
|
|
* ennu.el (ennu-server-start): Deny requests to all html files except
index.html.
|
|
* ennu.el (ennu-server-start): New function.
|
|
* ennu.el (ennu-serve): Rename to ennu-server-start.
|
|
* ennu.el (ennu-setting): Combine picking of all default settings into
one clause.
|
|
* ennu-html.el (ennu-html-inner-template): Publish interlanguage links
only if there are translations.
|
|
* ennu-html.el (ennu--iso-639-1-alist): New variable.
(ennu-html-inner-template): Use language name in interlanguage links.
|
|
* ennu.el (ennu-publish-post): Tangle posts if they have src blocks
marked for tangling.
|
|
* ennu.el (ennu-publish-link): Publish video and poster, not just one
of them. Return a list of operations instead of a single operation.
(ennu-publish-post): Accept a list of operations from
ennu-publish-link.
|
|
* ennu.el (ennu-post): Add tangle slot.
(ennu--read-post): Initialize tangle slot.
|
|
* ennu.el (ennu--filter-map): New function.
|
|
* ennu.el (ennu-add-tongue-suffix): Support filenames without
extension.
|
|
* ennu.el (ennu-publish): Decode percent encoded URIs.
|
|
* ennu-html.el (ennu-html-inner-template): Specify tag language suffix
in tag links.
* ennu.el (ennu-publish-index): Specify tag language suffix in tag
links.
|
|
* ennu.el (ennu-publish-page): Delete function.
(ennu-publish-generic): New function.
(ennu-setting): Derecognize :pages-directory and
:unattached-static-files properties. Recognize :other-files-directory
property.
(ennu-publish): Invoke ennu-publish-generic, the generic publisher.
|
|
* ennu-html.el (ennu-html-inner-template): New function.
(ennu-html): Specify ennu-html-inner-template as inner-template
transcoder.
|
|
* ennu.el (ennu-publish-post): Publish links together with posts and
return a list of operations.
(ennu-publish): Concatenate the lists of operations returned from
ennu-publish-post. Do not invoke ennu-publish-link to publish links.
|
|
* ennu.el (ennu-publish-post): Publish posts and their translations
together in a single operation.
(ennu-publish): Invoke ennu-publish-post with all posts of a single
translation group.
|
|
* ennu.el (ennu-publish-image, ennu--do-operation): Use ennu-copy
instead of copy-file.
|
|
* ennu.el (ennu-copy): Overwrite destination if it already exists.
|
|
* ennu.el (ennu-publish-index): Publish index using html backend, not
ennu-html backend.
|
|
* ennu.el (ennu-post): Add slug slot.
(ennu--read-post): Initialize slug slot.
(ennu-publish-index): Get slug slot instead of recomputing it.
|
|
* ennu.el (ennu-operation): New structure.
(ennu-publish-post, ennu-publish-page, ennu-publish-index,
ennu-publish-feed, ennu-publish-image, ennu-publish-copy,
ennu-publish-static-file, ennu--do-operation): Use new operation
structure API.
|
|
* ennu.el (ennu-publish-index): Infer language from posts.
(ennu-publish): Do not pass language to ennu-publish-index.
|
|
* ennu.el (ennu-post): New structure.
(ennu-posts, ennu-publish, ennu-publish-feed, ennu-publish-index,
ennu-publish-post, ennu--feed-entry): Use new post structure API.
(ennu-later-post-p, ennu-read-post, ennu--read-post): New functions.
(ennu-plist-map-to-plist, ennu-post-links, ennu-post-metadata,
ennu--post-metadata-memoized, ennu-post-tags, ennu-post-thumbnail,
ennu-post-tongue, ennu--later-post): Delete functions.
* ennu-html.el (ennu-export-post): Use new post structure API.
|
|
* ennu-html.el (ennu-html): Add :translation-group to :options-alist.
|
|
* ennu.el (ennu-serve): New function.
|
|
* ennu.el: Require map.
|
|
* ennu.el (ennu-with-temporary-directory): Fix unwind protection.
|