On 9/27/2017 2:21 PM, Yasser Zamani wrote: > All docs of plugins converted as carefully as I could :) > > Honestly, snippet.rb was my first Ruby coding (was very enjoyable) :) If > you're a Ruby expert too, please feel free if it could be better. > > Sincerely Yours, > Yasser.
I am improving the snippet.rb :) 1. Adding support for that Confluence's snippets which their url starts with "struts2/" without changing them (currently absolute urls and FQN class names are supported). 2. Adding a local caching mechanism to speed up site generation (if update needed, we simply can delete cache files). Later, Yasser.