From 528aa07fff15f695e03bec4907df7d1cd2124e8f Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 2 Sep 2015 23:31:11 +0200 Subject: [PATCH] tmp --- getting_started.html | 39 +++++++++++++++++++++++++++++++++++++++ index.html | 31 ++++++++++++++++++++++++++++--- 2 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 getting_started.html diff --git a/getting_started.html b/getting_started.html new file mode 100644 index 0000000000..adf0e4d63a --- /dev/null +++ b/getting_started.html @@ -0,0 +1,39 @@ + + + + + Ethereum + + + + + + + + + +
+ +

+Ethereum is an open source crypto project written in the Go language +(among others). This is the official Go Ethereum implementation and host +to the Ethereum Frontier Release client geth. +

+ + + +
+ + + + diff --git a/index.html b/index.html index c40a668977..644438c2df 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Ethereum by ethereum + Ethereum @@ -19,7 +19,32 @@
-

This is the official Go Ethereum implementation and host to the Ethereum Frontier Release client geth.

+ +

+Ethereum is an open source crypto project written in the Go language +(among others). This is the official Go Ethereum implementation and host +to the Ethereum Frontier Release client geth. +

+ +

+Ethereum's publicly available network can be accessed by anyone at any +time, freely without any cost. It can serve as a backbone for +any open or closed sourced project that requires (but not necessarily) +the rebustnes of free public peer to peer networks with a consesus +backing layer. +

+ +

+Ethereum may also (freely) be run in a private (corporate) environment +without any cost, all core source is licensed under the LGPL +and all frontend code is licensed under GPL. +

+ +

+For more information about the Ethereum protocol refer to the official Ethereum website. +

+ +

Development builds

The following builds are build automatically by our build servers after each push to the develop branch.

@@ -116,7 +141,7 @@ for more details on configuring your environment, testing, and dependency management.