Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bower.json file #2

Closed
wants to merge 1 commit into from
Closed

Added bower.json file #2

wants to merge 1 commit into from

Conversation

Ninir
Copy link

@Ninir Ninir commented Nov 13, 2013

Closes #1

@Ninir
Copy link
Author

Ninir commented Nov 13, 2013

@arv DO you see any modification to make?

"javascript",
"canvas"
],
"description": "Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe include Internet Explorer in that list? How about

Modern browsers all support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to old versions of Internet Explorer (Internet Explorer 9+ supports canvas natively). To use, web developers only need to include a single script tag in their existing web pages.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea 👍, done :)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea 👍, done :)

@arv
Copy link
Owner

arv commented Nov 13, 2013

Thanks.

It took some time for me to swap all this back into memory. The project moved to google code so I'll change the homepage field to reflect that.

@neuroid
Copy link

neuroid commented Nov 13, 2013

It seems the file is missing a version spec. Bower complains with a "excanvas no version" error.

@birbilis
Copy link

"The project moved to google code" - so since that one is closing where did it go from there?

@arv
Copy link
Owner

arv commented Aug 27, 2015

It moved from SourceForge to Google Code to GitHub. Not moving again.

@birbilis
Copy link

GitHub and Google Code have done the super silly thing to allow you to export a project from Google Code into GitHub directly, instead of having you fork from an immutable (till claimed by the original author) repository that would be autogenerated at first demand on GitHub. That way there are several ExplorerCanvas now on GitHub, but not sure which is the main one, plus you don't see them as related in GitHub to follow their tracks and merge from one to another etc. What a shame

@arv
Copy link
Owner

arv commented Aug 28, 2015

@birbilis Are you sure that these are just not forks of this repo? If you click on the Fork number in the upper right it will show you the network and how the forks are related.

@birbilis
Copy link

See webjars and cowlibob versions for example, maybe more there. Not sure if they were created via google code export, but most probably that's the case

Google code repos don't point to GitHub version unless edited (before freezing?) to have such text. So user thinks latest version is there and try to clone repository, but they're instead offered to export to GitHub where their project becomes the parent one, unrelated to exports from others

@birbilis
Copy link

See https://github.com/cowlibob/explorercanvas
refers to google code version

(webjars one might be something like a wrapper, or unrelated, but not sure)

Google should allow project author to disable that feature in my opinion or generate a master project (frozen) on GitHub and fork from that. When an owner of the project exported themselves later (if they ever did) it would give it to them, although that could be optional and could have all autofork from immutable exported projects under a googlecode account at GitHub

@nigon135
Copy link

nigon135 commented Sep 2, 2017

on pull request

@birbilis
Copy link

birbilis commented Sep 3, 2017

I see a "This branch has conflicts that must be resolved" here

@Ninir
Copy link
Author

Ninir commented Aug 29, 2019

This was done in b2a7c3b

@Ninir Ninir closed this Aug 29, 2019
@Ninir Ninir deleted the bower_file branch August 29, 2019 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add bower.json file
5 participants