On Thursday, June 26, 2014 11:10:40 AM UTC+2, [email protected] wrote: > > in the import section maybe we could add not a import from file option > but also maybe import from URL. >
That would be possible, but if you want to pull resources from URLs that are not from the same origin, the owner of the URL has to enable CORS <http://de.wikipedia.org/wiki/Cross-Origin_Resource_Sharing>[1]. Otherwise you may run into the "same origin" browser policy <http://en.wikipedia.org/wiki/Same-origin_policyv> restrictions ... So it is also a security issue. > > so someone could enter multiple urls or just one url into a text box > for example > http://tiddlywiki.com/#%24%3A%2Flanguages%2Fde-AT > for importing the german (austria) language. > At the moment, the austrian language is the same as german de-DE. We will get eg: "Jänner" instead of "Jannuar" ... But those texts are not translatable yet :) I was also thinking about, to publish, a "Bavarian" slang version, since this one is very similar to my dialect :) have fun! mario [1] http://de.wikipedia.org/wiki/Cross-Origin_Resource_Sharing [2] http://en.wikipedia.org/wiki/Cross-Origin_Resource_Sharing [3] http://en.wikipedia.org/wiki/Same-origin_policy -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

