* [Xenomai-core] Planetplanet on the web site?
@ 2006-03-10 11:00 Romain Lenglet
2006-03-10 16:19 ` Bruno Rouchouse
0 siblings, 1 reply; 5+ messages in thread
From: Romain Lenglet @ 2006-03-10 11:00 UTC (permalink / raw)
To: xenomai
Hi,
How about installing Planet Planet on the Xenomai.org website, to
centralize news feeds about Xenomai? "Planet Xenomai"...
Planetplanet is a daemon in Python that can be run periodically
using cron, to download several news feeds and fusion them into
a single static HTML page.
http://www.planetplanet.org/
At least, I propose to register my blog. But I have no idea of
how many people actually blog about Xenomai?!
--
Romain LENGLET
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Planetplanet on the web site?
2006-03-10 11:00 [Xenomai-core] Planetplanet on the web site? Romain Lenglet
@ 2006-03-10 16:19 ` Bruno Rouchouse
2006-03-10 18:20 ` Jan Kiszka
2006-03-11 5:28 ` Romain Lenglet
0 siblings, 2 replies; 5+ messages in thread
From: Bruno Rouchouse @ 2006-03-10 16:19 UTC (permalink / raw)
To: Romain Lenglet; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 1796 bytes --]
Hi Romain !
For your information Xenomai website currently uses Joomla CMS framework.
The website is currently hosted by the fsffrance whose sys admin is really
careful about security issues. This means that we are advised to use debian
stable packages only. I don't know if such a package exists for Planet (I
don't find it via debian search engine.)
I need to check first if it is not possible to register news feeds directly
with Joomla. Maybe it offers this functionality as a module. I'm quite sure
though I am going to stick to joomla because I noticed that some browsers
(Konqueror for example) have problems displaying the website correctly !
By the way I encourage anyone having problems with Xenomai website to send
me a short email (brouchouse@domain.hid) with the problem(s) encountered and
the version of browser used.
Thanks for the idea though. I am going to take it into consideration and
will let you know... In the meantime it is always possible to reference any
blog (or website) about Xenomaiin the weblink section.
Regards,
--
Bruno Rouchouse
On 3/10/06, Romain Lenglet <rlenglet@domain.hid> wrote:
>
> Hi,
>
> How about installing Planet Planet on the Xenomai.org website, to
> centralize news feeds about Xenomai? "Planet Xenomai"...
> Planetplanet is a daemon in Python that can be run periodically
> using cron, to download several news feeds and fusion them into
> a single static HTML page.
> http://www.planetplanet.org/
>
> At least, I propose to register my blog. But I have no idea of
> how many people actually blog about Xenomai?!
>
> --
> Romain LENGLET
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
[-- Attachment #2: Type: text/html, Size: 2375 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Planetplanet on the web site?
2006-03-10 16:19 ` Bruno Rouchouse
@ 2006-03-10 18:20 ` Jan Kiszka
2006-03-11 5:28 ` Romain Lenglet
1 sibling, 0 replies; 5+ messages in thread
From: Jan Kiszka @ 2006-03-10 18:20 UTC (permalink / raw)
To: Bruno Rouchouse; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
Bruno Rouchouse wrote:
> ...
> Thanks for the idea though. I am going to take it into consideration and
> will let you know... In the meantime it is always possible to reference any
> blog (or website) about Xenomaiin the weblink section.
>
As we are already at this topic, I have two new links to suggest:
http://www.captain.at/xenomai.php (lot's of useful tests, demos, etc.)
http://home.gna.org/xenomm (the upcoming C++ wrapper for Xenomai)
Please add, they deserve it. If someone has even more links, jump in!
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Planetplanet on the web site?
2006-03-10 16:19 ` Bruno Rouchouse
2006-03-10 18:20 ` Jan Kiszka
@ 2006-03-11 5:28 ` Romain Lenglet
2006-03-11 9:33 ` Bruno Rouchouse
1 sibling, 1 reply; 5+ messages in thread
From: Romain Lenglet @ 2006-03-11 5:28 UTC (permalink / raw)
To: Bruno Rouchouse; +Cc: xenomai
> For your information Xenomai website currently uses Joomla CMS framework.
> The website is currently hosted by the fsffrance whose sys admin is really
> careful about security issues. This means that we are advised to use debian
> stable packages only. I don't know if such a package exists for Planet (I
> don't find it via debian search engine.)
No there is none yet.
To install it on Sarge, you must install packages python-feedparser and
python.
Then, download the tarball from planetplanet's website, configure the
templates, and make the python script run through cron. It generates static
HTML pages, and is not a dynamic script, so there are little security risks,
except that it must download the news feed files from the Internet to
generate the pages.
> I need to check first if it is not possible to register news feeds directly
> with Joomla. Maybe it offers this functionality as a module. I'm quite sure
> though I am going to stick to joomla because I noticed that some browsers
> (Konqueror for example) have problems displaying the website correctly !
I am using Konqueror 3.5.1, and I have no problem?!
--
Romain Lenglet
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Planetplanet on the web site?
2006-03-11 5:28 ` Romain Lenglet
@ 2006-03-11 9:33 ` Bruno Rouchouse
0 siblings, 0 replies; 5+ messages in thread
From: Bruno Rouchouse @ 2006-03-11 9:33 UTC (permalink / raw)
To: Romain Lenglet; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]
On 3/11/06, Romain Lenglet <rlenglet@domain.hid> wrote:
>
> > For your information Xenomai website currently uses Joomla CMS
> framework.
> > The website is currently hosted by the fsffrance whose sys admin is
> really
> > careful about security issues. This means that we are advised to use
> debian
> > stable packages only. I don't know if such a package exists for Planet
> (I
> > don't find it via debian search engine.)
>
> No there is none yet.
> To install it on Sarge, you must install packages python-feedparser and
> python.
> Then, download the tarball from planetplanet's website, configure the
> templates, and make the python script run through cron. It generates
> static
> HTML pages, and is not a dynamic script, so there are little security
> risks,
> except that it must download the news feed files from the Internet to
> generate the pages.
OK thanks for the information and the arguments about security issues. I'm
going to take a look at it.
> I need to check first if it is not possible to register news feeds
> directly
> > with Joomla. Maybe it offers this functionality as a module. I'm quite
> sure
> > though I am going to stick to joomla because I noticed that some
> browsers
> > (Konqueror for example) have problems displaying the website correctly !
>
> I am using Konqueror 3.5.1, and I have no problem?!
Thanks for the report !
--
> Romain Lenglet
>
[-- Attachment #2: Type: text/html, Size: 2044 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-11 9:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10 11:00 [Xenomai-core] Planetplanet on the web site? Romain Lenglet
2006-03-10 16:19 ` Bruno Rouchouse
2006-03-10 18:20 ` Jan Kiszka
2006-03-11 5:28 ` Romain Lenglet
2006-03-11 9:33 ` Bruno Rouchouse
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.