On 25 Apr 2014 at 11:49:13, Pascal BASTIEN
(pbasnews-xwiki@yahoo.fr(mailto:pbasnews-xwiki@yahoo.fr)) wrote:
De : "vincent(a)massol.net"
À : Pascal BASTIEN ; XWiki Users
Envoyé le : Vendredi 25 avril 2014 11h33
Objet : Re: [xwiki-users] launch scheduled job and flamengo skin with table
Hi,
On 25 Apr 2014 at 11:12:27, Pascal BASTIEN
(pbasnews-xwiki@yahoo.fr(mailto:pbasnews-xwiki@yahoo.fr)) wrote:
Hello
Today I have two questions :-)
Are they a way to launch some scheduled jobs of xwiki by cron?
See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
Yes but my question is: can I launch some scheduled jobs of scheduler application by cron
(on linux system)
My site web hosting does not like quartz and prefer cron.
You can do whatever you want. In your cron script you’ll just need to call some wiki page
that contains the script to execute. Either using the XWiki REST API or simply using curl
to call a page.
With flamengo
skin on xwiki 6.0RC1 this table:
It’s flamingo (like the bird!), not flamengo :)
|= en-tête |= en-tête |= en-tête
| cellule | cellule | cellule
| cellule | cellule | cellule
is displayed like this:
http://snag.gy/Dlvpu.jpg
Is it normal?
Do you mean that the topmost horizontal line shouldn’t be there?
No I mean that vertical lines are invisible and forecolor of first line is blank.
Vertical line is normal I believe. See
http://getbootstrap.com/css/#tables
Heading columns are in bold which is what separates them from the rest, again
see
http://getbootstrap.com/css/#tables
These are the defaults which you can obviously change if you don’t like them.
Thanks
-Vincent