master
Fabien Benetou 14 years ago
parent 4f1a6a0ee5
commit 16bc0913e3
  1. 3
      shell_scripts/pmwiki_recipes_info_listing

@ -12,6 +12,7 @@
# add a hook (locally and/or remotely) to generate this after each commit # add a hook (locally and/or remotely) to generate this after each commit
# directly generate and overwrite a PmWiki file in the right location rather than rely on import # 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 # 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
WIKIPAGENAME=Recipes WIKIPAGENAME=Recipes
RECIPESPATH=/home/fabien/repository/pmwiki_recipes RECIPESPATH=/home/fabien/repository/pmwiki_recipes
@ -32,7 +33,7 @@ do
echo -n '!'; echo -n '!';
echo "[[#$SCRIPT]][[$REPOSITORYURL/$SCRIPT|$SCRIPT]]"; echo "[[#$SCRIPT]][[$REPOSITORYURL/$SCRIPT|$SCRIPT]]";
grep RecipeInfo $SCRIPT | sed "s/.*= '\(.*\)';.*/* version (or date) \1/" ; grep RecipeInfo $SCRIPT | sed "s/.*= '\(.*\)';.*/* version (or date) \1/" ;
grep HandleAction $SCRIPT | sed "s/.*], '\(.*\)');.*/* action [[Path:?action=\1]]/" ; grep HandleAction $SCRIPT | sed "s/.*], '\(.*\)');.*/* action [[Path.:?action=\1]]/" ;
grep ^Markup $SCRIPT | sed "s/.*:\(.*\):.*/* markup [@(:\1:)@]/" ; grep ^Markup $SCRIPT | sed "s/.*:\(.*\):.*/* markup [@(:\1:)@]/" ;
echo "* functions"; echo "* functions";
for FUNCTION in `grep ^function $SCRIPT | sed "s/^function \(.*\)(.*/\1/"` for FUNCTION in `grep ^function $SCRIPT | sed "s/^function \(.*\)(.*/\1/"`

Loading…
Cancel
Save