From 42687239ad8e41091724a9ba76fe88a796742670 Mon Sep 17 00:00:00 2001 From: simoon Date: Sat, 20 Jun 2020 12:17:35 +0200 Subject: [PATCH] edited index.htnl --- tasks/index.html | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/tasks/index.html b/tasks/index.html index f88c1b5..cbbc16e 100644 --- a/tasks/index.html +++ b/tasks/index.html @@ -33,8 +33,6 @@

This text has been edited with the intention to be published in a very specific form; a hyperlinked index of the tasks of the contingent librarian. These tasks, performed on the site of contingencies, the bootleg library, are described on the obverse, and related images and links to snippets are on the reverse.

Please read it while flipping through, shuffling and reordering them, making your own text as you read.

-
@@ -44,31 +42,22 @@
- - -
- +
- - - - - - + var listoftasks = ["Acquiring_Removing", "Administrating", "Amateuring", "Annotating", "Being_kind_to_the_reader", "Bootlegging", "Cleaning_up_text", "Consulting", "Digitising_Printing", "Diversifying_through_use", "Downloading", "Editing", "Finding_texts", "Glossing", "Human_reading", "Human_writing", "Including_Excluding", "Indexing", "Inter-depending", "Inviting", "Keeping_private", "Machine_reading", "Machine_writing", "Making_it_public_Keeping_it_private", "Making_public", "Meeting_in_small_rooms_in_small_groups", "Multiplying_form", "Networking", "Open-sourcing", "Producing_texts", "Professionalising", "Proprietorising", "Reading", "Reading_Writing", "Rebinding", "Repaginating", "Reprinting", "Republishing", "Rereferencing", "Scanning", "Searching_Browsing", "Skimming", "Skimming_Scanning", "Technologising_the_word", "Trusting", "Typing", "Understanding_texts", "Uploading", "Writing"]; + let randomIndex = Math.floor(Math.random() * listoftasks.length); + let pick = listoftasks[randomIndex] + verso_first_pick = pick + ".html"; + recto_first_pick = pick + "_rvrs.html"; + verso.location.href = verso_first_pick; + recto.location.href = recto_first_pick; + console.log("picking this as first " + recto_first_pick); +