Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add my response
[git.ikiwiki.info.git]
/
doc
/
todo
/
Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn
diff --git
a/doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn
b/doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn
index 73157a3268a0d0684b4ceea0acd6decd83c3204f..95c38f794a281760dc90fcb87af8d0774fcc20eb 100644
(file)
--- a/
doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn
+++ b/
doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn
@@
-8,9
+8,9
@@
This patch adds function bestdir() which returns best directory from the directo
+++ IkiWiki.pm (working copy)
@@ -391,6 +391,35 @@
return "";
+++ IkiWiki.pm (working copy)
@@ -391,6 +391,35 @@
return "";
- }
#}}}
+ }
- +sub bestdir ($$) {
#{{{
+ +sub bestdir ($$) {
+ my $page=shift;
+ my $link=shift;
+ my $cwd=$page;
+ my $page=shift;
+ my $link=shift;
+ my $cwd=$page;
@@
-37,9
+37,9
@@
This patch adds function bestdir() which returns best directory from the directo
+ }
+
+ return "";
+ }
+
+ return "";
- +}
#}}}
+ +}
+
+
- sub isinlinableimage ($) {
#{{{
+ sub isinlinableimage ($) {
my $file=shift;
----
my $file=shift;
----