Re: [SMW-devel] [News] Plans for SMW 1.4

2008-09-09 Thread Matt Williamson
Markus, I'll put in my humble feature request: Doesn't have to be 1.4, but at some point it would be spectacular to be able to query Geographic coordinates type values...in particular I'm thinking of being able to query for values within a "bounding box", by defining two corners of a rectan

[SMW-devel] Semantic Layers 0.4b2 near release

2008-08-29 Thread Matt Williamson
Hi all, Semantic Layers 0.4b2 is almost ready to be released, bringing with it a whole slew of cool improvements. I think just about all the coding is done, I just need to update the docs and make a new tarball when I have some time--unfortunately I have to do some other things today. In th

Re: [SMW-devel] [News] SMW online API documentation

2008-08-27 Thread Matt Williamson
s not very well documented at the moment anyway (and this is a generous description). Will let you know when I'm there. -Matt On Aug 27, 2008, at 3:08 PM, Markus Krötzsch wrote: > On Mittwoch, 27. August 2008, Matt Williamson wrote: >> Markus, >> >> Thanks for

Re: [SMW-devel] [News] SMW online API documentation

2008-08-27 Thread Matt Williamson
Markus, Thanks for this! Maybe we'll get Semantic Layers in there one of these days. Speaking of which, a quick question...I'm trying to make a query with the API to select all pages that have some value for a property (that have the property defined), and how to do it isn't jumping out a

[SMW-devel] Semantic Layers broke on SMW 1.2

2008-07-14 Thread Matt Williamson
Hello all, It's probably just me, but I'm not sure what I'm doing wrong. I've got code in Semantic Layers that does a query equivalent to this: {{#ask: [[Layer:+]] | ?Layer label|?Layer class|?Layer boundary right}} (plus a few more printouts.) It does the query programatically by a mechan

[SMW-devel] Semantic Layers 0.3b1 available

2008-04-23 Thread Matt Williamson
, and feel free to experiment there. -Matt Williamson - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use pri

[SMW-devel] Semantic Layers 0.3a1, and SMW 1.0.2?

2008-04-10 Thread Matt Williamson
Hey everyone, Well, it's a little later than I thought, but I've pretty much got Semantic Layers working with SMW 1.x now. http://s89238293.onlinehome.us/w/ is running the prototype version, and everything seems to be working finally, though I want to squash a few quirks before making it a

[SMW-devel] autoload SMWWikiPageValue?

2008-03-22 Thread Matt Williamson
Devs, Quick question: I was trying to instantiate a SMWWikiPageValue object, and got a class not found error. Come to find, that it's not added to $wgAutoloadClasses in SMW_GlobalFunctions.php like most of the others, but instead in SMWDataValueFactory::initDatatypes(). From there, I trace

Re: [SMW-devel] Extension ResultPrinter output escaping

2008-03-17 Thread Matt Williamson
SMW_OUTPUT_HTML...which I'm guessing wouldn't be >> near as efficient as the current implementation. So, one possible >> solution I see would be to have the SMW >> smwfProcessInlineQueryParserFunction function somehow introspect the >> ResultPrinter object being

Re: [SMW-devel] Extension ResultPrinter output escaping

2008-03-16 Thread Matt Williamson
eturn wikitext or HTML accordingly...but I can't really do what I'm trying to do with wikitext... -Matt On Mar 16, 2008, at 7:12 PM, S Page wrote: > Matt Williamson wrote: > >> I wrote a class that subclasses SMWResultPrinter, and it works, >> except that when i

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Matt Williamson
p-based querying for my TechPresentations.org and want to start collecting full venue addresses for events to enable better map views. Also, I wonder if you're going to extend Semantic Forms with data entry tool as well. Sergey On Sun, Mar 16, 2008 at 2:22 PM, Matt Williams

[SMW-devel] Extension ResultPrinter output escaping

2008-03-16 Thread Matt Williamson
Markus/List: Thanks for the earlier help, I was able to get that working in very short order. Now I ran into another problem... I wrote a class that subclasses SMWResultPrinter, and it works, except that when it returns its output, it's translating HTML tags into < and >--at least partiall

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Matt Williamson
y, I should be able to accomplish this without it, but I'll definitely keep that in mind for future optimization. Thanks again! -Matt On Mar 16, 2008, at 1:52 PM, Markus Krötzsch wrote: > On Samstag, 15. März 2008, Matt Williamson wrote: >> Markus, >> >&g

Re: [SMW-devel] semantic wiki query AJAX api

2008-03-16 Thread Matt Williamson
Markus, I was reading this thread and just thought I'd throw my thoughts in. I've already been thinking about how I might do an AJAX-like cross- wiki query for geographic point data within Semantic Layers--e.g. I'm planning to build pluggable search modules into the software, so an obvious

Re: [SMW-devel] SMW database schema

2008-03-15 Thread Matt Williamson
Markus, Greetings from the presumed-dead author of Semantic Layers. I'm finally starting to update SL for compatibility with SMW 1.0--and having some luck so far, I've made good progress on a subclass of SMWResultPrinter that lets you specify "map" as the format, and that part seems to be