If you are manually editing a data file, Dido (http://projects.csail.mit.edu/exhibit/Dido) would let you do the editing in a less painful way:
On 3/11/2010 4:13 PM, Frederic_L wrote: > Me too ! I started to fill my datas in a json file. But as the data > volume grows, it becomes difficult painfull to update them (excel file > then converted in json by babel), and the direct loads from Google > docs slows down a little bit more the exhibit load (which is quite > long to load the first visit). So I would like to set up my datas in a > conventional mysql database, update them from a typical backoffice in > php (like a CMS) and keep the exhibit front which is very user > friendly for data presentation and manipulation. > > -Frederic > > On Mar 11, 2:47 am, Hendrik <[email protected]> wrote: > >> Hi Mark, >> >> Could you give example code what you've done in php code? I interested >> with your approach, because I need to use Exhibit with the original >> data source come from the result of SPARQL query which in an array. >> >> Thanks and regards, >> Hendrik >> >> On Mar 11, 12:53 am, mleden <[email protected]> wrote: >> >> >>> Hi Angelia, >>> >> >>> I do something similar (PHP transforming raw MySQL data). The only >>> differences are that I am using Exhibit plus Timeline extension & JSON >>> while it sounds like you're using Timeline standalone & XML. >>> Bottomline, it was surprisingly easy to feed the data straight in via >>> the PHP script. >>> >> >>> The key entry in the markup is as follows: >>> <link href="../php/your_php_script.php" type="application/json" >>> rel="exhibit/data" /> >>> >> >>> You can see an example at:www.thisbeautifulgame.com >>> >> >>> HTH, >>> -Mark >>> >> >>> On Mar 10, 6:05 am, - Angelia - <[email protected]> wrote: >>> >> >>>> Hi, >>>> >> >>>> I am currently trying on SIMILE timeline. In the original >>>> example, I can load an XML file ("example1.xml") as the content of the >>>> timeline. >>>> But now, I am retrieving data from mySql by using PHP. And >>>> the I display like exactly the same format as the XML file. How can I >>>> call the XML look PHP script ("http://localhost/connect.php") to load on >>>> the timeline? >>>> Please advice. >>>> Thank you. >>>> >> >>>> Regards, >>>> Angelia >>>> _________________________________________________________________ >>>> Hotmail: Trusted email with powerful SPAM >>>> protection.https://signup.live.com/signup.aspx?id=60969 >>>> > -- 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.
