On Dienstag, 22. April 2008, Sergey Chernyshev wrote:
> Markus,
>
> It's great news and I'll definitely be looking into RAP implementation for
> integration with other tools we use!
>
> I have a couple of questions regarding the iCal and SMWRegistry though:
>
>- Why do you use this strange enco
Yes, one way is to export to RDF, another way is to write a converted to KML
similar how there are ones for RSS and now iCal.
I don't know how you plan this "another feature", but you can write an
extension that talks runs SMW query within the code and interpret it however
you like.
If you want t
Markus,
It's great news and I'll definitely be looking into RAP implementation for
integration with other tools we use!
I have a couple of questions regarding the iCal and SMWRegistry though:
- Why do you use this strange encoding for the queries and other
things in RSS/iCal URLs? it seems
Hi developers,
just to let you know about internal changes in SMW1.1 that may affect your
coding. Most of it should work exactly as before. Two changes (extensions)
are probably most notable:
(1) SMWStore::getSemanticData($title). This new function of the storage API
lets you retrieve all data
Hi,
I would like to save the results of a query to be used by another feature
(in this case displaying geographical data on a map). The geographical data
is marked up using properties. Can this be achieved with the 'rss' format
type on #ask ? If so what is the syntax for the 'rss' format? My othe