AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Global Menu uses XML instead of JSON #31

Open AsherGlick opened 12 years ago

AsherGlick commented 12 years ago

XML is great from a design standpoint but for an implementation standpoint for static media it is not a good idea. Currently it is being added hackishly into the code in a hidden div or something like that. A program needs to be written to convert the JSON into XML (and possibly vies-versa) so that the JSON can be included in one line of code near the menu item