From 9f03e59d07e5a15c97b68ba1fa49c63252208d55 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Sat, 10 Jun 2017 19:10:46 -0700 Subject: [PATCH] updated form controls for MDB --- views/index.handlebars | 8 ++-- views/partials/documentation.handlebars | 54 +++++++------------------ views/partials/examples.handlebars | 2 +- views/partials/publish.handlebars | 28 +++++++------ 4 files changed, 34 insertions(+), 58 deletions(-) diff --git a/views/index.handlebars b/views/index.handlebars index 1f73c690..4bc20017 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1,13 +1,11 @@
-
-
+
+

Spee.ch

-
-

Spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

-
+

Spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

diff --git a/views/partials/documentation.handlebars b/views/partials/documentation.handlebars index 8f8eaedb..8f907ba3 100644 --- a/views/partials/documentation.handlebars +++ b/views/partials/documentation.handlebars @@ -4,45 +4,21 @@

Documentation

-
-

Site Navigation

- -
-
-

API

-

Note: these are being used for testing durring spee.ch development and may not be maintained

-
    -
  • A GET request to spee.ch/claim_list/<the name of the claim> - -
  • -
+
+ spee.ch +
  • To publish a file, use the tool on the homepage.
  • +
    + spee.ch/<the name of the claim> +
  • Serves the newest file with the largest bid at a claim.
  • +
  • E.g. spee.ch/doitlive.
  • +
    + spee.ch/< the name of the claim >/< the claim_id > +
  • Serves a specific file at a claim
  • +
  • E.g. spee.ch/doitlive/c496c8c55ed79816fec39e36a78645aa4458edb5
  • +
    + spee.ch/<the name of the claim>/all +
  • Displays a list of all files at a claim
  • +
  • E.g. spee.ch/doitlive/all
  • diff --git a/views/partials/examples.handlebars b/views/partials/examples.handlebars index d2934329..33c39321 100644 --- a/views/partials/examples.handlebars +++ b/views/partials/examples.handlebars @@ -4,7 +4,7 @@

    Examples

    -
      +
      • spee.ch/coconuts
      • spee.ch/wood
      • spee.ch/doitlive
      • diff --git a/views/partials/publish.handlebars b/views/partials/publish.handlebars index 992cd108..e492c8a0 100644 --- a/views/partials/publish.handlebars +++ b/views/partials/publish.handlebars @@ -7,26 +7,28 @@

        Drag and drop your file here, or choose your file below.

        -
        Image preview... -
        - Name: -
        - License: -
        - NSFW: +
        + +
        +
        + License: + +
        +
        + + +

        By clicking 'Publish' I attest that I have read and agree to the LBRY terms of service.

        +
    \ No newline at end of file