tidev / gittio

Search & Install all Titanium Modules and Alloy Widgets on GitHub
http://gitt.io
Other
24 stars 19 forks source link

Registry: Support indexing Titanium CommonJS modules #77

Closed FokkeZB closed 10 years ago

FokkeZB commented 10 years ago

Right now they're not found since they have to timodule.xml which is what it crawls for.

ifavo commented 10 years ago

In the meantime, is there a trick to get a commonjs crawled by adding a timodule.xml with some dummy content? ( I tried it unsuccessfully ).

Cheers, Mario

FokkeZB commented 10 years ago

Whats the URL of your repo?

ifavo commented 10 years ago

https://github.com/ifavo/org.favo.promise … but I already removed the timodule.xml ( https://github.com/ifavo/org.favo.promise/commit/05ae3df32a290a2718f6fd618ccc3bec3a230168 )

Would it maybe be a good idea to include a specific new timodule.json file for commonjs modules ?

FokkeZB commented 10 years ago

I think I'll support a gittio.json or package.json namespace some time soon.

FokkeZB commented 10 years ago

And I think https://github.com/search?q=minsdk+path%3Amanifest&ref=searchresults&type=Code will help as well ;)

ifavo commented 10 years ago

sounds like a good idea, this will also provide the possibility to maybe provide more package details in the future :)

ifavo commented 10 years ago

ah, okay, manifest is currently only present in a sub directory :)

FokkeZB commented 10 years ago

adjusted the search... expecting it to be indexed in next 24 hours if all is OK