2008/11/27 ozzy <[EMAIL PROTECTED]>

>
> I am just getting to grips with Exhibit, it is SO powerful !
> We currently are developing a site at
> http://www.visatimeline.com/my-visa-timeline/index.html
>
> I have a few questions, and I have read as much of the documentation
> as I can: So apologies if my questions are answered elsewhere.
>
> 1. propogating the data via Google Spreadsheets is brilliant, and
> ultra lightweight on our server. But how do we get back the
> "pluralism"
>
> Example: our site labelk is Expat, and more than 1 its "plurified"
> using json, but with the spreadsheet version I can not see where we
> can pluralise the label tag.
>
>
I don't know of the other questions, but this one I can answer. You can put
the schema piece of your data in a separate json file. Basically, all types
and properties and all items are lumped together into one big database, and
it doesn't matter which file is talking about what. Just add a
our-schema.json to your exhibit, and add something like

{
       types: {
           "Expat": {
               pluralLabel:  "Expats"
           }
}

in there.

Axel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to