Bitcoin Forum

Bitcoin => Armory => Topic started by: achow101 on August 17, 2016, 03:09:35 PM



Title: The new Armory website
Post by: achow101 on August 17, 2016, 03:09:35 PM
After talking with goatpig, we have decided to launch a new website for the Open Source Armory that goatpig has continued development on.

Visit the site at http://btcarmory.com/

The website will announce new releases and important announcements as well as host documentation for Armory. The releases are still hosted on the github page and the official contact for goatpig is still on this forum.

Pull requests to update the site are welcome. Just clone the source, make your changes, and submit a PR to the gh-pages branch.

Hosting and Source
The site is currently hosted using github pages. The source for the site is available at https://github.com/goatpig/BitcoinArmory/tree/gh-pages.

Credits and license
The site uses the jekyll now theme by Barry Clark (https://github.com/barryclark/jekyll-now). The source code for the site is available under the MIT License.


Title: Re: The new Armory website
Post by: goatpig on August 17, 2016, 03:15:35 PM
Since the source is on the repo (branch gh-pages), feel free to submit PRs. Looking forward to tutorials submissions =).


Title: Re: The new Armory website
Post by: OmegaStarScream on August 17, 2016, 03:17:53 PM
I thought Armory was pretty much dead as no one talks about it anymore. If you guys are looking for any translators for both Arabic and French language then I'm available to help. (using transifex would be great)


Title: Re: The new Armory website
Post by: goatpig on August 17, 2016, 03:20:53 PM
I thought Armory was pretty much dead as no one talks about it anymore. If you guys are looking for any translators for both Arabic and French language then I'm available to help. (using transifex would be great)

You can offer transalations for the web page, but as far translation for Armory itself, we are far from that.


Title: Re: The new Armory website
Post by: OmegaStarScream on August 17, 2016, 03:24:37 PM
I thought Armory was pretty much dead as no one talks about it anymore. If you guys are looking for any translators for both Arabic and French language then I'm available to help. (using transifex would be great)

You can offer transalations for the web page, but as far translation for Armory itself, we are far from that.

I have no problem translating the website as well , once the Transifex page is done , link me to it please.
I still don't understand what do you mean by "we are far from it" , are you guys the official developers of the wallet , are you rebuilding it or wat  ???


Title: Re: The new Armory website
Post by: achow101 on August 17, 2016, 03:35:58 PM
I have no problem translating the website as well , once the Transifex page is done , link me to it please.
I'll have to figure out how to set that up first. AFAIK, the current state of the website is probably not compatible.

I still don't understand what do you mean by "we are far from it" , are you guys the official developers of the wallet , are you rebuilding it or wat  ???
The current state of the software is not compatible with translations. This is due to strings being hard coded and not a reference to a strings file.


Title: Re: The new Armory website
Post by: goatpig on August 17, 2016, 04:23:52 PM
I still don't understand what do you mean by "we are far from it" , are you guys the official developers of the wallet

In the legal sense there is no "official" developer anymore. That was ATI. Since the community took over, the license was changed to MIT, meaning it's everybody's game at this point. I own the repo for the fork and I don't turn down PRs, so feel free to contribute.

The project is a direct fork of the original repo (Alan's), and there has never been a realistic effort in Armory to move the localized text to dedicated files. To get actual in app translations going, we would need that step taken care of first (hint hint).

knightdk will add a todo page to the site with a list of the most sought after contributions for people willing to help in other capacity that straight up code.

As for anything related to the site itself, either coordinate directly with knightdk or submit a PR to the gh-pages branch.


Title: Re: The new Armory website
Post by: BitcoinNewsMagazine on August 17, 2016, 04:29:45 PM
A search for Bitcoin Armory still shows https://www.bitcoinarmory.com/ in first position with functional download links. Should not that website be taken down now?


Title: Re: The new Armory website
Post by: goatpig on August 17, 2016, 04:43:20 PM
A search for Bitcoin Armory still shows https://www.bitcoinarmory.com/ in first position with functional download links. Should not that website be taken down now?

I don't control it, that's ATI's web page. Ours just went up, I'm guessing it takes some times for crawlers to even list it, let alone evaluate its relevance.


Title: Re: The new Armory website
Post by: Carlton Banks on August 17, 2016, 05:24:25 PM
Excellent news, Armory definitely deserves/needs a "proper" web-presence, even if only to satisfy the packaging expectations of the less tech-comfy out there. Good job, fellas.


Title: Re: The new Armory website
Post by: TierNolan on August 18, 2016, 09:03:28 AM
I don't control it, that's ATI's web page. Ours just went up, I'm guessing it takes some times for crawlers to even list it, let alone evaluate its relevance.

I updated the wiki page (https://en.bitcoin.it/wiki/Armory) so that it points to your site.  I left in the old links as "discontinued".

Google uses links in their algorithm, I think.  Assuming the wiki counts as important, that should boost the importance of the website slightly.

I called the site "Armory Site" rather than official site.  Maybe "community" site or something would be better.


Title: Re: The new Armory website
Post by: redballs on August 19, 2016, 05:27:04 AM
Thanks for updating the link on the wiki.  However, you left off the colon in the URI so it takes one to the http.com website instead.  Looks like a dead website or a domain parking lot.


Title: Re: The new Armory website
Post by: TierNolan on August 19, 2016, 09:01:05 AM
However, you left off the colon in the URI so it takes one to the http.com website instead. 

Fixed.


Title: Re: The new Armory website
Post by: bitsolutions on August 22, 2016, 01:13:40 AM
I would recommend forcing https for the website and enabling HSTS preloading (https://hstspreload.appspot.com/) to prevent MITM downgrade attacks. These options should be configurable from the cloudflare interface.


Title: Re: The new Armory website
Post by: achow101 on August 22, 2016, 01:33:08 AM
I would recommend forcing https for the website and enabling HSTS preloading (https://hstspreload.appspot.com/) to prevent MITM downgrade attacks. These options should be configurable from the cloudflare interface.
It should already be forcing https. When I go to http://btcarmory.com/ I always get redirected to the https site. I've added it to the preload.


Title: Re: The new Armory website
Post by: OmegaStarScream on August 22, 2016, 07:52:53 AM
I would recommend forcing https for the website and enabling HSTS preloading (https://hstspreload.appspot.com/) to prevent MITM downgrade attacks. These options should be configurable from the cloudflare interface.
It should already be forcing https. When I go to http://btcarmory.com/ I always get redirected to the https site. I've added it to the preload.

Some posts show old dates so I'm not sure IF you guys imported the posts from the old website or they are new , If it's new then there is something wrong with the dates.
As for this : https://btcarmory.com/transifex/ (which I'm pretty sure It's new) , It shows 28 August for some reasons while we are 22 (and I guess you wrote it few days back)


Title: Re: The new Armory website
Post by: achow101 on August 22, 2016, 01:06:10 PM
Some posts show old dates so I'm not sure IF you guys imported the posts from the old website or they are new , If it's new then there is something wrong with the dates.
As for this : https://btcarmory.com/transifex/ (which I'm pretty sure It's new) , It shows 28 August for some reasons while we are 22 (and I guess you wrote it few days back)
The dates can be set when the post is written. I back dated some of them to match when the release was made.

The one that says August 28 is a mistake. I meant to type 18 and I didn't see it until goatpig merged in that post and I was to lazy to change it.


Title: Re: The new Armory website
Post by: Roy Badami on August 30, 2016, 08:42:22 PM
I thought Armory was pretty much dead as no one talks about it anymore. If you guys are looking for any translators for both Arabic and French language then I'm available to help. (using transifex would be great)

There definitely is a lack of appreciation outside of this forum that open-source Armory is still going strong.  And also a lack of knowledge outside this forum as to who goatpig is and why they should trust the new releases.

I don't really know what we can do to help get the word out, though.


Title: Re: The new Armory website
Post by: BitcoinNewsMagazine on August 30, 2016, 10:54:56 PM
Contact https://bitcoin.org and ask them to list the new Bitcoin Armory website on their list of recommended wallets.


Title: Re: The new Armory website
Post by: achow101 on August 31, 2016, 12:07:11 AM
Contact https://bitcoin.org and ask them to list the new Bitcoin Armory website on their list of recommended wallets.
Been there, done that. So far, nothing.

https://github.com/bitcoin-dot-org/bitcoin.org/pull/1301


Title: Re: The new Armory website
Post by: BitcoinNewsMagazine on August 31, 2016, 12:43:14 AM
Contact https://bitcoin.org and ask them to list the new Bitcoin Armory website on their list of recommended wallets.
Been there, done that. So far, nothing.

https://github.com/bitcoin-dot-org/bitcoin.org/pull/1301

Thanks for the effort.


Title: Re: The new Armory website
Post by: Roy Badami on August 31, 2016, 08:46:02 PM
Maybe also try getting listed on bitcoin.com?


Title: Re: The new Armory website
Post by: achow101 on August 31, 2016, 09:01:04 PM
Maybe also try getting listed on bitcoin.com?
I'll try, but I don't like them. The wallet page is a mess to use.


Title: Re: The new Armory website
Post by: Roy Badami on September 04, 2016, 11:54:00 AM
Maybe also try getting listed on bitcoin.com?
I'll try, but I don't like them. The wallet page is a mess to use.

Yeah, it's a bit broken, isn't it.  It's been like that since forever - don't know why they haven't fixed it yet.  EDIT: I've reported it to them.  We'll see if it  does any good.

Still, bitcoin.org and bitcoin.com are on opposite sides of the block size debate.  Since Armory is blocksize-agnostic (AFAIK) it would be good to aim for a listing in both places.


Title: Re: The new Armory website
Post by: achow101 on September 11, 2016, 09:01:21 PM
Bitcoin.org has relisted Armory on the wallets page. Bitcoin.com has told me they would but it doesn't appear to be up.


Title: Re: The new Armory website
Post by: common on September 23, 2016, 01:30:29 AM
I thought Armory was pretty much dead as no one talks about it anymore. If you guys are looking for any translators for both Arabic and French language then I'm available to help. (using transifex would be great)

I have been using armory everyday for at least a year.


Title: Re: The new Armory website
Post by: sflicht on October 30, 2016, 04:17:33 AM
Small request, because it would have saved me some time today. I think the releases page on the website should prominently point out that you need to delete/rename the databases folder when upgrading from 0.93 to 0.94 or 0.95.