GithubHelp home page GithubHelp logo

Comments (9)

radmiraal avatar radmiraal commented on August 15, 2024

It's not documented + optimized yet, but here we have a builder: https://github.com/radmiraal/TYPO3.TYPO3/blob/master/Classes/Service/ContentTypeSchemaBuilder.php

This builder renders the following yaml (which is parsed to an array): https://github.com/radmiraal/TYPO3.TYPO3/blob/master/Configuration/Settings.yaml

from createphp.

dbu avatar dbu commented on August 15, 2024

@radmiraal cool. one issue about reusing could be that createphp is dual licensed under GPL and MIT. are you the author of that class and can you authorize to use it under both licenses here?

from createphp.

radmiraal avatar radmiraal commented on August 15, 2024

The class is a rewrite of https://github.com/radmiraal/TYPO3.TYPO3/commit/a2a9a55755cbfa5577c7e3077e249e2b9ff5beb3 which is started by Mattias Nilsson, but I see I didn't leave much behind ;-) If you would need permission from him too, let me know. But hereby you're granted to use it in any way you like, we will release it under GPL3 or later.

from createphp.

bergie avatar bergie commented on August 15, 2024

@radmiraal Symfony CMF is under MIT license, which is why CreatePHP went with dual licensing in #7. If this were to be integrated here, then a dual license would be needed as @dbu mentioned.

from createphp.

radmiraal avatar radmiraal commented on August 15, 2024

I don't think we can double license just 1 class without problems, would have to discuss that... what would be another solution? move it to createphp?

from createphp.

bergie avatar bergie commented on August 15, 2024

@radmiraal that would be great, especially on longer term. CreatePHP ought to be the library providing all the necessary interfaces for integrating Create.js with a PHP back-end.

from createphp.

flack avatar flack commented on August 15, 2024

Hi guys,

sorry that I'm a bit late to the party, but I was stuck in some other projects (and I still am, so don't expect too much :-)

I'm not sure if I understand all this correctly, but the way I see it, CreatePHP needs to serve a JSON schema that is built from the type configuration. Since it's highly unlikely that createphp and typo3 use the same internal data structures, I guess we will have to write the converter ourselves anyways, so we don't really need to stress about relicensing existing classes.

the other question is of course when such an exporter will be written. I'll try to read up a bit on how this is supposed to work, but if anyone wants to jump in and take this task, be my guest :-)

from createphp.

dbu avatar dbu commented on August 15, 2024

there is more input for this in #26

missing features:

  • implement xml metadata driver to collect all existing types: #30
  • provide a method that generates a typemap string with javascript code to register all types
  • figure out how we do the templates needed by VIE. render an empty object with the rdf metadata? this might end up looking different than how somebody renders entity bit by bit. can we allow to overwrite this rendering in a clever way?

from createphp.

fubhy avatar fubhy commented on August 15, 2024

TYPO3's contentSchemaBuilder seems to be now in http://forge.typo3.org/projects/package-typo3-typo3/repository/revisions/6711de14a86472c49ccea41cfcd897ab6abfe550/entry/Classes/TYPO3/TYPO3/Service/ContentTypeSchemaBuilder.php

from createphp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.