Ideal components: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Template:Person]], [[Form:Person]], [[Template:Event]], [[Form:Event]], [[Special:Properties]], [[Sandbox]]
== essential ==


== Development meetings ==
=== Front end ===


{{ #ask: [[Category:Development meetings]]
* designer control on front end
|format=ul}}
* fluid (ajaxy) without going overboard (URLs to every location)
* accessible
* RESTy URLs
* in place editing
* embedded wiki parser or other way of creating composite documents


* [[Logo selection]]
=== Data ===


== Todo items ==
* rdfa
* micro licenses
** ccREL
* polymorphic data
* REST (JSON), SPARQL queryable
* strict validation
** JSR 303


{{ #ask: [[todo::+]]
=== Execution ===
|?todo
}}


Add your own to-do items to any page like this: <nowiki>[[todo::plain text description]]</nowiki>
* runs nearly anywhere
* scalable
* fine grained security
* sso
 
=== Construction ===
 
* uses standard libraries
* fluid development (no restarting) including site structure and objects
* easy to populate with data and export
 
== nice to have ==
 
* polyglot - jvm, ruby, python, php, etc
 
 
 
=== Other info ===
 
reciprocal content
 
http://openlayers.org/ - free maps (using openstreetmaps)
 
http://semanticweb.org/wiki/SemFS - webdav access to smw tagged content (java)
 
 
microformats - http://microformats.org/
 
http://en.wikipedia.org/wiki/Mulgara_(software) - scalable rdf store
 
mulgara - scalable rdf (java) - http://docs.mulgara.org/overview/links.html links to lots of orientation
 
== [http://semanticweb.org/wiki/Ontology Ontologies] ==
 
http://ontologyonline.org/ - meta directory
 
http://www.schemaweb.info/default.aspx - RDF schemas
 
http://www5.umweltbundesamt.at/ALTERNet/index.php?title=Ont:ALTER-Net_Ontology - social field ontologies
 
http://typewriter.freebaseapps.com/ cc typed information
 
[[Ideal systems]]
 
[[Scala Lift]] ?
 
[[Category: Wikis]]
[[Category: Opening]]
[[Category: Hacking]]
[[Category: Semantic]]
[[Category: Java]]
[[Category: Web]]
[[Category: Ontology]]

Latest revision as of 01:39, 22 September 2009

essential

Front end

  • designer control on front end
  • fluid (ajaxy) without going overboard (URLs to every location)
  • accessible
  • RESTy URLs
  • in place editing
  • embedded wiki parser or other way of creating composite documents

Data

  • rdfa
  • micro licenses
    • ccREL
  • polymorphic data
  • REST (JSON), SPARQL queryable
  • strict validation
    • JSR 303

Execution

  • runs nearly anywhere
  • scalable
  • fine grained security
  • sso

Construction

  • uses standard libraries
  • fluid development (no restarting) including site structure and objects
  • easy to populate with data and export

nice to have

  • polyglot - jvm, ruby, python, php, etc


Other info

reciprocal content

http://openlayers.org/ - free maps (using openstreetmaps)

http://semanticweb.org/wiki/SemFS - webdav access to smw tagged content (java)


microformats - http://microformats.org/

http://en.wikipedia.org/wiki/Mulgara_(software) - scalable rdf store

mulgara - scalable rdf (java) - http://docs.mulgara.org/overview/links.html links to lots of orientation

Ontologies

http://ontologyonline.org/ - meta directory

http://www.schemaweb.info/default.aspx - RDF schemas

http://www5.umweltbundesamt.at/ALTERNet/index.php?title=Ont:ALTER-Net_Ontology - social field ontologies

http://typewriter.freebaseapps.com/ cc typed information

Ideal systems

Scala Lift ?