aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-10Find file to serve using unhexed URI.Arun Isaac
2020-07-10Add comments to ennu-server-start.Arun Isaac
2020-07-10Percent encode URIs.Arun Isaac
2020-07-09Remove file:// scheme from data attribute.Arun Isaac
2020-07-09Do not create tangle output in :posts-directory.Arun Isaac
2020-07-08Set new directory permissions to 755.Arun Isaac
2020-03-15Check backend while exporting links.Arun Isaac
2020-03-15Add post and image link follow functions.Arun Isaac
2020-03-15Handle posts without summary metadata.Arun Isaac
2020-03-15Handle posts with no author metadata.Arun Isaac
2020-03-15Consider org-export-with-author when exporting author.Arun Isaac
2020-03-15Handle image links with separate transcoder.Arun Isaac
2020-03-13List tags only if present.Arun Isaac
2020-03-13Pass backend name to export functions.Arun Isaac
2020-03-13Use appropriate time locale when exporting pages.Arun Isaac
2020-03-13Log message when starting server.Arun Isaac
2020-03-13Deny requests to all html files except index.html.Arun Isaac
2020-03-13Provide ennu web server stop command.Arun Isaac
2020-03-13Rename ennu-serve to ennu-server-start.Arun Isaac
2020-03-13Simplify picking of default settings.Arun Isaac
2020-03-13Publish interlanguage links only if there are translations.Arun Isaac
2020-03-13Use language name in interlanguage links.Arun Isaac
2019-09-02Tangle posts.Arun Isaac
2019-09-02Publish video and poster, not just one.Arun Isaac
2019-09-02Add tangle slot to post structure.Arun Isaac
2019-09-02Add filter-map utility function.Arun Isaac
2019-09-02Add language suffix to filenames without an extension.Arun Isaac
2019-09-02Support percent encoded URIs in ennu server.Arun Isaac
2019-09-02Specify tag language suffix in tag links.Arun Isaac
2019-09-02Implement generic publisher.Arun Isaac
2019-09-02Implement ennu-html inner-template transcoder.Arun Isaac
2019-09-02Publish links together with posts.Arun Isaac
2019-09-02Publish posts and their translations together.Arun Isaac
2019-09-02Use ennu-copy wherever applicable.Arun Isaac
2019-09-02While copying, overwrite if destination already exists.Arun Isaac
2019-09-02Publish index using html backend.Arun Isaac
2019-09-02Add slug slot to post structure.Arun Isaac
2019-08-30Implement operation as structure.Arun Isaac
2019-08-27Infer index language from posts.Arun Isaac
2019-08-27Implement post as structure.Arun Isaac
2019-08-27Introduce #+TRANSLATION_GROUP keyword.Arun Isaac
2019-08-27Implement test HTTP server.Arun Isaac
2019-08-27Require map for use of map-put.Arun Isaac
2019-08-27Fix unwind protection in ennu-with-temporary-directory.Arun Isaac
2019-08-26Parse org syntax in #+SUMMARY keyword.Arun Isaac
2019-08-26Clean up ennu--post-metadata-memoized.Arun Isaac
2019-08-26Replace plist-put* by non-destructive ennu-plist-map-to-plist.Arun Isaac
2019-08-26Use grouping functions to handle multiple tags and languages.Arun Isaac
2019-08-26Remove notion of blog subtitle.Arun Isaac
2019-08-26Change directory before publishing.Arun Isaac