diff --git a/gen_www.sh b/gen_www.sh
deleted file mode 100644
index 9c25e14..0000000
--- a/gen_www.sh
+++ /dev/null
@@ -1,238 +0,0 @@
-#!/bin/sh
-cd html_includes
-
-FILE=../www/index.html
-TITLE="Recent"
-SCRIPT1="masterEvents.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_recent.inc \
- body_paginator.inc \
- body_post_paginator.inc \
- body_last.inc >> $FILE
-
-FILE=../www/Address.html
-TITLE="Address information"
-SCRIPT1="js/jquery.qrcode.min.js"
-SCRIPT2="js/bootstrap.min.js"
-SCRIPT3="address.js"
-SCRIPT4="wallet.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_address.inc \
- body_last.inc >> $FILE
-
-
-FILE=../www/simplesend.html
-TITLE="Simple Send"
-SCRIPT1="simplesend.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_tx_first.inc \
- body_nav.inc \
- body_simplesend.inc \
- body_last.inc >> $FILE
-
-FILE=../www/exodus.html
-TITLE="Exodus Transaction"
-SCRIPT1="simplesend.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_tx_first.inc \
- body_nav.inc \
- body_simplesend.inc \
- body_last.inc >> $FILE
-
-FILE=../www/selloffer.html
-TITLE="Sell Offer"
-SCRIPT1="selloffer.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_tx_first.inc \
- body_nav.inc \
- body_selloffer.inc \
- body_last.inc >> $FILE
-
-FILE=../www/sellaccept.html
-TITLE="Sell Accept"
-SCRIPT1="sellaccept.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_tx_first.inc \
- body_nav.inc \
- body_sellaccept.inc \
- body_last.inc >> $FILE
-
-FILE=../www/btcpayment.html
-TITLE="Bitcoin Payment"
-SCRIPT1="btcpayment.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_tx_first.inc \
- body_nav.inc \
- body_btcpayment.inc \
- body_last.inc >> $FILE
-
-FILE=../www/sendform.html
-TITLE="Send Coins"
-LINK1="css/acceptform.css"
-SCRIPT1="wallet.js"
-SCRIPT2="sendform.js"
-SCRIPT3="masterEvents.js"
-SCRIPT4="js/BTCClientContext.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-cat bitcoin.inc \
- head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_sendform.inc \
- body_last.inc >> $FILE
-
-FILE=../www/sellform.html
-TITLE="Create Sell Offer"
-LINK1="css/acceptform.css"
-SCRIPT1="wallet.js"
-SCRIPT2="sellform.js"
-SCRIPT3="masterEvents.js"
-SCRIPT4="js/BTCClientContext.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-cat bitcoin.inc \
- head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_sellform.inc \
- body_last.inc >> $FILE
-
-FILE=../www/acceptform.html
-TITLE="Accept Sell Offer"
-LINK1="css/acceptform.css"
-SCRIPT1="wallet.js"
-SCRIPT2="acceptform.js"
-SCRIPT3="masterEvents.js"
-SCRIPT4="js/BTCClientContext.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-echo " " >> $FILE
-cat bitcoin.inc \
- head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_acceptform.inc \
- body_last.inc >> $FILE
-
-FILE=../www/wallet.html
-TITLE="Wallet"
-SCRIPT1="wallet.js"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-echo " " >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_wallet.inc \
- body_last.inc >> $FILE
-
-
-FILE=../www/404.html
-TITLE="404"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_404.inc \
- body_last.inc >> $FILE
-
-FILE=../www/About.html
-TITLE="About"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_About.inc \
- body_last.inc >> $FILE
-
-FILE=../www/professional.html
-TITLE="About"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_professional.inc \
- body_last.inc >> $FILE
-
-FILE=../www/API.html
-TITLE="API"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_API.inc \
- body_last.inc >> $FILE
-
-FILE=../www/License.html
-TITLE="License"
-cat head_begin.inc > $FILE
-echo " $TITLE" >> $FILE
-cat head_middle.inc >> $FILE
-cat head_end.inc \
- body_first.inc \
- body_nav.inc \
- body_License.inc \
- body_last.inc >> $FILE
-
diff --git a/html_includes/bitcoin.inc b/html_includes/bitcoin.inc
deleted file mode 100644
index f8ea0fc..0000000
--- a/html_includes/bitcoin.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/html_includes/body_404.inc b/html_includes/body_404.inc
deleted file mode 100644
index 41d1dd2..0000000
--- a/html_includes/body_404.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
API
-
http://masterchain.info/tx/$TX_ID.json (e.g. here)
-
http://masterchain.info/addr/$ADDRESS.json (e.g. here)
-
http://masterchain.info/general/$CURRENCY_$PAGE.json (e.g. here)
-
-
diff --git a/html_includes/body_About.inc b/html_includes/body_About.inc
deleted file mode 100644
index d12ce07..0000000
--- a/html_includes/body_About.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-
diff --git a/html_includes/body_License.inc b/html_includes/body_License.inc
deleted file mode 100644
index 3967df4..0000000
--- a/html_includes/body_License.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/html_includes/body_acceptform.inc b/html_includes/body_acceptform.inc
deleted file mode 100644
index cf16812..0000000
--- a/html_includes/body_acceptform.inc
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
-
Accept sell offer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
diff --git a/html_includes/body_address.inc b/html_includes/body_address.inc
deleted file mode 100644
index a0c90b2..0000000
--- a/html_includes/body_address.inc
+++ /dev/null
@@ -1,334 +0,0 @@
-
-
-
-
-
-
-
-
- | Address |
- {{theAddress}} |
-
-
- | Tools |
-
-
-
- |
-
-
-
-
-
-
-
-
- Balance Information
-
-
- | Final balance |
- {{addressInformation.balance}}
- |
-
-
- | Reserved |
- {{addressInformation.total_reserved}}
- |
-
-
- | Bought via Exodus |
-
- {{addressInformation.total_exodus}} |
-
-
- | Payments received |
- {{addressInformation.total_received}} |
-
-
- | Payments sent |
- {{addressInformation.total_sent}} |
-
-
- | Coins bought |
- {{addressInformation.total_bought}} |
-
-
- | Coins sold |
- {{addressInformation.total_sold}} |
-
-
- | Open accept |
- {{addressInformation.total_sell_accept}} |
-
-
- | Open sell |
- {{addressInformation.total_sell_offer}} |
-
-
-
-
-
-
- Other Information
-
-
- | Currency |
- {{currency}} |
-
-
- |
- |
-
-
- | Exodus transactions |
- {{addressInformation.exodus_transactions.length}} |
-
-
- | Incoming transactions |
- {{addressInformation.received_transactions.length}} |
-
-
- | Outgoing transactions |
- {{addressInformation.sent_transactions.length}} |
-
-
- | Bought transactions |
- {{addressInformation.bought_transactions.length}} |
-
-
- | Sold transactions |
- {{addressInformation.sold_transactions.length}} |
-
-
- | Open accept transaction |
- {{addressInformation.accept_transactions.length}} |
-
-
- | Open sell transaction |
- {{addressInformation.offer_transactions.length}} |
-
-
-
-
-
-
-
-
- Exodus transactions ({{addressInformation.exodus_transactions.length}})
-
-
- | Transaction |
- Amount |
- Date |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
- Sold coins ({{addressInformation.sold_transactions.length}})
-
-
- | Transaction |
- Amount |
- Date |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
-
- Sell offers ({{addressInformation.offer_transactions.length}})
-
-
- | Transaction |
- Amount |
- Date |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
- Sell accepts ({{addressInformation.accept_transactions.length}})
-
-
- | Transaction |
- Amount |
- Date |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
- Received transactions ({{addressInformation.received_transactions.length}})
-
-
- | Transaction |
- Source address |
- Amount |
- Block time |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.from_address}} |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
-
- Sent transactions ({{addressInformation.sent_transactions.length}})
-
-
- | Transaction |
- Receiving address |
- Amount |
- Block time |
-
-
-
-
- |
-
- {{trans.tx_hash | characters:10}}
- |
- {{trans.to_address}} |
- {{trans.formatted_amount}} |
- {{trans.tx_time | date:'dd MMM HH:mm'}} |
-
-
-
-
-
-
-
-
diff --git a/html_includes/body_btcpayment.inc b/html_includes/body_btcpayment.inc
deleted file mode 100644
index c3018bc..0000000
--- a/html_includes/body_btcpayment.inc
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
- | Transaction |
- {{transactionInformation.tx_hash}} |
-
-
-
-
-
-
diff --git a/html_includes/body_first.inc b/html_includes/body_first.inc
deleted file mode 100644
index 9a1e3e8..0000000
--- a/html_includes/body_first.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/html_includes/body_last.inc b/html_includes/body_last.inc
deleted file mode 100644
index e96327b..0000000
--- a/html_includes/body_last.inc
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-