jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Download builder #11

Closed RedWolves closed 10 years ago

RedWolves commented 11 years ago

How will that live on the new site.

gseguin commented 11 years ago

It should live on the website since it just gets the content from the service. It would make sense to consolidate. The other solution would be to make it a submodule of the website's repo this way it can be maintained separately.

rdworth commented 11 years ago

Proxy @gnarf37 ?

gnarf commented 11 years ago

I assume we can tie it in however we do right now... UI's website gets its download page from the download builder repo. CC @scottgonzalez and @rxaviers for some input on how the UI version works.

scottgonzalez commented 11 years ago

download.jqueryui.com exposes an API for generating the necessary jqueryui.com pages and resources. Our deploy process uses that API inside grunt. download.jqueryui.com also runs the actual download builder service, which the generated pages interact with.

rxaviers commented 11 years ago

If someone needs details, it will be a pleasure. Feel free to ping me on IRC

RedWolves commented 11 years ago

cc'ing @toddparker to help provide the technical details of the current DB.

Goal for me is to figure out how to get this integrated into the new site. Thanks everyone for jumping in thus far.

gnarf commented 11 years ago

AFAIK @gseguin is the person to talk to about UI DB @RedWolves

gseguin commented 11 years ago

Right now we ProxyPass /amd-builder to amd-builder.jquerymobile.com which hosts the backend node.js service which provide the front end with data to build the DB page as well.

jaspermdegroot commented 10 years ago

Closing as fixed.