Resolves#1546
Context from @odv:
Hello!
I was browsing bitcoin.org and noticed a spam link listed in the
Community section, under Romania called Fundatia Bitcoin Romania.
https://bitcoin.org/en/community#romania
If you go to that page, below the first post, there is a masked
advertisement for a romanian webcam studio and two other posts about a
particular person that got rich by selling flowers. I won't list his
name here but he's quite a known scammer in the romanian internet space.
If you check out his twitter handle he has a lot of retweets about
romanian webcam studios which to me makes it pretty clear that he's
behind this site too.
The Nov 17 and Nov 24 posts have a link to another site that has just
one posts, again, about that same individual. If you query
http://rotld.ro/engleza/index_en.html fundatiabitcoin.ro and the other 2
spam domains with just one post are owned by the same entity.
I personally think this site should be deleted. It brings absolutely no
value to the Bitcoin Community, especially the Romanian one and could
later be used to scam Romanian users.
Since I'm brand new here, I also want to thank everybody that
contributed to this project.
This resolves an issue where-in the countries were not lining up
correctly, causing the layout to look messed up on the
[Community](https://bitcoin.org/en/community) page.
First of all, I remove in this request two forums of community, the first is forobtc.com that don't have any hosting or website running. The second one is forobitco.in only used at now for spaming cloud mining, faucet referals and tiered link building.
The second thing I did was add a new alternative forum in Spanish about bitcoin and other decentralized applications.
added French reddit, facebook group and irc #cryptofr (way more active people there than in #bitcoin-fr)
would it be possible to add the major meetups too ?
- _contrib/bco-htmlproof: check HTML for correctness; fail on any errors
- _contrib/bco-htmlproof: accept path for individual page to help debug
page problems
- (Many files) Convert `&` in numerous elements to `&`
- _templates/download.html: use Liquid filter to automatically escape
`&` in magnet links. Also premptively tell HTML not to check the
magnet link when checking external links (this check is not currently
enabled)
- _releases/*: Escape `<parameter>` used in multiple Bitcoin Core
release notes
- _templates/choose-you-wallet.html: change mSigna URL from
.../coinvault&referer=bitcoin.org to .../coinvault?referer=bitcoin.org
- _templates/community.html: fix duplicate anchors by renaming one
anchor
- _templates/events.html: move Javascript to separate file because it
contains forbidden HTML close tags within the `<script></script>`
tags.
- (Many files, mostly in _translations/) Fix many broken open tags or
missing close tags.
- _translatios/zh_TW.yml & ko.yml: fix a total of three invalid
characters (control characters)
* Adds Makefile test to ensure all subheadings, except those on Choose
Your Wallet, have an ID (anchor reference)
* Adds an ID to all subheads that didn't have on previously
Uses Ruby html-proofer to check the links. This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).
Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.