Re: Global %%add-css blocks

2019-07-09 Thread Ulf Dittmer
OK. I got it to work by using a PNG - using the same image as a JPG does not work. It would be good to mention that on https://jspwiki-wiki.apache.org/Wiki.jsp?page=How%20to%20change%20the%20site%20logo Thanks very much for your help! Ulf On Mon, Jul 8, 2019 at 6:24 PM Dirk Frederickx wrote: >

Re: Global %%add-css blocks

2019-07-09 Thread Juan Pablo Santos Rodríguez
Hi Ulf, IIRC, only png images are inlined by default. Check for jspwiki.translatorReader.inlinePattern entries on jspwiki[-custom].properties file. (on mobile, apologies on brevity and typos) HTH, juan pablo El mar., 9 jul. 2019 9:14, Ulf Dittmer escribió: > OK. I got it to work by using a P

Re: Global %%add-css blocks

2019-07-09 Thread Ulf Dittmer
Thanks for pointing me to jspwiki.translatorReader.inlinePattern, changing that makes jpegs work. There's so much in https://jspwiki-wiki.apache.org/Wiki.jsp?page=Configuration, I haven't had a chance to go through it all :) Ulf On Tue, Jul 9, 2019 at 9:21 AM Juan Pablo Santos Rodríguez < juanpab

Redirecting from one page to another, and displaying alternative page names

2019-07-09 Thread Ulf Dittmer
Occasionally I decide that FooBar is no longer a good name for a page, and wish to to change it FooPage, and want the old page name to redirect to the new one. What would be the easiest way to achieve that? Also, If I don't want FooPage to be the page title, but something entirely different (Like

Adding meta tags to page headers

2019-07-09 Thread Ulf Dittmer
If I wanted to add meta tags to the page header (specifically, description, keywords and robots), would I have to write a plugin or a filter? With a plugin I can pass the values of those headers along, but I don't think plugins have access (or can add) tags to the HTML header...? With a post-transl

Re: Redirecting from one page to another, and displaying alternative page names

2019-07-09 Thread Foster Schucker
Did you try https://www.ecyrd.com/JSPWiki/wiki/RedirectPlugin or https://www.ecyrd.com/JSPWiki/wiki/PageAlias for you redirect issue? On 7/9/2019 5:59 AM, Ulf Dittmer wrote: Occasionally I decide that FooBar is no longer a good name for a page, and wish to to change it FooPage, and want the ol

Re: Redirecting from one page to another, and displaying alternative page names

2019-07-09 Thread Dirk Frederickx
Ulf, To rename a page, press the "MORE INFO" button. You'll see a RENAME and DELETE button, only if you have the access-rights to do so. Typically you should be logged in to be able to rename a page. Renaming a page also automatically changes the referring links to this page. dirk On Tu

Re: Adding meta tags to page headers

2019-07-09 Thread Dirk Frederickx
Ulf, Some meta tags are already generated by JSPWiki (description, robots) Adding support for "keywords" to a wiki-page would be a great addition for JSPWiki. See also JSPWIKI-1105 with the suggestions to add support for page-tags (#keyword1

Role Protecting Certain Wiki Sections?

2019-07-09 Thread Jerry Malcolm
Is it possible to make certain sections/pages of the Wiki protected from view and edit by a special role and other sections/pages protected by a different role? Thx