summaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Collapse)Author
2024-04-06convert img and template directives to shortcodesJonas Smedegaard
command: ``` find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' + ```
2024-04-06rename *.mdwn to */index.md, except index/topbar/farbar/sidebar filesJonas Smedegaard
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
2024-04-06normalize directives to always quote variablesJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -gpi -e 's/(?:class|link|size|stem|width|height)=\K[^=\s"\]>]+/"$&"/g;' '{}' + ```
2021-03-15Add video.Siri Reiter
2021-03-15Add video.Siri Reiter
2021-03-15New video homepage.Siri Reiter
2021-03-03add video 2Siri Reiter
2021-02-03correct size according to film formatSiri Reiter
2021-02-03new video (01)Siri Reiter
2018-11-14(no commit message)paul
2018-11-14Fix suppress open video formats.Siri Reiter
2018-11-14New video (version) added.Siri Reiter
2016-11-14Add video.Siri Reiter
2014-09-01Add videos, a channel, links and inline videos.Siri Reiter