From 3edb2bb7ac4e1ba3d9d15957669e2a5bdc8049d3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 Feb 2019 13:48:23 -0800 Subject: update front-page examples/links --- python/fatcat_web/templates/home.html | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'python/fatcat_web') diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 5399dcf0..07a2dddb 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -35,11 +35,12 @@ indexing (aka, linking together of pre-prints and final copies). Release
journal article, pre-print, book
published version of a Work - Create -
Search {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} - + Search + Paper {% else %} + Create +
Search Dummy
Realistic {% endif %} @@ -51,11 +52,12 @@ indexing (aka, linking together of pre-prints and final copies). Container
journal or serial - Create -
Search {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + Journal {% else %} + Create +
Search Dummy
Realistic {% endif %} @@ -68,10 +70,11 @@ indexing (aka, linking together of pre-prints and final copies). Creator
authors, editors, translators - {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + Author {% else %} + Dummy
Realistic {% endif %} @@ -83,10 +86,11 @@ indexing (aka, linking together of pre-prints and final copies). File
specific digital blobs (immutable) - {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + PDF {% else %} + Dummy
Realistic {% endif %} @@ -112,9 +116,14 @@ indexing (aka, linking together of pre-prints and final copies). {% endif %} Work
for grouping Releases +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + + Paper +{% else %} Dummy
Realistic +{% endif %} -- cgit v1.2.3