Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-06 | convert img and template directives to shortcodes | Jonas 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-06 | rename *.mdwn to */index.md, except index/topbar/farbar/sidebar files | Jonas 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-06 | normalize directives to always quote variables | Jonas Smedegaard | |
command: ``` find * -type f -name '*.mdwn' -execdir perl -gpi -e 's/(?:class|link|size|stem|width|height)=\K[^=\s"\]>]+/"$&"/g;' '{}' + ``` | |||
2017-10-25 | Remove specific sidebar. | Siri Reiter | |
2017-01-12 | Move topbar and corresponding image. | Siri Reiter | |
2013-10-09 | Sidebar with submenu. | Siri Reiter | |
2013-03-23 | Remove dead pages and city sidebars (bad approach). | Siri Reiter | |
2013-03-22 | Move pages out of subdir city and add individual sidebars instead. | Siri Reiter | |
2013-03-22 | Move city tours to subdir city and change sidebar. | Siri Reiter | |
2013-01-21 | attachment upload | https://www.google.com/accounts/o8/id?id=AItOawkvAQ2pGG272FFZHZbpuyAFEGhj3ph3p9I | |
2012-03-18 | attachment upload | https://www.google.com/accounts/o8/id?id=AItOawkvAQ2pGG272FFZHZbpuyAFEGhj3ph3p9I | |
2009-01-22 | vedhæftningsoplægning | http://hartvigson.myopenid.com/ | |
2009-01-22 | vedhæftningsoplægning | http://hartvigson.myopenid.com/ | |
2009-01-22 | vedhæftningsoplægning | http://hartvigson.myopenid.com/ | |
2009-01-22 | vedhæftningsoplægning | http://hartvigson.myopenid.com/ | |