[SMW-devel] Creating concepts requires create table rights

2013-06-26 Thread Krabina Bernhard
Hi,

today I encountered a problem in a SMW installation in the City of Vienna (the 
first SMW installation there, by the way :-)

When I created a simple concept (same one as here: 
http://standards.kdz.eu/index.php?title=Konzept:Objekt ) I recieved an error, 
because the wiki user would need create table priviledges.

Is this something you are aware of/can change or some sort of bug?

In the docs it says ("For installation and upgrade, SMW needs the rights to 
create new tables (CREATE) and to alter tables (ALTER TABLE). You can remove 
both rights after SMW is set up.") (see: 
http://semantic-mediawiki.org/wiki/Help:Installation )

It seems that this is not true for creating concepts, but I think it should 
be...

regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Creating concepts requires create table rights

2013-06-26 Thread Krabina Bernhard
Well, sometimes it is helpful to read at least one line further in the docs :-/

"When using SMWSQLStore3 (the default data store for SMW), SMW creates and 
alters temporary tables for certain semantic queries. To do this, your wikidb 
user must have privileges for CREATE TEMPORARY TABLES and DROP. The according 
features can be disabled by adding the following to Localsettings.php: "

But what does " The according features can be disabled " mean? Is it then still 
possible to create and use concepts? 

regards,
Bernhard

- Ursprüngliche Mail -
> Hi,
> 
> today I encountered a problem in a SMW installation in the City of
> Vienna (the first SMW installation there, by the way :-)
> 
> When I created a simple concept (same one as here:
> http://standards.kdz.eu/index.php?title=Konzept:Objekt ) I recieved
> an error, because the wiki user would need create table priviledges.
> 
> Is this something you are aware of/can change or some sort of bug?
> 
> In the docs it says ("For installation and upgrade, SMW needs the
> rights to create new tables (CREATE) and to alter tables (ALTER
> TABLE). You can remove both rights after SMW is set up.") (see:
> http://semantic-mediawiki.org/wiki/Help:Installation )
> 
> It seems that this is not true for creating concepts, but I think it
> should be...
> 
> regards,
> Bernhard
> 
> --
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
> 

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Krabina Bernhard
Hi Jeroen,

it seems that the development of Maps and Semantic Maps has slowed down a bit 
recently?

In my work for a first SMW installation in the City of Vienna I was asked 
whether (and how) it would be possible to use the Vienna mapping services 
instead of openlayer, google or yahoo. So we want to display data using 
maps/semantic maps on the Vienna city map.

Is there some documentation on how to add a new mapping service?

There is some documentation on how to use the Viennese GIS API: 
http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/generierter-code.html
http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/javascript.html

How good is your German yet? ;-)
Unfortunately, the English docs is quite basic: 
http://www.wien.gv.at/english/help/citymap.html

regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Krabina Bernhard
I found come more documentation (again in German):
http://www.wien.gv.at/viennagis/schnittstellen.html

-Bernhard

- Ursprüngliche Mail -
> Hi Jeroen,
> 
> it seems that the development of Maps and Semantic Maps has slowed
> down a bit recently?
> 
> In my work for a first SMW installation in the City of Vienna I was
> asked whether (and how) it would be possible to use the Vienna
> mapping services instead of openlayer, google or yahoo. So we want
> to display data using maps/semantic maps on the Vienna city map.
> 
> Is there some documentation on how to add a new mapping service?
> 
> There is some documentation on how to use the Viennese GIS API:
> http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/generierter-code.html
> http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/javascript.html
> 
> How good is your German yet? ;-)
> Unfortunately, the English docs is quite basic:
> http://www.wien.gv.at/english/help/citymap.html
> 
> regards,
> Bernhard
> 
> --
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
> 

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Yury Katkov
We've once integrated Yandex maps to Extension:Maps. It was pretty
easy, we needed just to inherit some classes and write a bit of
javascript spaghetti. The code itself if very easy to read, IMO
-
Yury Katkov, WikiVote



On Wed, Jun 26, 2013 at 7:21 PM, Krabina Bernhard  wrote:
> I found come more documentation (again in German):
> http://www.wien.gv.at/viennagis/schnittstellen.html
>
> -Bernhard
>
> - Ursprüngliche Mail -
>> Hi Jeroen,
>>
>> it seems that the development of Maps and Semantic Maps has slowed
>> down a bit recently?
>>
>> In my work for a first SMW installation in the City of Vienna I was
>> asked whether (and how) it would be possible to use the Vienna
>> mapping services instead of openlayer, google or yahoo. So we want
>> to display data using maps/semantic maps on the Vienna city map.
>>
>> Is there some documentation on how to add a new mapping service?
>>
>> There is some documentation on how to use the Viennese GIS API:
>> http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/generierter-code.html
>> http://www.wien.gv.at/viennagis/bedienungshinweise/einbindung/javascript.html
>>
>> How good is your German yet? ;-)
>> Unfortunately, the English docs is quite basic:
>> http://www.wien.gv.at/english/help/citymap.html
>>
>> regards,
>> Bernhard
>>
>> --
>> This SF.net email is sponsored by Windows:
>>
>> Build for Windows Store.
>>
>> http://p.sf.net/sfu/windows-dev2dev
>> ___
>> Semediawiki-devel mailing list
>> Semediawiki-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Jeroen De Dauw
Hey Bernhard,

> it seems that the development of Maps and Semantic Maps has slowed down a
bit recently?

Indeed. I am not currently working on it, or planning to do so, in my free
time.

> Is there some documentation on how to add a new mapping service?

Nothing really up to date. Your best bet is looking at the code on git
master for a particular mapping service (they are each in their own
directory) and doing something similar for the one you want to implement.

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil. ~=[,,_,,]:3
--
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Jeroen De Dauw
Hey,

It was pretty
> easy, we needed just to inherit some classes and write a bit of
> javascript spaghetti.
>

It is actually preferred to not do the spaghetti part, even though this
might appear to be the standard in the Maps JS at the moment :)

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil. ~=[,,_,,]:3
--
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] [SRF] v 1.9 alpha

2013-06-26 Thread jmcclure
 

With "special:ask" I'm getting on mw 1.21 and smw 1.8.0.5: Fatal
error: Class 'SMWApiResultPrinter' not found in
/mediawiki-1.21.1/extensions/SemanticResultFormats/formats/calendar/EventCalendar.php
on line 42. After dropping that format I receive Fatal error: Class
'SMWResultPrinter' not found in
/mediawiki-1.21.1/extensions/SemanticResultFormats/formats/gallery/Gallery.php
on line 38. I received similar complaints about Media Player, Tag
Cloud, and Datatables. After dropping these, special:Ask displayed
properly. 

I've also tried jqplots and listwidget [1] and they are
unhealthy also.

 

Links:
--
[1]
http://www.wikisummaries.org/Main_Page/subjects
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] [SRF] v 1.9 alpha

2013-06-26 Thread James HK
Hi,

SRF 1.9 (current master) is only compatible with SMW 1.9. There will
be no compatibility between SMW 1.8 and SRF 1.9

Cheers

On 6/27/13, jmccl...@hypergrove.com  wrote:
>
>
> With "special:ask" I'm getting on mw 1.21 and smw 1.8.0.5: Fatal
> error: Class 'SMWApiResultPrinter' not found in
> /mediawiki-1.21.1/extensions/SemanticResultFormats/formats/calendar/EventCalendar.php
> on line 42. After dropping that format I receive Fatal error: Class
> 'SMWResultPrinter' not found in
> /mediawiki-1.21.1/extensions/SemanticResultFormats/formats/gallery/Gallery.php
> on line 38. I received similar complaints about Media Player, Tag
> Cloud, and Datatables. After dropping these, special:Ask displayed
> properly.
>
> I've also tried jqplots and listwidget [1] and they are
> unhealthy also.
>
>
>
> Links:
> --
> [1]
> http://www.wikisummaries.org/Main_Page/subjects
>

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] [SRF] v 1.9 alpha

2013-06-26 Thread jmcclure
 

great - is smw 1.9 available - can't find it. Is there an srf 1.8 I
should use with smw 1.8? 

On 26.06.2013 14:25, James HK wrote: 

>
Hi,
> 
> SRF 1.9 (current master) is only compatible with SMW 1.9. There
will
> be no compatibility between SMW 1.8 and SRF 1.9
> 
> Cheers
> 
>
On 6/27/13, jmccl...@hypergrove.com  wrote:
>

>> With "special:ask" I'm getting on mw 1.21 and smw 1.8.0.5: Fatal
error: Class 'SMWApiResultPrinter' not found in
/mediawiki-1.21.1/extensions/SemanticResultFormats/formats/calendar/EventCalendar.php
on line 42. After dropping that format I receive Fatal error: Class
'SMWResultPrinter' not found in
/mediawiki-1.21.1/extensions/SemanticResultFormats/formats/gallery/Gallery.php
on line 38. I received similar complaints about Media Player, Tag
Cloud, and Datatables. After dropping these, special:Ask displayed
properly. I've also tried jqplots and listwidget [1] and they are
unhealthy also. Links: -- [1]
http://www.wikisummaries.org/Main_Page/subjects [1]




Links:
--
[1] http://www.wikisummaries.org/Main_Page/subjects
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Maps and Semantic Maps: integrating other mapping services

2013-06-26 Thread Krabina Bernhard
Hi Jeroen,

> Indeed. I am not currently working on it, or planning to do so, in my
> free time.

This doesn't sound good. Do you mean it would be possible for you to put effort 
in, if it is funded? Or that you don't have time at all?

Are there other developers around that could take over/help out with 
maintenance?

regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel