[xwiki-users] xwiki blog - How to use (outdated)
Hi all, The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page? http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication Thanks mb
On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :) To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ). Thanks -Vincent
Vincent, Yes, it could be me ... once I figure it out. However I was playing a couple of hours a few weeks ago, yesterday too, but I am lost in the code ... I'll continue end of the week. Thanks mb -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Sunday, September 20, 2009 6:40 PM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated) On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :) To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ). Thanks -Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
What would be nice would be to create macros that could be used in pages: - to display all blog entries for a given blog name - to display blog entries for a given category - to display blog entries for a given date range That could be one macro with different parameters: {{blog name="..." maxEntries=".." category="..." startDate="..." endDate="..."/}} Thanks -Vincent On Mon, Sep 21, 2009 at 9:34 AM, Michael Beetz <[email protected]> wrote:
Vincent,
Yes, it could be me ... once I figure it out. However I was playing a couple of hours a few weeks ago, yesterday too, but I am lost in the code ... I'll continue end of the week.
Thanks mb
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Sunday, September 20, 2009 6:40 PM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated)
On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :)
To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ).
Thanks -Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Sep 21, 2009, at 9:40 AM, Vincent Massol wrote:
What would be nice would be to create macros that could be used in pages: - to display all blog entries for a given blog name - to display blog entries for a given category - to display blog entries for a given date range
That could be one macro with different parameters:
{{blog name="..." maxEntries=".." category="..." startDate="..." endDate="..."/}}
It could even be implemented as a wiki macro packaged inside the Blog application. -Vincent
Thanks -Vincent
On Mon, Sep 21, 2009 at 9:34 AM, Michael Beetz <[email protected]
wrote: Vincent,
Yes, it could be me ... once I figure it out. However I was playing a couple of hours a few weeks ago, yesterday too, but I am lost in the code ... I'll continue end of the week.
Thanks mb
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Sunday, September 20, 2009 6:40 PM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated)
On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :)
To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ).
Thanks -Vincent
On Sep 21, 2009, at 10:27 AM, Vincent Massol wrote:
On Sep 21, 2009, at 9:40 AM, Vincent Massol wrote:
What would be nice would be to create macros that could be used in pages: - to display all blog entries for a given blog name - to display blog entries for a given category - to display blog entries for a given date range
That could be one macro with different parameters:
{{blog name="..." maxEntries=".." category="..." startDate="..." endDate="..."/}}
It could even be implemented as a wiki macro packaged inside the Blog application.
I've created http://jira.xwiki.org/jira/browse/XABLOG-79 Thanks -Vincent
On Mon, Sep 21, 2009 at 9:34 AM, Michael Beetz <[email protected]
wrote: Vincent,
Yes, it could be me ... once I figure it out. However I was playing a couple of hours a few weeks ago, yesterday too, but I am lost in the code ... I'll continue end of the week.
Thanks mb
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Sunday, September 20, 2009 6:40 PM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated)
On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :)
To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ).
Thanks -Vincent
Hi Vincent, all, These are really good hints to develop some structured code. However I've never wrote a xwiki macro. I do not know what slang I should use (velocity, xwiki, ...). I am pleasing you kindly to show some direction ... and I will try to follow it. (I've done some really small changes for the task manager application macros, that's all for now). Thanks mb -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Monday, September 21, 2009 10:27 AM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated) On Sep 21, 2009, at 9:40 AM, Vincent Massol wrote:
What would be nice would be to create macros that could be used in pages: - to display all blog entries for a given blog name - to display blog entries for a given category - to display blog entries for a given date range
That could be one macro with different parameters:
{{blog name="..." maxEntries=".." category="..." startDate="..." endDate="..."/}}
It could even be implemented as a wiki macro packaged inside the Blog application. -Vincent
Thanks -Vincent
On Mon, Sep 21, 2009 at 9:34 AM, Michael Beetz <[email protected]
wrote: Vincent,
Yes, it could be me ... once I figure it out. However I was playing a couple of hours a few weeks ago, yesterday too, but I am lost in the code ... I'll continue end of the week.
Thanks mb
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Sunday, September 20, 2009 6:40 PM To: XWiki Users Subject: Re: [xwiki-users] xwiki blog - How to use (outdated)
On Sep 20, 2009, at 6:30 PM, Michael Beetz wrote:
Hi all,
The "How to use" is outdated - where could I find a few more recent lines of code to display a blog category within my own page?
http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication
Yes someone needs to volunteer to update the page... could that be you once you figure it out? :)
To figure it out, simply look at the content of your Blog.WebHome page or a blog category page (http://localhost:8080/xwiki/bin/edit/Blog/CategorySheet ).
Thanks -Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hello. I've set up Tomcat, MySQL and Xwiki on one of my servers called White (white.mydomain.ru). Xwiki is reachable at http://white.mydomain.ru:8080/wiki Then I've set up Apache on my main server (mail.mydomain.ru) as proxy. Now my Xwiki instance is reachable at http://mail.mydomain.ru/wiki and this link is main for end users. Everything is ok, but notification messages contain links to white.mydomain.ru:8080/wiki, which is not accessbile from internet (only from local network). How can I change it? How to force Xwiki, to write links to mail.mydomain.ru/wiki, instead of white.mydomain.ru:8080/wiki? Thanks in advance. Dmitriy Nikolaev
Well, if you don't want to play with the access to your local network you could try the xwiki.cfg file found in your webapps/xwiki folder (on tomcat it might be different). There you have a section called URLs and it contain this paragraph. I believe it would do the trick. #--------------------------------------- # URLs # #-# The domain name to use when creating URLs to the default wiki. If set, the generated URLs will point to this server #-# instead of the requested one. It should contain schema, domain and (optional) port, and the trailing /. For example: #-# xwiki.home=http://www.xwiki.org/ #-# xwiki.home=http://wiki.mycompany.net:8080/ # xwiki.home= -Rune -----Oprindelig meddelelse----- Fra: [email protected] [mailto:[email protected]] På vegne af ???????? ??????? Sendt: 21. september 2009 09:57 Til: XWiki Users Emne: [xwiki-users] Links in mail notification messages. Hello. I've set up Tomcat, MySQL and Xwiki on one of my servers called White (white.mydomain.ru). Xwiki is reachable at http://white.mydomain.ru:8080/wiki Then I've set up Apache on my main server (mail.mydomain.ru) as proxy. Now my Xwiki instance is reachable at http://mail.mydomain.ru/wiki and this link is main for end users. Everything is ok, but notification messages contain links to white.mydomain.ru:8080/wiki, which is not accessbile from internet (only from local network). How can I change it? How to force Xwiki, to write links to mail.mydomain.ru/wiki, instead of white.mydomain.ru:8080/wiki? Thanks in advance. Dmitriy Nikolaev _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Michael Beetz -
Rune Hylleberg -
Vincent Massol -
Николаев Дмитрий