GithubHelp home page GithubHelp logo

ecogex / bitcoinsymbol-website Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 5.0 6.69 MB

A web page to promote Ƀ as the Bitcoin symbol.

Home Page: http://bitcoinsymbol.org/

Makefile 0.37% PHP 29.83% CSS 45.55% JavaScript 24.26%

bitcoinsymbol-website's People

Contributors

ecogex avatar mquandalle avatar perfaram avatar raphaelbastide avatar xuv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bitcoinsymbol-website's Issues

Bitcoin has been accepted into Unicode

Your website, specifically the FAQ-section, is out of date (and wrong) because of it. Specially this section:

As the attempts to add the double vertical dashes B to Unicode has failed, we believe that this is a really long and complicated process.```

No idea when it will be included in a release though, but I feel like the FAQ should be updated to at least reflect this change.

Source: http://www.unicode.org/L2/L2015/15254.htm#145-C7
Original draft (version two IIRC): http://www.unicode.org/L2/L2015/15229-bitcoin-sign.pdf

Fill with Ƀ Bookmarklet

var fields = document.querySelectorAll('input[type=text], textarea');
var lastTextBox = null;

function setLastFocused() {
  lastTextBox = this;
}

var i = fields.length;
while (i--) {
  fields[i].addEventListener('focus', setLastFocused, false);
}

var button = document.getElementById("foo");
button.addEventListener('click', function() {
  if (lastTextBox) lastTextBox.value += 'Ƀ';
}, false);>

http://mrcoles.com/bookmarklet/

Proposal to the UTC to alias LATIN CAPITAL LETTER B WITH STROKE to BITCOIN SIGN

There is a process to assign additional meanings to Unicode symbols. It is called an alias. To accomplish this, a proposal needs be written and submitted to the Unicode Technical Committee (UTC). To succeed, however, a proposal needs to show evidence of prior use1 of the symbol in third-party texts; for this reason, a Unicode proposal is something that could be pursued later.

We did a successful proposal recently and I'm willing to help with this one. To accomplish it, however, a necessary precondition is to get people to use Ƀ to mean Bitcoin. bitcoinsymbol.org is a good start. Ours was unicodepowersymbol.com and was successful. Good luck!

[1] There have been some exceptions, in particular regarding currency symbols: the Indian Rupee and the Euro symbols, for example, were introduced immediately after their respective central banks decided on the symbol.

Ƀ should be for Bitcoin Cash

As Bitcoin already has had , Ƀ should now be the symbol for Bitcoin Cash.

As a widely distributed, peer-to-peer digital currency, Bitcoin needs an open-source graphic identity, designed with open source software by and for the community. It has to be as minimal as possible to allow further adaptations. Because Ƀ is simple, extendable and perennial, it fulfills all those requirements.

Bitcoin is no longer the true P2P digital currency, Bitcoin Cash is. Bitcoin has already got a symbol, but BCH hasn't.

I, again, suggest endorsing Ƀ as the symbol for Bitcoin Cash.

Axe flash

This is what greeted me. Sort of ruins the first impression.

Perhaps you could use unicode or SVG instead (anything but flash really). A wild guess is that the target audience will run pretty modern browsers, so flash shouldn't be needed.

image

System: Chrome Version 41.0.2272.89 (64-bit) (OS X 10.9.5)

Admin: Allow multiple image

Extend the image field to a textarea allowing this kind of content

path/to/image1.jpg
path/to/image2.jpg

…in order to list one or many images on the public product list.

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.