From cde194c491b64052b4c9a460abd4efaf9b87e1d1 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Wed, 20 Jul 2011 16:05:37 +0200 Subject: [PATCH] markup search result displayed inline --- shell_scripts/pmwiki_recipes_info_listing | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell_scripts/pmwiki_recipes_info_listing b/shell_scripts/pmwiki_recipes_info_listing index b91f802..ed19957 100755 --- a/shell_scripts/pmwiki_recipes_info_listing +++ b/shell_scripts/pmwiki_recipes_info_listing @@ -13,7 +13,6 @@ # directly generate and overwrite a PmWiki file in the right location rather than rely on import # echo -e -n 'version=urlencoded=1\ntext=' > ~/www/devpim/wiki.d/Recipes.RecipesTest && ../shell_scripts/pmwiki_recipes_info_listing | sed "s/%/%25/g" | sed -e '{:q;N;s/\n/%0a/g;t q}' >> ~/www/devpim/wiki.d/Recipes.RecipesTest # warning, this work only for bare repositories -# for markup, consider direct page listing rather than search WIKIPAGENAME=Recipes RECIPESPATH=/home/fabien/repository/pmwiki_recipes @@ -35,7 +34,7 @@ do echo "[[#$SCRIPT]][[$REPOSITORYURL/$SCRIPT|$SCRIPT]]"; grep RecipeInfo $SCRIPT | sed "s/.*= '\(.*\)';.*/* version (or date) \1/" ; grep HandleAction $SCRIPT | sed "s/.*], '\(.*\)');.*/* action [[Path:.?action=\1]]/" ; - grep ^Markup $SCRIPT | sed "s/.*:\(.*\):.*/* markup [[Path:?action=search\&q=%3A\1|[@(:\1:)@]]]/" ; + grep ^Markup $SCRIPT | sed "s/.*:\(.*\):.*/* markup [[Path:?action=search\&q=%3A\1|[@(:\1:)@]]](:pagelist :\1 fmt=#simple:)/" ; echo "* functions"; for FUNCTION in `grep ^function $SCRIPT | sed "s/^function \(.*\)(.*/\1/"` do