summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterAdd pdf link type.Arun Isaac4 days
 
TagDownloadAuthorAge
v0.1.0ennum-0.1.0.tar.gz  ennum-0.1.0.tar.lz  ennum-0.1.0.zip  Arun Isaac3 years
 
AgeCommit messageAuthor
2022-08-15Link to video poster in images directory, not the video directory.•••* ennum-html.el (ennum-html-link): Link to video poster in images directory, not the video directory. v0.1.0Arun Isaac
2022-08-15Strip leading directory from other files.•••* ennum.el (ennum-publish): Strip leading directory from other files. (ennum-publish-generic): Prepend other files directory to find the source file. Arun Isaac
2022-08-15Optionally return files in the current directory.•••* ennum.el (ennum-directory-files): If directory is not provided, assume it is the current directory. Arun Isaac
2022-08-15Replace seq-do with dolist.•••* ennum.el (ennum--set-file-modes-recursively, ennum-store-item-union, ennum-publish-index-page, ennum--read-post): Replace seq-do with dolist. Arun Isaac
2022-08-15Localize conditional in chmod call.•••* ennum.el (ennum--set-file-modes-recursively): Compute only the mode conditionally, not the whole chmod call. Arun Isaac
2022-08-15Do not log video posters.•••* ennum-html.el (ennum-html-link): Do not log video posters. Arun Isaac
2022-08-15Register video link type.•••* ennum-html.el: Register video link type. (ennum-html-follow-video): New function. Arun Isaac
2022-08-15Expand ennum-copy docstring.•••* ennum.el (ennum-copy): Expand docstring. Arun Isaac
2022-08-15Re-indent.•••* ennum.el (ennum--feed-entry): Re-indent. Arun Isaac
2022-08-15Return only non-directory part of poster filename.•••* ennum.el (ennum-video-poster): Return only non-directory part of poster filename. Arun Isaac
[...]