From 9e82def918e75230e7918dafa1fdc49a98ae4c4e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 Feb 2019 12:26:17 -0800 Subject: update home page "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev) --- python/fatcat_web/templates/home.html | 45 +++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 1657406d..5399dcf0 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -2,18 +2,17 @@ {% block body %}
-

Welcome to fatcat!

+

Welcome to Fatcat!

+
-
Current Status: Prototype
+
Current Status: Beta
    -
  • No authentication or accounts -
  • Any edits will be lost -
  • Most creation/edit forms don't work -
  • Any data was bulk-imported, and may not be up to date -
  • Search results are from Crossref, not local API/database +
  • Entity editing only possibly by API; web interface is not implemented +
  • Edits are manually reviewed (not automatically accepted) +
  • API schemas and client libraries not guaranteed to be backwards-compatible
@@ -37,8 +36,13 @@ indexing (aka, linking together of pre-prints and final copies).
journal article, pre-print, book
published version of a Work Create +
Search +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + +{% else %} Dummy
Realistic +{% endif %}
@@ -48,8 +52,13 @@ indexing (aka, linking together of pre-prints and final copies). Container
journal or serial Create +
Search +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + +{% else %} Dummy
Realistic +{% endif %}
@@ -60,8 +69,12 @@ indexing (aka, linking together of pre-prints and final copies). Creator
authors, editors, translators +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + +{% else %} Dummy
Realistic +{% endif %}
@@ -71,14 +84,32 @@ indexing (aka, linking together of pre-prints and final copies). File
specific digital blobs (immutable) +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + +{% else %} Dummy
Realistic +{% endif %}
+{% if config.FATCAT_DOMAIN != 'fatcat.wiki' %} +Fileset +
datasets, suplementary materials + + Dummy +
Realistic + +Web Capture +
HTML and interactive articles, blog posts + + Dummy +
Realistic + +{% endif %} Work
for grouping Releases -- cgit v1.2.3