From: Stefano C. <cam...@ya...> - 2004-09-16 12:43:07
|
Hi, Paolo Wrote: > We need a Road map on line... I'm trying to collect our ideas about future platypus features in order to layout a road map. Here there are some items I have collected, please contribute to get update this list. When it is more complete we put it on-line as "Road Map" Wiki Page. For each Item we can collect: * The subject or brief description of the feature * Tips about how realize it * Which persons want, or is more adapt, to implement it (have to sound as "want to" and not as "have to" made it ) * Other ... A part of (unordered) list: 1. subj: UI refactoring, tips: see stopdesign site, ... developer: ?? 2. subj: Update Website, tips: see stopdesign site, ... developer: Paolo ? 3. subj: Add page attachment tips: jakarta FileUpload, attach as single resource/page ??, linked to page using metadata and transclusion ?? developer: ?? 4. subj: Localization tips: ?? dev: ?? 5. subj: Delete statements tips: complete/use RepositoryManager class dev: ?? 6. subj: Improve searching metadata tips: Use IndexHTML class etc.., produce results also as RDF dev: Stefano 7. subj: Add web unit test tips: jWebUnit dev: ??? 8. subj: integrateFCKEditor tips: ??? dev: Laurian 9. subj: integrate with Annotea tips: ?? dev: Laurian 10. subj: Traceback and/or Weblog pings tips: ?? dev: ?? 11. subj: Integrate inter Platypus Wiki installations tips: XML-RPC ??? dev:?? 12 subj: Atom, RSS tips: ?? dev: ?? Other Ides? The Items are ordered as i collect them, naturally we have to order that with some criteria. Bye Campa PS: Sorry for my bad English . |
From: Laurian G. <la...@gm...> - 2004-09-22 12:51:23
|
Hello, On Thu, 16 Sep 2004 14:47:53 +0200, Stefano Campanini > 9. > subj: integrate with Annotea > tips: ?? Looking over Annotea protocols [1], storing an annotation is not a problem, i.e.: /annotations/ namespace /annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki page maybe as annotated resource cached representation) Looking up annotations for a given subject, requires querying the namespace, how does the Lucene search work in platypus, we'll need to retrieve the metadata of all annotations (wiki pages) that are of <rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? [1] http://www.w3.org/2001/Annotea/User/Protocol.html Cheers, -- Laurian Gridinoc Chief Developer GRAPEFRUIT DESIGN www.gd.ro |
From: Stefano C. <cam...@ya...> - 2004-09-22 13:34:13
|
Laurian Gridinoc wrote: >Hello, > >On Thu, 16 Sep 2004 14:47:53 +0200, Stefano Campanini > 9. > > >> subj: integrate with Annotea >> tips: ?? >> >> > >Looking over Annotea protocols [1], storing an annotation is not a >problem, i.e.: >/annotations/ namespace >/annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki >page maybe as annotated resource cached representation) > >Looking up annotations for a given subject, requires querying the >namespace, how does the Lucene search work in platypus, we'll need to >retrieve the metadata of all annotations (wiki pages) that are of ><rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? > >[1] http://www.w3.org/2001/Annotea/User/Protocol.html > >Cheers, > > Now isn't implemented yet, but is in our plan. Bye |
From: Laurian G. <la...@gd...> - 2004-09-22 14:38:51
|
Stefano Campanini wrote: > Laurian Gridinoc wrote: > >> Looking over Annotea protocols [1], storing an annotation is not a >> problem, i.e.: >> /annotations/ namespace >> /annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki >> page maybe as annotated resource cached representation) >> >> Looking up annotations for a given subject, requires querying the >> namespace, how does the Lucene search work in platypus, we'll need to >> retrieve the metadata of all annotations (wiki pages) that are of >> <rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? >> >> [1] http://www.w3.org/2001/Annotea/User/Protocol.html >> > Now isn't implemented yet, but is in our plan. Also, for both annotea and mail lists archive integration we'll need that the output of a page, at least the namespace root page, to be handled in various ways; we'll need a way of specifing this i.e. having in metadata: annotations:->platypus:handler->org.platypus.servlet.plugin.annotea either in the RDF metadata of the page, either in a platypus only metadate of the namespaces, either (simplest, but ugly case) in the namespace links properties... Such that, when accessing /annotations/, the controller servlet will redirect to the handler servlet Please feedback, Laur |
From: Stefano C. <cam...@ya...> - 2004-09-22 15:39:07
|
Laurian Gridinoc wrote: > Stefano Campanini wrote: > >> Laurian Gridinoc wrote: >> >>> Looking over Annotea protocols [1], storing an annotation is not a >>> problem, i.e.: >>> /annotations/ namespace >>> /annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki >>> page maybe as annotated resource cached representation) >>> >>> Looking up annotations for a given subject, requires querying the >>> namespace, how does the Lucene search work in platypus, we'll need to >>> retrieve the metadata of all annotations (wiki pages) that are of >>> <rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? >>> >>> [1] http://www.w3.org/2001/Annotea/User/Protocol.html >>> >> Now isn't implemented yet, but is in our plan. > > > Also, for both annotea and mail lists archive integration we'll need > that the output of a page, at least the namespace root page, to be > handled in various ways; we'll need a way of specifing this i.e. > having in metadata: > annotations:->platypus:handler->org.platypus.servlet.plugin.annotea > either in the RDF metadata of the page, either in a platypus only > metadate of the namespaces, either (simplest, but ugly case) in the > namespace links properties... > > Such that, when accessing /annotations/, the controller servlet will > redirect to the handler servlet > > Please feedback, > > Laur > Hi Laur, I'm working on the index... Paolo is the Servlet-Controller-Man, but in these days (I think this week) is away. I suggest you, to prepare the code to insert in the controller and send it to Paolo when he comeback .... he will see it and give you his feedback. But If you think isn't a big change do it. Bye Bye Laur |