diff --git a/.gitignore b/.gitignore index d730f2315..5b77fde9b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,24 +6,21 @@ gameinfo.dbg makefile -intest/ -inweb/ - -Changes/Output/ -Changes/Output/META-INF/ -Changes/Output/OEBPS/ -Changes/Output/OEBPS/Images/ -Documentation/Output/ -Documentation/Output/META-INF/ -Documentation/Output/OEBPS/ -Documentation/Output/OEBPS/Images/ -Documentation/Examples/_Results_Actual/ +resources/Changes/Output/ +resources/Changes/Output/META-INF/ +resources/Changes/Output/OEBPS/ +resources/Changes/Output/OEBPS/Images/ +resources/Documentation/Output/ +resources/Documentation/Output/META-INF/ +resources/Documentation/Output/OEBPS/ +resources/Documentation/Output/OEBPS/Images/ +resources/Documentation/Examples/_Results_Actual/ */_Results_Actual/ -Internal/Extensions/Graham Nelson/Standard Rules.i7x -Internal/I6T/ -Internal/Languages/English/Syntax.preform -Internal/Miscellany/definitions.html +inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7x +inform7/Internal/I6T/ +inform7/Internal/Languages/English/Syntax.preform +inform7/Internal/Miscellany/definitions.html retrospective/*/cBlorb retrospective/*/ni diff --git a/README.md b/README.md index 9efea341a..0f4fc2fd2 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,31 @@ This repository is where development is done on the following: * inform7 - The core compiler in a natural-language design system for interactive fiction. Current version 7.10.1 'Krypton' (build 6Q21). Web of InC + * The I6 Template - The .i6t files used in code generation. Inform 6; held in inform7/Internal/I6T + * inform7/Internal/Extensions - Libraries of code. Inform 7 + * inform7/Internal/Extensions/Emily Short/Basic Help Menu.i7x + * inform7/Internal/Extensions/Emily Short/Basic Screen Effects.i7x + * inform7/Internal/Extensions/Emily Short/Complex Listing.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Entry Points.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Image Centering.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Text Effects.i7x + * inform7/Internal/Extensions/Emily Short/Inanimate Listeners.i7x + * inform7/Internal/Extensions/Emily Short/Locksmith.i7x + * inform7/Internal/Extensions/Emily Short/Menus.i7x + * inform7/Internal/Extensions/Emily Short/Punctuation Removal.i7x + * inform7/Internal/Extensions/Emily Short/Skeleton Keys.i7x + * inform7/Internal/Extensions/Eric Eve/Epistemology.i7x + * inform7/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x + * inform7/Internal/Extensions/Graham Nelson/English Language.i7x + * inform7/Internal/Extensions/Graham Nelson/Metric Units.i7x + * inform7/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x + * inform7/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x + * inform7/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x + * inform7/Internal/HTML - Files needed for generating extension documentation and the like. HTML, Javascript, CSS + * inform7/Internal/Languages - Natural language definition bundles + * inform7/Internal/Templates - template websites for Inform 7's 'release as a website' feature + * Internal/Templates/Classic + * Internal/Templates/Standard * inblorb - The packaging stage of the Inform 7 system, which releases a story file in the blorbed format. Current version 4 'Duralumin'. Web of InC * indoc - The documentation-formatter for the Inform 7 system. Current version 4 'Didache'. Web of InC @@ -98,45 +123,20 @@ This repository is where development is done on the following: * srules - The Standard Rules extension, included in all Inform 7 works Current . Web of Inform 7 -* Changes to Inform - A detailed change history of Inform 7. Ebook in Indoc format, stored at path Changes. -* Writing with Inform and the Inform Recipe Book - The main Inform documentation, as seen in the apps, and in standalone Epubs. Ebook in Indoc format, stored at path Documentation. +The "resources" directory holds a number of non-executable items of use to the +Inform UI applications, and to Inform websites: -* retrospective - ANSI C source and resources needed to build (some) previous versions of Inform 7 +* Changes to Inform - A detailed change history of Inform 7. Ebook in Indoc format, stored at path resources/Changes. -* Outcome Pages - Inrtps uses these to generate HTML outcome pages (such as those showing Problem messages in the app) +* Writing with Inform and the Inform Recipe Book - The main Inform documentation, as seen in the apps, and in standalone Epubs. Ebook in Indoc format, stored at path resources/Documentation. -* The I6 Template - The .i6t files used in code generation. Inform 6; held in Internal/I6T +* resources/Outcome Pages - Inrtps uses these to generate HTML outcome pages (such as those showing Problem messages in the app) +* resources/Sample Projects - Two small interactive fictions, 'Disenchantment Bay' and 'Onyx', presented as samples in the app. Inform 7 -* Internal/Extensions - Libraries of code. Inform 7 - * Internal/Extensions/Emily Short/Basic Help Menu.i7x - * Internal/Extensions/Emily Short/Basic Screen Effects.i7x - * Internal/Extensions/Emily Short/Complex Listing.i7x - * Internal/Extensions/Emily Short/Glulx Entry Points.i7x - * Internal/Extensions/Emily Short/Glulx Image Centering.i7x - * Internal/Extensions/Emily Short/Glulx Text Effects.i7x - * Internal/Extensions/Emily Short/Inanimate Listeners.i7x - * Internal/Extensions/Emily Short/Locksmith.i7x - * Internal/Extensions/Emily Short/Menus.i7x - * Internal/Extensions/Emily Short/Punctuation Removal.i7x - * Internal/Extensions/Emily Short/Skeleton Keys.i7x - * Internal/Extensions/Eric Eve/Epistemology.i7x - * Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x - * Internal/Extensions/Graham Nelson/English Language.i7x - * Internal/Extensions/Graham Nelson/Metric Units.i7x - * Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x - * Internal/Extensions/Graham Nelson/Unicode Character Names.i7x - * Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x - -* Internal/HTML - Files needed for generating extension documentation and the like. HTML, Javascript, CSS - -* Internal/Languages - Natural language definition bundles - -* Sample Projects - Two small interactive fictions, 'Disenchantment Bay' and 'Onyx', presented as samples in the app. Inform 7 - -* Internal/Templates - template websites for Inform 7's 'release as a website' feature - * Internal/Templates/Classic - * Internal/Templates/Standard +Finally, the "retrospective" directory holds ANSI C source and resources needed +to build (some) previous versions of Inform 7. At present, this is only sketchily +put together. Notes: @@ -156,27 +156,27 @@ be accepted. (Note that these are not git submodules.) * inform6 - the Inform 6 compiler (used by I7 as a code generator) - from [https://github.com/DavidKinder/Inform6], maintained by [David Kinder](https://github.com/DavidKinder) -* Internal/Templates - template websites for Inform 7's 'release as a website' feature - * Internal/Templates/Parchment - from [https://github.com/curiousdannii/parchment], maintained by [Dannii Willis](https://github.com/curiousdannii) - * Internal/Templates/Quixe - from [https://github.com/erkyrath/quixe], maintained by [Andrew Plotkin](https://github.com/erkyrath) - * Internal/Templates/Vorpal - from (part of) [https://github.com/vorple/inform7], maintained by [Juhana Leinonen](https://github.com/vorple) +* inform7/Internal/Templates - template websites for Inform 7's 'release as a website' feature + * inform7/Internal/Templates/Parchment - from [https://github.com/curiousdannii/parchment], maintained by [Dannii Willis](https://github.com/curiousdannii) + * inform7/Internal/Templates/Quixe - from [https://github.com/erkyrath/quixe], maintained by [Andrew Plotkin](https://github.com/erkyrath) + * inform7/Internal/Templates/Vorpal - from (part of) [https://github.com/vorple/inform7], maintained by [Juhana Leinonen](https://github.com/vorple) ### Binary resources (such as image files) -* Imagery/app_images - icons for the Inform app and its many associated files, in MacOS format -* Imagery/bg_images - background textures used in the Index generated by Inform -* Imagery/doc_images - miscellaneous images needed by the documentation -* Imagery/map_icons - images needed for the World pane of the Index generated by Inform -* Imagery/outcome_images - images used on outcome pages -* Imagery/scene_icons - images needed for the Scenes pane of the Index generated by Inform -* Internal/Miscellany - default cover art, the Introduction to IF and Postcard PDFs +* resources/Imagery/app_images - icons for the Inform app and its many associated files, in MacOS format +* resources/Imagery/bg_images - background textures used in the Index generated by Inform +* resources/Imagery/doc_images - miscellaneous images needed by the documentation +* resources/Imagery/map_icons - images needed for the World pane of the Index generated by Inform +* resources/Imagery/outcome_images - images used on outcome pages +* resources/Imagery/scene_icons - images needed for the Scenes pane of the Index generated by Inform +* resources/Internal/Miscellany - default cover art, the Introduction to IF and Postcard PDFs ### Other files and folders in this repository * docs - Woven forms of the webs, for serving by GitHub Pages -* gitignorescript.txt - Inweb uses this to generate the .gitignore file at the root of the repository -* makescript.txt - Inweb uses this to generate a makefile at the root of the repository -* READMEscript.txt - Inpolicy uses this to generate the README.md file for the repository +* scripts/gitignorescript.txt - Inweb uses this to generate the .gitignore file at the root of the repository +* scripts/makescript.txt - Inweb uses this to generate a makefile at the root of the repository +* scripts/READMEscript.txt - Inpolicy uses this to generate the README.md file for the repository ### Colophon diff --git a/inblorb/Tests/inblorb.intest b/inblorb/Tests/inblorb.intest index 349baac71..f357e63d7 100644 --- a/inblorb/Tests/inblorb.intest +++ b/inblorb/Tests/inblorb.intest @@ -5,7 +5,7 @@ set: $I6 = inform6/Tangled/inform6 set: $I7 = inform7/Tangled/inform7 set: $INBLORB = inblorb/Tangled/inblorb - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = ../intest/Workspace set: $INTERCHAIN = link:Output.i6t,parse-linked-matter,resolve-conditional-compilation,assimilate,make-identifiers-unique,reconcile-verbs,generate-i6:* diff --git a/inform7/Chapter 1/Main.w b/inform7/Chapter 1/Main.w index 2f8a06e40..27e4a5394 100755 --- a/inform7/Chapter 1/Main.w +++ b/inform7/Chapter 1/Main.w @@ -2,45 +2,21 @@ A shell for the modules which actually form the compiler. -@h Build identity. -First we define the build, using a notation which tangles out to the current -build number as specified in the contents section of this web. +@ The source code for the Inform 7 compiler is modularised, and each module +has its own web, leaving very little here. (To get a sense of how Inform works, +read the web for the Core module, and dip into the others as needed.) -Each time the master copy of NI is modified and recompiled, the build -number (digit-letter-digit-digit) is advanced. Build numbers do not reflect -a hierarchical branching of the source, but are simply a way to encode a -large number in four printable digits. Letters I and O are skipped, and the -tailing two digits run from 01 to 99. - -Build 1A01 was the first rough draft of a completed compiler: but it did -not synchronise fully with the OS X Inform application until 1G22 and -private beta-testing did not begin until 1J34. Other milestones include -time (1B92), tables (1C86), component parts (1E60), indexing (1F46), -systematic memory allocation (1J53), pattern matching (1M11), the map index -(1P97), extension documentation support (1S39) and activities (1T89). The -first round of testing, a heroic effort by Emily Short and Sonja Kesserich, -came informally to an end at around the 1V50 build, after which a general -rewriting exercise began. Minor changes needed for David Kinder's Windows -port began to be made with 1W80, but the main aims were to increase speed -and to improve clarity of source code. Hashing algorithms adapted to -word-based syntax were introduced in 1Z50; the prototype parser was then -comprehensively rewritten using a unified system to handle ambiguities and -avoid blind alleys. A time trial of 2D52 against 1V59 on the same, very -large, source text showed a speed increase of a factor of four. A second -stage of rewriting, to generalise binary predicates and improve grammatical -accuracy, began with 2D70. By the time of the first public beta release, -3K27, the testing tool |inform-test| had been written (it subsequently -evolved into today's |intest|), and Emily Short's extensive suite of Examples -had been worked into the verification process for builds. The history since -3K27 is recorded in the published change log. +First, some identification: @d INTOOL_NAME "inform7" @d INFORM7_BUILD "inform7 [[Build Number]]" @d HUMAN_READABLE_INTOOL_NAME "Inform 7" -@h Main itself. -On some platforms the core Inform compiler is a separate command-line tool, -but on others it's compiled into the body of an application. So: +@ On some platforms the core Inform compiler is a separate command-line tool, +so that execution should begin with |main()|, as in all C programs. But some +Inform UI applications need to compile it into the body of a larger program: +those should define the symbol |SUPPRESS_MAIN| and call |Main::core_inform_main()| +when they want I7 to run. = #ifndef SUPPRESS_MAIN @@ -49,12 +25,26 @@ int main(int argc, char *argv[]) { } #endif -@ All our modules have to be started up and shut down, so we take care of that -with one more intermediary: +@ Either way, that brings us here. All our modules have to be started up and +shut down, so we take care of that with one more intermediary. These modules +fall into four categories: + +(a) Libraries of code providing services to the compiler but containing +none of its logic: Foundation, Words, Inflections, Syntax, Linguistics, +Kinds, Problems, Index. Foundation is shared with numerous other tools, +and is part of the Inweb repository. + +(b) Core, the front end of the compiler for the basic Inform 7 language. + +(c) Inter and Codegen, the back end. These modules are shared with the +command-line tool Inter. + +(d) Extensions to the Inform 7 language for interactive fiction: IF, +Multimedia. = int Main::core_inform_main(int argc, char *argv[]) { - Foundation::start(); + Foundation::start(); /* must be started first */ WordsModule::start(); InflectionsModule::start(); SyntaxModule::start(); @@ -82,6 +72,6 @@ int Main::core_inform_main(int argc, char *argv[]) { IndexModule::end(); InterModule::end(); CodegenModule::end(); - Foundation::end(); + Foundation::end(); /* must be ended last */ return rv; } diff --git a/Internal/Extensions/Emily Short/Basic Help Menu.i7x b/inform7/Internal/Extensions/Emily Short/Basic Help Menu.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Basic Help Menu.i7x rename to inform7/Internal/Extensions/Emily Short/Basic Help Menu.i7x diff --git a/Internal/Extensions/Emily Short/Basic Screen Effects.i7x b/inform7/Internal/Extensions/Emily Short/Basic Screen Effects.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Basic Screen Effects.i7x rename to inform7/Internal/Extensions/Emily Short/Basic Screen Effects.i7x diff --git a/Internal/Extensions/Emily Short/Complex Listing.i7x b/inform7/Internal/Extensions/Emily Short/Complex Listing.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Complex Listing.i7x rename to inform7/Internal/Extensions/Emily Short/Complex Listing.i7x diff --git a/Internal/Extensions/Emily Short/Glulx Entry Points.i7x b/inform7/Internal/Extensions/Emily Short/Glulx Entry Points.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Glulx Entry Points.i7x rename to inform7/Internal/Extensions/Emily Short/Glulx Entry Points.i7x diff --git a/Internal/Extensions/Emily Short/Glulx Image Centering.i7x b/inform7/Internal/Extensions/Emily Short/Glulx Image Centering.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Glulx Image Centering.i7x rename to inform7/Internal/Extensions/Emily Short/Glulx Image Centering.i7x diff --git a/Internal/Extensions/Emily Short/Glulx Text Effects.i7x b/inform7/Internal/Extensions/Emily Short/Glulx Text Effects.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Glulx Text Effects.i7x rename to inform7/Internal/Extensions/Emily Short/Glulx Text Effects.i7x diff --git a/Internal/Extensions/Emily Short/Inanimate Listeners.i7x b/inform7/Internal/Extensions/Emily Short/Inanimate Listeners.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Inanimate Listeners.i7x rename to inform7/Internal/Extensions/Emily Short/Inanimate Listeners.i7x diff --git a/Internal/Extensions/Emily Short/Locksmith.i7x b/inform7/Internal/Extensions/Emily Short/Locksmith.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Locksmith.i7x rename to inform7/Internal/Extensions/Emily Short/Locksmith.i7x diff --git a/Internal/Extensions/Emily Short/Menus.i7x b/inform7/Internal/Extensions/Emily Short/Menus.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Menus.i7x rename to inform7/Internal/Extensions/Emily Short/Menus.i7x diff --git a/Internal/Extensions/Emily Short/Punctuation Removal.i7x b/inform7/Internal/Extensions/Emily Short/Punctuation Removal.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Punctuation Removal.i7x rename to inform7/Internal/Extensions/Emily Short/Punctuation Removal.i7x diff --git a/Internal/Extensions/Emily Short/Skeleton Keys.i7x b/inform7/Internal/Extensions/Emily Short/Skeleton Keys.i7x similarity index 100% rename from Internal/Extensions/Emily Short/Skeleton Keys.i7x rename to inform7/Internal/Extensions/Emily Short/Skeleton Keys.i7x diff --git a/Internal/Extensions/Eric Eve/Epistemology.i7x b/inform7/Internal/Extensions/Eric Eve/Epistemology.i7x similarity index 100% rename from Internal/Extensions/Eric Eve/Epistemology.i7x rename to inform7/Internal/Extensions/Eric Eve/Epistemology.i7x diff --git a/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x b/inform7/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x rename to inform7/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x diff --git a/Internal/Extensions/Graham Nelson/English Language.i7x b/inform7/Internal/Extensions/Graham Nelson/English Language.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/English Language.i7x rename to inform7/Internal/Extensions/Graham Nelson/English Language.i7x diff --git a/Internal/Extensions/Graham Nelson/Metric Units.i7x b/inform7/Internal/Extensions/Graham Nelson/Metric Units.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/Metric Units.i7x rename to inform7/Internal/Extensions/Graham Nelson/Metric Units.i7x diff --git a/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x b/inform7/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x rename to inform7/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x diff --git a/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x b/inform7/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/Unicode Character Names.i7x rename to inform7/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x diff --git a/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x b/inform7/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x similarity index 100% rename from Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x rename to inform7/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x diff --git a/Internal/HTML/CblorbModel.html b/inform7/Internal/HTML/CblorbModel.html similarity index 100% rename from Internal/HTML/CblorbModel.html rename to inform7/Internal/HTML/CblorbModel.html diff --git a/Internal/HTML/extensionfile.html b/inform7/Internal/HTML/extensionfile.html similarity index 100% rename from Internal/HTML/extensionfile.html rename to inform7/Internal/HTML/extensionfile.html diff --git a/Internal/HTML/extensionfile.js b/inform7/Internal/HTML/extensionfile.js similarity index 100% rename from Internal/HTML/extensionfile.js rename to inform7/Internal/HTML/extensionfile.js diff --git a/Internal/HTML/extensions.css b/inform7/Internal/HTML/extensions.css similarity index 100% rename from Internal/HTML/extensions.css rename to inform7/Internal/HTML/extensions.css diff --git a/Internal/HTML/extensions.js b/inform7/Internal/HTML/extensions.js similarity index 100% rename from Internal/HTML/extensions.js rename to inform7/Internal/HTML/extensions.js diff --git a/Internal/HTML/main.css b/inform7/Internal/HTML/main.css similarity index 100% rename from Internal/HTML/main.css rename to inform7/Internal/HTML/main.css diff --git a/Internal/HTML/main.js b/inform7/Internal/HTML/main.js similarity index 100% rename from Internal/HTML/main.js rename to inform7/Internal/HTML/main.js diff --git a/Internal/Languages/English/about.txt b/inform7/Internal/Languages/English/about.txt similarity index 100% rename from Internal/Languages/English/about.txt rename to inform7/Internal/Languages/English/about.txt diff --git a/Internal/Languages/English/flag.png b/inform7/Internal/Languages/English/flag.png similarity index 100% rename from Internal/Languages/English/flag.png rename to inform7/Internal/Languages/English/flag.png diff --git a/Internal/Languages/French/about.txt b/inform7/Internal/Languages/French/about.txt similarity index 100% rename from Internal/Languages/French/about.txt rename to inform7/Internal/Languages/French/about.txt diff --git a/Internal/Languages/French/flag.png b/inform7/Internal/Languages/French/flag.png similarity index 100% rename from Internal/Languages/French/flag.png rename to inform7/Internal/Languages/French/flag.png diff --git a/Internal/Languages/German/about.txt b/inform7/Internal/Languages/German/about.txt similarity index 100% rename from Internal/Languages/German/about.txt rename to inform7/Internal/Languages/German/about.txt diff --git a/Internal/Languages/German/flag.png b/inform7/Internal/Languages/German/flag.png similarity index 100% rename from Internal/Languages/German/flag.png rename to inform7/Internal/Languages/German/flag.png diff --git a/Internal/Languages/Italian/about.txt b/inform7/Internal/Languages/Italian/about.txt similarity index 100% rename from Internal/Languages/Italian/about.txt rename to inform7/Internal/Languages/Italian/about.txt diff --git a/Internal/Languages/Italian/flag.png b/inform7/Internal/Languages/Italian/flag.png similarity index 100% rename from Internal/Languages/Italian/flag.png rename to inform7/Internal/Languages/Italian/flag.png diff --git a/Internal/Languages/Spanish/about.txt b/inform7/Internal/Languages/Spanish/about.txt similarity index 100% rename from Internal/Languages/Spanish/about.txt rename to inform7/Internal/Languages/Spanish/about.txt diff --git a/Internal/Languages/Spanish/flag.png b/inform7/Internal/Languages/Spanish/flag.png similarity index 100% rename from Internal/Languages/Spanish/flag.png rename to inform7/Internal/Languages/Spanish/flag.png diff --git a/Internal/Languages/Swedish/about.txt b/inform7/Internal/Languages/Swedish/about.txt similarity index 100% rename from Internal/Languages/Swedish/about.txt rename to inform7/Internal/Languages/Swedish/about.txt diff --git a/Internal/Languages/Swedish/flag.png b/inform7/Internal/Languages/Swedish/flag.png similarity index 100% rename from Internal/Languages/Swedish/flag.png rename to inform7/Internal/Languages/Swedish/flag.png diff --git a/Internal/Miscellany/Cover.jpg b/inform7/Internal/Miscellany/Cover.jpg similarity index 100% rename from Internal/Miscellany/Cover.jpg rename to inform7/Internal/Miscellany/Cover.jpg diff --git a/Internal/Miscellany/DefaultCover.jpg b/inform7/Internal/Miscellany/DefaultCover.jpg similarity index 100% rename from Internal/Miscellany/DefaultCover.jpg rename to inform7/Internal/Miscellany/DefaultCover.jpg diff --git a/Internal/Miscellany/IntroductionToIF.pdf b/inform7/Internal/Miscellany/IntroductionToIF.pdf similarity index 100% rename from Internal/Miscellany/IntroductionToIF.pdf rename to inform7/Internal/Miscellany/IntroductionToIF.pdf diff --git a/Internal/Miscellany/Postcard.pdf b/inform7/Internal/Miscellany/Postcard.pdf similarity index 100% rename from Internal/Miscellany/Postcard.pdf rename to inform7/Internal/Miscellany/Postcard.pdf diff --git a/Internal/Miscellany/Small Cover.jpg b/inform7/Internal/Miscellany/Small Cover.jpg similarity index 100% rename from Internal/Miscellany/Small Cover.jpg rename to inform7/Internal/Miscellany/Small Cover.jpg diff --git a/Internal/Templates/Classic/index.html b/inform7/Internal/Templates/Classic/index.html similarity index 100% rename from Internal/Templates/Classic/index.html rename to inform7/Internal/Templates/Classic/index.html diff --git a/Internal/Templates/Classic/source.html b/inform7/Internal/Templates/Classic/source.html similarity index 100% rename from Internal/Templates/Classic/source.html rename to inform7/Internal/Templates/Classic/source.html diff --git a/Internal/Templates/Parchment/(manifest).txt b/inform7/Internal/Templates/Parchment/(manifest).txt similarity index 100% rename from Internal/Templates/Parchment/(manifest).txt rename to inform7/Internal/Templates/Parchment/(manifest).txt diff --git a/Internal/Templates/Parchment/jquery.min.js b/inform7/Internal/Templates/Parchment/jquery.min.js similarity index 100% rename from Internal/Templates/Parchment/jquery.min.js rename to inform7/Internal/Templates/Parchment/jquery.min.js diff --git a/Internal/Templates/Parchment/parchment.min.css b/inform7/Internal/Templates/Parchment/parchment.min.css similarity index 100% rename from Internal/Templates/Parchment/parchment.min.css rename to inform7/Internal/Templates/Parchment/parchment.min.css diff --git a/Internal/Templates/Parchment/parchment.min.js b/inform7/Internal/Templates/Parchment/parchment.min.js similarity index 100% rename from Internal/Templates/Parchment/parchment.min.js rename to inform7/Internal/Templates/Parchment/parchment.min.js diff --git a/Internal/Templates/Parchment/zvm.min.js b/inform7/Internal/Templates/Parchment/zvm.min.js similarity index 100% rename from Internal/Templates/Parchment/zvm.min.js rename to inform7/Internal/Templates/Parchment/zvm.min.js diff --git a/Internal/Templates/Quixe/(manifest).txt b/inform7/Internal/Templates/Quixe/(manifest).txt similarity index 100% rename from Internal/Templates/Quixe/(manifest).txt rename to inform7/Internal/Templates/Quixe/(manifest).txt diff --git a/Internal/Templates/Quixe/dialog.css b/inform7/Internal/Templates/Quixe/dialog.css similarity index 100% rename from Internal/Templates/Quixe/dialog.css rename to inform7/Internal/Templates/Quixe/dialog.css diff --git a/Internal/Templates/Quixe/glkote.css b/inform7/Internal/Templates/Quixe/glkote.css similarity index 100% rename from Internal/Templates/Quixe/glkote.css rename to inform7/Internal/Templates/Quixe/glkote.css diff --git a/Internal/Templates/Quixe/glkote.min.js b/inform7/Internal/Templates/Quixe/glkote.min.js similarity index 100% rename from Internal/Templates/Quixe/glkote.min.js rename to inform7/Internal/Templates/Quixe/glkote.min.js diff --git a/Internal/Templates/Quixe/jquery-1.11.2.min.js b/inform7/Internal/Templates/Quixe/jquery-1.11.2.min.js similarity index 100% rename from Internal/Templates/Quixe/jquery-1.11.2.min.js rename to inform7/Internal/Templates/Quixe/jquery-1.11.2.min.js diff --git a/Internal/Templates/Quixe/quixe.min.js b/inform7/Internal/Templates/Quixe/quixe.min.js similarity index 100% rename from Internal/Templates/Quixe/quixe.min.js rename to inform7/Internal/Templates/Quixe/quixe.min.js diff --git a/Internal/Templates/Quixe/resourcemap.js b/inform7/Internal/Templates/Quixe/resourcemap.js similarity index 100% rename from Internal/Templates/Quixe/resourcemap.js rename to inform7/Internal/Templates/Quixe/resourcemap.js diff --git a/Internal/Templates/Quixe/waiting.gif b/inform7/Internal/Templates/Quixe/waiting.gif similarity index 100% rename from Internal/Templates/Quixe/waiting.gif rename to inform7/Internal/Templates/Quixe/waiting.gif diff --git a/Internal/Templates/Standard/index.html b/inform7/Internal/Templates/Standard/index.html similarity index 100% rename from Internal/Templates/Standard/index.html rename to inform7/Internal/Templates/Standard/index.html diff --git a/Internal/Templates/Standard/play.html b/inform7/Internal/Templates/Standard/play.html similarity index 100% rename from Internal/Templates/Standard/play.html rename to inform7/Internal/Templates/Standard/play.html diff --git a/Internal/Templates/Standard/source.html b/inform7/Internal/Templates/Standard/source.html similarity index 100% rename from Internal/Templates/Standard/source.html rename to inform7/Internal/Templates/Standard/source.html diff --git a/Internal/Templates/Standard/style.css b/inform7/Internal/Templates/Standard/style.css similarity index 100% rename from Internal/Templates/Standard/style.css rename to inform7/Internal/Templates/Standard/style.css diff --git a/Internal/Templates/Vorple/(manifest).txt b/inform7/Internal/Templates/Vorple/(manifest).txt similarity index 100% rename from Internal/Templates/Vorple/(manifest).txt rename to inform7/Internal/Templates/Vorple/(manifest).txt diff --git a/Internal/Templates/Vorple/soundmanager2.swf b/inform7/Internal/Templates/Vorple/soundmanager2.swf similarity index 100% rename from Internal/Templates/Vorple/soundmanager2.swf rename to inform7/Internal/Templates/Vorple/soundmanager2.swf diff --git a/Internal/Templates/Vorple/vorple.css b/inform7/Internal/Templates/Vorple/vorple.css similarity index 100% rename from Internal/Templates/Vorple/vorple.css rename to inform7/Internal/Templates/Vorple/vorple.css diff --git a/Internal/Templates/Vorple/vorple.parchment.min.js b/inform7/Internal/Templates/Vorple/vorple.parchment.min.js similarity index 100% rename from Internal/Templates/Vorple/vorple.parchment.min.js rename to inform7/Internal/Templates/Vorple/vorple.parchment.min.js diff --git a/Internal/Templates/Vorple/zvm.min.js b/inform7/Internal/Templates/Vorple/zvm.min.js similarity index 100% rename from Internal/Templates/Vorple/zvm.min.js rename to inform7/Internal/Templates/Vorple/zvm.min.js diff --git a/inform7/Materials/cover-sheet-grammar.tex b/inform7/Materials/cover-sheet-grammar.tex deleted file mode 100644 index 8fc967fee..000000000 --- a/inform7/Materials/cover-sheet-grammar.tex +++ /dev/null @@ -1,14 +0,0 @@ -% Start with the standard cover sheet: - -[[Cover Sheet]] - -\pdfximage width 8cm{../Figures/Syntax-cover.pdf} -\smallskip\noindent -\hbox to\hsize{\pdfrefximage \pdflastximage\hfill} -\smallskip - -% and now add: - -\noindent{\it -} -\vfill\eject diff --git a/inform7/Materials/cover-sheet.tex b/inform7/Materials/cover-sheet.tex deleted file mode 100644 index e2e005528..000000000 --- a/inform7/Materials/cover-sheet.tex +++ /dev/null @@ -1,44 +0,0 @@ -% Start with the standard cover sheet: - -[[Cover Sheet]] - -% and now add: - -\noindent{\it -Inform is a natural-language design system for interactive fiction, first -created in 1993. To most users it seems a single unified tool, but in fact -is made up of core software, common to all platforms, combined with -substantial user interfaces written independently for Mac OS X, Windows and -Linux, and with documentation and examples. The core material is in turn -divided into: -\medskip\par\noindent -Chapters 1 to 14: the source code to the NI compiler, written in C -\medskip\par\noindent -Appendix A: the Standard Rules, written in Inform 7 -\medskip\par\noindent -Appendix B: the template layer, written in Inform 6 -\medskip\par\noindent -Each of these chapter blocks is divided up into one or more named sections, -which have both full names (``Grammar Lines'') and abbreviations (|12/gl|, -the 12 signifying Chapter 12). Finally, each section is divided into -numbered ``paragraphs'', some named and others not. Code can thus be -approximately located by ``postal codes'' such as |12/gl|.$\S$7. -\medskip\par\noindent -Of its nature, Inform must perform a computational task which is difficult -to specify formally, particularly since part of its aim is to cope well -with incorrect input from an inexperienced user. It has become a complex -program some 120,000 lines in length, and like all such it must mitigate -its complexity using internal stylistic conventions and principles of -organisation. To this end it follows the ``literate programming'' dogma of -Donald Knuth, an idea which had in any case influenced Inform's own design. -In LP, a single source (``web'') is both ``tangled'' into a functional form -and also ``woven'' into a typeset form suitable for human readers. Inform -uses its own LP tool, |inweb|, an adaptation of Knuth's |CWEB| which scales -better to large multi-target projects. -\medskip\par\noindent -The Inform project's main goal is to publish the entire core Inform code -base, beginning in April 2008 with public drafts of Appendices A and B, -approximately 600pp of material. These use only the simplest form of LP -where tangling is minimal, and the reader needs no previous experience of -the genre. -} diff --git a/inform7/Materials/report.txt b/inform7/Materials/report.txt deleted file mode 100644 index ed8f20ac0..000000000 --- a/inform7/Materials/report.txt +++ /dev/null @@ -1,9 +0,0 @@ -[[Repeat Chapter]] -[[Chapter Title]]: [[Chapter Lines]] lines -[[End Repeat]] - -[[Repeat Chapter]] -[[Repeat Section]] -[[Section Mean]] [[Section Title]]: [[Section Code]]: [[Section Lines]] lines, [[Section Paragraphs]] pars -[[End Repeat]] -[[End Repeat]] diff --git a/inform7/Preliminaries/Command-Line Usage.w b/inform7/Preliminaries/Command-Line Usage.w index b2e7b4042..77e2d711a 100644 --- a/inform7/Preliminaries/Command-Line Usage.w +++ b/inform7/Preliminaries/Command-Line Usage.w @@ -2,9 +2,98 @@ Command-Line Usage. A brief note on using Inform 7 at the command line. -@h Introduction. +@h What Inform 7 is. +The |inform7| executable has a few ancillary functions, but basically it +takes natural language source text and compiles it to either "inter", an +intermediate-level code, or all the way to Inform 6 source code. In order +to run, it needs access to numerous resources, and many of its command-line +switches exist to specify where those are to be found. + +If you are using Inform 7 at the command line, the executable should be +stored at |inform/inform7/Tangled/inform7|. In these notes we will assume +the current working directory is |inform|. To test that it has been built, +try: + + |inform7/Tangled/inform7 -help| + +@h Basic usage. +The full range of options is complex, so it seems helpful to start by showing +what the Inform UI apps typically call when the user clicks "Go": + + |inform7/Tangled/inform7 -internal I -external E -project P -format=F| + +for suitable pathnames |I|, |E|, |P| and a choice of |F|. To dispose of this +first, |-format=ulx| tells Inform to compile to the Glulx story file, and +|-format=z8| to (version 8 of) the Z-machine. + +The project |P| is the directory holding the project to compile, such as +|Bronze.inform|. On MacOS, this will be a bundle, and will look like an +opaque binary file in the Finder, but it is a directory nevertheless. + +The directories |I| and |E| tell Inform where to find its resources. Internal +means "inside the app" -- in other words, fixed material supplied with Inform +and always present; external means "outside the app", and is where the user +installs her own choice of extra resources. + +@ If no |-internal I| is given on the command line, Inform 7 tries to find +out where it is installed in the file system. There is no completely foolproof, +cross-platform way to know this (on some Unixes, a program cannot determine +its own location), so Inform decides by the following set of rules: + +(a) If the user, at the command line, specified |-at P|, for some path +|P|, then we use that. +(b) Otherwise, if the host operating system can indeed tell us where the +executable is, we use that. This is currently implemented only on MacOS, +Windows and Linux. +(c) Otherwise, if the environment variable |$INFORM7_PATH| exists and is +non-empty, we use that. +(d) And if all else fails, we assume that the location is |inform7|, with +respect to the current working directory. + +The default value for |-internal| is then the subdirectory |Internal| of +this location: for example, |inform7/Internal|. + + + + + + + + +ni "-internal" "/Users/gnelson/Natural Inform/Inform.app/Contents/Resources/Internal" "-external" "/Users/gnelson/Library/Inform" "-project" "/Users/gnelson/Natural Inform/Worked Examples/Buggy.inform" "-format=ulx" + + + + + + |inform7/Tangled/inform7 [OPTIONS] [SOURCETEXT]| + + @ Inform returns an exit code of 0 if successful, or else it throws errors to |stderr| and returns 1 if unsuccessful. + +@h Prehistory. +Build 1A01 was the first rough draft of a completed compiler: but it did +not synchronise fully with the OS X Inform application until 1G22 and +private beta-testing did not begin until 1J34. Other milestones include +time (1B92), tables (1C86), component parts (1E60), indexing (1F46), +systematic memory allocation (1J53), pattern matching (1M11), the map index +(1P97), extension documentation support (1S39) and activities (1T89). The +first round of testing, a heroic effort by Emily Short and Sonja Kesserich, +came informally to an end at around the 1V50 build, after which a general +rewriting exercise began. Minor changes needed for David Kinder's Windows +port began to be made with 1W80, but the main aims were to increase speed +and to improve clarity of source code. Hashing algorithms adapted to +word-based syntax were introduced in 1Z50; the prototype parser was then +comprehensively rewritten using a unified system to handle ambiguities and +avoid blind alleys. A time trial of 2D52 against 1V59 on the same, very +large, source text showed a speed increase of a factor of four. A second +stage of rewriting, to generalise binary predicates and improve grammatical +accuracy, began with 2D70. By the time of the first public beta release, +3K27, the testing tool |inform-test| had been written (it subsequently +evolved into today's |intest|), and Emily Short's extensive suite of Examples +had been worked into the verification process for builds. The history since +3K27 is recorded in the published change log. diff --git a/inform7/Tests/inform7.intest b/inform7/Tests/inform7.intest index 8b80354a1..a2b7e869f 100644 --- a/inform7/Tests/inform7.intest +++ b/inform7/Tests/inform7.intest @@ -9,12 +9,12 @@ -if osx -cases [Index] 'inform7/Tests/Test Index' -if osx -cases [Map] 'inform7/Tests/Test Maps' -if osx -cases [Release] 'inform7/Tests/Test Releases' --extension [Main] 'Internal/Extensions/Emily Short/Complex Listing.i7x' --extension [Main] 'Internal/Extensions/Emily Short/Inanimate Listeners.i7x' --extension [Main] 'Internal/Extensions/Emily Short/Locksmith.i7x' --extension [Main] 'Internal/Extensions/Emily Short/Punctuation Removal.i7x' --extension [Main] 'Internal/Extensions/Emily Short/Skeleton Keys.i7x' --extensions [Main] 'Internal/Extensions/Graham Nelson' +-extension [Main] 'inform7/Internal/Extensions/Emily Short/Complex Listing.i7x' +-extension [Main] 'inform7/Internal/Extensions/Emily Short/Inanimate Listeners.i7x' +-extension [Main] 'inform7/Internal/Extensions/Emily Short/Locksmith.i7x' +-extension [Main] 'inform7/Internal/Extensions/Emily Short/Punctuation Removal.i7x' +-extension [Main] 'inform7/Internal/Extensions/Emily Short/Skeleton Keys.i7x' +-extensions [Main] 'inform7/Internal/Extensions/Graham Nelson' -examples [Main] Documentation/Examples -problems [Main] 'inform7/Tests/Test Problems' @@ -22,7 +22,7 @@ set: $I6 = inform6/Tangled/inform6 set: $I7 = inform7/Tangled/inform7 - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = intest/Workspace set: $ZINT = inform6/Tests/Assistants/dumb-frotz/dumb-frotz set: $GINT = inform6/Tests/Assistants/dumb-glulx/glulxe/glulxe @@ -75,9 +75,9 @@ endif if: $VM G - set: $SRINTERB = Internal/I6T/sr-G.interb + set: $SRINTERB = inform7/Internal/I6T/sr-G.interb else - set: $SRINTERB = Internal/I6T/sr-Z.interb + set: $SRINTERB = inform7/Internal/I6T/sr-Z.interb endif ! if: $CASE Imp_%c* ! set: $INTERCHAIN = import:$SRINTERB,link:Output.i6t,parse-linked-matter,resolve-conditional-compilation,assimilate,make-identifiers-unique,reconcile-verbs,generate-inter:haha.txt,generate-i6:* @@ -149,7 +149,7 @@ -recipe [Index] set: $I7 = inform7/Tangled/inform7 - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = intest/Workspace ! This recipe is for testing that the index in a sample project is correct. @@ -243,7 +243,7 @@ -recipe [Map] set: $I7 = inform7/Tangled/inform7 - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = intest/Workspace set: $VM = G @@ -279,7 +279,7 @@ set: $I7 = inform7/Tangled/inform7 set: $INTER = inter/Tangled/inter - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = intest/Workspace ! First we decide whether to compile it for the Z-machine or Glulx. @@ -341,7 +341,7 @@ -recipe [Release] set: $I7 = inform7/Tangled/inform7 - set: $INTERNAL = Internal + set: $INTERNAL = inform7/Internal set: $WORKSPACE = intest/Workspace set: $VM = G diff --git a/inform7/core-module/Chapter 1/Main Routine.w b/inform7/core-module/Chapter 1/Main Routine.w index cbb1a922e..2558c630d 100644 --- a/inform7/core-module/Chapter 1/Main Routine.w +++ b/inform7/core-module/Chapter 1/Main Routine.w @@ -56,21 +56,12 @@ int model_world_under_construction = FALSE; /* World model is being constructed int model_world_constructed = FALSE; /* World model is now constructed */ int indexing_stage = FALSE; /* Everything is done except indexing */ -@ Either way, execution really begins in the |core_inform_main| routine, which -takes command-line arguments with the standard parameters |argc| and |argv|. -In practice it consists only of command-line processing and the minimum setup -necessary to get the meta-language interpreter running, so that it can then -hand over to the template file |Main.i6t|. - -Inform returns only two possible values to the shell, either here or via -|exit(1)| in the case of fatal errors: 0 if it completed its run with no -errors, 1 if errors were produced. - -= +@ = int report_clock_time = FALSE; time_t right_now; int export_mode = FALSE, import_mode = FALSE; text_stream *inter_processing_chain = NULL; +pathname *path_to_inform7 = NULL; int CoreMain::main(int argc, char *argv[]) { clock_t start = clock(); @@ -78,6 +69,7 @@ int CoreMain::main(int argc, char *argv[]) { @; int proceed = CommandLine::read(argc, argv, NULL, &CoreMain::switch, &CoreMain::bareword); if (proceed) { + @; @; @; @; @@ -183,6 +175,11 @@ list is not exhaustive. CommandLine::declare_switch(TRANSIENT_CLSW, L"transient", 2, L"use X for transient data such as the extensions census"); +@ = + path_to_inform7 = Pathnames::installation_path("INFORM7_PATH", I"inform7"); + pathname *def_int = Pathnames::subfolder(Pathnames::up(path_to_inform7), I"Internal"); + Locations::set_default_internal(def_int); + @ = VirtualMachines::set_identifier(story_filename_extension); if (Locations::set_defaults(census_mode) == FALSE) diff --git a/inform7/core-module/Chapter 1/Where Everything Lives.w b/inform7/core-module/Chapter 1/Where Everything Lives.w index 62b34da7c..bdc28c11e 100644 --- a/inform7/core-module/Chapter 1/Where Everything Lives.w +++ b/inform7/core-module/Chapter 1/Where Everything Lives.w @@ -86,6 +86,11 @@ void Locations::set_internal(text_stream *loc) { pathname_of_area[INTERNAL_FS_AREA] = Pathnames::from_text(loc); } +void Locations::set_default_internal(pathname *P) { + if (pathname_of_area[INTERNAL_FS_AREA] == NULL) + pathname_of_area[INTERNAL_FS_AREA] = P; +} + void Locations::set_external(text_stream *loc) { pathname_of_area[EXTERNAL_FS_AREA] = Pathnames::from_text(loc); } diff --git a/Changes/Change Logs/3K27.txt b/resources/Changes/Change Logs/3K27.txt similarity index 100% rename from Changes/Change Logs/3K27.txt rename to resources/Changes/Change Logs/3K27.txt diff --git a/Changes/Change Logs/3K56.txt b/resources/Changes/Change Logs/3K56.txt similarity index 100% rename from Changes/Change Logs/3K56.txt rename to resources/Changes/Change Logs/3K56.txt diff --git a/Changes/Change Logs/3L95.txt b/resources/Changes/Change Logs/3L95.txt similarity index 100% rename from Changes/Change Logs/3L95.txt rename to resources/Changes/Change Logs/3L95.txt diff --git a/Changes/Change Logs/3M43.txt b/resources/Changes/Change Logs/3M43.txt similarity index 100% rename from Changes/Change Logs/3M43.txt rename to resources/Changes/Change Logs/3M43.txt diff --git a/Changes/Change Logs/3P53.txt b/resources/Changes/Change Logs/3P53.txt similarity index 100% rename from Changes/Change Logs/3P53.txt rename to resources/Changes/Change Logs/3P53.txt diff --git a/Changes/Change Logs/3R85.txt b/resources/Changes/Change Logs/3R85.txt similarity index 100% rename from Changes/Change Logs/3R85.txt rename to resources/Changes/Change Logs/3R85.txt diff --git a/Changes/Change Logs/3T38.txt b/resources/Changes/Change Logs/3T38.txt similarity index 100% rename from Changes/Change Logs/3T38.txt rename to resources/Changes/Change Logs/3T38.txt diff --git a/Changes/Change Logs/3V01.txt b/resources/Changes/Change Logs/3V01.txt similarity index 100% rename from Changes/Change Logs/3V01.txt rename to resources/Changes/Change Logs/3V01.txt diff --git a/Changes/Change Logs/3Z95.txt b/resources/Changes/Change Logs/3Z95.txt similarity index 100% rename from Changes/Change Logs/3Z95.txt rename to resources/Changes/Change Logs/3Z95.txt diff --git a/Changes/Change Logs/4B91.txt b/resources/Changes/Change Logs/4B91.txt similarity index 100% rename from Changes/Change Logs/4B91.txt rename to resources/Changes/Change Logs/4B91.txt diff --git a/Changes/Change Logs/4F59.txt b/resources/Changes/Change Logs/4F59.txt similarity index 100% rename from Changes/Change Logs/4F59.txt rename to resources/Changes/Change Logs/4F59.txt diff --git a/Changes/Change Logs/4K40.txt b/resources/Changes/Change Logs/4K40.txt similarity index 100% rename from Changes/Change Logs/4K40.txt rename to resources/Changes/Change Logs/4K40.txt diff --git a/Changes/Change Logs/4S08.txt b/resources/Changes/Change Logs/4S08.txt similarity index 100% rename from Changes/Change Logs/4S08.txt rename to resources/Changes/Change Logs/4S08.txt diff --git a/Changes/Change Logs/4U65.txt b/resources/Changes/Change Logs/4U65.txt similarity index 100% rename from Changes/Change Logs/4U65.txt rename to resources/Changes/Change Logs/4U65.txt diff --git a/Changes/Change Logs/4W37.txt b/resources/Changes/Change Logs/4W37.txt similarity index 100% rename from Changes/Change Logs/4W37.txt rename to resources/Changes/Change Logs/4W37.txt diff --git a/Changes/Change Logs/4X60.txt b/resources/Changes/Change Logs/4X60.txt similarity index 100% rename from Changes/Change Logs/4X60.txt rename to resources/Changes/Change Logs/4X60.txt diff --git a/Changes/Change Logs/5G67.txt b/resources/Changes/Change Logs/5G67.txt similarity index 100% rename from Changes/Change Logs/5G67.txt rename to resources/Changes/Change Logs/5G67.txt diff --git a/Changes/Change Logs/5J39.txt b/resources/Changes/Change Logs/5J39.txt similarity index 100% rename from Changes/Change Logs/5J39.txt rename to resources/Changes/Change Logs/5J39.txt diff --git a/Changes/Change Logs/5T18.txt b/resources/Changes/Change Logs/5T18.txt similarity index 100% rename from Changes/Change Logs/5T18.txt rename to resources/Changes/Change Logs/5T18.txt diff --git a/Changes/Change Logs/5U92.txt b/resources/Changes/Change Logs/5U92.txt similarity index 100% rename from Changes/Change Logs/5U92.txt rename to resources/Changes/Change Logs/5U92.txt diff --git a/Changes/Change Logs/5Z71.txt b/resources/Changes/Change Logs/5Z71.txt similarity index 100% rename from Changes/Change Logs/5Z71.txt rename to resources/Changes/Change Logs/5Z71.txt diff --git a/Changes/Change Logs/6E36.txt b/resources/Changes/Change Logs/6E36.txt similarity index 100% rename from Changes/Change Logs/6E36.txt rename to resources/Changes/Change Logs/6E36.txt diff --git a/Changes/Change Logs/6E59.txt b/resources/Changes/Change Logs/6E59.txt similarity index 100% rename from Changes/Change Logs/6E59.txt rename to resources/Changes/Change Logs/6E59.txt diff --git a/Changes/Change Logs/6E72.txt b/resources/Changes/Change Logs/6E72.txt similarity index 100% rename from Changes/Change Logs/6E72.txt rename to resources/Changes/Change Logs/6E72.txt diff --git a/Changes/Change Logs/6F92.txt b/resources/Changes/Change Logs/6F92.txt similarity index 100% rename from Changes/Change Logs/6F92.txt rename to resources/Changes/Change Logs/6F92.txt diff --git a/Changes/Change Logs/6F95.txt b/resources/Changes/Change Logs/6F95.txt similarity index 100% rename from Changes/Change Logs/6F95.txt rename to resources/Changes/Change Logs/6F95.txt diff --git a/Changes/Change Logs/6G60.txt b/resources/Changes/Change Logs/6G60.txt similarity index 100% rename from Changes/Change Logs/6G60.txt rename to resources/Changes/Change Logs/6G60.txt diff --git a/Changes/Change Logs/6L02.txt b/resources/Changes/Change Logs/6L02.txt similarity index 100% rename from Changes/Change Logs/6L02.txt rename to resources/Changes/Change Logs/6L02.txt diff --git a/Changes/Change Logs/6L38.txt b/resources/Changes/Change Logs/6L38.txt similarity index 100% rename from Changes/Change Logs/6L38.txt rename to resources/Changes/Change Logs/6L38.txt diff --git a/Changes/Change Logs/6M62.txt b/resources/Changes/Change Logs/6M62.txt similarity index 100% rename from Changes/Change Logs/6M62.txt rename to resources/Changes/Change Logs/6M62.txt diff --git a/Changes/Change Logs/NEXT.txt b/resources/Changes/Change Logs/NEXT.txt similarity index 100% rename from Changes/Change Logs/NEXT.txt rename to resources/Changes/Change Logs/NEXT.txt diff --git a/Changes/Changes to Inform.epub b/resources/Changes/Changes to Inform.epub similarity index 100% rename from Changes/Changes to Inform.epub rename to resources/Changes/Changes to Inform.epub diff --git a/Changes/Changes to Inform.txt b/resources/Changes/Changes to Inform.txt similarity index 100% rename from Changes/Changes to Inform.txt rename to resources/Changes/Changes to Inform.txt diff --git a/Changes/indoc-instructions.txt b/resources/Changes/indoc-instructions.txt similarity index 100% rename from Changes/indoc-instructions.txt rename to resources/Changes/indoc-instructions.txt diff --git a/Documentation/Advice/AdviceCredits.html b/resources/Documentation/Advice/AdviceCredits.html similarity index 100% rename from Documentation/Advice/AdviceCredits.html rename to resources/Documentation/Advice/AdviceCredits.html diff --git a/Documentation/Advice/AdviceKeyboardShortcuts.html b/resources/Documentation/Advice/AdviceKeyboardShortcuts.html similarity index 100% rename from Documentation/Advice/AdviceKeyboardShortcuts.html rename to resources/Documentation/Advice/AdviceKeyboardShortcuts.html diff --git a/Documentation/Advice/AdviceMaterialsFolder.html b/resources/Documentation/Advice/AdviceMaterialsFolder.html similarity index 100% rename from Documentation/Advice/AdviceMaterialsFolder.html rename to resources/Documentation/Advice/AdviceMaterialsFolder.html diff --git a/Documentation/Advice/AdviceNewToInform.html b/resources/Documentation/Advice/AdviceNewToInform.html similarity index 100% rename from Documentation/Advice/AdviceNewToInform.html rename to resources/Documentation/Advice/AdviceNewToInform.html diff --git a/Documentation/Advice/AdviceUpgrading.html b/resources/Documentation/Advice/AdviceUpgrading.html similarity index 100% rename from Documentation/Advice/AdviceUpgrading.html rename to resources/Documentation/Advice/AdviceUpgrading.html diff --git a/Documentation/Examples/(Recipes).txt b/resources/Documentation/Examples/(Recipes).txt similarity index 100% rename from Documentation/Examples/(Recipes).txt rename to resources/Documentation/Examples/(Recipes).txt diff --git a/Documentation/Examples/Abolition.txt b/resources/Documentation/Examples/Abolition.txt similarity index 100% rename from Documentation/Examples/Abolition.txt rename to resources/Documentation/Examples/Abolition.txt diff --git a/Documentation/Examples/ActorsStudio.txt b/resources/Documentation/Examples/ActorsStudio.txt similarity index 100% rename from Documentation/Examples/ActorsStudio.txt rename to resources/Documentation/Examples/ActorsStudio.txt diff --git a/Documentation/Examples/Aftershock.txt b/resources/Documentation/Examples/Aftershock.txt similarity index 100% rename from Documentation/Examples/Aftershock.txt rename to resources/Documentation/Examples/Aftershock.txt diff --git a/Documentation/Examples/Ahem.txt b/resources/Documentation/Examples/Ahem.txt similarity index 100% rename from Documentation/Examples/Ahem.txt rename to resources/Documentation/Examples/Ahem.txt diff --git a/Documentation/Examples/Alias-G.txt b/resources/Documentation/Examples/Alias-G.txt similarity index 100% rename from Documentation/Examples/Alias-G.txt rename to resources/Documentation/Examples/Alias-G.txt diff --git a/Documentation/Examples/AlienInvasion.txt b/resources/Documentation/Examples/AlienInvasion.txt similarity index 100% rename from Documentation/Examples/AlienInvasion.txt rename to resources/Documentation/Examples/AlienInvasion.txt diff --git a/Documentation/Examples/Alliances.txt b/resources/Documentation/Examples/Alliances.txt similarity index 100% rename from Documentation/Examples/Alliances.txt rename to resources/Documentation/Examples/Alliances.txt diff --git a/Documentation/Examples/Alpaca.txt b/resources/Documentation/Examples/Alpaca.txt similarity index 100% rename from Documentation/Examples/Alpaca.txt rename to resources/Documentation/Examples/Alpaca.txt diff --git a/Documentation/Examples/Alpha.txt b/resources/Documentation/Examples/Alpha.txt similarity index 100% rename from Documentation/Examples/Alpha.txt rename to resources/Documentation/Examples/Alpha.txt diff --git a/Documentation/Examples/AmusingMenu.txt b/resources/Documentation/Examples/AmusingMenu.txt similarity index 100% rename from Documentation/Examples/AmusingMenu.txt rename to resources/Documentation/Examples/AmusingMenu.txt diff --git a/Documentation/Examples/AnnoyotronJr.txt b/resources/Documentation/Examples/AnnoyotronJr.txt similarity index 100% rename from Documentation/Examples/AnnoyotronJr.txt rename to resources/Documentation/Examples/AnnoyotronJr.txt diff --git a/Documentation/Examples/AntSensitiveSunglasses.txt b/resources/Documentation/Examples/AntSensitiveSunglasses.txt similarity index 100% rename from Documentation/Examples/AntSensitiveSunglasses.txt rename to resources/Documentation/Examples/AntSensitiveSunglasses.txt diff --git a/Documentation/Examples/Anteaters.txt b/resources/Documentation/Examples/Anteaters.txt similarity index 100% rename from Documentation/Examples/Anteaters.txt rename to resources/Documentation/Examples/Anteaters.txt diff --git a/Documentation/Examples/AppleCount.txt b/resources/Documentation/Examples/AppleCount.txt similarity index 100% rename from Documentation/Examples/AppleCount.txt rename to resources/Documentation/Examples/AppleCount.txt diff --git a/Documentation/Examples/Approximation.txt b/resources/Documentation/Examples/Approximation.txt similarity index 100% rename from Documentation/Examples/Approximation.txt rename to resources/Documentation/Examples/Approximation.txt diff --git a/Documentation/Examples/Artemis.txt b/resources/Documentation/Examples/Artemis.txt similarity index 100% rename from Documentation/Examples/Artemis.txt rename to resources/Documentation/Examples/Artemis.txt diff --git a/Documentation/Examples/Aspect.txt b/resources/Documentation/Examples/Aspect.txt similarity index 100% rename from Documentation/Examples/Aspect.txt rename to resources/Documentation/Examples/Aspect.txt diff --git a/Documentation/Examples/Athens.txt b/resources/Documentation/Examples/Athens.txt similarity index 100% rename from Documentation/Examples/Athens.txt rename to resources/Documentation/Examples/Athens.txt diff --git a/Documentation/Examples/Autodoor.txt b/resources/Documentation/Examples/Autodoor.txt similarity index 100% rename from Documentation/Examples/Autodoor.txt rename to resources/Documentation/Examples/Autodoor.txt diff --git a/Documentation/Examples/BNFRules.txt b/resources/Documentation/Examples/BNFRules.txt similarity index 100% rename from Documentation/Examples/BNFRules.txt rename to resources/Documentation/Examples/BNFRules.txt diff --git a/Documentation/Examples/Ballroom.txt b/resources/Documentation/Examples/Ballroom.txt similarity index 100% rename from Documentation/Examples/Ballroom.txt rename to resources/Documentation/Examples/Ballroom.txt diff --git a/Documentation/Examples/Bargaining.txt b/resources/Documentation/Examples/Bargaining.txt similarity index 100% rename from Documentation/Examples/Bargaining.txt rename to resources/Documentation/Examples/Bargaining.txt diff --git a/Documentation/Examples/BaritoneBass.txt b/resources/Documentation/Examples/BaritoneBass.txt similarity index 100% rename from Documentation/Examples/BaritoneBass.txt rename to resources/Documentation/Examples/BaritoneBass.txt diff --git a/Documentation/Examples/Barter.txt b/resources/Documentation/Examples/Barter.txt similarity index 100% rename from Documentation/Examples/Barter.txt rename to resources/Documentation/Examples/Barter.txt diff --git a/Documentation/Examples/BaseWindow.txt b/resources/Documentation/Examples/BaseWindow.txt similarity index 100% rename from Documentation/Examples/BaseWindow.txt rename to resources/Documentation/Examples/BaseWindow.txt diff --git a/Documentation/Examples/Batteries.txt b/resources/Documentation/Examples/Batteries.txt similarity index 100% rename from Documentation/Examples/Batteries.txt rename to resources/Documentation/Examples/Batteries.txt diff --git a/Documentation/Examples/Beachfront.txt b/resources/Documentation/Examples/Beachfront.txt similarity index 100% rename from Documentation/Examples/Beachfront.txt rename to resources/Documentation/Examples/Beachfront.txt diff --git a/Documentation/Examples/Beer.txt b/resources/Documentation/Examples/Beer.txt similarity index 100% rename from Documentation/Examples/Beer.txt rename to resources/Documentation/Examples/Beer.txt diff --git a/Documentation/Examples/Bees.txt b/resources/Documentation/Examples/Bees.txt similarity index 100% rename from Documentation/Examples/Bees.txt rename to resources/Documentation/Examples/Bees.txt diff --git a/Documentation/Examples/Belfry.txt b/resources/Documentation/Examples/Belfry.txt similarity index 100% rename from Documentation/Examples/Belfry.txt rename to resources/Documentation/Examples/Belfry.txt diff --git a/Documentation/Examples/Below.txt b/resources/Documentation/Examples/Below.txt similarity index 100% rename from Documentation/Examples/Below.txt rename to resources/Documentation/Examples/Below.txt diff --git a/Documentation/Examples/BestTillLast.txt b/resources/Documentation/Examples/BestTillLast.txt similarity index 100% rename from Documentation/Examples/BestTillLast.txt rename to resources/Documentation/Examples/BestTillLast.txt diff --git a/Documentation/Examples/Beverage.txt b/resources/Documentation/Examples/Beverage.txt similarity index 100% rename from Documentation/Examples/Beverage.txt rename to resources/Documentation/Examples/Beverage.txt diff --git a/Documentation/Examples/Bibliophilia.txt b/resources/Documentation/Examples/Bibliophilia.txt similarity index 100% rename from Documentation/Examples/Bibliophilia.txt rename to resources/Documentation/Examples/Bibliophilia.txt diff --git a/Documentation/Examples/Bic.txt b/resources/Documentation/Examples/Bic.txt similarity index 100% rename from Documentation/Examples/Bic.txt rename to resources/Documentation/Examples/Bic.txt diff --git a/Documentation/Examples/BigSainsburys.txt b/resources/Documentation/Examples/BigSainsburys.txt similarity index 100% rename from Documentation/Examples/BigSainsburys.txt rename to resources/Documentation/Examples/BigSainsburys.txt diff --git a/Documentation/Examples/BikiniAtoll.txt b/resources/Documentation/Examples/BikiniAtoll.txt similarity index 100% rename from Documentation/Examples/BikiniAtoll.txt rename to resources/Documentation/Examples/BikiniAtoll.txt diff --git a/Documentation/Examples/BlackButton.txt b/resources/Documentation/Examples/BlackButton.txt similarity index 100% rename from Documentation/Examples/BlackButton.txt rename to resources/Documentation/Examples/BlackButton.txt diff --git a/Documentation/Examples/Blackout.txt b/resources/Documentation/Examples/Blackout.txt similarity index 100% rename from Documentation/Examples/Blackout.txt rename to resources/Documentation/Examples/Blackout.txt diff --git a/Documentation/Examples/Blakeney.txt b/resources/Documentation/Examples/Blakeney.txt similarity index 100% rename from Documentation/Examples/Blakeney.txt rename to resources/Documentation/Examples/Blakeney.txt diff --git a/Documentation/Examples/Blankness.txt b/resources/Documentation/Examples/Blankness.txt similarity index 100% rename from Documentation/Examples/Blankness.txt rename to resources/Documentation/Examples/Blankness.txt diff --git a/Documentation/Examples/Blink.txt b/resources/Documentation/Examples/Blink.txt similarity index 100% rename from Documentation/Examples/Blink.txt rename to resources/Documentation/Examples/Blink.txt diff --git a/Documentation/Examples/Blocks.txt b/resources/Documentation/Examples/Blocks.txt similarity index 100% rename from Documentation/Examples/Blocks.txt rename to resources/Documentation/Examples/Blocks.txt diff --git a/Documentation/Examples/Bosch.txt b/resources/Documentation/Examples/Bosch.txt similarity index 100% rename from Documentation/Examples/Bosch.txt rename to resources/Documentation/Examples/Bosch.txt diff --git a/Documentation/Examples/BowlerHats.txt b/resources/Documentation/Examples/BowlerHats.txt similarity index 100% rename from Documentation/Examples/BowlerHats.txt rename to resources/Documentation/Examples/BowlerHats.txt diff --git a/Documentation/Examples/Broughton.txt b/resources/Documentation/Examples/Broughton.txt similarity index 100% rename from Documentation/Examples/Broughton.txt rename to resources/Documentation/Examples/Broughton.txt diff --git a/Documentation/Examples/BumpingIntoWalls.txt b/resources/Documentation/Examples/BumpingIntoWalls.txt similarity index 100% rename from Documentation/Examples/BumpingIntoWalls.txt rename to resources/Documentation/Examples/BumpingIntoWalls.txt diff --git a/Documentation/Examples/Burning.txt b/resources/Documentation/Examples/Burning.txt similarity index 100% rename from Documentation/Examples/Burning.txt rename to resources/Documentation/Examples/Burning.txt diff --git a/Documentation/Examples/CHS.txt b/resources/Documentation/Examples/CHS.txt similarity index 100% rename from Documentation/Examples/CHS.txt rename to resources/Documentation/Examples/CHS.txt diff --git a/Documentation/Examples/Cabin1.txt b/resources/Documentation/Examples/Cabin1.txt similarity index 100% rename from Documentation/Examples/Cabin1.txt rename to resources/Documentation/Examples/Cabin1.txt diff --git a/Documentation/Examples/Cabin10.txt b/resources/Documentation/Examples/Cabin10.txt similarity index 100% rename from Documentation/Examples/Cabin10.txt rename to resources/Documentation/Examples/Cabin10.txt diff --git a/Documentation/Examples/Cabin11.txt b/resources/Documentation/Examples/Cabin11.txt similarity index 100% rename from Documentation/Examples/Cabin11.txt rename to resources/Documentation/Examples/Cabin11.txt diff --git a/Documentation/Examples/Cabin2.txt b/resources/Documentation/Examples/Cabin2.txt similarity index 100% rename from Documentation/Examples/Cabin2.txt rename to resources/Documentation/Examples/Cabin2.txt diff --git a/Documentation/Examples/Cabin3.txt b/resources/Documentation/Examples/Cabin3.txt similarity index 100% rename from Documentation/Examples/Cabin3.txt rename to resources/Documentation/Examples/Cabin3.txt diff --git a/Documentation/Examples/Cabin4.txt b/resources/Documentation/Examples/Cabin4.txt similarity index 100% rename from Documentation/Examples/Cabin4.txt rename to resources/Documentation/Examples/Cabin4.txt diff --git a/Documentation/Examples/Cabin5.txt b/resources/Documentation/Examples/Cabin5.txt similarity index 100% rename from Documentation/Examples/Cabin5.txt rename to resources/Documentation/Examples/Cabin5.txt diff --git a/Documentation/Examples/Cabin6.txt b/resources/Documentation/Examples/Cabin6.txt similarity index 100% rename from Documentation/Examples/Cabin6.txt rename to resources/Documentation/Examples/Cabin6.txt diff --git a/Documentation/Examples/Cabin7.txt b/resources/Documentation/Examples/Cabin7.txt similarity index 100% rename from Documentation/Examples/Cabin7.txt rename to resources/Documentation/Examples/Cabin7.txt diff --git a/Documentation/Examples/Cabin8.txt b/resources/Documentation/Examples/Cabin8.txt similarity index 100% rename from Documentation/Examples/Cabin8.txt rename to resources/Documentation/Examples/Cabin8.txt diff --git a/Documentation/Examples/Cabin9.txt b/resources/Documentation/Examples/Cabin9.txt similarity index 100% rename from Documentation/Examples/Cabin9.txt rename to resources/Documentation/Examples/Cabin9.txt diff --git a/Documentation/Examples/CactusWillOutlive.txt b/resources/Documentation/Examples/CactusWillOutlive.txt similarity index 100% rename from Documentation/Examples/CactusWillOutlive.txt rename to resources/Documentation/Examples/CactusWillOutlive.txt diff --git a/Documentation/Examples/CampBethel.txt b/resources/Documentation/Examples/CampBethel.txt similarity index 100% rename from Documentation/Examples/CampBethel.txt rename to resources/Documentation/Examples/CampBethel.txt diff --git a/Documentation/Examples/Candle.txt b/resources/Documentation/Examples/Candle.txt similarity index 100% rename from Documentation/Examples/Candle.txt rename to resources/Documentation/Examples/Candle.txt diff --git a/Documentation/Examples/Candy.txt b/resources/Documentation/Examples/Candy.txt similarity index 100% rename from Documentation/Examples/Candy.txt rename to resources/Documentation/Examples/Candy.txt diff --git a/Documentation/Examples/CapitalCity.txt b/resources/Documentation/Examples/CapitalCity.txt similarity index 100% rename from Documentation/Examples/CapitalCity.txt rename to resources/Documentation/Examples/CapitalCity.txt diff --git a/Documentation/Examples/Car.txt b/resources/Documentation/Examples/Car.txt similarity index 100% rename from Documentation/Examples/Car.txt rename to resources/Documentation/Examples/Car.txt diff --git a/Documentation/Examples/Carnivale.txt b/resources/Documentation/Examples/Carnivale.txt similarity index 100% rename from Documentation/Examples/Carnivale.txt rename to resources/Documentation/Examples/Carnivale.txt diff --git a/Documentation/Examples/Carousel.txt b/resources/Documentation/Examples/Carousel.txt similarity index 100% rename from Documentation/Examples/Carousel.txt rename to resources/Documentation/Examples/Carousel.txt diff --git a/Documentation/Examples/Cash.txt b/resources/Documentation/Examples/Cash.txt similarity index 100% rename from Documentation/Examples/Cash.txt rename to resources/Documentation/Examples/Cash.txt diff --git a/Documentation/Examples/CasinoBanale.txt b/resources/Documentation/Examples/CasinoBanale.txt similarity index 100% rename from Documentation/Examples/CasinoBanale.txt rename to resources/Documentation/Examples/CasinoBanale.txt diff --git a/Documentation/Examples/Cave-troll.txt b/resources/Documentation/Examples/Cave-troll.txt similarity index 100% rename from Documentation/Examples/Cave-troll.txt rename to resources/Documentation/Examples/Cave-troll.txt diff --git a/Documentation/Examples/Celadon.txt b/resources/Documentation/Examples/Celadon.txt similarity index 100% rename from Documentation/Examples/Celadon.txt rename to resources/Documentation/Examples/Celadon.txt diff --git a/Documentation/Examples/Chanel.txt b/resources/Documentation/Examples/Chanel.txt similarity index 100% rename from Documentation/Examples/Chanel.txt rename to resources/Documentation/Examples/Chanel.txt diff --git a/Documentation/Examples/Channel.txt b/resources/Documentation/Examples/Channel.txt similarity index 100% rename from Documentation/Examples/Channel.txt rename to resources/Documentation/Examples/Channel.txt diff --git a/Documentation/Examples/Channel2.txt b/resources/Documentation/Examples/Channel2.txt similarity index 100% rename from Documentation/Examples/Channel2.txt rename to resources/Documentation/Examples/Channel2.txt diff --git a/Documentation/Examples/Charter.txt b/resources/Documentation/Examples/Charter.txt similarity index 100% rename from Documentation/Examples/Charter.txt rename to resources/Documentation/Examples/Charter.txt diff --git a/Documentation/Examples/Cheese-makers.txt b/resources/Documentation/Examples/Cheese-makers.txt similarity index 100% rename from Documentation/Examples/Cheese-makers.txt rename to resources/Documentation/Examples/Cheese-makers.txt diff --git a/Documentation/Examples/Chests.txt b/resources/Documentation/Examples/Chests.txt similarity index 100% rename from Documentation/Examples/Chests.txt rename to resources/Documentation/Examples/Chests.txt diff --git a/Documentation/Examples/Chihuahua.txt b/resources/Documentation/Examples/Chihuahua.txt similarity index 100% rename from Documentation/Examples/Chihuahua.txt rename to resources/Documentation/Examples/Chihuahua.txt diff --git a/Documentation/Examples/Cinco.txt b/resources/Documentation/Examples/Cinco.txt similarity index 100% rename from Documentation/Examples/Cinco.txt rename to resources/Documentation/Examples/Cinco.txt diff --git a/Documentation/Examples/CipherRoom.txt b/resources/Documentation/Examples/CipherRoom.txt similarity index 100% rename from Documentation/Examples/CipherRoom.txt rename to resources/Documentation/Examples/CipherRoom.txt diff --git a/Documentation/Examples/CircleOfMisery.txt b/resources/Documentation/Examples/CircleOfMisery.txt similarity index 100% rename from Documentation/Examples/CircleOfMisery.txt rename to resources/Documentation/Examples/CircleOfMisery.txt diff --git a/Documentation/Examples/ClaimsAdjustment.txt b/resources/Documentation/Examples/ClaimsAdjustment.txt similarity index 100% rename from Documentation/Examples/ClaimsAdjustment.txt rename to resources/Documentation/Examples/ClaimsAdjustment.txt diff --git a/Documentation/Examples/Clark2.txt b/resources/Documentation/Examples/Clark2.txt similarity index 100% rename from Documentation/Examples/Clark2.txt rename to resources/Documentation/Examples/Clark2.txt diff --git a/Documentation/Examples/ClarkEscape.txt b/resources/Documentation/Examples/ClarkEscape.txt similarity index 100% rename from Documentation/Examples/ClarkEscape.txt rename to resources/Documentation/Examples/ClarkEscape.txt diff --git a/Documentation/Examples/Clothing.txt b/resources/Documentation/Examples/Clothing.txt similarity index 100% rename from Documentation/Examples/Clothing.txt rename to resources/Documentation/Examples/Clothing.txt diff --git a/Documentation/Examples/Cloves.txt b/resources/Documentation/Examples/Cloves.txt similarity index 100% rename from Documentation/Examples/Cloves.txt rename to resources/Documentation/Examples/Cloves.txt diff --git a/Documentation/Examples/CoD.txt b/resources/Documentation/Examples/CoD.txt similarity index 100% rename from Documentation/Examples/CoD.txt rename to resources/Documentation/Examples/CoD.txt diff --git a/Documentation/Examples/Compass.txt b/resources/Documentation/Examples/Compass.txt similarity index 100% rename from Documentation/Examples/Compass.txt rename to resources/Documentation/Examples/Compass.txt diff --git a/Documentation/Examples/Compassless.txt b/resources/Documentation/Examples/Compassless.txt similarity index 100% rename from Documentation/Examples/Compassless.txt rename to resources/Documentation/Examples/Compassless.txt diff --git a/Documentation/Examples/Controlling.txt b/resources/Documentation/Examples/Controlling.txt similarity index 100% rename from Documentation/Examples/Controlling.txt rename to resources/Documentation/Examples/Controlling.txt diff --git a/Documentation/Examples/Conversation.txt b/resources/Documentation/Examples/Conversation.txt similarity index 100% rename from Documentation/Examples/Conversation.txt rename to resources/Documentation/Examples/Conversation.txt diff --git a/Documentation/Examples/Cooking.txt b/resources/Documentation/Examples/Cooking.txt similarity index 100% rename from Documentation/Examples/Cooking.txt rename to resources/Documentation/Examples/Cooking.txt diff --git a/Documentation/Examples/CopperRiver.txt b/resources/Documentation/Examples/CopperRiver.txt similarity index 100% rename from Documentation/Examples/CopperRiver.txt rename to resources/Documentation/Examples/CopperRiver.txt diff --git a/Documentation/Examples/Costa.txt b/resources/Documentation/Examples/Costa.txt similarity index 100% rename from Documentation/Examples/Costa.txt rename to resources/Documentation/Examples/Costa.txt diff --git a/Documentation/Examples/CowExonerated.txt b/resources/Documentation/Examples/CowExonerated.txt similarity index 100% rename from Documentation/Examples/CowExonerated.txt rename to resources/Documentation/Examples/CowExonerated.txt diff --git a/Documentation/Examples/CranesLeg1.txt b/resources/Documentation/Examples/CranesLeg1.txt similarity index 100% rename from Documentation/Examples/CranesLeg1.txt rename to resources/Documentation/Examples/CranesLeg1.txt diff --git a/Documentation/Examples/CranesLeg2.txt b/resources/Documentation/Examples/CranesLeg2.txt similarity index 100% rename from Documentation/Examples/CranesLeg2.txt rename to resources/Documentation/Examples/CranesLeg2.txt diff --git a/Documentation/Examples/Croft.txt b/resources/Documentation/Examples/Croft.txt similarity index 100% rename from Documentation/Examples/Croft.txt rename to resources/Documentation/Examples/Croft.txt diff --git a/Documentation/Examples/Crusoe.txt b/resources/Documentation/Examples/Crusoe.txt similarity index 100% rename from Documentation/Examples/Crusoe.txt rename to resources/Documentation/Examples/Crusoe.txt diff --git a/Documentation/Examples/Cyclical.txt b/resources/Documentation/Examples/Cyclical.txt similarity index 100% rename from Documentation/Examples/Cyclical.txt rename to resources/Documentation/Examples/Cyclical.txt diff --git a/Documentation/Examples/Deadbolt.txt b/resources/Documentation/Examples/Deadbolt.txt similarity index 100% rename from Documentation/Examples/Deadbolt.txt rename to resources/Documentation/Examples/Deadbolt.txt diff --git a/Documentation/Examples/DearthMaiden.txt b/resources/Documentation/Examples/DearthMaiden.txt similarity index 100% rename from Documentation/Examples/DearthMaiden.txt rename to resources/Documentation/Examples/DearthMaiden.txt diff --git a/Documentation/Examples/DeliciousDeliciousRocks.txt b/resources/Documentation/Examples/DeliciousDeliciousRocks.txt similarity index 100% rename from Documentation/Examples/DeliciousDeliciousRocks.txt rename to resources/Documentation/Examples/DeliciousDeliciousRocks.txt diff --git a/Documentation/Examples/Diagnose.txt b/resources/Documentation/Examples/Diagnose.txt similarity index 100% rename from Documentation/Examples/Diagnose.txt rename to resources/Documentation/Examples/Diagnose.txt diff --git a/Documentation/Examples/Dishes.txt b/resources/Documentation/Examples/Dishes.txt similarity index 100% rename from Documentation/Examples/Dishes.txt rename to resources/Documentation/Examples/Dishes.txt diff --git a/Documentation/Examples/DoPassGo.txt b/resources/Documentation/Examples/DoPassGo.txt similarity index 100% rename from Documentation/Examples/DoPassGo.txt rename to resources/Documentation/Examples/DoPassGo.txt diff --git a/Documentation/Examples/Donut.txt b/resources/Documentation/Examples/Donut.txt similarity index 100% rename from Documentation/Examples/Donut.txt rename to resources/Documentation/Examples/Donut.txt diff --git a/Documentation/Examples/DoorChange.txt b/resources/Documentation/Examples/DoorChange.txt similarity index 100% rename from Documentation/Examples/DoorChange.txt rename to resources/Documentation/Examples/DoorChange.txt diff --git a/Documentation/Examples/Doors.txt b/resources/Documentation/Examples/Doors.txt similarity index 100% rename from Documentation/Examples/Doors.txt rename to resources/Documentation/Examples/Doors.txt diff --git a/Documentation/Examples/DoubleInvent.txt b/resources/Documentation/Examples/DoubleInvent.txt similarity index 100% rename from Documentation/Examples/DoubleInvent.txt rename to resources/Documentation/Examples/DoubleInvent.txt diff --git a/Documentation/Examples/DownInOodville.txt b/resources/Documentation/Examples/DownInOodville.txt similarity index 100% rename from Documentation/Examples/DownInOodville.txt rename to resources/Documentation/Examples/DownInOodville.txt diff --git a/Documentation/Examples/Easypants.txt b/resources/Documentation/Examples/Easypants.txt similarity index 100% rename from Documentation/Examples/Easypants.txt rename to resources/Documentation/Examples/Easypants.txt diff --git a/Documentation/Examples/Eclipse.txt b/resources/Documentation/Examples/Eclipse.txt similarity index 100% rename from Documentation/Examples/Eclipse.txt rename to resources/Documentation/Examples/Eclipse.txt diff --git a/Documentation/Examples/Eigenvalue.txt b/resources/Documentation/Examples/Eigenvalue.txt similarity index 100% rename from Documentation/Examples/Eigenvalue.txt rename to resources/Documentation/Examples/Eigenvalue.txt diff --git a/Documentation/Examples/Electric.txt b/resources/Documentation/Examples/Electric.txt similarity index 100% rename from Documentation/Examples/Electric.txt rename to resources/Documentation/Examples/Electric.txt diff --git a/Documentation/Examples/Electrified.txt b/resources/Documentation/Examples/Electrified.txt similarity index 100% rename from Documentation/Examples/Electrified.txt rename to resources/Documentation/Examples/Electrified.txt diff --git a/Documentation/Examples/Electro.txt b/resources/Documentation/Examples/Electro.txt similarity index 100% rename from Documentation/Examples/Electro.txt rename to resources/Documentation/Examples/Electro.txt diff --git a/Documentation/Examples/Elevator.txt b/resources/Documentation/Examples/Elevator.txt similarity index 100% rename from Documentation/Examples/Elevator.txt rename to resources/Documentation/Examples/Elevator.txt diff --git a/Documentation/Examples/Elsie.txt b/resources/Documentation/Examples/Elsie.txt similarity index 100% rename from Documentation/Examples/Elsie.txt rename to resources/Documentation/Examples/Elsie.txt diff --git a/Documentation/Examples/Emma.txt b/resources/Documentation/Examples/Emma.txt similarity index 100% rename from Documentation/Examples/Emma.txt rename to resources/Documentation/Examples/Emma.txt diff --git a/Documentation/Examples/Encyclopedia.txt b/resources/Documentation/Examples/Encyclopedia.txt similarity index 100% rename from Documentation/Examples/Encyclopedia.txt rename to resources/Documentation/Examples/Encyclopedia.txt diff --git a/Documentation/Examples/Endurance.txt b/resources/Documentation/Examples/Endurance.txt similarity index 100% rename from Documentation/Examples/Endurance.txt rename to resources/Documentation/Examples/Endurance.txt diff --git a/Documentation/Examples/Entrevaux.txt b/resources/Documentation/Examples/Entrevaux.txt similarity index 100% rename from Documentation/Examples/Entrevaux.txt rename to resources/Documentation/Examples/Entrevaux.txt diff --git a/Documentation/Examples/Entropy.txt b/resources/Documentation/Examples/Entropy.txt similarity index 100% rename from Documentation/Examples/Entropy.txt rename to resources/Documentation/Examples/Entropy.txt diff --git a/Documentation/Examples/Epitaph.txt b/resources/Documentation/Examples/Epitaph.txt similarity index 100% rename from Documentation/Examples/Epitaph.txt rename to resources/Documentation/Examples/Epitaph.txt diff --git a/Documentation/Examples/Equipment.txt b/resources/Documentation/Examples/Equipment.txt similarity index 100% rename from Documentation/Examples/Equipment.txt rename to resources/Documentation/Examples/Equipment.txt diff --git a/Documentation/Examples/EscapeFromTheSeraglio.txt b/resources/Documentation/Examples/EscapeFromTheSeraglio.txt similarity index 100% rename from Documentation/Examples/EscapeFromTheSeraglio.txt rename to resources/Documentation/Examples/EscapeFromTheSeraglio.txt diff --git a/Documentation/Examples/Examination.txt b/resources/Documentation/Examples/Examination.txt similarity index 100% rename from Documentation/Examples/Examination.txt rename to resources/Documentation/Examples/Examination.txt diff --git a/Documentation/Examples/Example.txt b/resources/Documentation/Examples/Example.txt similarity index 100% rename from Documentation/Examples/Example.txt rename to resources/Documentation/Examples/Example.txt diff --git a/Documentation/Examples/Exits.txt b/resources/Documentation/Examples/Exits.txt similarity index 100% rename from Documentation/Examples/Exits.txt rename to resources/Documentation/Examples/Exits.txt diff --git a/Documentation/Examples/ExitsSimple.txt b/resources/Documentation/Examples/ExitsSimple.txt similarity index 100% rename from Documentation/Examples/ExitsSimple.txt rename to resources/Documentation/Examples/ExitsSimple.txt diff --git a/Documentation/Examples/ExtraSupplies.txt b/resources/Documentation/Examples/ExtraSupplies.txt similarity index 100% rename from Documentation/Examples/ExtraSupplies.txt rename to resources/Documentation/Examples/ExtraSupplies.txt diff --git a/Documentation/Examples/EyesFingersToes.txt b/resources/Documentation/Examples/EyesFingersToes.txt similarity index 100% rename from Documentation/Examples/EyesFingersToes.txt rename to resources/Documentation/Examples/EyesFingersToes.txt diff --git a/Documentation/Examples/Fabrication.txt b/resources/Documentation/Examples/Fabrication.txt similarity index 100% rename from Documentation/Examples/Fabrication.txt rename to resources/Documentation/Examples/Fabrication.txt diff --git a/Documentation/Examples/FactsWereThese.txt b/resources/Documentation/Examples/FactsWereThese.txt similarity index 100% rename from Documentation/Examples/FactsWereThese.txt rename to resources/Documentation/Examples/FactsWereThese.txt diff --git a/Documentation/Examples/FalloutEnclosure.txt b/resources/Documentation/Examples/FalloutEnclosure.txt similarity index 100% rename from Documentation/Examples/FalloutEnclosure.txt rename to resources/Documentation/Examples/FalloutEnclosure.txt diff --git a/Documentation/Examples/FancyTake.txt b/resources/Documentation/Examples/FancyTake.txt similarity index 100% rename from Documentation/Examples/FancyTake.txt rename to resources/Documentation/Examples/FancyTake.txt diff --git a/Documentation/Examples/Feline.txt b/resources/Documentation/Examples/Feline.txt similarity index 100% rename from Documentation/Examples/Feline.txt rename to resources/Documentation/Examples/Feline.txt diff --git a/Documentation/Examples/FerragamoAgain.txt b/resources/Documentation/Examples/FerragamoAgain.txt similarity index 100% rename from Documentation/Examples/FerragamoAgain.txt rename to resources/Documentation/Examples/FerragamoAgain.txt diff --git a/Documentation/Examples/FibonacciSequence.txt b/resources/Documentation/Examples/FibonacciSequence.txt similarity index 100% rename from Documentation/Examples/FibonacciSequence.txt rename to resources/Documentation/Examples/FibonacciSequence.txt diff --git a/Documentation/Examples/Fido.txt b/resources/Documentation/Examples/Fido.txt similarity index 100% rename from Documentation/Examples/Fido.txt rename to resources/Documentation/Examples/Fido.txt diff --git a/Documentation/Examples/FifthBody.txt b/resources/Documentation/Examples/FifthBody.txt similarity index 100% rename from Documentation/Examples/FifthBody.txt rename to resources/Documentation/Examples/FifthBody.txt diff --git a/Documentation/Examples/Finality.txt b/resources/Documentation/Examples/Finality.txt similarity index 100% rename from Documentation/Examples/Finality.txt rename to resources/Documentation/Examples/Finality.txt diff --git a/Documentation/Examples/FineLaid.txt b/resources/Documentation/Examples/FineLaid.txt similarity index 100% rename from Documentation/Examples/FineLaid.txt rename to resources/Documentation/Examples/FineLaid.txt diff --git a/Documentation/Examples/Finishing.txt b/resources/Documentation/Examples/Finishing.txt similarity index 100% rename from Documentation/Examples/Finishing.txt rename to resources/Documentation/Examples/Finishing.txt diff --git a/Documentation/Examples/FirstNames.txt b/resources/Documentation/Examples/FirstNames.txt similarity index 100% rename from Documentation/Examples/FirstNames.txt rename to resources/Documentation/Examples/FirstNames.txt diff --git a/Documentation/Examples/Floorplan.txt b/resources/Documentation/Examples/Floorplan.txt similarity index 100% rename from Documentation/Examples/Floorplan.txt rename to resources/Documentation/Examples/Floorplan.txt diff --git a/Documentation/Examples/Flotation.txt b/resources/Documentation/Examples/Flotation.txt similarity index 100% rename from Documentation/Examples/Flotation.txt rename to resources/Documentation/Examples/Flotation.txt diff --git a/Documentation/Examples/Flowerpots.txt b/resources/Documentation/Examples/Flowerpots.txt similarity index 100% rename from Documentation/Examples/Flowerpots.txt rename to resources/Documentation/Examples/Flowerpots.txt diff --git a/Documentation/Examples/Follow.txt b/resources/Documentation/Examples/Follow.txt similarity index 100% rename from Documentation/Examples/Follow.txt rename to resources/Documentation/Examples/Follow.txt diff --git a/Documentation/Examples/Foosball.txt b/resources/Documentation/Examples/Foosball.txt similarity index 100% rename from Documentation/Examples/Foosball.txt rename to resources/Documentation/Examples/Foosball.txt diff --git a/Documentation/Examples/Footnotes.txt b/resources/Documentation/Examples/Footnotes.txt similarity index 100% rename from Documentation/Examples/Footnotes.txt rename to resources/Documentation/Examples/Footnotes.txt diff --git a/Documentation/Examples/ForDemonstrationPurposes.txt b/resources/Documentation/Examples/ForDemonstrationPurposes.txt similarity index 100% rename from Documentation/Examples/ForDemonstrationPurposes.txt rename to resources/Documentation/Examples/ForDemonstrationPurposes.txt diff --git a/Documentation/Examples/Fore.txt b/resources/Documentation/Examples/Fore.txt similarity index 100% rename from Documentation/Examples/Fore.txt rename to resources/Documentation/Examples/Fore.txt diff --git a/Documentation/Examples/Former.txt b/resources/Documentation/Examples/Former.txt similarity index 100% rename from Documentation/Examples/Former.txt rename to resources/Documentation/Examples/Former.txt diff --git a/Documentation/Examples/Formicidae.txt b/resources/Documentation/Examples/Formicidae.txt similarity index 100% rename from Documentation/Examples/Formicidae.txt rename to resources/Documentation/Examples/Formicidae.txt diff --git a/Documentation/Examples/FourthBody.txt b/resources/Documentation/Examples/FourthBody.txt similarity index 100% rename from Documentation/Examples/FourthBody.txt rename to resources/Documentation/Examples/FourthBody.txt diff --git a/Documentation/Examples/Fragility.txt b/resources/Documentation/Examples/Fragility.txt similarity index 100% rename from Documentation/Examples/Fragility.txt rename to resources/Documentation/Examples/Fragility.txt diff --git a/Documentation/Examples/FunWithParticiples.txt b/resources/Documentation/Examples/FunWithParticiples.txt similarity index 100% rename from Documentation/Examples/FunWithParticiples.txt rename to resources/Documentation/Examples/FunWithParticiples.txt diff --git a/Documentation/Examples/FurtherReasons.txt b/resources/Documentation/Examples/FurtherReasons.txt similarity index 100% rename from Documentation/Examples/FurtherReasons.txt rename to resources/Documentation/Examples/FurtherReasons.txt diff --git a/Documentation/Examples/Fussy.txt b/resources/Documentation/Examples/Fussy.txt similarity index 100% rename from Documentation/Examples/Fussy.txt rename to resources/Documentation/Examples/Fussy.txt diff --git a/Documentation/Examples/Gallery.txt b/resources/Documentation/Examples/Gallery.txt similarity index 100% rename from Documentation/Examples/Gallery.txt rename to resources/Documentation/Examples/Gallery.txt diff --git a/Documentation/Examples/Garibaldi.txt b/resources/Documentation/Examples/Garibaldi.txt similarity index 100% rename from Documentation/Examples/Garibaldi.txt rename to resources/Documentation/Examples/Garibaldi.txt diff --git a/Documentation/Examples/Garibaldi2.txt b/resources/Documentation/Examples/Garibaldi2.txt similarity index 100% rename from Documentation/Examples/Garibaldi2.txt rename to resources/Documentation/Examples/Garibaldi2.txt diff --git a/Documentation/Examples/Gas2.txt b/resources/Documentation/Examples/Gas2.txt similarity index 100% rename from Documentation/Examples/Gas2.txt rename to resources/Documentation/Examples/Gas2.txt diff --git a/Documentation/Examples/GasDiffusion.txt b/resources/Documentation/Examples/GasDiffusion.txt similarity index 100% rename from Documentation/Examples/GasDiffusion.txt rename to resources/Documentation/Examples/GasDiffusion.txt diff --git a/Documentation/Examples/Gelato-G.txt b/resources/Documentation/Examples/Gelato-G.txt similarity index 100% rename from Documentation/Examples/Gelato-G.txt rename to resources/Documentation/Examples/Gelato-G.txt diff --git a/Documentation/Examples/Gender.txt b/resources/Documentation/Examples/Gender.txt similarity index 100% rename from Documentation/Examples/Gender.txt rename to resources/Documentation/Examples/Gender.txt diff --git a/Documentation/Examples/Gentleman.txt b/resources/Documentation/Examples/Gentleman.txt similarity index 100% rename from Documentation/Examples/Gentleman.txt rename to resources/Documentation/Examples/Gentleman.txt diff --git a/Documentation/Examples/GettingDown.txt b/resources/Documentation/Examples/GettingDown.txt similarity index 100% rename from Documentation/Examples/GettingDown.txt rename to resources/Documentation/Examples/GettingDown.txt diff --git a/Documentation/Examples/Girls.txt b/resources/Documentation/Examples/Girls.txt similarity index 100% rename from Documentation/Examples/Girls.txt rename to resources/Documentation/Examples/Girls.txt diff --git a/Documentation/Examples/Give.txt b/resources/Documentation/Examples/Give.txt similarity index 100% rename from Documentation/Examples/Give.txt rename to resources/Documentation/Examples/Give.txt diff --git a/Documentation/Examples/Gloves.txt b/resources/Documentation/Examples/Gloves.txt similarity index 100% rename from Documentation/Examples/Gloves.txt rename to resources/Documentation/Examples/Gloves.txt diff --git a/Documentation/Examples/Gopher-wood.txt b/resources/Documentation/Examples/Gopher-wood.txt similarity index 100% rename from Documentation/Examples/Gopher-wood.txt rename to resources/Documentation/Examples/Gopher-wood.txt diff --git a/Documentation/Examples/Grammatica.txt b/resources/Documentation/Examples/Grammatica.txt similarity index 100% rename from Documentation/Examples/Grammatica.txt rename to resources/Documentation/Examples/Grammatica.txt diff --git a/Documentation/Examples/Grapes.txt b/resources/Documentation/Examples/Grapes.txt similarity index 100% rename from Documentation/Examples/Grapes.txt rename to resources/Documentation/Examples/Grapes.txt diff --git a/Documentation/Examples/GreatPortlandStreet.txt b/resources/Documentation/Examples/GreatPortlandStreet.txt similarity index 100% rename from Documentation/Examples/GreatPortlandStreet.txt rename to resources/Documentation/Examples/GreatPortlandStreet.txt diff --git a/Documentation/Examples/GreenEggs.txt b/resources/Documentation/Examples/GreenEggs.txt similarity index 100% rename from Documentation/Examples/GreenEggs.txt rename to resources/Documentation/Examples/GreenEggs.txt diff --git a/Documentation/Examples/Grilling.txt b/resources/Documentation/Examples/Grilling.txt similarity index 100% rename from Documentation/Examples/Grilling.txt rename to resources/Documentation/Examples/Grilling.txt diff --git a/Documentation/Examples/Guilt.txt b/resources/Documentation/Examples/Guilt.txt similarity index 100% rename from Documentation/Examples/Guilt.txt rename to resources/Documentation/Examples/Guilt.txt diff --git a/Documentation/Examples/HappyHell.txt b/resources/Documentation/Examples/HappyHell.txt similarity index 100% rename from Documentation/Examples/HappyHell.txt rename to resources/Documentation/Examples/HappyHell.txt diff --git a/Documentation/Examples/Harrison.txt b/resources/Documentation/Examples/Harrison.txt similarity index 100% rename from Documentation/Examples/Harrison.txt rename to resources/Documentation/Examples/Harrison.txt diff --git a/Documentation/Examples/Hatless.txt b/resources/Documentation/Examples/Hatless.txt similarity index 100% rename from Documentation/Examples/Hatless.txt rename to resources/Documentation/Examples/Hatless.txt diff --git a/Documentation/Examples/Havel.txt b/resources/Documentation/Examples/Havel.txt similarity index 100% rename from Documentation/Examples/Havel.txt rename to resources/Documentation/Examples/Havel.txt diff --git a/Documentation/Examples/HaysCode.txt b/resources/Documentation/Examples/HaysCode.txt similarity index 100% rename from Documentation/Examples/HaysCode.txt rename to resources/Documentation/Examples/HaysCode.txt diff --git a/Documentation/Examples/Hello.txt b/resources/Documentation/Examples/Hello.txt similarity index 100% rename from Documentation/Examples/Hello.txt rename to resources/Documentation/Examples/Hello.txt diff --git a/Documentation/Examples/Hermes.txt b/resources/Documentation/Examples/Hermes.txt similarity index 100% rename from Documentation/Examples/Hermes.txt rename to resources/Documentation/Examples/Hermes.txt diff --git a/Documentation/Examples/HintsOff.txt b/resources/Documentation/Examples/HintsOff.txt similarity index 100% rename from Documentation/Examples/HintsOff.txt rename to resources/Documentation/Examples/HintsOff.txt diff --git a/Documentation/Examples/HistoryLab.txt b/resources/Documentation/Examples/HistoryLab.txt similarity index 100% rename from Documentation/Examples/HistoryLab.txt rename to resources/Documentation/Examples/HistoryLab.txt diff --git a/Documentation/Examples/Hohmann.txt b/resources/Documentation/Examples/Hohmann.txt similarity index 100% rename from Documentation/Examples/Hohmann.txt rename to resources/Documentation/Examples/Hohmann.txt diff --git a/Documentation/Examples/HouroftheWren.txt b/resources/Documentation/Examples/HouroftheWren.txt similarity index 100% rename from Documentation/Examples/HouroftheWren.txt rename to resources/Documentation/Examples/HouroftheWren.txt diff --git a/Documentation/Examples/Housman.txt b/resources/Documentation/Examples/Housman.txt similarity index 100% rename from Documentation/Examples/Housman.txt rename to resources/Documentation/Examples/Housman.txt diff --git a/Documentation/Examples/Hover.txt b/resources/Documentation/Examples/Hover.txt similarity index 100% rename from Documentation/Examples/Hover.txt rename to resources/Documentation/Examples/Hover.txt diff --git a/Documentation/Examples/Hudsucker.txt b/resources/Documentation/Examples/Hudsucker.txt similarity index 100% rename from Documentation/Examples/Hudsucker.txt rename to resources/Documentation/Examples/Hudsucker.txt diff --git a/Documentation/Examples/Hymenaeus.txt b/resources/Documentation/Examples/Hymenaeus.txt similarity index 100% rename from Documentation/Examples/Hymenaeus.txt rename to resources/Documentation/Examples/Hymenaeus.txt diff --git a/Documentation/Examples/Hypnosis.txt b/resources/Documentation/Examples/Hypnosis.txt similarity index 100% rename from Documentation/Examples/Hypnosis.txt rename to resources/Documentation/Examples/Hypnosis.txt diff --git a/Documentation/Examples/IPA.txt b/resources/Documentation/Examples/IPA.txt similarity index 100% rename from Documentation/Examples/IPA.txt rename to resources/Documentation/Examples/IPA.txt diff --git a/Documentation/Examples/Identitytheft.txt b/resources/Documentation/Examples/Identitytheft.txt similarity index 100% rename from Documentation/Examples/Identitytheft.txt rename to resources/Documentation/Examples/Identitytheft.txt diff --git a/Documentation/Examples/IgpayAtinlay.txt b/resources/Documentation/Examples/IgpayAtinlay.txt similarity index 100% rename from Documentation/Examples/IgpayAtinlay.txt rename to resources/Documentation/Examples/IgpayAtinlay.txt diff --git a/Documentation/Examples/Infiltration.txt b/resources/Documentation/Examples/Infiltration.txt similarity index 100% rename from Documentation/Examples/Infiltration.txt rename to resources/Documentation/Examples/Infiltration.txt diff --git a/Documentation/Examples/Inquisition.txt b/resources/Documentation/Examples/Inquisition.txt similarity index 100% rename from Documentation/Examples/Inquisition.txt rename to resources/Documentation/Examples/Inquisition.txt diff --git a/Documentation/Examples/Inquisitions.txt b/resources/Documentation/Examples/Inquisitions.txt similarity index 100% rename from Documentation/Examples/Inquisitions.txt rename to resources/Documentation/Examples/Inquisitions.txt diff --git a/Documentation/Examples/Jamaica1688.txt b/resources/Documentation/Examples/Jamaica1688.txt similarity index 100% rename from Documentation/Examples/Jamaica1688.txt rename to resources/Documentation/Examples/Jamaica1688.txt diff --git a/Documentation/Examples/Jenna.txt b/resources/Documentation/Examples/Jenna.txt similarity index 100% rename from Documentation/Examples/Jenna.txt rename to resources/Documentation/Examples/Jenna.txt diff --git a/Documentation/Examples/Jesse.txt b/resources/Documentation/Examples/Jesse.txt similarity index 100% rename from Documentation/Examples/Jesse.txt rename to resources/Documentation/Examples/Jesse.txt diff --git a/Documentation/Examples/Jokers.txt b/resources/Documentation/Examples/Jokers.txt similarity index 100% rename from Documentation/Examples/Jokers.txt rename to resources/Documentation/Examples/Jokers.txt diff --git a/Documentation/Examples/Juggling.txt b/resources/Documentation/Examples/Juggling.txt similarity index 100% rename from Documentation/Examples/Juggling.txt rename to resources/Documentation/Examples/Juggling.txt diff --git a/Documentation/Examples/Keyword.txt b/resources/Documentation/Examples/Keyword.txt similarity index 100% rename from Documentation/Examples/Keyword.txt rename to resources/Documentation/Examples/Keyword.txt diff --git a/Documentation/Examples/Kitty.txt b/resources/Documentation/Examples/Kitty.txt similarity index 100% rename from Documentation/Examples/Kitty.txt rename to resources/Documentation/Examples/Kitty.txt diff --git a/Documentation/Examples/Kiwi.txt b/resources/Documentation/Examples/Kiwi.txt similarity index 100% rename from Documentation/Examples/Kiwi.txt rename to resources/Documentation/Examples/Kiwi.txt diff --git a/Documentation/Examples/Labyrinth.txt b/resources/Documentation/Examples/Labyrinth.txt similarity index 100% rename from Documentation/Examples/Labyrinth.txt rename to resources/Documentation/Examples/Labyrinth.txt diff --git a/Documentation/Examples/Lakeside.txt b/resources/Documentation/Examples/Lakeside.txt similarity index 100% rename from Documentation/Examples/Lakeside.txt rename to resources/Documentation/Examples/Lakeside.txt diff --git a/Documentation/Examples/Lanista1.txt b/resources/Documentation/Examples/Lanista1.txt similarity index 100% rename from Documentation/Examples/Lanista1.txt rename to resources/Documentation/Examples/Lanista1.txt diff --git a/Documentation/Examples/Lanista2.txt b/resources/Documentation/Examples/Lanista2.txt similarity index 100% rename from Documentation/Examples/Lanista2.txt rename to resources/Documentation/Examples/Lanista2.txt diff --git a/Documentation/Examples/Larva.txt b/resources/Documentation/Examples/Larva.txt similarity index 100% rename from Documentation/Examples/Larva.txt rename to resources/Documentation/Examples/Larva.txt diff --git a/Documentation/Examples/Larva2.txt b/resources/Documentation/Examples/Larva2.txt similarity index 100% rename from Documentation/Examples/Larva2.txt rename to resources/Documentation/Examples/Larva2.txt diff --git a/Documentation/Examples/LastPoint.txt b/resources/Documentation/Examples/LastPoint.txt similarity index 100% rename from Documentation/Examples/LastPoint.txt rename to resources/Documentation/Examples/LastPoint.txt diff --git a/Documentation/Examples/LatinLessons.txt b/resources/Documentation/Examples/LatinLessons.txt similarity index 100% rename from Documentation/Examples/LatinLessons.txt rename to resources/Documentation/Examples/LatinLessons.txt diff --git a/Documentation/Examples/Laura.txt b/resources/Documentation/Examples/Laura.txt similarity index 100% rename from Documentation/Examples/Laura.txt rename to resources/Documentation/Examples/Laura.txt diff --git a/Documentation/Examples/Lawn.txt b/resources/Documentation/Examples/Lawn.txt similarity index 100% rename from Documentation/Examples/Lawn.txt rename to resources/Documentation/Examples/Lawn.txt diff --git a/Documentation/Examples/Lecture.txt b/resources/Documentation/Examples/Lecture.txt similarity index 100% rename from Documentation/Examples/Lecture.txt rename to resources/Documentation/Examples/Lecture.txt diff --git a/Documentation/Examples/LeftHandofAutumn.txt b/resources/Documentation/Examples/LeftHandofAutumn.txt similarity index 100% rename from Documentation/Examples/LeftHandofAutumn.txt rename to resources/Documentation/Examples/LeftHandofAutumn.txt diff --git a/Documentation/Examples/Lemonade.txt b/resources/Documentation/Examples/Lemonade.txt similarity index 100% rename from Documentation/Examples/Lemonade.txt rename to resources/Documentation/Examples/Lemonade.txt diff --git a/Documentation/Examples/Leopard-skin.txt b/resources/Documentation/Examples/Leopard-skin.txt similarity index 100% rename from Documentation/Examples/Leopard-skin.txt rename to resources/Documentation/Examples/Leopard-skin.txt diff --git a/Documentation/Examples/Lies.txt b/resources/Documentation/Examples/Lies.txt similarity index 100% rename from Documentation/Examples/Lies.txt rename to resources/Documentation/Examples/Lies.txt diff --git a/Documentation/Examples/Lighthouse.txt b/resources/Documentation/Examples/Lighthouse.txt similarity index 100% rename from Documentation/Examples/Lighthouse.txt rename to resources/Documentation/Examples/Lighthouse.txt diff --git a/Documentation/Examples/Liminal.txt b/resources/Documentation/Examples/Liminal.txt similarity index 100% rename from Documentation/Examples/Liminal.txt rename to resources/Documentation/Examples/Liminal.txt diff --git a/Documentation/Examples/LollipopGuild.txt b/resources/Documentation/Examples/LollipopGuild.txt similarity index 100% rename from Documentation/Examples/LollipopGuild.txt rename to resources/Documentation/Examples/LollipopGuild.txt diff --git a/Documentation/Examples/LongTravel.txt b/resources/Documentation/Examples/LongTravel.txt similarity index 100% rename from Documentation/Examples/LongTravel.txt rename to resources/Documentation/Examples/LongTravel.txt diff --git a/Documentation/Examples/Lottery.txt b/resources/Documentation/Examples/Lottery.txt similarity index 100% rename from Documentation/Examples/Lottery.txt rename to resources/Documentation/Examples/Lottery.txt diff --git a/Documentation/Examples/LowLight.txt b/resources/Documentation/Examples/LowLight.txt similarity index 100% rename from Documentation/Examples/LowLight.txt rename to resources/Documentation/Examples/LowLight.txt diff --git a/Documentation/Examples/Lucy.txt b/resources/Documentation/Examples/Lucy.txt similarity index 100% rename from Documentation/Examples/Lucy.txt rename to resources/Documentation/Examples/Lucy.txt diff --git a/Documentation/Examples/LugubriousPetes.txt b/resources/Documentation/Examples/LugubriousPetes.txt similarity index 100% rename from Documentation/Examples/LugubriousPetes.txt rename to resources/Documentation/Examples/LugubriousPetes.txt diff --git a/Documentation/Examples/MRE.txt b/resources/Documentation/Examples/MRE.txt similarity index 100% rename from Documentation/Examples/MRE.txt rename to resources/Documentation/Examples/MRE.txt diff --git a/Documentation/Examples/Maenad.txt b/resources/Documentation/Examples/Maenad.txt similarity index 100% rename from Documentation/Examples/Maenad.txt rename to resources/Documentation/Examples/Maenad.txt diff --git a/Documentation/Examples/Magnet.txt b/resources/Documentation/Examples/Magnet.txt similarity index 100% rename from Documentation/Examples/Magnet.txt rename to resources/Documentation/Examples/Magnet.txt diff --git a/Documentation/Examples/Mapped.txt b/resources/Documentation/Examples/Mapped.txt similarity index 100% rename from Documentation/Examples/Mapped.txt rename to resources/Documentation/Examples/Mapped.txt diff --git a/Documentation/Examples/MappedGreece.txt b/resources/Documentation/Examples/MappedGreece.txt similarity index 100% rename from Documentation/Examples/MappedGreece.txt rename to resources/Documentation/Examples/MappedGreece.txt diff --git a/Documentation/Examples/Marble.txt b/resources/Documentation/Examples/Marble.txt similarity index 100% rename from Documentation/Examples/Marble.txt rename to resources/Documentation/Examples/Marble.txt diff --git a/Documentation/Examples/Marbles.txt b/resources/Documentation/Examples/Marbles.txt similarity index 100% rename from Documentation/Examples/Marbles.txt rename to resources/Documentation/Examples/Marbles.txt diff --git a/Documentation/Examples/Maths.txt b/resources/Documentation/Examples/Maths.txt similarity index 100% rename from Documentation/Examples/Maths.txt rename to resources/Documentation/Examples/Maths.txt diff --git a/Documentation/Examples/Maths2.txt b/resources/Documentation/Examples/Maths2.txt similarity index 100% rename from Documentation/Examples/Maths2.txt rename to resources/Documentation/Examples/Maths2.txt diff --git a/Documentation/Examples/Matreshka.txt b/resources/Documentation/Examples/Matreshka.txt similarity index 100% rename from Documentation/Examples/Matreshka.txt rename to resources/Documentation/Examples/Matreshka.txt diff --git a/Documentation/Examples/MattressKing.txt b/resources/Documentation/Examples/MattressKing.txt similarity index 100% rename from Documentation/Examples/MattressKing.txt rename to resources/Documentation/Examples/MattressKing.txt diff --git a/Documentation/Examples/McQuerry.txt b/resources/Documentation/Examples/McQuerry.txt similarity index 100% rename from Documentation/Examples/McQuerry.txt rename to resources/Documentation/Examples/McQuerry.txt diff --git a/Documentation/Examples/MeetMarket.txt b/resources/Documentation/Examples/MeetMarket.txt similarity index 100% rename from Documentation/Examples/MeetMarket.txt rename to resources/Documentation/Examples/MeetMarket.txt diff --git a/Documentation/Examples/Menu.txt b/resources/Documentation/Examples/Menu.txt similarity index 100% rename from Documentation/Examples/Menu.txt rename to resources/Documentation/Examples/Menu.txt diff --git a/Documentation/Examples/MenuContinued.txt b/resources/Documentation/Examples/MenuContinued.txt similarity index 100% rename from Documentation/Examples/MenuContinued.txt rename to resources/Documentation/Examples/MenuContinued.txt diff --git a/Documentation/Examples/Meteor.txt b/resources/Documentation/Examples/Meteor.txt similarity index 100% rename from Documentation/Examples/Meteor.txt rename to resources/Documentation/Examples/Meteor.txt diff --git a/Documentation/Examples/Midsummer.txt b/resources/Documentation/Examples/Midsummer.txt similarity index 100% rename from Documentation/Examples/Midsummer.txt rename to resources/Documentation/Examples/Midsummer.txt diff --git a/Documentation/Examples/MirrorMirror.txt b/resources/Documentation/Examples/MirrorMirror.txt similarity index 100% rename from Documentation/Examples/MirrorMirror.txt rename to resources/Documentation/Examples/MirrorMirror.txt diff --git a/Documentation/Examples/ModernConveniences.txt b/resources/Documentation/Examples/ModernConveniences.txt similarity index 100% rename from Documentation/Examples/ModernConveniences.txt rename to resources/Documentation/Examples/ModernConveniences.txt diff --git a/Documentation/Examples/Morning.txt b/resources/Documentation/Examples/Morning.txt similarity index 100% rename from Documentation/Examples/Morning.txt rename to resources/Documentation/Examples/Morning.txt diff --git a/Documentation/Examples/MrBurnsRepast.txt b/resources/Documentation/Examples/MrBurnsRepast.txt similarity index 100% rename from Documentation/Examples/MrBurnsRepast.txt rename to resources/Documentation/Examples/MrBurnsRepast.txt diff --git a/Documentation/Examples/MrZero.txt b/resources/Documentation/Examples/MrZero.txt similarity index 100% rename from Documentation/Examples/MrZero.txt rename to resources/Documentation/Examples/MrZero.txt diff --git a/Documentation/Examples/MultipleExamine.txt b/resources/Documentation/Examples/MultipleExamine.txt similarity index 100% rename from Documentation/Examples/MultipleExamine.txt rename to resources/Documentation/Examples/MultipleExamine.txt diff --git a/Documentation/Examples/Muppets.txt b/resources/Documentation/Examples/Muppets.txt similarity index 100% rename from Documentation/Examples/Muppets.txt rename to resources/Documentation/Examples/Muppets.txt diff --git a/Documentation/Examples/Murder.txt b/resources/Documentation/Examples/Murder.txt similarity index 100% rename from Documentation/Examples/Murder.txt rename to resources/Documentation/Examples/Murder.txt diff --git a/Documentation/Examples/MuttsAdventure.txt b/resources/Documentation/Examples/MuttsAdventure.txt similarity index 100% rename from Documentation/Examples/MuttsAdventure.txt rename to resources/Documentation/Examples/MuttsAdventure.txt diff --git a/Documentation/Examples/Names.txt b/resources/Documentation/Examples/Names.txt similarity index 100% rename from Documentation/Examples/Names.txt rename to resources/Documentation/Examples/Names.txt diff --git a/Documentation/Examples/NarrativeRegister.txt b/resources/Documentation/Examples/NarrativeRegister.txt similarity index 100% rename from Documentation/Examples/NarrativeRegister.txt rename to resources/Documentation/Examples/NarrativeRegister.txt diff --git a/Documentation/Examples/NightAndDay.txt b/resources/Documentation/Examples/NightAndDay.txt similarity index 100% rename from Documentation/Examples/NightAndDay.txt rename to resources/Documentation/Examples/NightAndDay.txt diff --git a/Documentation/Examples/NightSky.txt b/resources/Documentation/Examples/NightSky.txt similarity index 100% rename from Documentation/Examples/NightSky.txt rename to resources/Documentation/Examples/NightSky.txt diff --git a/Documentation/Examples/Noise.txt b/resources/Documentation/Examples/Noise.txt similarity index 100% rename from Documentation/Examples/Noise.txt rename to resources/Documentation/Examples/Noise.txt diff --git a/Documentation/Examples/Noisemaking.txt b/resources/Documentation/Examples/Noisemaking.txt similarity index 100% rename from Documentation/Examples/Noisemaking.txt rename to resources/Documentation/Examples/Noisemaking.txt diff --git a/Documentation/Examples/NorthbyNorthwest.txt b/resources/Documentation/Examples/NorthbyNorthwest.txt similarity index 100% rename from Documentation/Examples/NorthbyNorthwest.txt rename to resources/Documentation/Examples/NorthbyNorthwest.txt diff --git a/Documentation/Examples/Northstar.txt b/resources/Documentation/Examples/Northstar.txt similarity index 100% rename from Documentation/Examples/Northstar.txt rename to resources/Documentation/Examples/Northstar.txt diff --git a/Documentation/Examples/Nudge.txt b/resources/Documentation/Examples/Nudge.txt similarity index 100% rename from Documentation/Examples/Nudge.txt rename to resources/Documentation/Examples/Nudge.txt diff --git a/Documentation/Examples/NumberStudy.txt b/resources/Documentation/Examples/NumberStudy.txt similarity index 100% rename from Documentation/Examples/NumberStudy.txt rename to resources/Documentation/Examples/NumberStudy.txt diff --git a/Documentation/Examples/NumberedBook.txt b/resources/Documentation/Examples/NumberedBook.txt similarity index 100% rename from Documentation/Examples/NumberedBook.txt rename to resources/Documentation/Examples/NumberedBook.txt diff --git a/Documentation/Examples/Oak.txt b/resources/Documentation/Examples/Oak.txt similarity index 100% rename from Documentation/Examples/Oak.txt rename to resources/Documentation/Examples/Oak.txt diff --git a/Documentation/Examples/Odin.txt b/resources/Documentation/Examples/Odin.txt similarity index 100% rename from Documentation/Examples/Odin.txt rename to resources/Documentation/Examples/Odin.txt diff --git a/Documentation/Examples/Ogg.txt b/resources/Documentation/Examples/Ogg.txt similarity index 100% rename from Documentation/Examples/Ogg.txt rename to resources/Documentation/Examples/Ogg.txt diff --git a/Documentation/Examples/OlfactorySettings.txt b/resources/Documentation/Examples/OlfactorySettings.txt similarity index 100% rename from Documentation/Examples/OlfactorySettings.txt rename to resources/Documentation/Examples/OlfactorySettings.txt diff --git a/Documentation/Examples/Onion.txt b/resources/Documentation/Examples/Onion.txt similarity index 100% rename from Documentation/Examples/Onion.txt rename to resources/Documentation/Examples/Onion.txt diff --git a/Documentation/Examples/OrangeCones.txt b/resources/Documentation/Examples/OrangeCones.txt similarity index 100% rename from Documentation/Examples/OrangeCones.txt rename to resources/Documentation/Examples/OrangeCones.txt diff --git a/Documentation/Examples/Originals.txt b/resources/Documentation/Examples/Originals.txt similarity index 100% rename from Documentation/Examples/Originals.txt rename to resources/Documentation/Examples/Originals.txt diff --git a/Documentation/Examples/OutAndIn.txt b/resources/Documentation/Examples/OutAndIn.txt similarity index 100% rename from Documentation/Examples/OutAndIn.txt rename to resources/Documentation/Examples/OutAndIn.txt diff --git a/Documentation/Examples/Oyster.txt b/resources/Documentation/Examples/Oyster.txt similarity index 100% rename from Documentation/Examples/Oyster.txt rename to resources/Documentation/Examples/Oyster.txt diff --git a/Documentation/Examples/Oz.txt b/resources/Documentation/Examples/Oz.txt similarity index 100% rename from Documentation/Examples/Oz.txt rename to resources/Documentation/Examples/Oz.txt diff --git a/Documentation/Examples/Paddington.txt b/resources/Documentation/Examples/Paddington.txt similarity index 100% rename from Documentation/Examples/Paddington.txt rename to resources/Documentation/Examples/Paddington.txt diff --git a/Documentation/Examples/Palette.txt b/resources/Documentation/Examples/Palette.txt similarity index 100% rename from Documentation/Examples/Palette.txt rename to resources/Documentation/Examples/Palette.txt diff --git a/Documentation/Examples/Panache.txt b/resources/Documentation/Examples/Panache.txt similarity index 100% rename from Documentation/Examples/Panache.txt rename to resources/Documentation/Examples/Panache.txt diff --git a/Documentation/Examples/Pea.txt b/resources/Documentation/Examples/Pea.txt similarity index 100% rename from Documentation/Examples/Pea.txt rename to resources/Documentation/Examples/Pea.txt diff --git a/Documentation/Examples/Pedro.txt b/resources/Documentation/Examples/Pedro.txt similarity index 100% rename from Documentation/Examples/Pedro.txt rename to resources/Documentation/Examples/Pedro.txt diff --git a/Documentation/Examples/Peerage.txt b/resources/Documentation/Examples/Peerage.txt similarity index 100% rename from Documentation/Examples/Peerage.txt rename to resources/Documentation/Examples/Peerage.txt diff --git a/Documentation/Examples/Peter.txt b/resources/Documentation/Examples/Peter.txt similarity index 100% rename from Documentation/Examples/Peter.txt rename to resources/Documentation/Examples/Peter.txt diff --git a/Documentation/Examples/Photomap.txt b/resources/Documentation/Examples/Photomap.txt similarity index 100% rename from Documentation/Examples/Photomap.txt rename to resources/Documentation/Examples/Photomap.txt diff --git a/Documentation/Examples/Pine1.txt b/resources/Documentation/Examples/Pine1.txt similarity index 100% rename from Documentation/Examples/Pine1.txt rename to resources/Documentation/Examples/Pine1.txt diff --git a/Documentation/Examples/Pine2.txt b/resources/Documentation/Examples/Pine2.txt similarity index 100% rename from Documentation/Examples/Pine2.txt rename to resources/Documentation/Examples/Pine2.txt diff --git a/Documentation/Examples/Pine3.txt b/resources/Documentation/Examples/Pine3.txt similarity index 100% rename from Documentation/Examples/Pine3.txt rename to resources/Documentation/Examples/Pine3.txt diff --git a/Documentation/Examples/Pine4.txt b/resources/Documentation/Examples/Pine4.txt similarity index 100% rename from Documentation/Examples/Pine4.txt rename to resources/Documentation/Examples/Pine4.txt diff --git a/Documentation/Examples/PizzaPrince.txt b/resources/Documentation/Examples/PizzaPrince.txt similarity index 100% rename from Documentation/Examples/PizzaPrince.txt rename to resources/Documentation/Examples/PizzaPrince.txt diff --git a/Documentation/Examples/Planks.txt b/resources/Documentation/Examples/Planks.txt similarity index 100% rename from Documentation/Examples/Planks.txt rename to resources/Documentation/Examples/Planks.txt diff --git a/Documentation/Examples/Playerlooks.txt b/resources/Documentation/Examples/Playerlooks.txt similarity index 100% rename from Documentation/Examples/Playerlooks.txt rename to resources/Documentation/Examples/Playerlooks.txt diff --git a/Documentation/Examples/Police.txt b/resources/Documentation/Examples/Police.txt similarity index 100% rename from Documentation/Examples/Police.txt rename to resources/Documentation/Examples/Police.txt diff --git a/Documentation/Examples/PotOfPetunias.txt b/resources/Documentation/Examples/PotOfPetunias.txt similarity index 100% rename from Documentation/Examples/PotOfPetunias.txt rename to resources/Documentation/Examples/PotOfPetunias.txt diff --git a/Documentation/Examples/Potato.txt b/resources/Documentation/Examples/Potato.txt similarity index 100% rename from Documentation/Examples/Potato.txt rename to resources/Documentation/Examples/Potato.txt diff --git a/Documentation/Examples/Prague.txt b/resources/Documentation/Examples/Prague.txt similarity index 100% rename from Documentation/Examples/Prague.txt rename to resources/Documentation/Examples/Prague.txt diff --git a/Documentation/Examples/Prepared.txt b/resources/Documentation/Examples/Prepared.txt similarity index 100% rename from Documentation/Examples/Prepared.txt rename to resources/Documentation/Examples/Prepared.txt diff --git a/Documentation/Examples/PriorityLab.txt b/resources/Documentation/Examples/PriorityLab.txt similarity index 100% rename from Documentation/Examples/PriorityLab.txt rename to resources/Documentation/Examples/PriorityLab.txt diff --git a/Documentation/Examples/Prolegomena.txt b/resources/Documentation/Examples/Prolegomena.txt similarity index 100% rename from Documentation/Examples/Prolegomena.txt rename to resources/Documentation/Examples/Prolegomena.txt diff --git a/Documentation/Examples/Proposal.txt b/resources/Documentation/Examples/Proposal.txt similarity index 100% rename from Documentation/Examples/Proposal.txt rename to resources/Documentation/Examples/Proposal.txt diff --git a/Documentation/Examples/ProvenanceUnknown.txt b/resources/Documentation/Examples/ProvenanceUnknown.txt similarity index 100% rename from Documentation/Examples/ProvenanceUnknown.txt rename to resources/Documentation/Examples/ProvenanceUnknown.txt diff --git a/Documentation/Examples/PuffOfOrangeSmoke.txt b/resources/Documentation/Examples/PuffOfOrangeSmoke.txt similarity index 100% rename from Documentation/Examples/PuffOfOrangeSmoke.txt rename to resources/Documentation/Examples/PuffOfOrangeSmoke.txt diff --git a/Documentation/Examples/PuncakJaya.txt b/resources/Documentation/Examples/PuncakJaya.txt similarity index 100% rename from Documentation/Examples/PuncakJaya.txt rename to resources/Documentation/Examples/PuncakJaya.txt diff --git a/Documentation/Examples/PutTake.txt b/resources/Documentation/Examples/PutTake.txt similarity index 100% rename from Documentation/Examples/PutTake.txt rename to resources/Documentation/Examples/PutTake.txt diff --git a/Documentation/Examples/PutTake2.txt b/resources/Documentation/Examples/PutTake2.txt similarity index 100% rename from Documentation/Examples/PutTake2.txt rename to resources/Documentation/Examples/PutTake2.txt diff --git a/Documentation/Examples/QuarterDay.txt b/resources/Documentation/Examples/QuarterDay.txt similarity index 100% rename from Documentation/Examples/QuarterDay.txt rename to resources/Documentation/Examples/QuarterDay.txt diff --git a/Documentation/Examples/Queen.txt b/resources/Documentation/Examples/Queen.txt similarity index 100% rename from Documentation/Examples/Queen.txt rename to resources/Documentation/Examples/Queen.txt diff --git a/Documentation/Examples/Query.txt b/resources/Documentation/Examples/Query.txt similarity index 100% rename from Documentation/Examples/Query.txt rename to resources/Documentation/Examples/Query.txt diff --git a/Documentation/Examples/QuizShow.txt b/resources/Documentation/Examples/QuizShow.txt similarity index 100% rename from Documentation/Examples/QuizShow.txt rename to resources/Documentation/Examples/QuizShow.txt diff --git a/Documentation/Examples/RSS.txt b/resources/Documentation/Examples/RSS.txt similarity index 100% rename from Documentation/Examples/RSS.txt rename to resources/Documentation/Examples/RSS.txt diff --git a/Documentation/Examples/RadioDaze.txt b/resources/Documentation/Examples/RadioDaze.txt similarity index 100% rename from Documentation/Examples/RadioDaze.txt rename to resources/Documentation/Examples/RadioDaze.txt diff --git a/Documentation/Examples/Rainier.txt b/resources/Documentation/Examples/Rainier.txt similarity index 100% rename from Documentation/Examples/Rainier.txt rename to resources/Documentation/Examples/Rainier.txt diff --git a/Documentation/Examples/Raygun.txt b/resources/Documentation/Examples/Raygun.txt similarity index 100% rename from Documentation/Examples/Raygun.txt rename to resources/Documentation/Examples/Raygun.txt diff --git a/Documentation/Examples/Read.txt b/resources/Documentation/Examples/Read.txt similarity index 100% rename from Documentation/Examples/Read.txt rename to resources/Documentation/Examples/Read.txt diff --git a/Documentation/Examples/Receptacles.txt b/resources/Documentation/Examples/Receptacles.txt similarity index 100% rename from Documentation/Examples/Receptacles.txt rename to resources/Documentation/Examples/Receptacles.txt diff --git a/Documentation/Examples/RedStickyLabel.txt b/resources/Documentation/Examples/RedStickyLabel.txt similarity index 100% rename from Documentation/Examples/RedStickyLabel.txt rename to resources/Documentation/Examples/RedStickyLabel.txt diff --git a/Documentation/Examples/Regexp.txt b/resources/Documentation/Examples/Regexp.txt similarity index 100% rename from Documentation/Examples/Regexp.txt rename to resources/Documentation/Examples/Regexp.txt diff --git a/Documentation/Examples/RegionBoundary.txt b/resources/Documentation/Examples/RegionBoundary.txt similarity index 100% rename from Documentation/Examples/RegionBoundary.txt rename to resources/Documentation/Examples/RegionBoundary.txt diff --git a/Documentation/Examples/RelevantRelations.txt b/resources/Documentation/Examples/RelevantRelations.txt similarity index 100% rename from Documentation/Examples/RelevantRelations.txt rename to resources/Documentation/Examples/RelevantRelations.txt diff --git a/Documentation/Examples/Remember.txt b/resources/Documentation/Examples/Remember.txt similarity index 100% rename from Documentation/Examples/Remember.txt rename to resources/Documentation/Examples/Remember.txt diff --git a/Documentation/Examples/Replies.txt b/resources/Documentation/Examples/Replies.txt similarity index 100% rename from Documentation/Examples/Replies.txt rename to resources/Documentation/Examples/Replies.txt diff --git a/Documentation/Examples/Responsive.txt b/resources/Documentation/Examples/Responsive.txt similarity index 100% rename from Documentation/Examples/Responsive.txt rename to resources/Documentation/Examples/Responsive.txt diff --git a/Documentation/Examples/Rip.txt b/resources/Documentation/Examples/Rip.txt similarity index 100% rename from Documentation/Examples/Rip.txt rename to resources/Documentation/Examples/Rip.txt diff --git a/Documentation/Examples/Robo.txt b/resources/Documentation/Examples/Robo.txt similarity index 100% rename from Documentation/Examples/Robo.txt rename to resources/Documentation/Examples/Robo.txt diff --git a/Documentation/Examples/Robo2.txt b/resources/Documentation/Examples/Robo2.txt similarity index 100% rename from Documentation/Examples/Robo2.txt rename to resources/Documentation/Examples/Robo2.txt diff --git a/Documentation/Examples/RockGarden.txt b/resources/Documentation/Examples/RockGarden.txt similarity index 100% rename from Documentation/Examples/RockGarden.txt rename to resources/Documentation/Examples/RockGarden.txt diff --git a/Documentation/Examples/RocketMan.txt b/resources/Documentation/Examples/RocketMan.txt similarity index 100% rename from Documentation/Examples/RocketMan.txt rename to resources/Documentation/Examples/RocketMan.txt diff --git a/Documentation/Examples/Rope.txt b/resources/Documentation/Examples/Rope.txt similarity index 100% rename from Documentation/Examples/Rope.txt rename to resources/Documentation/Examples/Rope.txt diff --git a/Documentation/Examples/Royal.txt b/resources/Documentation/Examples/Royal.txt similarity index 100% rename from Documentation/Examples/Royal.txt rename to resources/Documentation/Examples/Royal.txt diff --git a/Documentation/Examples/Royal2.txt b/resources/Documentation/Examples/Royal2.txt similarity index 100% rename from Documentation/Examples/Royal2.txt rename to resources/Documentation/Examples/Royal2.txt diff --git a/Documentation/Examples/Royal3.txt b/resources/Documentation/Examples/Royal3.txt similarity index 100% rename from Documentation/Examples/Royal3.txt rename to resources/Documentation/Examples/Royal3.txt diff --git a/Documentation/Examples/Rubies.txt b/resources/Documentation/Examples/Rubies.txt similarity index 100% rename from Documentation/Examples/Rubies.txt rename to resources/Documentation/Examples/Rubies.txt diff --git a/Documentation/Examples/SP.txt b/resources/Documentation/Examples/SP.txt similarity index 100% rename from Documentation/Examples/SP.txt rename to resources/Documentation/Examples/SP.txt diff --git a/Documentation/Examples/Safety.txt b/resources/Documentation/Examples/Safety.txt similarity index 100% rename from Documentation/Examples/Safety.txt rename to resources/Documentation/Examples/Safety.txt diff --git a/Documentation/Examples/SaintEligius.txt b/resources/Documentation/Examples/SaintEligius.txt similarity index 100% rename from Documentation/Examples/SaintEligius.txt rename to resources/Documentation/Examples/SaintEligius.txt diff --git a/Documentation/Examples/Santa.txt b/resources/Documentation/Examples/Santa.txt similarity index 100% rename from Documentation/Examples/Santa.txt rename to resources/Documentation/Examples/Santa.txt diff --git a/Documentation/Examples/Savannah.txt b/resources/Documentation/Examples/Savannah.txt similarity index 100% rename from Documentation/Examples/Savannah.txt rename to resources/Documentation/Examples/Savannah.txt diff --git a/Documentation/Examples/Scooby.txt b/resources/Documentation/Examples/Scooby.txt similarity index 100% rename from Documentation/Examples/Scooby.txt rename to resources/Documentation/Examples/Scooby.txt diff --git a/Documentation/Examples/Search.txt b/resources/Documentation/Examples/Search.txt similarity index 100% rename from Documentation/Examples/Search.txt rename to resources/Documentation/Examples/Search.txt diff --git a/Documentation/Examples/SecondOldest.txt b/resources/Documentation/Examples/SecondOldest.txt similarity index 100% rename from Documentation/Examples/SecondOldest.txt rename to resources/Documentation/Examples/SecondOldest.txt diff --git a/Documentation/Examples/Selfdescription.txt b/resources/Documentation/Examples/Selfdescription.txt similarity index 100% rename from Documentation/Examples/Selfdescription.txt rename to resources/Documentation/Examples/Selfdescription.txt diff --git a/Documentation/Examples/Shiny.txt b/resources/Documentation/Examples/Shiny.txt similarity index 100% rename from Documentation/Examples/Shiny.txt rename to resources/Documentation/Examples/Shiny.txt diff --git a/Documentation/Examples/Shirts.txt b/resources/Documentation/Examples/Shirts.txt similarity index 100% rename from Documentation/Examples/Shirts.txt rename to resources/Documentation/Examples/Shirts.txt diff --git a/Documentation/Examples/SieveOfEratosthenes.txt b/resources/Documentation/Examples/SieveOfEratosthenes.txt similarity index 100% rename from Documentation/Examples/SieveOfEratosthenes.txt rename to resources/Documentation/Examples/SieveOfEratosthenes.txt diff --git a/Documentation/Examples/Signpost.txt b/resources/Documentation/Examples/Signpost.txt similarity index 100% rename from Documentation/Examples/Signpost.txt rename to resources/Documentation/Examples/Signpost.txt diff --git a/Documentation/Examples/SituationRoom.txt b/resources/Documentation/Examples/SituationRoom.txt similarity index 100% rename from Documentation/Examples/SituationRoom.txt rename to resources/Documentation/Examples/SituationRoom.txt diff --git a/Documentation/Examples/SlogarsRevenge.txt b/resources/Documentation/Examples/SlogarsRevenge.txt similarity index 100% rename from Documentation/Examples/SlogarsRevenge.txt rename to resources/Documentation/Examples/SlogarsRevenge.txt diff --git a/Documentation/Examples/Slouching.txt b/resources/Documentation/Examples/Slouching.txt similarity index 100% rename from Documentation/Examples/Slouching.txt rename to resources/Documentation/Examples/Slouching.txt diff --git a/Documentation/Examples/SmellyTrunk.txt b/resources/Documentation/Examples/SmellyTrunk.txt similarity index 100% rename from Documentation/Examples/SmellyTrunk.txt rename to resources/Documentation/Examples/SmellyTrunk.txt diff --git a/Documentation/Examples/Smoke.txt b/resources/Documentation/Examples/Smoke.txt similarity index 100% rename from Documentation/Examples/Smoke.txt rename to resources/Documentation/Examples/Smoke.txt diff --git a/Documentation/Examples/Solitude.txt b/resources/Documentation/Examples/Solitude.txt similarity index 100% rename from Documentation/Examples/Solitude.txt rename to resources/Documentation/Examples/Solitude.txt diff --git a/Documentation/Examples/SpeedofThought-G.txt b/resources/Documentation/Examples/SpeedofThought-G.txt similarity index 100% rename from Documentation/Examples/SpeedofThought-G.txt rename to resources/Documentation/Examples/SpeedofThought-G.txt diff --git a/Documentation/Examples/SpringCleaning.txt b/resources/Documentation/Examples/SpringCleaning.txt similarity index 100% rename from Documentation/Examples/SpringCleaning.txt rename to resources/Documentation/Examples/SpringCleaning.txt diff --git a/Documentation/Examples/Staircase.txt b/resources/Documentation/Examples/Staircase.txt similarity index 100% rename from Documentation/Examples/Staircase.txt rename to resources/Documentation/Examples/Staircase.txt diff --git a/Documentation/Examples/Staircase2.txt b/resources/Documentation/Examples/Staircase2.txt similarity index 100% rename from Documentation/Examples/Staircase2.txt rename to resources/Documentation/Examples/Staircase2.txt diff --git a/Documentation/Examples/StarryVoid.txt b/resources/Documentation/Examples/StarryVoid.txt similarity index 100% rename from Documentation/Examples/StarryVoid.txt rename to resources/Documentation/Examples/StarryVoid.txt diff --git a/Documentation/Examples/Stately.txt b/resources/Documentation/Examples/Stately.txt similarity index 100% rename from Documentation/Examples/Stately.txt rename to resources/Documentation/Examples/Stately.txt diff --git a/Documentation/Examples/StatusRegion.txt b/resources/Documentation/Examples/StatusRegion.txt similarity index 100% rename from Documentation/Examples/StatusRegion.txt rename to resources/Documentation/Examples/StatusRegion.txt diff --git a/Documentation/Examples/Steam.txt b/resources/Documentation/Examples/Steam.txt similarity index 100% rename from Documentation/Examples/Steam.txt rename to resources/Documentation/Examples/Steam.txt diff --git a/Documentation/Examples/Stone.txt b/resources/Documentation/Examples/Stone.txt similarity index 100% rename from Documentation/Examples/Stone.txt rename to resources/Documentation/Examples/Stone.txt diff --git a/Documentation/Examples/Stoppers.txt b/resources/Documentation/Examples/Stoppers.txt similarity index 100% rename from Documentation/Examples/Stoppers.txt rename to resources/Documentation/Examples/Stoppers.txt diff --git a/Documentation/Examples/Strain.txt b/resources/Documentation/Examples/Strain.txt similarity index 100% rename from Documentation/Examples/Strain.txt rename to resources/Documentation/Examples/Strain.txt diff --git a/Documentation/Examples/StrawBoater.txt b/resources/Documentation/Examples/StrawBoater.txt similarity index 100% rename from Documentation/Examples/StrawBoater.txt rename to resources/Documentation/Examples/StrawBoater.txt diff --git a/Documentation/Examples/StrawIntoGold.txt b/resources/Documentation/Examples/StrawIntoGold.txt similarity index 100% rename from Documentation/Examples/StrawIntoGold.txt rename to resources/Documentation/Examples/StrawIntoGold.txt diff --git a/Documentation/Examples/StringTheory.txt b/resources/Documentation/Examples/StringTheory.txt similarity index 100% rename from Documentation/Examples/StringTheory.txt rename to resources/Documentation/Examples/StringTheory.txt diff --git a/Documentation/Examples/Sushi.txt b/resources/Documentation/Examples/Sushi.txt similarity index 100% rename from Documentation/Examples/Sushi.txt rename to resources/Documentation/Examples/Sushi.txt diff --git a/Documentation/Examples/Sweeney.txt b/resources/Documentation/Examples/Sweeney.txt similarity index 100% rename from Documentation/Examples/Sweeney.txt rename to resources/Documentation/Examples/Sweeney.txt diff --git a/Documentation/Examples/SwigmoreU.txt b/resources/Documentation/Examples/SwigmoreU.txt similarity index 100% rename from Documentation/Examples/SwigmoreU.txt rename to resources/Documentation/Examples/SwigmoreU.txt diff --git a/Documentation/Examples/Switch.txt b/resources/Documentation/Examples/Switch.txt similarity index 100% rename from Documentation/Examples/Switch.txt rename to resources/Documentation/Examples/Switch.txt diff --git a/Documentation/Examples/TakeCoffin.txt b/resources/Documentation/Examples/TakeCoffin.txt similarity index 100% rename from Documentation/Examples/TakeCoffin.txt rename to resources/Documentation/Examples/TakeCoffin.txt diff --git a/Documentation/Examples/Talkto.txt b/resources/Documentation/Examples/Talkto.txt similarity index 100% rename from Documentation/Examples/Talkto.txt rename to resources/Documentation/Examples/Talkto.txt diff --git a/Documentation/Examples/Tamed.txt b/resources/Documentation/Examples/Tamed.txt similarity index 100% rename from Documentation/Examples/Tamed.txt rename to resources/Documentation/Examples/Tamed.txt diff --git a/Documentation/Examples/Telephone.txt b/resources/Documentation/Examples/Telephone.txt similarity index 100% rename from Documentation/Examples/Telephone.txt rename to resources/Documentation/Examples/Telephone.txt diff --git a/Documentation/Examples/Tenses.txt b/resources/Documentation/Examples/Tenses.txt similarity index 100% rename from Documentation/Examples/Tenses.txt rename to resources/Documentation/Examples/Tenses.txt diff --git a/Documentation/Examples/TerracottissimaMaxima.txt b/resources/Documentation/Examples/TerracottissimaMaxima.txt similarity index 100% rename from Documentation/Examples/TerracottissimaMaxima.txt rename to resources/Documentation/Examples/TerracottissimaMaxima.txt diff --git a/Documentation/Examples/TestSubject.txt b/resources/Documentation/Examples/TestSubject.txt similarity index 100% rename from Documentation/Examples/TestSubject.txt rename to resources/Documentation/Examples/TestSubject.txt diff --git a/Documentation/Examples/TheEyeOfTheIdol.txt b/resources/Documentation/Examples/TheEyeOfTheIdol.txt similarity index 100% rename from Documentation/Examples/TheEyeOfTheIdol.txt rename to resources/Documentation/Examples/TheEyeOfTheIdol.txt diff --git a/Documentation/Examples/Throwing.txt b/resources/Documentation/Examples/Throwing.txt similarity index 100% rename from Documentation/Examples/Throwing.txt rename to resources/Documentation/Examples/Throwing.txt diff --git a/Documentation/Examples/TicketPlease.txt b/resources/Documentation/Examples/TicketPlease.txt similarity index 100% rename from Documentation/Examples/TicketPlease.txt rename to resources/Documentation/Examples/TicketPlease.txt diff --git a/Documentation/Examples/Tilt1.txt b/resources/Documentation/Examples/Tilt1.txt similarity index 100% rename from Documentation/Examples/Tilt1.txt rename to resources/Documentation/Examples/Tilt1.txt diff --git a/Documentation/Examples/Tilt2.txt b/resources/Documentation/Examples/Tilt2.txt similarity index 100% rename from Documentation/Examples/Tilt2.txt rename to resources/Documentation/Examples/Tilt2.txt diff --git a/Documentation/Examples/Tilt3.txt b/resources/Documentation/Examples/Tilt3.txt similarity index 100% rename from Documentation/Examples/Tilt3.txt rename to resources/Documentation/Examples/Tilt3.txt diff --git a/Documentation/Examples/Timekeeper.txt b/resources/Documentation/Examples/Timekeeper.txt similarity index 100% rename from Documentation/Examples/Timekeeper.txt rename to resources/Documentation/Examples/Timekeeper.txt diff --git a/Documentation/Examples/Timeless.txt b/resources/Documentation/Examples/Timeless.txt similarity index 100% rename from Documentation/Examples/Timeless.txt rename to resources/Documentation/Examples/Timeless.txt diff --git a/Documentation/Examples/Tower.txt b/resources/Documentation/Examples/Tower.txt similarity index 100% rename from Documentation/Examples/Tower.txt rename to resources/Documentation/Examples/Tower.txt diff --git a/Documentation/Examples/Train.txt b/resources/Documentation/Examples/Train.txt similarity index 100% rename from Documentation/Examples/Train.txt rename to resources/Documentation/Examples/Train.txt diff --git a/Documentation/Examples/Transmutation.txt b/resources/Documentation/Examples/Transmutation.txt similarity index 100% rename from Documentation/Examples/Transmutation.txt rename to resources/Documentation/Examples/Transmutation.txt diff --git a/Documentation/Examples/Transport.txt b/resources/Documentation/Examples/Transport.txt similarity index 100% rename from Documentation/Examples/Transport.txt rename to resources/Documentation/Examples/Transport.txt diff --git a/Documentation/Examples/TravelDescription.txt b/resources/Documentation/Examples/TravelDescription.txt similarity index 100% rename from Documentation/Examples/TravelDescription.txt rename to resources/Documentation/Examples/TravelDescription.txt diff --git a/Documentation/Examples/Trieste.txt b/resources/Documentation/Examples/Trieste.txt similarity index 100% rename from Documentation/Examples/Trieste.txt rename to resources/Documentation/Examples/Trieste.txt diff --git a/Documentation/Examples/TrinityEasy.txt b/resources/Documentation/Examples/TrinityEasy.txt similarity index 100% rename from Documentation/Examples/TrinityEasy.txt rename to resources/Documentation/Examples/TrinityEasy.txt diff --git a/Documentation/Examples/TrinityStatus.txt b/resources/Documentation/Examples/TrinityStatus.txt similarity index 100% rename from Documentation/Examples/TrinityStatus.txt rename to resources/Documentation/Examples/TrinityStatus.txt diff --git a/Documentation/Examples/Unblinking.txt b/resources/Documentation/Examples/Unblinking.txt similarity index 100% rename from Documentation/Examples/Unblinking.txt rename to resources/Documentation/Examples/Unblinking.txt diff --git a/Documentation/Examples/UnbuttonedElevator.txt b/resources/Documentation/Examples/UnbuttonedElevator.txt similarity index 100% rename from Documentation/Examples/UnbuttonedElevator.txt rename to resources/Documentation/Examples/UnbuttonedElevator.txt diff --git a/Documentation/Examples/UncommonGround.txt b/resources/Documentation/Examples/UncommonGround.txt similarity index 100% rename from Documentation/Examples/UncommonGround.txt rename to resources/Documentation/Examples/UncommonGround.txt diff --git a/Documentation/Examples/UnderContract.txt b/resources/Documentation/Examples/UnderContract.txt similarity index 100% rename from Documentation/Examples/UnderContract.txt rename to resources/Documentation/Examples/UnderContract.txt diff --git a/Documentation/Examples/Underlying.txt b/resources/Documentation/Examples/Underlying.txt similarity index 100% rename from Documentation/Examples/Underlying.txt rename to resources/Documentation/Examples/Underlying.txt diff --git a/Documentation/Examples/Undertomb.txt b/resources/Documentation/Examples/Undertomb.txt similarity index 100% rename from Documentation/Examples/Undertomb.txt rename to resources/Documentation/Examples/Undertomb.txt diff --git a/Documentation/Examples/Undertomb2.txt b/resources/Documentation/Examples/Undertomb2.txt similarity index 100% rename from Documentation/Examples/Undertomb2.txt rename to resources/Documentation/Examples/Undertomb2.txt diff --git a/Documentation/Examples/Unicode.txt b/resources/Documentation/Examples/Unicode.txt similarity index 100% rename from Documentation/Examples/Unicode.txt rename to resources/Documentation/Examples/Unicode.txt diff --git a/Documentation/Examples/Unsaved.txt b/resources/Documentation/Examples/Unsaved.txt similarity index 100% rename from Documentation/Examples/Unsaved.txt rename to resources/Documentation/Examples/Unsaved.txt diff --git a/Documentation/Examples/Uptempo.txt b/resources/Documentation/Examples/Uptempo.txt similarity index 100% rename from Documentation/Examples/Uptempo.txt rename to resources/Documentation/Examples/Uptempo.txt diff --git a/Documentation/Examples/VIP.txt b/resources/Documentation/Examples/VIP.txt similarity index 100% rename from Documentation/Examples/VIP.txt rename to resources/Documentation/Examples/VIP.txt diff --git a/Documentation/Examples/VagueEscape.txt b/resources/Documentation/Examples/VagueEscape.txt similarity index 100% rename from Documentation/Examples/VagueEscape.txt rename to resources/Documentation/Examples/VagueEscape.txt diff --git a/Documentation/Examples/Vampire.txt b/resources/Documentation/Examples/Vampire.txt similarity index 100% rename from Documentation/Examples/Vampire.txt rename to resources/Documentation/Examples/Vampire.txt diff --git a/Documentation/Examples/VanHelsing.txt b/resources/Documentation/Examples/VanHelsing.txt similarity index 100% rename from Documentation/Examples/VanHelsing.txt rename to resources/Documentation/Examples/VanHelsing.txt diff --git a/Documentation/Examples/Variety.txt b/resources/Documentation/Examples/Variety.txt similarity index 100% rename from Documentation/Examples/Variety.txt rename to resources/Documentation/Examples/Variety.txt diff --git a/Documentation/Examples/Variety2.txt b/resources/Documentation/Examples/Variety2.txt similarity index 100% rename from Documentation/Examples/Variety2.txt rename to resources/Documentation/Examples/Variety2.txt diff --git a/Documentation/Examples/Verbosity.txt b/resources/Documentation/Examples/Verbosity.txt similarity index 100% rename from Documentation/Examples/Verbosity.txt rename to resources/Documentation/Examples/Verbosity.txt diff --git a/Documentation/Examples/Verbosity2.txt b/resources/Documentation/Examples/Verbosity2.txt similarity index 100% rename from Documentation/Examples/Verbosity2.txt rename to resources/Documentation/Examples/Verbosity2.txt diff --git a/Documentation/Examples/Versailles.txt b/resources/Documentation/Examples/Versailles.txt similarity index 100% rename from Documentation/Examples/Versailles.txt rename to resources/Documentation/Examples/Versailles.txt diff --git a/Documentation/Examples/View.txt b/resources/Documentation/Examples/View.txt similarity index 100% rename from Documentation/Examples/View.txt rename to resources/Documentation/Examples/View.txt diff --git a/Documentation/Examples/Virtue.txt b/resources/Documentation/Examples/Virtue.txt similarity index 100% rename from Documentation/Examples/Virtue.txt rename to resources/Documentation/Examples/Virtue.txt diff --git a/Documentation/Examples/Vouvray.txt b/resources/Documentation/Examples/Vouvray.txt similarity index 100% rename from Documentation/Examples/Vouvray.txt rename to resources/Documentation/Examples/Vouvray.txt diff --git a/Documentation/Examples/WOCSR.txt b/resources/Documentation/Examples/WOCSR.txt similarity index 100% rename from Documentation/Examples/WOCSR.txt rename to resources/Documentation/Examples/WOCSR.txt diff --git a/Documentation/Examples/WXPQ.txt b/resources/Documentation/Examples/WXPQ.txt similarity index 100% rename from Documentation/Examples/WXPQ.txt rename to resources/Documentation/Examples/WXPQ.txt diff --git a/Documentation/Examples/WainwrightActs.txt b/resources/Documentation/Examples/WainwrightActs.txt similarity index 100% rename from Documentation/Examples/WainwrightActs.txt rename to resources/Documentation/Examples/WainwrightActs.txt diff --git a/Documentation/Examples/WaitMore.txt b/resources/Documentation/Examples/WaitMore.txt similarity index 100% rename from Documentation/Examples/WaitMore.txt rename to resources/Documentation/Examples/WaitMore.txt diff --git a/Documentation/Examples/WaitTime.txt b/resources/Documentation/Examples/WaitTime.txt similarity index 100% rename from Documentation/Examples/WaitTime.txt rename to resources/Documentation/Examples/WaitTime.txt diff --git a/Documentation/Examples/WaitingSuite.txt b/resources/Documentation/Examples/WaitingSuite.txt similarity index 100% rename from Documentation/Examples/WaitingSuite.txt rename to resources/Documentation/Examples/WaitingSuite.txt diff --git a/Documentation/Examples/Wallpaper.txt b/resources/Documentation/Examples/Wallpaper.txt similarity index 100% rename from Documentation/Examples/Wallpaper.txt rename to resources/Documentation/Examples/Wallpaper.txt diff --git a/Documentation/Examples/WallsAndNoses.txt b/resources/Documentation/Examples/WallsAndNoses.txt similarity index 100% rename from Documentation/Examples/WallsAndNoses.txt rename to resources/Documentation/Examples/WallsAndNoses.txt diff --git a/Documentation/Examples/Wandering.txt b/resources/Documentation/Examples/Wandering.txt similarity index 100% rename from Documentation/Examples/Wandering.txt rename to resources/Documentation/Examples/Wandering.txt diff --git a/Documentation/Examples/WaningMoon.txt b/resources/Documentation/Examples/WaningMoon.txt similarity index 100% rename from Documentation/Examples/WaningMoon.txt rename to resources/Documentation/Examples/WaningMoon.txt diff --git a/Documentation/Examples/WaningMoon2.txt b/resources/Documentation/Examples/WaningMoon2.txt similarity index 100% rename from Documentation/Examples/WaningMoon2.txt rename to resources/Documentation/Examples/WaningMoon2.txt diff --git a/Documentation/Examples/Waterskin.txt b/resources/Documentation/Examples/Waterskin.txt similarity index 100% rename from Documentation/Examples/Waterskin.txt rename to resources/Documentation/Examples/Waterskin.txt diff --git a/Documentation/Examples/Waterskin2.txt b/resources/Documentation/Examples/Waterskin2.txt similarity index 100% rename from Documentation/Examples/Waterskin2.txt rename to resources/Documentation/Examples/Waterskin2.txt diff --git a/Documentation/Examples/Wawa.txt b/resources/Documentation/Examples/Wawa.txt similarity index 100% rename from Documentation/Examples/Wawa.txt rename to resources/Documentation/Examples/Wawa.txt diff --git a/Documentation/Examples/Weathering.txt b/resources/Documentation/Examples/Weathering.txt similarity index 100% rename from Documentation/Examples/Weathering.txt rename to resources/Documentation/Examples/Weathering.txt diff --git a/Documentation/Examples/Weighbridge.txt b/resources/Documentation/Examples/Weighbridge.txt similarity index 100% rename from Documentation/Examples/Weighbridge.txt rename to resources/Documentation/Examples/Weighbridge.txt diff --git a/Documentation/Examples/Wesponses.txt b/resources/Documentation/Examples/Wesponses.txt similarity index 100% rename from Documentation/Examples/Wesponses.txt rename to resources/Documentation/Examples/Wesponses.txt diff --git a/Documentation/Examples/Weston.txt b/resources/Documentation/Examples/Weston.txt similarity index 100% rename from Documentation/Examples/Weston.txt rename to resources/Documentation/Examples/Weston.txt diff --git a/Documentation/Examples/WhatMakesYouTick.txt b/resources/Documentation/Examples/WhatMakesYouTick.txt similarity index 100% rename from Documentation/Examples/WhatMakesYouTick.txt rename to resources/Documentation/Examples/WhatMakesYouTick.txt diff --git a/Documentation/Examples/WhatNotToWear.txt b/resources/Documentation/Examples/WhatNotToWear.txt similarity index 100% rename from Documentation/Examples/WhatNotToWear.txt rename to resources/Documentation/Examples/WhatNotToWear.txt diff --git a/Documentation/Examples/Whither.txt b/resources/Documentation/Examples/Whither.txt similarity index 100% rename from Documentation/Examples/Whither.txt rename to resources/Documentation/Examples/Whither.txt diff --git a/Documentation/Examples/Widget.txt b/resources/Documentation/Examples/Widget.txt similarity index 100% rename from Documentation/Examples/Widget.txt rename to resources/Documentation/Examples/Widget.txt diff --git a/Documentation/Examples/Wight.txt b/resources/Documentation/Examples/Wight.txt similarity index 100% rename from Documentation/Examples/Wight.txt rename to resources/Documentation/Examples/Wight.txt diff --git a/Documentation/Examples/Window.txt b/resources/Documentation/Examples/Window.txt similarity index 100% rename from Documentation/Examples/Window.txt rename to resources/Documentation/Examples/Window.txt diff --git a/Documentation/Examples/Witnessed.txt b/resources/Documentation/Examples/Witnessed.txt similarity index 100% rename from Documentation/Examples/Witnessed.txt rename to resources/Documentation/Examples/Witnessed.txt diff --git a/Documentation/Examples/WolfPursuit.txt b/resources/Documentation/Examples/WolfPursuit.txt similarity index 100% rename from Documentation/Examples/WolfPursuit.txt rename to resources/Documentation/Examples/WolfPursuit.txt diff --git a/Documentation/Examples/WomensStudies.txt b/resources/Documentation/Examples/WomensStudies.txt similarity index 100% rename from Documentation/Examples/WomensStudies.txt rename to resources/Documentation/Examples/WomensStudies.txt diff --git a/Documentation/Examples/Xot.txt b/resources/Documentation/Examples/Xot.txt similarity index 100% rename from Documentation/Examples/Xot.txt rename to resources/Documentation/Examples/Xot.txt diff --git a/Documentation/Examples/Xylan.txt b/resources/Documentation/Examples/Xylan.txt similarity index 100% rename from Documentation/Examples/Xylan.txt rename to resources/Documentation/Examples/Xylan.txt diff --git a/Documentation/Examples/Xyzzy.txt b/resources/Documentation/Examples/Xyzzy.txt similarity index 100% rename from Documentation/Examples/Xyzzy.txt rename to resources/Documentation/Examples/Xyzzy.txt diff --git a/Documentation/Examples/YolkofGold.txt b/resources/Documentation/Examples/YolkofGold.txt similarity index 100% rename from Documentation/Examples/YolkofGold.txt rename to resources/Documentation/Examples/YolkofGold.txt diff --git a/Documentation/Examples/YourMother.txt b/resources/Documentation/Examples/YourMother.txt similarity index 100% rename from Documentation/Examples/YourMother.txt rename to resources/Documentation/Examples/YourMother.txt diff --git a/Documentation/Examples/Zed.txt b/resources/Documentation/Examples/Zed.txt similarity index 100% rename from Documentation/Examples/Zed.txt rename to resources/Documentation/Examples/Zed.txt diff --git a/Documentation/Examples/Zodiac.txt b/resources/Documentation/Examples/Zodiac.txt similarity index 100% rename from Documentation/Examples/Zodiac.txt rename to resources/Documentation/Examples/Zodiac.txt diff --git a/Documentation/Examples/Zorb.txt b/resources/Documentation/Examples/Zorb.txt similarity index 100% rename from Documentation/Examples/Zorb.txt rename to resources/Documentation/Examples/Zorb.txt diff --git a/Documentation/Examples/Zorn.txt b/resources/Documentation/Examples/Zorn.txt similarity index 100% rename from Documentation/Examples/Zorn.txt rename to resources/Documentation/Examples/Zorn.txt diff --git a/Documentation/Examples/Zql.txt b/resources/Documentation/Examples/Zql.txt similarity index 100% rename from Documentation/Examples/Zql.txt rename to resources/Documentation/Examples/Zql.txt diff --git a/Documentation/Examples/_Results_Ideal/Abolition.txt b/resources/Documentation/Examples/_Results_Ideal/Abolition.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Abolition.txt rename to resources/Documentation/Examples/_Results_Ideal/Abolition.txt diff --git a/Documentation/Examples/_Results_Ideal/ActorsStudio.txt b/resources/Documentation/Examples/_Results_Ideal/ActorsStudio.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ActorsStudio.txt rename to resources/Documentation/Examples/_Results_Ideal/ActorsStudio.txt diff --git a/Documentation/Examples/_Results_Ideal/Aftershock.txt b/resources/Documentation/Examples/_Results_Ideal/Aftershock.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Aftershock.txt rename to resources/Documentation/Examples/_Results_Ideal/Aftershock.txt diff --git a/Documentation/Examples/_Results_Ideal/Ahem.txt b/resources/Documentation/Examples/_Results_Ideal/Ahem.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Ahem.txt rename to resources/Documentation/Examples/_Results_Ideal/Ahem.txt diff --git a/Documentation/Examples/_Results_Ideal/Alias-G.txt b/resources/Documentation/Examples/_Results_Ideal/Alias-G.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Alias-G.txt rename to resources/Documentation/Examples/_Results_Ideal/Alias-G.txt diff --git a/Documentation/Examples/_Results_Ideal/AlienInvasion.txt b/resources/Documentation/Examples/_Results_Ideal/AlienInvasion.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/AlienInvasion.txt rename to resources/Documentation/Examples/_Results_Ideal/AlienInvasion.txt diff --git a/Documentation/Examples/_Results_Ideal/Alliances.txt b/resources/Documentation/Examples/_Results_Ideal/Alliances.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Alliances.txt rename to resources/Documentation/Examples/_Results_Ideal/Alliances.txt diff --git a/Documentation/Examples/_Results_Ideal/Alpaca.txt b/resources/Documentation/Examples/_Results_Ideal/Alpaca.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Alpaca.txt rename to resources/Documentation/Examples/_Results_Ideal/Alpaca.txt diff --git a/Documentation/Examples/_Results_Ideal/Alpha.txt b/resources/Documentation/Examples/_Results_Ideal/Alpha.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Alpha.txt rename to resources/Documentation/Examples/_Results_Ideal/Alpha.txt diff --git a/Documentation/Examples/_Results_Ideal/AmusingMenu.txt b/resources/Documentation/Examples/_Results_Ideal/AmusingMenu.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/AmusingMenu.txt rename to resources/Documentation/Examples/_Results_Ideal/AmusingMenu.txt diff --git a/Documentation/Examples/_Results_Ideal/AnnoyotronJr.txt b/resources/Documentation/Examples/_Results_Ideal/AnnoyotronJr.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/AnnoyotronJr.txt rename to resources/Documentation/Examples/_Results_Ideal/AnnoyotronJr.txt diff --git a/Documentation/Examples/_Results_Ideal/AntSensitiveSunglasses.txt b/resources/Documentation/Examples/_Results_Ideal/AntSensitiveSunglasses.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/AntSensitiveSunglasses.txt rename to resources/Documentation/Examples/_Results_Ideal/AntSensitiveSunglasses.txt diff --git a/Documentation/Examples/_Results_Ideal/Anteaters.txt b/resources/Documentation/Examples/_Results_Ideal/Anteaters.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Anteaters.txt rename to resources/Documentation/Examples/_Results_Ideal/Anteaters.txt diff --git a/Documentation/Examples/_Results_Ideal/AppleCount.txt b/resources/Documentation/Examples/_Results_Ideal/AppleCount.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/AppleCount.txt rename to resources/Documentation/Examples/_Results_Ideal/AppleCount.txt diff --git a/Documentation/Examples/_Results_Ideal/Approximation.txt b/resources/Documentation/Examples/_Results_Ideal/Approximation.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Approximation.txt rename to resources/Documentation/Examples/_Results_Ideal/Approximation.txt diff --git a/Documentation/Examples/_Results_Ideal/Artemis.txt b/resources/Documentation/Examples/_Results_Ideal/Artemis.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Artemis.txt rename to resources/Documentation/Examples/_Results_Ideal/Artemis.txt diff --git a/Documentation/Examples/_Results_Ideal/Aspect.txt b/resources/Documentation/Examples/_Results_Ideal/Aspect.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Aspect.txt rename to resources/Documentation/Examples/_Results_Ideal/Aspect.txt diff --git a/Documentation/Examples/_Results_Ideal/Athens.txt b/resources/Documentation/Examples/_Results_Ideal/Athens.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Athens.txt rename to resources/Documentation/Examples/_Results_Ideal/Athens.txt diff --git a/Documentation/Examples/_Results_Ideal/Autodoor.txt b/resources/Documentation/Examples/_Results_Ideal/Autodoor.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Autodoor.txt rename to resources/Documentation/Examples/_Results_Ideal/Autodoor.txt diff --git a/Documentation/Examples/_Results_Ideal/Ballroom.txt b/resources/Documentation/Examples/_Results_Ideal/Ballroom.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Ballroom.txt rename to resources/Documentation/Examples/_Results_Ideal/Ballroom.txt diff --git a/Documentation/Examples/_Results_Ideal/Bargaining.txt b/resources/Documentation/Examples/_Results_Ideal/Bargaining.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Bargaining.txt rename to resources/Documentation/Examples/_Results_Ideal/Bargaining.txt diff --git a/Documentation/Examples/_Results_Ideal/BaritoneBass.txt b/resources/Documentation/Examples/_Results_Ideal/BaritoneBass.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BaritoneBass.txt rename to resources/Documentation/Examples/_Results_Ideal/BaritoneBass.txt diff --git a/Documentation/Examples/_Results_Ideal/Barter.txt b/resources/Documentation/Examples/_Results_Ideal/Barter.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Barter.txt rename to resources/Documentation/Examples/_Results_Ideal/Barter.txt diff --git a/Documentation/Examples/_Results_Ideal/BaseWindow.txt b/resources/Documentation/Examples/_Results_Ideal/BaseWindow.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BaseWindow.txt rename to resources/Documentation/Examples/_Results_Ideal/BaseWindow.txt diff --git a/Documentation/Examples/_Results_Ideal/Batteries.txt b/resources/Documentation/Examples/_Results_Ideal/Batteries.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Batteries.txt rename to resources/Documentation/Examples/_Results_Ideal/Batteries.txt diff --git a/Documentation/Examples/_Results_Ideal/Beachfront.txt b/resources/Documentation/Examples/_Results_Ideal/Beachfront.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Beachfront.txt rename to resources/Documentation/Examples/_Results_Ideal/Beachfront.txt diff --git a/Documentation/Examples/_Results_Ideal/Beer.txt b/resources/Documentation/Examples/_Results_Ideal/Beer.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Beer.txt rename to resources/Documentation/Examples/_Results_Ideal/Beer.txt diff --git a/Documentation/Examples/_Results_Ideal/Bees.txt b/resources/Documentation/Examples/_Results_Ideal/Bees.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Bees.txt rename to resources/Documentation/Examples/_Results_Ideal/Bees.txt diff --git a/Documentation/Examples/_Results_Ideal/Belfry.txt b/resources/Documentation/Examples/_Results_Ideal/Belfry.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Belfry.txt rename to resources/Documentation/Examples/_Results_Ideal/Belfry.txt diff --git a/Documentation/Examples/_Results_Ideal/Below.txt b/resources/Documentation/Examples/_Results_Ideal/Below.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Below.txt rename to resources/Documentation/Examples/_Results_Ideal/Below.txt diff --git a/Documentation/Examples/_Results_Ideal/BestTillLast.txt b/resources/Documentation/Examples/_Results_Ideal/BestTillLast.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BestTillLast.txt rename to resources/Documentation/Examples/_Results_Ideal/BestTillLast.txt diff --git a/Documentation/Examples/_Results_Ideal/Beverage.txt b/resources/Documentation/Examples/_Results_Ideal/Beverage.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Beverage.txt rename to resources/Documentation/Examples/_Results_Ideal/Beverage.txt diff --git a/Documentation/Examples/_Results_Ideal/Bibliophilia.txt b/resources/Documentation/Examples/_Results_Ideal/Bibliophilia.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Bibliophilia.txt rename to resources/Documentation/Examples/_Results_Ideal/Bibliophilia.txt diff --git a/Documentation/Examples/_Results_Ideal/Bic.txt b/resources/Documentation/Examples/_Results_Ideal/Bic.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Bic.txt rename to resources/Documentation/Examples/_Results_Ideal/Bic.txt diff --git a/Documentation/Examples/_Results_Ideal/BigSainsburys.txt b/resources/Documentation/Examples/_Results_Ideal/BigSainsburys.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BigSainsburys.txt rename to resources/Documentation/Examples/_Results_Ideal/BigSainsburys.txt diff --git a/Documentation/Examples/_Results_Ideal/BikiniAtoll.txt b/resources/Documentation/Examples/_Results_Ideal/BikiniAtoll.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BikiniAtoll.txt rename to resources/Documentation/Examples/_Results_Ideal/BikiniAtoll.txt diff --git a/Documentation/Examples/_Results_Ideal/BlackButton.txt b/resources/Documentation/Examples/_Results_Ideal/BlackButton.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BlackButton.txt rename to resources/Documentation/Examples/_Results_Ideal/BlackButton.txt diff --git a/Documentation/Examples/_Results_Ideal/Blackout.txt b/resources/Documentation/Examples/_Results_Ideal/Blackout.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Blackout.txt rename to resources/Documentation/Examples/_Results_Ideal/Blackout.txt diff --git a/Documentation/Examples/_Results_Ideal/Blakeney.txt b/resources/Documentation/Examples/_Results_Ideal/Blakeney.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Blakeney.txt rename to resources/Documentation/Examples/_Results_Ideal/Blakeney.txt diff --git a/Documentation/Examples/_Results_Ideal/Blankness.txt b/resources/Documentation/Examples/_Results_Ideal/Blankness.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Blankness.txt rename to resources/Documentation/Examples/_Results_Ideal/Blankness.txt diff --git a/Documentation/Examples/_Results_Ideal/Blink.txt b/resources/Documentation/Examples/_Results_Ideal/Blink.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Blink.txt rename to resources/Documentation/Examples/_Results_Ideal/Blink.txt diff --git a/Documentation/Examples/_Results_Ideal/Blocks.txt b/resources/Documentation/Examples/_Results_Ideal/Blocks.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Blocks.txt rename to resources/Documentation/Examples/_Results_Ideal/Blocks.txt diff --git a/Documentation/Examples/_Results_Ideal/Bosch.txt b/resources/Documentation/Examples/_Results_Ideal/Bosch.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Bosch.txt rename to resources/Documentation/Examples/_Results_Ideal/Bosch.txt diff --git a/Documentation/Examples/_Results_Ideal/BowlerHats.txt b/resources/Documentation/Examples/_Results_Ideal/BowlerHats.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BowlerHats.txt rename to resources/Documentation/Examples/_Results_Ideal/BowlerHats.txt diff --git a/Documentation/Examples/_Results_Ideal/Broughton.txt b/resources/Documentation/Examples/_Results_Ideal/Broughton.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Broughton.txt rename to resources/Documentation/Examples/_Results_Ideal/Broughton.txt diff --git a/Documentation/Examples/_Results_Ideal/BumpingIntoWalls.txt b/resources/Documentation/Examples/_Results_Ideal/BumpingIntoWalls.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/BumpingIntoWalls.txt rename to resources/Documentation/Examples/_Results_Ideal/BumpingIntoWalls.txt diff --git a/Documentation/Examples/_Results_Ideal/Burning.txt b/resources/Documentation/Examples/_Results_Ideal/Burning.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Burning.txt rename to resources/Documentation/Examples/_Results_Ideal/Burning.txt diff --git a/Documentation/Examples/_Results_Ideal/CHS.txt b/resources/Documentation/Examples/_Results_Ideal/CHS.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CHS.txt rename to resources/Documentation/Examples/_Results_Ideal/CHS.txt diff --git a/Documentation/Examples/_Results_Ideal/Cabin1.txt b/resources/Documentation/Examples/_Results_Ideal/Cabin1.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cabin1.txt rename to resources/Documentation/Examples/_Results_Ideal/Cabin1.txt diff --git a/Documentation/Examples/_Results_Ideal/Cabin2.txt b/resources/Documentation/Examples/_Results_Ideal/Cabin2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cabin2.txt rename to resources/Documentation/Examples/_Results_Ideal/Cabin2.txt diff --git a/Documentation/Examples/_Results_Ideal/Cabin4.txt b/resources/Documentation/Examples/_Results_Ideal/Cabin4.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cabin4.txt rename to resources/Documentation/Examples/_Results_Ideal/Cabin4.txt diff --git a/Documentation/Examples/_Results_Ideal/CactusWillOutlive.txt b/resources/Documentation/Examples/_Results_Ideal/CactusWillOutlive.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CactusWillOutlive.txt rename to resources/Documentation/Examples/_Results_Ideal/CactusWillOutlive.txt diff --git a/Documentation/Examples/_Results_Ideal/CampBethel.txt b/resources/Documentation/Examples/_Results_Ideal/CampBethel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CampBethel.txt rename to resources/Documentation/Examples/_Results_Ideal/CampBethel.txt diff --git a/Documentation/Examples/_Results_Ideal/Candle.txt b/resources/Documentation/Examples/_Results_Ideal/Candle.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Candle.txt rename to resources/Documentation/Examples/_Results_Ideal/Candle.txt diff --git a/Documentation/Examples/_Results_Ideal/Candy.txt b/resources/Documentation/Examples/_Results_Ideal/Candy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Candy.txt rename to resources/Documentation/Examples/_Results_Ideal/Candy.txt diff --git a/Documentation/Examples/_Results_Ideal/CapitalCity.txt b/resources/Documentation/Examples/_Results_Ideal/CapitalCity.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CapitalCity.txt rename to resources/Documentation/Examples/_Results_Ideal/CapitalCity.txt diff --git a/Documentation/Examples/_Results_Ideal/Car.txt b/resources/Documentation/Examples/_Results_Ideal/Car.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Car.txt rename to resources/Documentation/Examples/_Results_Ideal/Car.txt diff --git a/Documentation/Examples/_Results_Ideal/Carnivale.txt b/resources/Documentation/Examples/_Results_Ideal/Carnivale.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Carnivale.txt rename to resources/Documentation/Examples/_Results_Ideal/Carnivale.txt diff --git a/Documentation/Examples/_Results_Ideal/Carousel.txt b/resources/Documentation/Examples/_Results_Ideal/Carousel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Carousel.txt rename to resources/Documentation/Examples/_Results_Ideal/Carousel.txt diff --git a/Documentation/Examples/_Results_Ideal/Cash.txt b/resources/Documentation/Examples/_Results_Ideal/Cash.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cash.txt rename to resources/Documentation/Examples/_Results_Ideal/Cash.txt diff --git a/Documentation/Examples/_Results_Ideal/CasinoBanale.txt b/resources/Documentation/Examples/_Results_Ideal/CasinoBanale.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CasinoBanale.txt rename to resources/Documentation/Examples/_Results_Ideal/CasinoBanale.txt diff --git a/Documentation/Examples/_Results_Ideal/Cave-troll.txt b/resources/Documentation/Examples/_Results_Ideal/Cave-troll.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cave-troll.txt rename to resources/Documentation/Examples/_Results_Ideal/Cave-troll.txt diff --git a/Documentation/Examples/_Results_Ideal/Celadon.txt b/resources/Documentation/Examples/_Results_Ideal/Celadon.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Celadon.txt rename to resources/Documentation/Examples/_Results_Ideal/Celadon.txt diff --git a/Documentation/Examples/_Results_Ideal/Chanel.txt b/resources/Documentation/Examples/_Results_Ideal/Chanel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Chanel.txt rename to resources/Documentation/Examples/_Results_Ideal/Chanel.txt diff --git a/Documentation/Examples/_Results_Ideal/Channel.txt b/resources/Documentation/Examples/_Results_Ideal/Channel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Channel.txt rename to resources/Documentation/Examples/_Results_Ideal/Channel.txt diff --git a/Documentation/Examples/_Results_Ideal/Channel2.txt b/resources/Documentation/Examples/_Results_Ideal/Channel2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Channel2.txt rename to resources/Documentation/Examples/_Results_Ideal/Channel2.txt diff --git a/Documentation/Examples/_Results_Ideal/Charter.txt b/resources/Documentation/Examples/_Results_Ideal/Charter.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Charter.txt rename to resources/Documentation/Examples/_Results_Ideal/Charter.txt diff --git a/Documentation/Examples/_Results_Ideal/Cheese-makers.txt b/resources/Documentation/Examples/_Results_Ideal/Cheese-makers.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cheese-makers.txt rename to resources/Documentation/Examples/_Results_Ideal/Cheese-makers.txt diff --git a/Documentation/Examples/_Results_Ideal/Chests.txt b/resources/Documentation/Examples/_Results_Ideal/Chests.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Chests.txt rename to resources/Documentation/Examples/_Results_Ideal/Chests.txt diff --git a/Documentation/Examples/_Results_Ideal/Chihuahua.txt b/resources/Documentation/Examples/_Results_Ideal/Chihuahua.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Chihuahua.txt rename to resources/Documentation/Examples/_Results_Ideal/Chihuahua.txt diff --git a/Documentation/Examples/_Results_Ideal/Cinco.txt b/resources/Documentation/Examples/_Results_Ideal/Cinco.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cinco.txt rename to resources/Documentation/Examples/_Results_Ideal/Cinco.txt diff --git a/Documentation/Examples/_Results_Ideal/CipherRoom.txt b/resources/Documentation/Examples/_Results_Ideal/CipherRoom.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CipherRoom.txt rename to resources/Documentation/Examples/_Results_Ideal/CipherRoom.txt diff --git a/Documentation/Examples/_Results_Ideal/CircleOfMisery.txt b/resources/Documentation/Examples/_Results_Ideal/CircleOfMisery.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CircleOfMisery.txt rename to resources/Documentation/Examples/_Results_Ideal/CircleOfMisery.txt diff --git a/Documentation/Examples/_Results_Ideal/ClaimsAdjustment.txt b/resources/Documentation/Examples/_Results_Ideal/ClaimsAdjustment.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ClaimsAdjustment.txt rename to resources/Documentation/Examples/_Results_Ideal/ClaimsAdjustment.txt diff --git a/Documentation/Examples/_Results_Ideal/ClarkEscape.txt b/resources/Documentation/Examples/_Results_Ideal/ClarkEscape.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ClarkEscape.txt rename to resources/Documentation/Examples/_Results_Ideal/ClarkEscape.txt diff --git a/Documentation/Examples/_Results_Ideal/Clothing.txt b/resources/Documentation/Examples/_Results_Ideal/Clothing.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Clothing.txt rename to resources/Documentation/Examples/_Results_Ideal/Clothing.txt diff --git a/Documentation/Examples/_Results_Ideal/Cloves.txt b/resources/Documentation/Examples/_Results_Ideal/Cloves.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cloves.txt rename to resources/Documentation/Examples/_Results_Ideal/Cloves.txt diff --git a/Documentation/Examples/_Results_Ideal/CoD.txt b/resources/Documentation/Examples/_Results_Ideal/CoD.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CoD.txt rename to resources/Documentation/Examples/_Results_Ideal/CoD.txt diff --git a/Documentation/Examples/_Results_Ideal/Compass.txt b/resources/Documentation/Examples/_Results_Ideal/Compass.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Compass.txt rename to resources/Documentation/Examples/_Results_Ideal/Compass.txt diff --git a/Documentation/Examples/_Results_Ideal/Compassless.txt b/resources/Documentation/Examples/_Results_Ideal/Compassless.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Compassless.txt rename to resources/Documentation/Examples/_Results_Ideal/Compassless.txt diff --git a/Documentation/Examples/_Results_Ideal/Controlling.txt b/resources/Documentation/Examples/_Results_Ideal/Controlling.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Controlling.txt rename to resources/Documentation/Examples/_Results_Ideal/Controlling.txt diff --git a/Documentation/Examples/_Results_Ideal/Conversation.txt b/resources/Documentation/Examples/_Results_Ideal/Conversation.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Conversation.txt rename to resources/Documentation/Examples/_Results_Ideal/Conversation.txt diff --git a/Documentation/Examples/_Results_Ideal/Cooking.txt b/resources/Documentation/Examples/_Results_Ideal/Cooking.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cooking.txt rename to resources/Documentation/Examples/_Results_Ideal/Cooking.txt diff --git a/Documentation/Examples/_Results_Ideal/CopperRiver.txt b/resources/Documentation/Examples/_Results_Ideal/CopperRiver.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CopperRiver.txt rename to resources/Documentation/Examples/_Results_Ideal/CopperRiver.txt diff --git a/Documentation/Examples/_Results_Ideal/Costa.txt b/resources/Documentation/Examples/_Results_Ideal/Costa.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Costa.txt rename to resources/Documentation/Examples/_Results_Ideal/Costa.txt diff --git a/Documentation/Examples/_Results_Ideal/CowExonerated.txt b/resources/Documentation/Examples/_Results_Ideal/CowExonerated.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CowExonerated.txt rename to resources/Documentation/Examples/_Results_Ideal/CowExonerated.txt diff --git a/Documentation/Examples/_Results_Ideal/CranesLeg1.txt b/resources/Documentation/Examples/_Results_Ideal/CranesLeg1.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CranesLeg1.txt rename to resources/Documentation/Examples/_Results_Ideal/CranesLeg1.txt diff --git a/Documentation/Examples/_Results_Ideal/CranesLeg2.txt b/resources/Documentation/Examples/_Results_Ideal/CranesLeg2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/CranesLeg2.txt rename to resources/Documentation/Examples/_Results_Ideal/CranesLeg2.txt diff --git a/Documentation/Examples/_Results_Ideal/Croft.txt b/resources/Documentation/Examples/_Results_Ideal/Croft.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Croft.txt rename to resources/Documentation/Examples/_Results_Ideal/Croft.txt diff --git a/Documentation/Examples/_Results_Ideal/Crusoe.txt b/resources/Documentation/Examples/_Results_Ideal/Crusoe.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Crusoe.txt rename to resources/Documentation/Examples/_Results_Ideal/Crusoe.txt diff --git a/Documentation/Examples/_Results_Ideal/Cyclical.txt b/resources/Documentation/Examples/_Results_Ideal/Cyclical.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Cyclical.txt rename to resources/Documentation/Examples/_Results_Ideal/Cyclical.txt diff --git a/Documentation/Examples/_Results_Ideal/Deadbolt.txt b/resources/Documentation/Examples/_Results_Ideal/Deadbolt.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Deadbolt.txt rename to resources/Documentation/Examples/_Results_Ideal/Deadbolt.txt diff --git a/Documentation/Examples/_Results_Ideal/DearthMaiden.txt b/resources/Documentation/Examples/_Results_Ideal/DearthMaiden.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DearthMaiden.txt rename to resources/Documentation/Examples/_Results_Ideal/DearthMaiden.txt diff --git a/Documentation/Examples/_Results_Ideal/DeliciousDeliciousRocks.txt b/resources/Documentation/Examples/_Results_Ideal/DeliciousDeliciousRocks.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DeliciousDeliciousRocks.txt rename to resources/Documentation/Examples/_Results_Ideal/DeliciousDeliciousRocks.txt diff --git a/Documentation/Examples/_Results_Ideal/Diagnose.txt b/resources/Documentation/Examples/_Results_Ideal/Diagnose.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Diagnose.txt rename to resources/Documentation/Examples/_Results_Ideal/Diagnose.txt diff --git a/Documentation/Examples/_Results_Ideal/Dishes.txt b/resources/Documentation/Examples/_Results_Ideal/Dishes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Dishes.txt rename to resources/Documentation/Examples/_Results_Ideal/Dishes.txt diff --git a/Documentation/Examples/_Results_Ideal/DoPassGo.txt b/resources/Documentation/Examples/_Results_Ideal/DoPassGo.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DoPassGo.txt rename to resources/Documentation/Examples/_Results_Ideal/DoPassGo.txt diff --git a/Documentation/Examples/_Results_Ideal/Donut.txt b/resources/Documentation/Examples/_Results_Ideal/Donut.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Donut.txt rename to resources/Documentation/Examples/_Results_Ideal/Donut.txt diff --git a/Documentation/Examples/_Results_Ideal/DoorChange.txt b/resources/Documentation/Examples/_Results_Ideal/DoorChange.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DoorChange.txt rename to resources/Documentation/Examples/_Results_Ideal/DoorChange.txt diff --git a/Documentation/Examples/_Results_Ideal/Doors.txt b/resources/Documentation/Examples/_Results_Ideal/Doors.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Doors.txt rename to resources/Documentation/Examples/_Results_Ideal/Doors.txt diff --git a/Documentation/Examples/_Results_Ideal/DoubleInvent.txt b/resources/Documentation/Examples/_Results_Ideal/DoubleInvent.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DoubleInvent.txt rename to resources/Documentation/Examples/_Results_Ideal/DoubleInvent.txt diff --git a/Documentation/Examples/_Results_Ideal/DownInOodville.txt b/resources/Documentation/Examples/_Results_Ideal/DownInOodville.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/DownInOodville.txt rename to resources/Documentation/Examples/_Results_Ideal/DownInOodville.txt diff --git a/Documentation/Examples/_Results_Ideal/Easypants.txt b/resources/Documentation/Examples/_Results_Ideal/Easypants.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Easypants.txt rename to resources/Documentation/Examples/_Results_Ideal/Easypants.txt diff --git a/Documentation/Examples/_Results_Ideal/Eclipse.txt b/resources/Documentation/Examples/_Results_Ideal/Eclipse.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Eclipse.txt rename to resources/Documentation/Examples/_Results_Ideal/Eclipse.txt diff --git a/Documentation/Examples/_Results_Ideal/Eigenvalue.txt b/resources/Documentation/Examples/_Results_Ideal/Eigenvalue.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Eigenvalue.txt rename to resources/Documentation/Examples/_Results_Ideal/Eigenvalue.txt diff --git a/Documentation/Examples/_Results_Ideal/Electric.txt b/resources/Documentation/Examples/_Results_Ideal/Electric.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Electric.txt rename to resources/Documentation/Examples/_Results_Ideal/Electric.txt diff --git a/Documentation/Examples/_Results_Ideal/Electrified.txt b/resources/Documentation/Examples/_Results_Ideal/Electrified.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Electrified.txt rename to resources/Documentation/Examples/_Results_Ideal/Electrified.txt diff --git a/Documentation/Examples/_Results_Ideal/Electro.txt b/resources/Documentation/Examples/_Results_Ideal/Electro.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Electro.txt rename to resources/Documentation/Examples/_Results_Ideal/Electro.txt diff --git a/Documentation/Examples/_Results_Ideal/Elevator.txt b/resources/Documentation/Examples/_Results_Ideal/Elevator.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Elevator.txt rename to resources/Documentation/Examples/_Results_Ideal/Elevator.txt diff --git a/Documentation/Examples/_Results_Ideal/Elsie.txt b/resources/Documentation/Examples/_Results_Ideal/Elsie.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Elsie.txt rename to resources/Documentation/Examples/_Results_Ideal/Elsie.txt diff --git a/Documentation/Examples/_Results_Ideal/Emma.txt b/resources/Documentation/Examples/_Results_Ideal/Emma.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Emma.txt rename to resources/Documentation/Examples/_Results_Ideal/Emma.txt diff --git a/Documentation/Examples/_Results_Ideal/Encyclopedia.txt b/resources/Documentation/Examples/_Results_Ideal/Encyclopedia.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Encyclopedia.txt rename to resources/Documentation/Examples/_Results_Ideal/Encyclopedia.txt diff --git a/Documentation/Examples/_Results_Ideal/Endurance.txt b/resources/Documentation/Examples/_Results_Ideal/Endurance.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Endurance.txt rename to resources/Documentation/Examples/_Results_Ideal/Endurance.txt diff --git a/Documentation/Examples/_Results_Ideal/Entrevaux.txt b/resources/Documentation/Examples/_Results_Ideal/Entrevaux.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Entrevaux.txt rename to resources/Documentation/Examples/_Results_Ideal/Entrevaux.txt diff --git a/Documentation/Examples/_Results_Ideal/Entropy.txt b/resources/Documentation/Examples/_Results_Ideal/Entropy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Entropy.txt rename to resources/Documentation/Examples/_Results_Ideal/Entropy.txt diff --git a/Documentation/Examples/_Results_Ideal/Epitaph.txt b/resources/Documentation/Examples/_Results_Ideal/Epitaph.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Epitaph.txt rename to resources/Documentation/Examples/_Results_Ideal/Epitaph.txt diff --git a/Documentation/Examples/_Results_Ideal/Equipment.txt b/resources/Documentation/Examples/_Results_Ideal/Equipment.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Equipment.txt rename to resources/Documentation/Examples/_Results_Ideal/Equipment.txt diff --git a/Documentation/Examples/_Results_Ideal/EscapeFromTheSeraglio.txt b/resources/Documentation/Examples/_Results_Ideal/EscapeFromTheSeraglio.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/EscapeFromTheSeraglio.txt rename to resources/Documentation/Examples/_Results_Ideal/EscapeFromTheSeraglio.txt diff --git a/Documentation/Examples/_Results_Ideal/Examination.txt b/resources/Documentation/Examples/_Results_Ideal/Examination.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Examination.txt rename to resources/Documentation/Examples/_Results_Ideal/Examination.txt diff --git a/Documentation/Examples/_Results_Ideal/Exits.txt b/resources/Documentation/Examples/_Results_Ideal/Exits.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Exits.txt rename to resources/Documentation/Examples/_Results_Ideal/Exits.txt diff --git a/Documentation/Examples/_Results_Ideal/ExitsSimple.txt b/resources/Documentation/Examples/_Results_Ideal/ExitsSimple.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ExitsSimple.txt rename to resources/Documentation/Examples/_Results_Ideal/ExitsSimple.txt diff --git a/Documentation/Examples/_Results_Ideal/ExtraSupplies.txt b/resources/Documentation/Examples/_Results_Ideal/ExtraSupplies.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ExtraSupplies.txt rename to resources/Documentation/Examples/_Results_Ideal/ExtraSupplies.txt diff --git a/Documentation/Examples/_Results_Ideal/EyesFingersToes.txt b/resources/Documentation/Examples/_Results_Ideal/EyesFingersToes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/EyesFingersToes.txt rename to resources/Documentation/Examples/_Results_Ideal/EyesFingersToes.txt diff --git a/Documentation/Examples/_Results_Ideal/Fabrication.txt b/resources/Documentation/Examples/_Results_Ideal/Fabrication.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Fabrication.txt rename to resources/Documentation/Examples/_Results_Ideal/Fabrication.txt diff --git a/Documentation/Examples/_Results_Ideal/FactsWereThese.txt b/resources/Documentation/Examples/_Results_Ideal/FactsWereThese.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FactsWereThese.txt rename to resources/Documentation/Examples/_Results_Ideal/FactsWereThese.txt diff --git a/Documentation/Examples/_Results_Ideal/FalloutEnclosure.txt b/resources/Documentation/Examples/_Results_Ideal/FalloutEnclosure.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FalloutEnclosure.txt rename to resources/Documentation/Examples/_Results_Ideal/FalloutEnclosure.txt diff --git a/Documentation/Examples/_Results_Ideal/FancyTake.txt b/resources/Documentation/Examples/_Results_Ideal/FancyTake.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FancyTake.txt rename to resources/Documentation/Examples/_Results_Ideal/FancyTake.txt diff --git a/Documentation/Examples/_Results_Ideal/Feline.txt b/resources/Documentation/Examples/_Results_Ideal/Feline.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Feline.txt rename to resources/Documentation/Examples/_Results_Ideal/Feline.txt diff --git a/Documentation/Examples/_Results_Ideal/FerragamoAgain.txt b/resources/Documentation/Examples/_Results_Ideal/FerragamoAgain.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FerragamoAgain.txt rename to resources/Documentation/Examples/_Results_Ideal/FerragamoAgain.txt diff --git a/Documentation/Examples/_Results_Ideal/FibonacciSequence.txt b/resources/Documentation/Examples/_Results_Ideal/FibonacciSequence.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FibonacciSequence.txt rename to resources/Documentation/Examples/_Results_Ideal/FibonacciSequence.txt diff --git a/Documentation/Examples/_Results_Ideal/Fido.txt b/resources/Documentation/Examples/_Results_Ideal/Fido.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Fido.txt rename to resources/Documentation/Examples/_Results_Ideal/Fido.txt diff --git a/Documentation/Examples/_Results_Ideal/FifthBody.txt b/resources/Documentation/Examples/_Results_Ideal/FifthBody.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FifthBody.txt rename to resources/Documentation/Examples/_Results_Ideal/FifthBody.txt diff --git a/Documentation/Examples/_Results_Ideal/Finality.txt b/resources/Documentation/Examples/_Results_Ideal/Finality.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Finality.txt rename to resources/Documentation/Examples/_Results_Ideal/Finality.txt diff --git a/Documentation/Examples/_Results_Ideal/FineLaid.txt b/resources/Documentation/Examples/_Results_Ideal/FineLaid.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FineLaid.txt rename to resources/Documentation/Examples/_Results_Ideal/FineLaid.txt diff --git a/Documentation/Examples/_Results_Ideal/Finishing.txt b/resources/Documentation/Examples/_Results_Ideal/Finishing.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Finishing.txt rename to resources/Documentation/Examples/_Results_Ideal/Finishing.txt diff --git a/Documentation/Examples/_Results_Ideal/FirstNames.txt b/resources/Documentation/Examples/_Results_Ideal/FirstNames.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FirstNames.txt rename to resources/Documentation/Examples/_Results_Ideal/FirstNames.txt diff --git a/Documentation/Examples/_Results_Ideal/Floorplan.txt b/resources/Documentation/Examples/_Results_Ideal/Floorplan.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Floorplan.txt rename to resources/Documentation/Examples/_Results_Ideal/Floorplan.txt diff --git a/Documentation/Examples/_Results_Ideal/Flotation.txt b/resources/Documentation/Examples/_Results_Ideal/Flotation.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Flotation.txt rename to resources/Documentation/Examples/_Results_Ideal/Flotation.txt diff --git a/Documentation/Examples/_Results_Ideal/Flowerpots.txt b/resources/Documentation/Examples/_Results_Ideal/Flowerpots.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Flowerpots.txt rename to resources/Documentation/Examples/_Results_Ideal/Flowerpots.txt diff --git a/Documentation/Examples/_Results_Ideal/Follow.txt b/resources/Documentation/Examples/_Results_Ideal/Follow.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Follow.txt rename to resources/Documentation/Examples/_Results_Ideal/Follow.txt diff --git a/Documentation/Examples/_Results_Ideal/Foosball.txt b/resources/Documentation/Examples/_Results_Ideal/Foosball.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Foosball.txt rename to resources/Documentation/Examples/_Results_Ideal/Foosball.txt diff --git a/Documentation/Examples/_Results_Ideal/Footnotes.txt b/resources/Documentation/Examples/_Results_Ideal/Footnotes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Footnotes.txt rename to resources/Documentation/Examples/_Results_Ideal/Footnotes.txt diff --git a/Documentation/Examples/_Results_Ideal/ForDemonstrationPurposes.txt b/resources/Documentation/Examples/_Results_Ideal/ForDemonstrationPurposes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ForDemonstrationPurposes.txt rename to resources/Documentation/Examples/_Results_Ideal/ForDemonstrationPurposes.txt diff --git a/Documentation/Examples/_Results_Ideal/Fore.txt b/resources/Documentation/Examples/_Results_Ideal/Fore.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Fore.txt rename to resources/Documentation/Examples/_Results_Ideal/Fore.txt diff --git a/Documentation/Examples/_Results_Ideal/Former.txt b/resources/Documentation/Examples/_Results_Ideal/Former.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Former.txt rename to resources/Documentation/Examples/_Results_Ideal/Former.txt diff --git a/Documentation/Examples/_Results_Ideal/Formicidae.txt b/resources/Documentation/Examples/_Results_Ideal/Formicidae.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Formicidae.txt rename to resources/Documentation/Examples/_Results_Ideal/Formicidae.txt diff --git a/Documentation/Examples/_Results_Ideal/FourthBody.txt b/resources/Documentation/Examples/_Results_Ideal/FourthBody.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FourthBody.txt rename to resources/Documentation/Examples/_Results_Ideal/FourthBody.txt diff --git a/Documentation/Examples/_Results_Ideal/Fragility.txt b/resources/Documentation/Examples/_Results_Ideal/Fragility.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Fragility.txt rename to resources/Documentation/Examples/_Results_Ideal/Fragility.txt diff --git a/Documentation/Examples/_Results_Ideal/FunWithParticiples.txt b/resources/Documentation/Examples/_Results_Ideal/FunWithParticiples.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FunWithParticiples.txt rename to resources/Documentation/Examples/_Results_Ideal/FunWithParticiples.txt diff --git a/Documentation/Examples/_Results_Ideal/FurtherReasons.txt b/resources/Documentation/Examples/_Results_Ideal/FurtherReasons.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/FurtherReasons.txt rename to resources/Documentation/Examples/_Results_Ideal/FurtherReasons.txt diff --git a/Documentation/Examples/_Results_Ideal/Fussy.txt b/resources/Documentation/Examples/_Results_Ideal/Fussy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Fussy.txt rename to resources/Documentation/Examples/_Results_Ideal/Fussy.txt diff --git a/Documentation/Examples/_Results_Ideal/Gallery.txt b/resources/Documentation/Examples/_Results_Ideal/Gallery.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gallery.txt rename to resources/Documentation/Examples/_Results_Ideal/Gallery.txt diff --git a/Documentation/Examples/_Results_Ideal/Garibaldi.txt b/resources/Documentation/Examples/_Results_Ideal/Garibaldi.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Garibaldi.txt rename to resources/Documentation/Examples/_Results_Ideal/Garibaldi.txt diff --git a/Documentation/Examples/_Results_Ideal/Garibaldi2.txt b/resources/Documentation/Examples/_Results_Ideal/Garibaldi2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Garibaldi2.txt rename to resources/Documentation/Examples/_Results_Ideal/Garibaldi2.txt diff --git a/Documentation/Examples/_Results_Ideal/Gas2.txt b/resources/Documentation/Examples/_Results_Ideal/Gas2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gas2.txt rename to resources/Documentation/Examples/_Results_Ideal/Gas2.txt diff --git a/Documentation/Examples/_Results_Ideal/GasDiffusion.txt b/resources/Documentation/Examples/_Results_Ideal/GasDiffusion.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/GasDiffusion.txt rename to resources/Documentation/Examples/_Results_Ideal/GasDiffusion.txt diff --git a/Documentation/Examples/_Results_Ideal/Gelato-G.txt b/resources/Documentation/Examples/_Results_Ideal/Gelato-G.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gelato-G.txt rename to resources/Documentation/Examples/_Results_Ideal/Gelato-G.txt diff --git a/Documentation/Examples/_Results_Ideal/Gender.txt b/resources/Documentation/Examples/_Results_Ideal/Gender.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gender.txt rename to resources/Documentation/Examples/_Results_Ideal/Gender.txt diff --git a/Documentation/Examples/_Results_Ideal/Gentleman.txt b/resources/Documentation/Examples/_Results_Ideal/Gentleman.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gentleman.txt rename to resources/Documentation/Examples/_Results_Ideal/Gentleman.txt diff --git a/Documentation/Examples/_Results_Ideal/GettingDown.txt b/resources/Documentation/Examples/_Results_Ideal/GettingDown.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/GettingDown.txt rename to resources/Documentation/Examples/_Results_Ideal/GettingDown.txt diff --git a/Documentation/Examples/_Results_Ideal/Girls.txt b/resources/Documentation/Examples/_Results_Ideal/Girls.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Girls.txt rename to resources/Documentation/Examples/_Results_Ideal/Girls.txt diff --git a/Documentation/Examples/_Results_Ideal/Give.txt b/resources/Documentation/Examples/_Results_Ideal/Give.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Give.txt rename to resources/Documentation/Examples/_Results_Ideal/Give.txt diff --git a/Documentation/Examples/_Results_Ideal/Gloves.txt b/resources/Documentation/Examples/_Results_Ideal/Gloves.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gloves.txt rename to resources/Documentation/Examples/_Results_Ideal/Gloves.txt diff --git a/Documentation/Examples/_Results_Ideal/Gopher-wood.txt b/resources/Documentation/Examples/_Results_Ideal/Gopher-wood.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Gopher-wood.txt rename to resources/Documentation/Examples/_Results_Ideal/Gopher-wood.txt diff --git a/Documentation/Examples/_Results_Ideal/Grapes.txt b/resources/Documentation/Examples/_Results_Ideal/Grapes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Grapes.txt rename to resources/Documentation/Examples/_Results_Ideal/Grapes.txt diff --git a/Documentation/Examples/_Results_Ideal/GreatPortlandStreet.txt b/resources/Documentation/Examples/_Results_Ideal/GreatPortlandStreet.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/GreatPortlandStreet.txt rename to resources/Documentation/Examples/_Results_Ideal/GreatPortlandStreet.txt diff --git a/Documentation/Examples/_Results_Ideal/GreenEggs.txt b/resources/Documentation/Examples/_Results_Ideal/GreenEggs.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/GreenEggs.txt rename to resources/Documentation/Examples/_Results_Ideal/GreenEggs.txt diff --git a/Documentation/Examples/_Results_Ideal/Grilling.txt b/resources/Documentation/Examples/_Results_Ideal/Grilling.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Grilling.txt rename to resources/Documentation/Examples/_Results_Ideal/Grilling.txt diff --git a/Documentation/Examples/_Results_Ideal/Guilt.txt b/resources/Documentation/Examples/_Results_Ideal/Guilt.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Guilt.txt rename to resources/Documentation/Examples/_Results_Ideal/Guilt.txt diff --git a/Documentation/Examples/_Results_Ideal/HappyHell.txt b/resources/Documentation/Examples/_Results_Ideal/HappyHell.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/HappyHell.txt rename to resources/Documentation/Examples/_Results_Ideal/HappyHell.txt diff --git a/Documentation/Examples/_Results_Ideal/Harrison.txt b/resources/Documentation/Examples/_Results_Ideal/Harrison.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Harrison.txt rename to resources/Documentation/Examples/_Results_Ideal/Harrison.txt diff --git a/Documentation/Examples/_Results_Ideal/Hatless.txt b/resources/Documentation/Examples/_Results_Ideal/Hatless.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hatless.txt rename to resources/Documentation/Examples/_Results_Ideal/Hatless.txt diff --git a/Documentation/Examples/_Results_Ideal/Havel.txt b/resources/Documentation/Examples/_Results_Ideal/Havel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Havel.txt rename to resources/Documentation/Examples/_Results_Ideal/Havel.txt diff --git a/Documentation/Examples/_Results_Ideal/HaysCode.txt b/resources/Documentation/Examples/_Results_Ideal/HaysCode.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/HaysCode.txt rename to resources/Documentation/Examples/_Results_Ideal/HaysCode.txt diff --git a/Documentation/Examples/_Results_Ideal/Hello.txt b/resources/Documentation/Examples/_Results_Ideal/Hello.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hello.txt rename to resources/Documentation/Examples/_Results_Ideal/Hello.txt diff --git a/Documentation/Examples/_Results_Ideal/Hermes.txt b/resources/Documentation/Examples/_Results_Ideal/Hermes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hermes.txt rename to resources/Documentation/Examples/_Results_Ideal/Hermes.txt diff --git a/Documentation/Examples/_Results_Ideal/HintsOff.txt b/resources/Documentation/Examples/_Results_Ideal/HintsOff.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/HintsOff.txt rename to resources/Documentation/Examples/_Results_Ideal/HintsOff.txt diff --git a/Documentation/Examples/_Results_Ideal/HistoryLab.txt b/resources/Documentation/Examples/_Results_Ideal/HistoryLab.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/HistoryLab.txt rename to resources/Documentation/Examples/_Results_Ideal/HistoryLab.txt diff --git a/Documentation/Examples/_Results_Ideal/Hohmann.txt b/resources/Documentation/Examples/_Results_Ideal/Hohmann.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hohmann.txt rename to resources/Documentation/Examples/_Results_Ideal/Hohmann.txt diff --git a/Documentation/Examples/_Results_Ideal/HouroftheWren.txt b/resources/Documentation/Examples/_Results_Ideal/HouroftheWren.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/HouroftheWren.txt rename to resources/Documentation/Examples/_Results_Ideal/HouroftheWren.txt diff --git a/Documentation/Examples/_Results_Ideal/Housman.txt b/resources/Documentation/Examples/_Results_Ideal/Housman.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Housman.txt rename to resources/Documentation/Examples/_Results_Ideal/Housman.txt diff --git a/Documentation/Examples/_Results_Ideal/Hover.txt b/resources/Documentation/Examples/_Results_Ideal/Hover.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hover.txt rename to resources/Documentation/Examples/_Results_Ideal/Hover.txt diff --git a/Documentation/Examples/_Results_Ideal/Hudsucker.txt b/resources/Documentation/Examples/_Results_Ideal/Hudsucker.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hudsucker.txt rename to resources/Documentation/Examples/_Results_Ideal/Hudsucker.txt diff --git a/Documentation/Examples/_Results_Ideal/Hymenaeus.txt b/resources/Documentation/Examples/_Results_Ideal/Hymenaeus.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hymenaeus.txt rename to resources/Documentation/Examples/_Results_Ideal/Hymenaeus.txt diff --git a/Documentation/Examples/_Results_Ideal/Hypnosis.txt b/resources/Documentation/Examples/_Results_Ideal/Hypnosis.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Hypnosis.txt rename to resources/Documentation/Examples/_Results_Ideal/Hypnosis.txt diff --git a/Documentation/Examples/_Results_Ideal/IPA.txt b/resources/Documentation/Examples/_Results_Ideal/IPA.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/IPA.txt rename to resources/Documentation/Examples/_Results_Ideal/IPA.txt diff --git a/Documentation/Examples/_Results_Ideal/Identitytheft.txt b/resources/Documentation/Examples/_Results_Ideal/Identitytheft.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Identitytheft.txt rename to resources/Documentation/Examples/_Results_Ideal/Identitytheft.txt diff --git a/Documentation/Examples/_Results_Ideal/IgpayAtinlay.txt b/resources/Documentation/Examples/_Results_Ideal/IgpayAtinlay.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/IgpayAtinlay.txt rename to resources/Documentation/Examples/_Results_Ideal/IgpayAtinlay.txt diff --git a/Documentation/Examples/_Results_Ideal/Infiltration.txt b/resources/Documentation/Examples/_Results_Ideal/Infiltration.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Infiltration.txt rename to resources/Documentation/Examples/_Results_Ideal/Infiltration.txt diff --git a/Documentation/Examples/_Results_Ideal/Inquisition.txt b/resources/Documentation/Examples/_Results_Ideal/Inquisition.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Inquisition.txt rename to resources/Documentation/Examples/_Results_Ideal/Inquisition.txt diff --git a/Documentation/Examples/_Results_Ideal/Inquisitions.txt b/resources/Documentation/Examples/_Results_Ideal/Inquisitions.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Inquisitions.txt rename to resources/Documentation/Examples/_Results_Ideal/Inquisitions.txt diff --git a/Documentation/Examples/_Results_Ideal/Jamaica1688.txt b/resources/Documentation/Examples/_Results_Ideal/Jamaica1688.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Jamaica1688.txt rename to resources/Documentation/Examples/_Results_Ideal/Jamaica1688.txt diff --git a/Documentation/Examples/_Results_Ideal/Jenna.txt b/resources/Documentation/Examples/_Results_Ideal/Jenna.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Jenna.txt rename to resources/Documentation/Examples/_Results_Ideal/Jenna.txt diff --git a/Documentation/Examples/_Results_Ideal/Jesse.txt b/resources/Documentation/Examples/_Results_Ideal/Jesse.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Jesse.txt rename to resources/Documentation/Examples/_Results_Ideal/Jesse.txt diff --git a/Documentation/Examples/_Results_Ideal/Jokers.txt b/resources/Documentation/Examples/_Results_Ideal/Jokers.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Jokers.txt rename to resources/Documentation/Examples/_Results_Ideal/Jokers.txt diff --git a/Documentation/Examples/_Results_Ideal/Juggling.txt b/resources/Documentation/Examples/_Results_Ideal/Juggling.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Juggling.txt rename to resources/Documentation/Examples/_Results_Ideal/Juggling.txt diff --git a/Documentation/Examples/_Results_Ideal/Keyword.txt b/resources/Documentation/Examples/_Results_Ideal/Keyword.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Keyword.txt rename to resources/Documentation/Examples/_Results_Ideal/Keyword.txt diff --git a/Documentation/Examples/_Results_Ideal/Kitty.txt b/resources/Documentation/Examples/_Results_Ideal/Kitty.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Kitty.txt rename to resources/Documentation/Examples/_Results_Ideal/Kitty.txt diff --git a/Documentation/Examples/_Results_Ideal/Kiwi.txt b/resources/Documentation/Examples/_Results_Ideal/Kiwi.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Kiwi.txt rename to resources/Documentation/Examples/_Results_Ideal/Kiwi.txt diff --git a/Documentation/Examples/_Results_Ideal/Labyrinth.txt b/resources/Documentation/Examples/_Results_Ideal/Labyrinth.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Labyrinth.txt rename to resources/Documentation/Examples/_Results_Ideal/Labyrinth.txt diff --git a/Documentation/Examples/_Results_Ideal/Lakeside.txt b/resources/Documentation/Examples/_Results_Ideal/Lakeside.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lakeside.txt rename to resources/Documentation/Examples/_Results_Ideal/Lakeside.txt diff --git a/Documentation/Examples/_Results_Ideal/Lanista1.txt b/resources/Documentation/Examples/_Results_Ideal/Lanista1.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lanista1.txt rename to resources/Documentation/Examples/_Results_Ideal/Lanista1.txt diff --git a/Documentation/Examples/_Results_Ideal/Lanista2.txt b/resources/Documentation/Examples/_Results_Ideal/Lanista2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lanista2.txt rename to resources/Documentation/Examples/_Results_Ideal/Lanista2.txt diff --git a/Documentation/Examples/_Results_Ideal/Larva.txt b/resources/Documentation/Examples/_Results_Ideal/Larva.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Larva.txt rename to resources/Documentation/Examples/_Results_Ideal/Larva.txt diff --git a/Documentation/Examples/_Results_Ideal/Larva2.txt b/resources/Documentation/Examples/_Results_Ideal/Larva2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Larva2.txt rename to resources/Documentation/Examples/_Results_Ideal/Larva2.txt diff --git a/Documentation/Examples/_Results_Ideal/LatinLessons.txt b/resources/Documentation/Examples/_Results_Ideal/LatinLessons.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LatinLessons.txt rename to resources/Documentation/Examples/_Results_Ideal/LatinLessons.txt diff --git a/Documentation/Examples/_Results_Ideal/Laura.txt b/resources/Documentation/Examples/_Results_Ideal/Laura.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Laura.txt rename to resources/Documentation/Examples/_Results_Ideal/Laura.txt diff --git a/Documentation/Examples/_Results_Ideal/Lawn.txt b/resources/Documentation/Examples/_Results_Ideal/Lawn.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lawn.txt rename to resources/Documentation/Examples/_Results_Ideal/Lawn.txt diff --git a/Documentation/Examples/_Results_Ideal/Lecture.txt b/resources/Documentation/Examples/_Results_Ideal/Lecture.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lecture.txt rename to resources/Documentation/Examples/_Results_Ideal/Lecture.txt diff --git a/Documentation/Examples/_Results_Ideal/LeftHandofAutumn.txt b/resources/Documentation/Examples/_Results_Ideal/LeftHandofAutumn.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LeftHandofAutumn.txt rename to resources/Documentation/Examples/_Results_Ideal/LeftHandofAutumn.txt diff --git a/Documentation/Examples/_Results_Ideal/Lemonade.txt b/resources/Documentation/Examples/_Results_Ideal/Lemonade.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lemonade.txt rename to resources/Documentation/Examples/_Results_Ideal/Lemonade.txt diff --git a/Documentation/Examples/_Results_Ideal/Leopard-skin.txt b/resources/Documentation/Examples/_Results_Ideal/Leopard-skin.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Leopard-skin.txt rename to resources/Documentation/Examples/_Results_Ideal/Leopard-skin.txt diff --git a/Documentation/Examples/_Results_Ideal/Lies.txt b/resources/Documentation/Examples/_Results_Ideal/Lies.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lies.txt rename to resources/Documentation/Examples/_Results_Ideal/Lies.txt diff --git a/Documentation/Examples/_Results_Ideal/Lighthouse.txt b/resources/Documentation/Examples/_Results_Ideal/Lighthouse.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lighthouse.txt rename to resources/Documentation/Examples/_Results_Ideal/Lighthouse.txt diff --git a/Documentation/Examples/_Results_Ideal/Liminal.txt b/resources/Documentation/Examples/_Results_Ideal/Liminal.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Liminal.txt rename to resources/Documentation/Examples/_Results_Ideal/Liminal.txt diff --git a/Documentation/Examples/_Results_Ideal/LollipopGuild.txt b/resources/Documentation/Examples/_Results_Ideal/LollipopGuild.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LollipopGuild.txt rename to resources/Documentation/Examples/_Results_Ideal/LollipopGuild.txt diff --git a/Documentation/Examples/_Results_Ideal/LongTravel.txt b/resources/Documentation/Examples/_Results_Ideal/LongTravel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LongTravel.txt rename to resources/Documentation/Examples/_Results_Ideal/LongTravel.txt diff --git a/Documentation/Examples/_Results_Ideal/Lottery.txt b/resources/Documentation/Examples/_Results_Ideal/Lottery.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lottery.txt rename to resources/Documentation/Examples/_Results_Ideal/Lottery.txt diff --git a/Documentation/Examples/_Results_Ideal/LowLight.txt b/resources/Documentation/Examples/_Results_Ideal/LowLight.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LowLight.txt rename to resources/Documentation/Examples/_Results_Ideal/LowLight.txt diff --git a/Documentation/Examples/_Results_Ideal/Lucy.txt b/resources/Documentation/Examples/_Results_Ideal/Lucy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Lucy.txt rename to resources/Documentation/Examples/_Results_Ideal/Lucy.txt diff --git a/Documentation/Examples/_Results_Ideal/LugubriousPetes.txt b/resources/Documentation/Examples/_Results_Ideal/LugubriousPetes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/LugubriousPetes.txt rename to resources/Documentation/Examples/_Results_Ideal/LugubriousPetes.txt diff --git a/Documentation/Examples/_Results_Ideal/MRE.txt b/resources/Documentation/Examples/_Results_Ideal/MRE.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MRE.txt rename to resources/Documentation/Examples/_Results_Ideal/MRE.txt diff --git a/Documentation/Examples/_Results_Ideal/Maenad.txt b/resources/Documentation/Examples/_Results_Ideal/Maenad.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Maenad.txt rename to resources/Documentation/Examples/_Results_Ideal/Maenad.txt diff --git a/Documentation/Examples/_Results_Ideal/Magnet.txt b/resources/Documentation/Examples/_Results_Ideal/Magnet.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Magnet.txt rename to resources/Documentation/Examples/_Results_Ideal/Magnet.txt diff --git a/Documentation/Examples/_Results_Ideal/Mapped.txt b/resources/Documentation/Examples/_Results_Ideal/Mapped.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Mapped.txt rename to resources/Documentation/Examples/_Results_Ideal/Mapped.txt diff --git a/Documentation/Examples/_Results_Ideal/MappedGreece.txt b/resources/Documentation/Examples/_Results_Ideal/MappedGreece.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MappedGreece.txt rename to resources/Documentation/Examples/_Results_Ideal/MappedGreece.txt diff --git a/Documentation/Examples/_Results_Ideal/Marble.txt b/resources/Documentation/Examples/_Results_Ideal/Marble.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Marble.txt rename to resources/Documentation/Examples/_Results_Ideal/Marble.txt diff --git a/Documentation/Examples/_Results_Ideal/Marbles.txt b/resources/Documentation/Examples/_Results_Ideal/Marbles.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Marbles.txt rename to resources/Documentation/Examples/_Results_Ideal/Marbles.txt diff --git a/Documentation/Examples/_Results_Ideal/Matreshka.txt b/resources/Documentation/Examples/_Results_Ideal/Matreshka.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Matreshka.txt rename to resources/Documentation/Examples/_Results_Ideal/Matreshka.txt diff --git a/Documentation/Examples/_Results_Ideal/MattressKing.txt b/resources/Documentation/Examples/_Results_Ideal/MattressKing.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MattressKing.txt rename to resources/Documentation/Examples/_Results_Ideal/MattressKing.txt diff --git a/Documentation/Examples/_Results_Ideal/McQuerry.txt b/resources/Documentation/Examples/_Results_Ideal/McQuerry.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/McQuerry.txt rename to resources/Documentation/Examples/_Results_Ideal/McQuerry.txt diff --git a/Documentation/Examples/_Results_Ideal/MeetMarket.txt b/resources/Documentation/Examples/_Results_Ideal/MeetMarket.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MeetMarket.txt rename to resources/Documentation/Examples/_Results_Ideal/MeetMarket.txt diff --git a/Documentation/Examples/_Results_Ideal/Menu.txt b/resources/Documentation/Examples/_Results_Ideal/Menu.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Menu.txt rename to resources/Documentation/Examples/_Results_Ideal/Menu.txt diff --git a/Documentation/Examples/_Results_Ideal/MenuContinued.txt b/resources/Documentation/Examples/_Results_Ideal/MenuContinued.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MenuContinued.txt rename to resources/Documentation/Examples/_Results_Ideal/MenuContinued.txt diff --git a/Documentation/Examples/_Results_Ideal/Meteor.txt b/resources/Documentation/Examples/_Results_Ideal/Meteor.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Meteor.txt rename to resources/Documentation/Examples/_Results_Ideal/Meteor.txt diff --git a/Documentation/Examples/_Results_Ideal/Midsummer.txt b/resources/Documentation/Examples/_Results_Ideal/Midsummer.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Midsummer.txt rename to resources/Documentation/Examples/_Results_Ideal/Midsummer.txt diff --git a/Documentation/Examples/_Results_Ideal/MirrorMirror.txt b/resources/Documentation/Examples/_Results_Ideal/MirrorMirror.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MirrorMirror.txt rename to resources/Documentation/Examples/_Results_Ideal/MirrorMirror.txt diff --git a/Documentation/Examples/_Results_Ideal/ModernConveniences.txt b/resources/Documentation/Examples/_Results_Ideal/ModernConveniences.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ModernConveniences.txt rename to resources/Documentation/Examples/_Results_Ideal/ModernConveniences.txt diff --git a/Documentation/Examples/_Results_Ideal/Morning.txt b/resources/Documentation/Examples/_Results_Ideal/Morning.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Morning.txt rename to resources/Documentation/Examples/_Results_Ideal/Morning.txt diff --git a/Documentation/Examples/_Results_Ideal/MrBurnsRepast.txt b/resources/Documentation/Examples/_Results_Ideal/MrBurnsRepast.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MrBurnsRepast.txt rename to resources/Documentation/Examples/_Results_Ideal/MrBurnsRepast.txt diff --git a/Documentation/Examples/_Results_Ideal/MrZero.txt b/resources/Documentation/Examples/_Results_Ideal/MrZero.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MrZero.txt rename to resources/Documentation/Examples/_Results_Ideal/MrZero.txt diff --git a/Documentation/Examples/_Results_Ideal/MultipleExamine.txt b/resources/Documentation/Examples/_Results_Ideal/MultipleExamine.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MultipleExamine.txt rename to resources/Documentation/Examples/_Results_Ideal/MultipleExamine.txt diff --git a/Documentation/Examples/_Results_Ideal/Muppets.txt b/resources/Documentation/Examples/_Results_Ideal/Muppets.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Muppets.txt rename to resources/Documentation/Examples/_Results_Ideal/Muppets.txt diff --git a/Documentation/Examples/_Results_Ideal/Murder.txt b/resources/Documentation/Examples/_Results_Ideal/Murder.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Murder.txt rename to resources/Documentation/Examples/_Results_Ideal/Murder.txt diff --git a/Documentation/Examples/_Results_Ideal/MuttsAdventure.txt b/resources/Documentation/Examples/_Results_Ideal/MuttsAdventure.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/MuttsAdventure.txt rename to resources/Documentation/Examples/_Results_Ideal/MuttsAdventure.txt diff --git a/Documentation/Examples/_Results_Ideal/Names.txt b/resources/Documentation/Examples/_Results_Ideal/Names.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Names.txt rename to resources/Documentation/Examples/_Results_Ideal/Names.txt diff --git a/Documentation/Examples/_Results_Ideal/NarrativeRegister.txt b/resources/Documentation/Examples/_Results_Ideal/NarrativeRegister.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NarrativeRegister.txt rename to resources/Documentation/Examples/_Results_Ideal/NarrativeRegister.txt diff --git a/Documentation/Examples/_Results_Ideal/NightAndDay.txt b/resources/Documentation/Examples/_Results_Ideal/NightAndDay.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NightAndDay.txt rename to resources/Documentation/Examples/_Results_Ideal/NightAndDay.txt diff --git a/Documentation/Examples/_Results_Ideal/NightSky.txt b/resources/Documentation/Examples/_Results_Ideal/NightSky.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NightSky.txt rename to resources/Documentation/Examples/_Results_Ideal/NightSky.txt diff --git a/Documentation/Examples/_Results_Ideal/Noise.txt b/resources/Documentation/Examples/_Results_Ideal/Noise.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Noise.txt rename to resources/Documentation/Examples/_Results_Ideal/Noise.txt diff --git a/Documentation/Examples/_Results_Ideal/Noisemaking.txt b/resources/Documentation/Examples/_Results_Ideal/Noisemaking.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Noisemaking.txt rename to resources/Documentation/Examples/_Results_Ideal/Noisemaking.txt diff --git a/Documentation/Examples/_Results_Ideal/NorthbyNorthwest.txt b/resources/Documentation/Examples/_Results_Ideal/NorthbyNorthwest.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NorthbyNorthwest.txt rename to resources/Documentation/Examples/_Results_Ideal/NorthbyNorthwest.txt diff --git a/Documentation/Examples/_Results_Ideal/Northstar.txt b/resources/Documentation/Examples/_Results_Ideal/Northstar.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Northstar.txt rename to resources/Documentation/Examples/_Results_Ideal/Northstar.txt diff --git a/Documentation/Examples/_Results_Ideal/Nudge.txt b/resources/Documentation/Examples/_Results_Ideal/Nudge.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Nudge.txt rename to resources/Documentation/Examples/_Results_Ideal/Nudge.txt diff --git a/Documentation/Examples/_Results_Ideal/NumberStudy.txt b/resources/Documentation/Examples/_Results_Ideal/NumberStudy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NumberStudy.txt rename to resources/Documentation/Examples/_Results_Ideal/NumberStudy.txt diff --git a/Documentation/Examples/_Results_Ideal/NumberedBook.txt b/resources/Documentation/Examples/_Results_Ideal/NumberedBook.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/NumberedBook.txt rename to resources/Documentation/Examples/_Results_Ideal/NumberedBook.txt diff --git a/Documentation/Examples/_Results_Ideal/Oak.txt b/resources/Documentation/Examples/_Results_Ideal/Oak.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Oak.txt rename to resources/Documentation/Examples/_Results_Ideal/Oak.txt diff --git a/Documentation/Examples/_Results_Ideal/Odin.txt b/resources/Documentation/Examples/_Results_Ideal/Odin.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Odin.txt rename to resources/Documentation/Examples/_Results_Ideal/Odin.txt diff --git a/Documentation/Examples/_Results_Ideal/Ogg.txt b/resources/Documentation/Examples/_Results_Ideal/Ogg.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Ogg.txt rename to resources/Documentation/Examples/_Results_Ideal/Ogg.txt diff --git a/Documentation/Examples/_Results_Ideal/OlfactorySettings.txt b/resources/Documentation/Examples/_Results_Ideal/OlfactorySettings.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/OlfactorySettings.txt rename to resources/Documentation/Examples/_Results_Ideal/OlfactorySettings.txt diff --git a/Documentation/Examples/_Results_Ideal/Onion.txt b/resources/Documentation/Examples/_Results_Ideal/Onion.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Onion.txt rename to resources/Documentation/Examples/_Results_Ideal/Onion.txt diff --git a/Documentation/Examples/_Results_Ideal/OrangeCones.txt b/resources/Documentation/Examples/_Results_Ideal/OrangeCones.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/OrangeCones.txt rename to resources/Documentation/Examples/_Results_Ideal/OrangeCones.txt diff --git a/Documentation/Examples/_Results_Ideal/Originals.txt b/resources/Documentation/Examples/_Results_Ideal/Originals.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Originals.txt rename to resources/Documentation/Examples/_Results_Ideal/Originals.txt diff --git a/Documentation/Examples/_Results_Ideal/OutAndIn.txt b/resources/Documentation/Examples/_Results_Ideal/OutAndIn.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/OutAndIn.txt rename to resources/Documentation/Examples/_Results_Ideal/OutAndIn.txt diff --git a/Documentation/Examples/_Results_Ideal/Oyster.txt b/resources/Documentation/Examples/_Results_Ideal/Oyster.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Oyster.txt rename to resources/Documentation/Examples/_Results_Ideal/Oyster.txt diff --git a/Documentation/Examples/_Results_Ideal/Oz.txt b/resources/Documentation/Examples/_Results_Ideal/Oz.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Oz.txt rename to resources/Documentation/Examples/_Results_Ideal/Oz.txt diff --git a/Documentation/Examples/_Results_Ideal/Paddington.txt b/resources/Documentation/Examples/_Results_Ideal/Paddington.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Paddington.txt rename to resources/Documentation/Examples/_Results_Ideal/Paddington.txt diff --git a/Documentation/Examples/_Results_Ideal/Palette.txt b/resources/Documentation/Examples/_Results_Ideal/Palette.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Palette.txt rename to resources/Documentation/Examples/_Results_Ideal/Palette.txt diff --git a/Documentation/Examples/_Results_Ideal/Panache.txt b/resources/Documentation/Examples/_Results_Ideal/Panache.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Panache.txt rename to resources/Documentation/Examples/_Results_Ideal/Panache.txt diff --git a/Documentation/Examples/_Results_Ideal/Pea.txt b/resources/Documentation/Examples/_Results_Ideal/Pea.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pea.txt rename to resources/Documentation/Examples/_Results_Ideal/Pea.txt diff --git a/Documentation/Examples/_Results_Ideal/Pedro.txt b/resources/Documentation/Examples/_Results_Ideal/Pedro.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pedro.txt rename to resources/Documentation/Examples/_Results_Ideal/Pedro.txt diff --git a/Documentation/Examples/_Results_Ideal/Peerage.txt b/resources/Documentation/Examples/_Results_Ideal/Peerage.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Peerage.txt rename to resources/Documentation/Examples/_Results_Ideal/Peerage.txt diff --git a/Documentation/Examples/_Results_Ideal/Peter.txt b/resources/Documentation/Examples/_Results_Ideal/Peter.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Peter.txt rename to resources/Documentation/Examples/_Results_Ideal/Peter.txt diff --git a/Documentation/Examples/_Results_Ideal/Photomap.txt b/resources/Documentation/Examples/_Results_Ideal/Photomap.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Photomap.txt rename to resources/Documentation/Examples/_Results_Ideal/Photomap.txt diff --git a/Documentation/Examples/_Results_Ideal/Pine1.txt b/resources/Documentation/Examples/_Results_Ideal/Pine1.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pine1.txt rename to resources/Documentation/Examples/_Results_Ideal/Pine1.txt diff --git a/Documentation/Examples/_Results_Ideal/Pine2.txt b/resources/Documentation/Examples/_Results_Ideal/Pine2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pine2.txt rename to resources/Documentation/Examples/_Results_Ideal/Pine2.txt diff --git a/Documentation/Examples/_Results_Ideal/Pine3.txt b/resources/Documentation/Examples/_Results_Ideal/Pine3.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pine3.txt rename to resources/Documentation/Examples/_Results_Ideal/Pine3.txt diff --git a/Documentation/Examples/_Results_Ideal/Pine4.txt b/resources/Documentation/Examples/_Results_Ideal/Pine4.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Pine4.txt rename to resources/Documentation/Examples/_Results_Ideal/Pine4.txt diff --git a/Documentation/Examples/_Results_Ideal/PizzaPrince.txt b/resources/Documentation/Examples/_Results_Ideal/PizzaPrince.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PizzaPrince.txt rename to resources/Documentation/Examples/_Results_Ideal/PizzaPrince.txt diff --git a/Documentation/Examples/_Results_Ideal/Planks.txt b/resources/Documentation/Examples/_Results_Ideal/Planks.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Planks.txt rename to resources/Documentation/Examples/_Results_Ideal/Planks.txt diff --git a/Documentation/Examples/_Results_Ideal/Playerlooks.txt b/resources/Documentation/Examples/_Results_Ideal/Playerlooks.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Playerlooks.txt rename to resources/Documentation/Examples/_Results_Ideal/Playerlooks.txt diff --git a/Documentation/Examples/_Results_Ideal/Police.txt b/resources/Documentation/Examples/_Results_Ideal/Police.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Police.txt rename to resources/Documentation/Examples/_Results_Ideal/Police.txt diff --git a/Documentation/Examples/_Results_Ideal/PotOfPetunias.txt b/resources/Documentation/Examples/_Results_Ideal/PotOfPetunias.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PotOfPetunias.txt rename to resources/Documentation/Examples/_Results_Ideal/PotOfPetunias.txt diff --git a/Documentation/Examples/_Results_Ideal/Potato.txt b/resources/Documentation/Examples/_Results_Ideal/Potato.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Potato.txt rename to resources/Documentation/Examples/_Results_Ideal/Potato.txt diff --git a/Documentation/Examples/_Results_Ideal/Prague.txt b/resources/Documentation/Examples/_Results_Ideal/Prague.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Prague.txt rename to resources/Documentation/Examples/_Results_Ideal/Prague.txt diff --git a/Documentation/Examples/_Results_Ideal/Prepared.txt b/resources/Documentation/Examples/_Results_Ideal/Prepared.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Prepared.txt rename to resources/Documentation/Examples/_Results_Ideal/Prepared.txt diff --git a/Documentation/Examples/_Results_Ideal/PriorityLab.txt b/resources/Documentation/Examples/_Results_Ideal/PriorityLab.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PriorityLab.txt rename to resources/Documentation/Examples/_Results_Ideal/PriorityLab.txt diff --git a/Documentation/Examples/_Results_Ideal/Prolegomena.txt b/resources/Documentation/Examples/_Results_Ideal/Prolegomena.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Prolegomena.txt rename to resources/Documentation/Examples/_Results_Ideal/Prolegomena.txt diff --git a/Documentation/Examples/_Results_Ideal/Proposal.txt b/resources/Documentation/Examples/_Results_Ideal/Proposal.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Proposal.txt rename to resources/Documentation/Examples/_Results_Ideal/Proposal.txt diff --git a/Documentation/Examples/_Results_Ideal/ProvenanceUnknown.txt b/resources/Documentation/Examples/_Results_Ideal/ProvenanceUnknown.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/ProvenanceUnknown.txt rename to resources/Documentation/Examples/_Results_Ideal/ProvenanceUnknown.txt diff --git a/Documentation/Examples/_Results_Ideal/PuffOfOrangeSmoke.txt b/resources/Documentation/Examples/_Results_Ideal/PuffOfOrangeSmoke.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PuffOfOrangeSmoke.txt rename to resources/Documentation/Examples/_Results_Ideal/PuffOfOrangeSmoke.txt diff --git a/Documentation/Examples/_Results_Ideal/PuncakJaya.txt b/resources/Documentation/Examples/_Results_Ideal/PuncakJaya.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PuncakJaya.txt rename to resources/Documentation/Examples/_Results_Ideal/PuncakJaya.txt diff --git a/Documentation/Examples/_Results_Ideal/PutTake.txt b/resources/Documentation/Examples/_Results_Ideal/PutTake.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PutTake.txt rename to resources/Documentation/Examples/_Results_Ideal/PutTake.txt diff --git a/Documentation/Examples/_Results_Ideal/PutTake2.txt b/resources/Documentation/Examples/_Results_Ideal/PutTake2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/PutTake2.txt rename to resources/Documentation/Examples/_Results_Ideal/PutTake2.txt diff --git a/Documentation/Examples/_Results_Ideal/QuarterDay.txt b/resources/Documentation/Examples/_Results_Ideal/QuarterDay.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/QuarterDay.txt rename to resources/Documentation/Examples/_Results_Ideal/QuarterDay.txt diff --git a/Documentation/Examples/_Results_Ideal/Queen.txt b/resources/Documentation/Examples/_Results_Ideal/Queen.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Queen.txt rename to resources/Documentation/Examples/_Results_Ideal/Queen.txt diff --git a/Documentation/Examples/_Results_Ideal/Query.txt b/resources/Documentation/Examples/_Results_Ideal/Query.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Query.txt rename to resources/Documentation/Examples/_Results_Ideal/Query.txt diff --git a/Documentation/Examples/_Results_Ideal/QuizShow.txt b/resources/Documentation/Examples/_Results_Ideal/QuizShow.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/QuizShow.txt rename to resources/Documentation/Examples/_Results_Ideal/QuizShow.txt diff --git a/Documentation/Examples/_Results_Ideal/RSS.txt b/resources/Documentation/Examples/_Results_Ideal/RSS.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RSS.txt rename to resources/Documentation/Examples/_Results_Ideal/RSS.txt diff --git a/Documentation/Examples/_Results_Ideal/RadioDaze.txt b/resources/Documentation/Examples/_Results_Ideal/RadioDaze.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RadioDaze.txt rename to resources/Documentation/Examples/_Results_Ideal/RadioDaze.txt diff --git a/Documentation/Examples/_Results_Ideal/Rainier.txt b/resources/Documentation/Examples/_Results_Ideal/Rainier.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Rainier.txt rename to resources/Documentation/Examples/_Results_Ideal/Rainier.txt diff --git a/Documentation/Examples/_Results_Ideal/Raygun.txt b/resources/Documentation/Examples/_Results_Ideal/Raygun.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Raygun.txt rename to resources/Documentation/Examples/_Results_Ideal/Raygun.txt diff --git a/Documentation/Examples/_Results_Ideal/Read.txt b/resources/Documentation/Examples/_Results_Ideal/Read.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Read.txt rename to resources/Documentation/Examples/_Results_Ideal/Read.txt diff --git a/Documentation/Examples/_Results_Ideal/Receptacles.txt b/resources/Documentation/Examples/_Results_Ideal/Receptacles.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Receptacles.txt rename to resources/Documentation/Examples/_Results_Ideal/Receptacles.txt diff --git a/Documentation/Examples/_Results_Ideal/RedStickyLabel.txt b/resources/Documentation/Examples/_Results_Ideal/RedStickyLabel.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RedStickyLabel.txt rename to resources/Documentation/Examples/_Results_Ideal/RedStickyLabel.txt diff --git a/Documentation/Examples/_Results_Ideal/RegionBoundary.txt b/resources/Documentation/Examples/_Results_Ideal/RegionBoundary.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RegionBoundary.txt rename to resources/Documentation/Examples/_Results_Ideal/RegionBoundary.txt diff --git a/Documentation/Examples/_Results_Ideal/RelevantRelations.txt b/resources/Documentation/Examples/_Results_Ideal/RelevantRelations.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RelevantRelations.txt rename to resources/Documentation/Examples/_Results_Ideal/RelevantRelations.txt diff --git a/Documentation/Examples/_Results_Ideal/Remember.txt b/resources/Documentation/Examples/_Results_Ideal/Remember.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Remember.txt rename to resources/Documentation/Examples/_Results_Ideal/Remember.txt diff --git a/Documentation/Examples/_Results_Ideal/Replies.txt b/resources/Documentation/Examples/_Results_Ideal/Replies.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Replies.txt rename to resources/Documentation/Examples/_Results_Ideal/Replies.txt diff --git a/Documentation/Examples/_Results_Ideal/Responsive.txt b/resources/Documentation/Examples/_Results_Ideal/Responsive.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Responsive.txt rename to resources/Documentation/Examples/_Results_Ideal/Responsive.txt diff --git a/Documentation/Examples/_Results_Ideal/Rip.txt b/resources/Documentation/Examples/_Results_Ideal/Rip.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Rip.txt rename to resources/Documentation/Examples/_Results_Ideal/Rip.txt diff --git a/Documentation/Examples/_Results_Ideal/Robo.txt b/resources/Documentation/Examples/_Results_Ideal/Robo.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Robo.txt rename to resources/Documentation/Examples/_Results_Ideal/Robo.txt diff --git a/Documentation/Examples/_Results_Ideal/Robo2.txt b/resources/Documentation/Examples/_Results_Ideal/Robo2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Robo2.txt rename to resources/Documentation/Examples/_Results_Ideal/Robo2.txt diff --git a/Documentation/Examples/_Results_Ideal/RockGarden.txt b/resources/Documentation/Examples/_Results_Ideal/RockGarden.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RockGarden.txt rename to resources/Documentation/Examples/_Results_Ideal/RockGarden.txt diff --git a/Documentation/Examples/_Results_Ideal/RocketMan.txt b/resources/Documentation/Examples/_Results_Ideal/RocketMan.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/RocketMan.txt rename to resources/Documentation/Examples/_Results_Ideal/RocketMan.txt diff --git a/Documentation/Examples/_Results_Ideal/Rope.txt b/resources/Documentation/Examples/_Results_Ideal/Rope.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Rope.txt rename to resources/Documentation/Examples/_Results_Ideal/Rope.txt diff --git a/Documentation/Examples/_Results_Ideal/Royal.txt b/resources/Documentation/Examples/_Results_Ideal/Royal.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Royal.txt rename to resources/Documentation/Examples/_Results_Ideal/Royal.txt diff --git a/Documentation/Examples/_Results_Ideal/Royal2.txt b/resources/Documentation/Examples/_Results_Ideal/Royal2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Royal2.txt rename to resources/Documentation/Examples/_Results_Ideal/Royal2.txt diff --git a/Documentation/Examples/_Results_Ideal/Royal3.txt b/resources/Documentation/Examples/_Results_Ideal/Royal3.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Royal3.txt rename to resources/Documentation/Examples/_Results_Ideal/Royal3.txt diff --git a/Documentation/Examples/_Results_Ideal/Rubies.txt b/resources/Documentation/Examples/_Results_Ideal/Rubies.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Rubies.txt rename to resources/Documentation/Examples/_Results_Ideal/Rubies.txt diff --git a/Documentation/Examples/_Results_Ideal/SP.txt b/resources/Documentation/Examples/_Results_Ideal/SP.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SP.txt rename to resources/Documentation/Examples/_Results_Ideal/SP.txt diff --git a/Documentation/Examples/_Results_Ideal/Safety.txt b/resources/Documentation/Examples/_Results_Ideal/Safety.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Safety.txt rename to resources/Documentation/Examples/_Results_Ideal/Safety.txt diff --git a/Documentation/Examples/_Results_Ideal/SaintEligius.txt b/resources/Documentation/Examples/_Results_Ideal/SaintEligius.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SaintEligius.txt rename to resources/Documentation/Examples/_Results_Ideal/SaintEligius.txt diff --git a/Documentation/Examples/_Results_Ideal/Santa.txt b/resources/Documentation/Examples/_Results_Ideal/Santa.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Santa.txt rename to resources/Documentation/Examples/_Results_Ideal/Santa.txt diff --git a/Documentation/Examples/_Results_Ideal/Savannah.txt b/resources/Documentation/Examples/_Results_Ideal/Savannah.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Savannah.txt rename to resources/Documentation/Examples/_Results_Ideal/Savannah.txt diff --git a/Documentation/Examples/_Results_Ideal/Scooby.txt b/resources/Documentation/Examples/_Results_Ideal/Scooby.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Scooby.txt rename to resources/Documentation/Examples/_Results_Ideal/Scooby.txt diff --git a/Documentation/Examples/_Results_Ideal/Search.txt b/resources/Documentation/Examples/_Results_Ideal/Search.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Search.txt rename to resources/Documentation/Examples/_Results_Ideal/Search.txt diff --git a/Documentation/Examples/_Results_Ideal/SecondOldest.txt b/resources/Documentation/Examples/_Results_Ideal/SecondOldest.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SecondOldest.txt rename to resources/Documentation/Examples/_Results_Ideal/SecondOldest.txt diff --git a/Documentation/Examples/_Results_Ideal/Selfdescription.txt b/resources/Documentation/Examples/_Results_Ideal/Selfdescription.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Selfdescription.txt rename to resources/Documentation/Examples/_Results_Ideal/Selfdescription.txt diff --git a/Documentation/Examples/_Results_Ideal/Shiny.txt b/resources/Documentation/Examples/_Results_Ideal/Shiny.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Shiny.txt rename to resources/Documentation/Examples/_Results_Ideal/Shiny.txt diff --git a/Documentation/Examples/_Results_Ideal/Shirts.txt b/resources/Documentation/Examples/_Results_Ideal/Shirts.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Shirts.txt rename to resources/Documentation/Examples/_Results_Ideal/Shirts.txt diff --git a/Documentation/Examples/_Results_Ideal/SieveOfEratosthenes.txt b/resources/Documentation/Examples/_Results_Ideal/SieveOfEratosthenes.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SieveOfEratosthenes.txt rename to resources/Documentation/Examples/_Results_Ideal/SieveOfEratosthenes.txt diff --git a/Documentation/Examples/_Results_Ideal/Signpost.txt b/resources/Documentation/Examples/_Results_Ideal/Signpost.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Signpost.txt rename to resources/Documentation/Examples/_Results_Ideal/Signpost.txt diff --git a/Documentation/Examples/_Results_Ideal/SituationRoom.txt b/resources/Documentation/Examples/_Results_Ideal/SituationRoom.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SituationRoom.txt rename to resources/Documentation/Examples/_Results_Ideal/SituationRoom.txt diff --git a/Documentation/Examples/_Results_Ideal/SlogarsRevenge.txt b/resources/Documentation/Examples/_Results_Ideal/SlogarsRevenge.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SlogarsRevenge.txt rename to resources/Documentation/Examples/_Results_Ideal/SlogarsRevenge.txt diff --git a/Documentation/Examples/_Results_Ideal/Slouching.txt b/resources/Documentation/Examples/_Results_Ideal/Slouching.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Slouching.txt rename to resources/Documentation/Examples/_Results_Ideal/Slouching.txt diff --git a/Documentation/Examples/_Results_Ideal/SmellyTrunk.txt b/resources/Documentation/Examples/_Results_Ideal/SmellyTrunk.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SmellyTrunk.txt rename to resources/Documentation/Examples/_Results_Ideal/SmellyTrunk.txt diff --git a/Documentation/Examples/_Results_Ideal/Smoke.txt b/resources/Documentation/Examples/_Results_Ideal/Smoke.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Smoke.txt rename to resources/Documentation/Examples/_Results_Ideal/Smoke.txt diff --git a/Documentation/Examples/_Results_Ideal/Solitude.txt b/resources/Documentation/Examples/_Results_Ideal/Solitude.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Solitude.txt rename to resources/Documentation/Examples/_Results_Ideal/Solitude.txt diff --git a/Documentation/Examples/_Results_Ideal/SpeedofThought-G.txt b/resources/Documentation/Examples/_Results_Ideal/SpeedofThought-G.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SpeedofThought-G.txt rename to resources/Documentation/Examples/_Results_Ideal/SpeedofThought-G.txt diff --git a/Documentation/Examples/_Results_Ideal/SpringCleaning.txt b/resources/Documentation/Examples/_Results_Ideal/SpringCleaning.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SpringCleaning.txt rename to resources/Documentation/Examples/_Results_Ideal/SpringCleaning.txt diff --git a/Documentation/Examples/_Results_Ideal/Staircase.txt b/resources/Documentation/Examples/_Results_Ideal/Staircase.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Staircase.txt rename to resources/Documentation/Examples/_Results_Ideal/Staircase.txt diff --git a/Documentation/Examples/_Results_Ideal/Staircase2.txt b/resources/Documentation/Examples/_Results_Ideal/Staircase2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Staircase2.txt rename to resources/Documentation/Examples/_Results_Ideal/Staircase2.txt diff --git a/Documentation/Examples/_Results_Ideal/StarryVoid.txt b/resources/Documentation/Examples/_Results_Ideal/StarryVoid.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/StarryVoid.txt rename to resources/Documentation/Examples/_Results_Ideal/StarryVoid.txt diff --git a/Documentation/Examples/_Results_Ideal/Stately.txt b/resources/Documentation/Examples/_Results_Ideal/Stately.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Stately.txt rename to resources/Documentation/Examples/_Results_Ideal/Stately.txt diff --git a/Documentation/Examples/_Results_Ideal/StatusRegion.txt b/resources/Documentation/Examples/_Results_Ideal/StatusRegion.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/StatusRegion.txt rename to resources/Documentation/Examples/_Results_Ideal/StatusRegion.txt diff --git a/Documentation/Examples/_Results_Ideal/Steam.txt b/resources/Documentation/Examples/_Results_Ideal/Steam.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Steam.txt rename to resources/Documentation/Examples/_Results_Ideal/Steam.txt diff --git a/Documentation/Examples/_Results_Ideal/Stone.txt b/resources/Documentation/Examples/_Results_Ideal/Stone.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Stone.txt rename to resources/Documentation/Examples/_Results_Ideal/Stone.txt diff --git a/Documentation/Examples/_Results_Ideal/Stoppers.txt b/resources/Documentation/Examples/_Results_Ideal/Stoppers.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Stoppers.txt rename to resources/Documentation/Examples/_Results_Ideal/Stoppers.txt diff --git a/Documentation/Examples/_Results_Ideal/Strain.txt b/resources/Documentation/Examples/_Results_Ideal/Strain.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Strain.txt rename to resources/Documentation/Examples/_Results_Ideal/Strain.txt diff --git a/Documentation/Examples/_Results_Ideal/StrawBoater.txt b/resources/Documentation/Examples/_Results_Ideal/StrawBoater.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/StrawBoater.txt rename to resources/Documentation/Examples/_Results_Ideal/StrawBoater.txt diff --git a/Documentation/Examples/_Results_Ideal/StrawIntoGold.txt b/resources/Documentation/Examples/_Results_Ideal/StrawIntoGold.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/StrawIntoGold.txt rename to resources/Documentation/Examples/_Results_Ideal/StrawIntoGold.txt diff --git a/Documentation/Examples/_Results_Ideal/StringTheory.txt b/resources/Documentation/Examples/_Results_Ideal/StringTheory.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/StringTheory.txt rename to resources/Documentation/Examples/_Results_Ideal/StringTheory.txt diff --git a/Documentation/Examples/_Results_Ideal/Sushi.txt b/resources/Documentation/Examples/_Results_Ideal/Sushi.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Sushi.txt rename to resources/Documentation/Examples/_Results_Ideal/Sushi.txt diff --git a/Documentation/Examples/_Results_Ideal/Sweeney.txt b/resources/Documentation/Examples/_Results_Ideal/Sweeney.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Sweeney.txt rename to resources/Documentation/Examples/_Results_Ideal/Sweeney.txt diff --git a/Documentation/Examples/_Results_Ideal/SwigmoreU.txt b/resources/Documentation/Examples/_Results_Ideal/SwigmoreU.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/SwigmoreU.txt rename to resources/Documentation/Examples/_Results_Ideal/SwigmoreU.txt diff --git a/Documentation/Examples/_Results_Ideal/Switch.txt b/resources/Documentation/Examples/_Results_Ideal/Switch.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Switch.txt rename to resources/Documentation/Examples/_Results_Ideal/Switch.txt diff --git a/Documentation/Examples/_Results_Ideal/TakeCoffin.txt b/resources/Documentation/Examples/_Results_Ideal/TakeCoffin.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TakeCoffin.txt rename to resources/Documentation/Examples/_Results_Ideal/TakeCoffin.txt diff --git a/Documentation/Examples/_Results_Ideal/Talkto.txt b/resources/Documentation/Examples/_Results_Ideal/Talkto.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Talkto.txt rename to resources/Documentation/Examples/_Results_Ideal/Talkto.txt diff --git a/Documentation/Examples/_Results_Ideal/Tamed.txt b/resources/Documentation/Examples/_Results_Ideal/Tamed.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tamed.txt rename to resources/Documentation/Examples/_Results_Ideal/Tamed.txt diff --git a/Documentation/Examples/_Results_Ideal/Telephone.txt b/resources/Documentation/Examples/_Results_Ideal/Telephone.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Telephone.txt rename to resources/Documentation/Examples/_Results_Ideal/Telephone.txt diff --git a/Documentation/Examples/_Results_Ideal/Tenses.txt b/resources/Documentation/Examples/_Results_Ideal/Tenses.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tenses.txt rename to resources/Documentation/Examples/_Results_Ideal/Tenses.txt diff --git a/Documentation/Examples/_Results_Ideal/TerracottissimaMaxima.txt b/resources/Documentation/Examples/_Results_Ideal/TerracottissimaMaxima.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TerracottissimaMaxima.txt rename to resources/Documentation/Examples/_Results_Ideal/TerracottissimaMaxima.txt diff --git a/Documentation/Examples/_Results_Ideal/TestSubject.txt b/resources/Documentation/Examples/_Results_Ideal/TestSubject.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TestSubject.txt rename to resources/Documentation/Examples/_Results_Ideal/TestSubject.txt diff --git a/Documentation/Examples/_Results_Ideal/TheEyeOfTheIdol.txt b/resources/Documentation/Examples/_Results_Ideal/TheEyeOfTheIdol.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TheEyeOfTheIdol.txt rename to resources/Documentation/Examples/_Results_Ideal/TheEyeOfTheIdol.txt diff --git a/Documentation/Examples/_Results_Ideal/Throwing.txt b/resources/Documentation/Examples/_Results_Ideal/Throwing.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Throwing.txt rename to resources/Documentation/Examples/_Results_Ideal/Throwing.txt diff --git a/Documentation/Examples/_Results_Ideal/TicketPlease.txt b/resources/Documentation/Examples/_Results_Ideal/TicketPlease.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TicketPlease.txt rename to resources/Documentation/Examples/_Results_Ideal/TicketPlease.txt diff --git a/Documentation/Examples/_Results_Ideal/Tilt1.txt b/resources/Documentation/Examples/_Results_Ideal/Tilt1.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tilt1.txt rename to resources/Documentation/Examples/_Results_Ideal/Tilt1.txt diff --git a/Documentation/Examples/_Results_Ideal/Tilt2.txt b/resources/Documentation/Examples/_Results_Ideal/Tilt2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tilt2.txt rename to resources/Documentation/Examples/_Results_Ideal/Tilt2.txt diff --git a/Documentation/Examples/_Results_Ideal/Tilt3.txt b/resources/Documentation/Examples/_Results_Ideal/Tilt3.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tilt3.txt rename to resources/Documentation/Examples/_Results_Ideal/Tilt3.txt diff --git a/Documentation/Examples/_Results_Ideal/Timekeeper.txt b/resources/Documentation/Examples/_Results_Ideal/Timekeeper.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Timekeeper.txt rename to resources/Documentation/Examples/_Results_Ideal/Timekeeper.txt diff --git a/Documentation/Examples/_Results_Ideal/Timeless.txt b/resources/Documentation/Examples/_Results_Ideal/Timeless.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Timeless.txt rename to resources/Documentation/Examples/_Results_Ideal/Timeless.txt diff --git a/Documentation/Examples/_Results_Ideal/Tower.txt b/resources/Documentation/Examples/_Results_Ideal/Tower.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Tower.txt rename to resources/Documentation/Examples/_Results_Ideal/Tower.txt diff --git a/Documentation/Examples/_Results_Ideal/Train.txt b/resources/Documentation/Examples/_Results_Ideal/Train.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Train.txt rename to resources/Documentation/Examples/_Results_Ideal/Train.txt diff --git a/Documentation/Examples/_Results_Ideal/Transmutation.txt b/resources/Documentation/Examples/_Results_Ideal/Transmutation.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Transmutation.txt rename to resources/Documentation/Examples/_Results_Ideal/Transmutation.txt diff --git a/Documentation/Examples/_Results_Ideal/Transport.txt b/resources/Documentation/Examples/_Results_Ideal/Transport.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Transport.txt rename to resources/Documentation/Examples/_Results_Ideal/Transport.txt diff --git a/Documentation/Examples/_Results_Ideal/TravelDescription.txt b/resources/Documentation/Examples/_Results_Ideal/TravelDescription.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TravelDescription.txt rename to resources/Documentation/Examples/_Results_Ideal/TravelDescription.txt diff --git a/Documentation/Examples/_Results_Ideal/Trieste.txt b/resources/Documentation/Examples/_Results_Ideal/Trieste.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Trieste.txt rename to resources/Documentation/Examples/_Results_Ideal/Trieste.txt diff --git a/Documentation/Examples/_Results_Ideal/TrinityEasy.txt b/resources/Documentation/Examples/_Results_Ideal/TrinityEasy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TrinityEasy.txt rename to resources/Documentation/Examples/_Results_Ideal/TrinityEasy.txt diff --git a/Documentation/Examples/_Results_Ideal/TrinityStatus.txt b/resources/Documentation/Examples/_Results_Ideal/TrinityStatus.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/TrinityStatus.txt rename to resources/Documentation/Examples/_Results_Ideal/TrinityStatus.txt diff --git a/Documentation/Examples/_Results_Ideal/Unblinking.txt b/resources/Documentation/Examples/_Results_Ideal/Unblinking.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Unblinking.txt rename to resources/Documentation/Examples/_Results_Ideal/Unblinking.txt diff --git a/Documentation/Examples/_Results_Ideal/UnbuttonedElevator.txt b/resources/Documentation/Examples/_Results_Ideal/UnbuttonedElevator.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/UnbuttonedElevator.txt rename to resources/Documentation/Examples/_Results_Ideal/UnbuttonedElevator.txt diff --git a/Documentation/Examples/_Results_Ideal/UncommonGround.txt b/resources/Documentation/Examples/_Results_Ideal/UncommonGround.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/UncommonGround.txt rename to resources/Documentation/Examples/_Results_Ideal/UncommonGround.txt diff --git a/Documentation/Examples/_Results_Ideal/UnderContract.txt b/resources/Documentation/Examples/_Results_Ideal/UnderContract.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/UnderContract.txt rename to resources/Documentation/Examples/_Results_Ideal/UnderContract.txt diff --git a/Documentation/Examples/_Results_Ideal/Underlying.txt b/resources/Documentation/Examples/_Results_Ideal/Underlying.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Underlying.txt rename to resources/Documentation/Examples/_Results_Ideal/Underlying.txt diff --git a/Documentation/Examples/_Results_Ideal/Undertomb.txt b/resources/Documentation/Examples/_Results_Ideal/Undertomb.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Undertomb.txt rename to resources/Documentation/Examples/_Results_Ideal/Undertomb.txt diff --git a/Documentation/Examples/_Results_Ideal/Undertomb2.txt b/resources/Documentation/Examples/_Results_Ideal/Undertomb2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Undertomb2.txt rename to resources/Documentation/Examples/_Results_Ideal/Undertomb2.txt diff --git a/Documentation/Examples/_Results_Ideal/Unicode.txt b/resources/Documentation/Examples/_Results_Ideal/Unicode.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Unicode.txt rename to resources/Documentation/Examples/_Results_Ideal/Unicode.txt diff --git a/Documentation/Examples/_Results_Ideal/Uptempo.txt b/resources/Documentation/Examples/_Results_Ideal/Uptempo.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Uptempo.txt rename to resources/Documentation/Examples/_Results_Ideal/Uptempo.txt diff --git a/Documentation/Examples/_Results_Ideal/VIP.txt b/resources/Documentation/Examples/_Results_Ideal/VIP.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/VIP.txt rename to resources/Documentation/Examples/_Results_Ideal/VIP.txt diff --git a/Documentation/Examples/_Results_Ideal/VagueEscape.txt b/resources/Documentation/Examples/_Results_Ideal/VagueEscape.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/VagueEscape.txt rename to resources/Documentation/Examples/_Results_Ideal/VagueEscape.txt diff --git a/Documentation/Examples/_Results_Ideal/Vampire.txt b/resources/Documentation/Examples/_Results_Ideal/Vampire.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Vampire.txt rename to resources/Documentation/Examples/_Results_Ideal/Vampire.txt diff --git a/Documentation/Examples/_Results_Ideal/VanHelsing.txt b/resources/Documentation/Examples/_Results_Ideal/VanHelsing.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/VanHelsing.txt rename to resources/Documentation/Examples/_Results_Ideal/VanHelsing.txt diff --git a/Documentation/Examples/_Results_Ideal/Variety.txt b/resources/Documentation/Examples/_Results_Ideal/Variety.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Variety.txt rename to resources/Documentation/Examples/_Results_Ideal/Variety.txt diff --git a/Documentation/Examples/_Results_Ideal/Variety2.txt b/resources/Documentation/Examples/_Results_Ideal/Variety2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Variety2.txt rename to resources/Documentation/Examples/_Results_Ideal/Variety2.txt diff --git a/Documentation/Examples/_Results_Ideal/Verbosity.txt b/resources/Documentation/Examples/_Results_Ideal/Verbosity.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Verbosity.txt rename to resources/Documentation/Examples/_Results_Ideal/Verbosity.txt diff --git a/Documentation/Examples/_Results_Ideal/Verbosity2.txt b/resources/Documentation/Examples/_Results_Ideal/Verbosity2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Verbosity2.txt rename to resources/Documentation/Examples/_Results_Ideal/Verbosity2.txt diff --git a/Documentation/Examples/_Results_Ideal/Versailles.txt b/resources/Documentation/Examples/_Results_Ideal/Versailles.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Versailles.txt rename to resources/Documentation/Examples/_Results_Ideal/Versailles.txt diff --git a/Documentation/Examples/_Results_Ideal/View.txt b/resources/Documentation/Examples/_Results_Ideal/View.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/View.txt rename to resources/Documentation/Examples/_Results_Ideal/View.txt diff --git a/Documentation/Examples/_Results_Ideal/Virtue.txt b/resources/Documentation/Examples/_Results_Ideal/Virtue.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Virtue.txt rename to resources/Documentation/Examples/_Results_Ideal/Virtue.txt diff --git a/Documentation/Examples/_Results_Ideal/Vouvray.txt b/resources/Documentation/Examples/_Results_Ideal/Vouvray.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Vouvray.txt rename to resources/Documentation/Examples/_Results_Ideal/Vouvray.txt diff --git a/Documentation/Examples/_Results_Ideal/WOCSR.txt b/resources/Documentation/Examples/_Results_Ideal/WOCSR.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WOCSR.txt rename to resources/Documentation/Examples/_Results_Ideal/WOCSR.txt diff --git a/Documentation/Examples/_Results_Ideal/WXPQ.txt b/resources/Documentation/Examples/_Results_Ideal/WXPQ.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WXPQ.txt rename to resources/Documentation/Examples/_Results_Ideal/WXPQ.txt diff --git a/Documentation/Examples/_Results_Ideal/WainwrightActs.txt b/resources/Documentation/Examples/_Results_Ideal/WainwrightActs.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WainwrightActs.txt rename to resources/Documentation/Examples/_Results_Ideal/WainwrightActs.txt diff --git a/Documentation/Examples/_Results_Ideal/WaitMore.txt b/resources/Documentation/Examples/_Results_Ideal/WaitMore.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WaitMore.txt rename to resources/Documentation/Examples/_Results_Ideal/WaitMore.txt diff --git a/Documentation/Examples/_Results_Ideal/WaitTime.txt b/resources/Documentation/Examples/_Results_Ideal/WaitTime.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WaitTime.txt rename to resources/Documentation/Examples/_Results_Ideal/WaitTime.txt diff --git a/Documentation/Examples/_Results_Ideal/WaitingSuite.txt b/resources/Documentation/Examples/_Results_Ideal/WaitingSuite.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WaitingSuite.txt rename to resources/Documentation/Examples/_Results_Ideal/WaitingSuite.txt diff --git a/Documentation/Examples/_Results_Ideal/Wallpaper.txt b/resources/Documentation/Examples/_Results_Ideal/Wallpaper.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Wallpaper.txt rename to resources/Documentation/Examples/_Results_Ideal/Wallpaper.txt diff --git a/Documentation/Examples/_Results_Ideal/WallsAndNoses.txt b/resources/Documentation/Examples/_Results_Ideal/WallsAndNoses.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WallsAndNoses.txt rename to resources/Documentation/Examples/_Results_Ideal/WallsAndNoses.txt diff --git a/Documentation/Examples/_Results_Ideal/Wandering.txt b/resources/Documentation/Examples/_Results_Ideal/Wandering.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Wandering.txt rename to resources/Documentation/Examples/_Results_Ideal/Wandering.txt diff --git a/Documentation/Examples/_Results_Ideal/WaningMoon.txt b/resources/Documentation/Examples/_Results_Ideal/WaningMoon.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WaningMoon.txt rename to resources/Documentation/Examples/_Results_Ideal/WaningMoon.txt diff --git a/Documentation/Examples/_Results_Ideal/WaningMoon2.txt b/resources/Documentation/Examples/_Results_Ideal/WaningMoon2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WaningMoon2.txt rename to resources/Documentation/Examples/_Results_Ideal/WaningMoon2.txt diff --git a/Documentation/Examples/_Results_Ideal/Waterskin.txt b/resources/Documentation/Examples/_Results_Ideal/Waterskin.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Waterskin.txt rename to resources/Documentation/Examples/_Results_Ideal/Waterskin.txt diff --git a/Documentation/Examples/_Results_Ideal/Waterskin2.txt b/resources/Documentation/Examples/_Results_Ideal/Waterskin2.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Waterskin2.txt rename to resources/Documentation/Examples/_Results_Ideal/Waterskin2.txt diff --git a/Documentation/Examples/_Results_Ideal/Wawa.txt b/resources/Documentation/Examples/_Results_Ideal/Wawa.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Wawa.txt rename to resources/Documentation/Examples/_Results_Ideal/Wawa.txt diff --git a/Documentation/Examples/_Results_Ideal/Weathering.txt b/resources/Documentation/Examples/_Results_Ideal/Weathering.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Weathering.txt rename to resources/Documentation/Examples/_Results_Ideal/Weathering.txt diff --git a/Documentation/Examples/_Results_Ideal/Weighbridge.txt b/resources/Documentation/Examples/_Results_Ideal/Weighbridge.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Weighbridge.txt rename to resources/Documentation/Examples/_Results_Ideal/Weighbridge.txt diff --git a/Documentation/Examples/_Results_Ideal/Wesponses.txt b/resources/Documentation/Examples/_Results_Ideal/Wesponses.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Wesponses.txt rename to resources/Documentation/Examples/_Results_Ideal/Wesponses.txt diff --git a/Documentation/Examples/_Results_Ideal/Weston.txt b/resources/Documentation/Examples/_Results_Ideal/Weston.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Weston.txt rename to resources/Documentation/Examples/_Results_Ideal/Weston.txt diff --git a/Documentation/Examples/_Results_Ideal/WhatMakesYouTick.txt b/resources/Documentation/Examples/_Results_Ideal/WhatMakesYouTick.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WhatMakesYouTick.txt rename to resources/Documentation/Examples/_Results_Ideal/WhatMakesYouTick.txt diff --git a/Documentation/Examples/_Results_Ideal/WhatNotToWear.txt b/resources/Documentation/Examples/_Results_Ideal/WhatNotToWear.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WhatNotToWear.txt rename to resources/Documentation/Examples/_Results_Ideal/WhatNotToWear.txt diff --git a/Documentation/Examples/_Results_Ideal/Whither.txt b/resources/Documentation/Examples/_Results_Ideal/Whither.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Whither.txt rename to resources/Documentation/Examples/_Results_Ideal/Whither.txt diff --git a/Documentation/Examples/_Results_Ideal/Widget.txt b/resources/Documentation/Examples/_Results_Ideal/Widget.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Widget.txt rename to resources/Documentation/Examples/_Results_Ideal/Widget.txt diff --git a/Documentation/Examples/_Results_Ideal/Wight.txt b/resources/Documentation/Examples/_Results_Ideal/Wight.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Wight.txt rename to resources/Documentation/Examples/_Results_Ideal/Wight.txt diff --git a/Documentation/Examples/_Results_Ideal/Window.txt b/resources/Documentation/Examples/_Results_Ideal/Window.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Window.txt rename to resources/Documentation/Examples/_Results_Ideal/Window.txt diff --git a/Documentation/Examples/_Results_Ideal/Witnessed.txt b/resources/Documentation/Examples/_Results_Ideal/Witnessed.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Witnessed.txt rename to resources/Documentation/Examples/_Results_Ideal/Witnessed.txt diff --git a/Documentation/Examples/_Results_Ideal/WolfPursuit.txt b/resources/Documentation/Examples/_Results_Ideal/WolfPursuit.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WolfPursuit.txt rename to resources/Documentation/Examples/_Results_Ideal/WolfPursuit.txt diff --git a/Documentation/Examples/_Results_Ideal/WomensStudies.txt b/resources/Documentation/Examples/_Results_Ideal/WomensStudies.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/WomensStudies.txt rename to resources/Documentation/Examples/_Results_Ideal/WomensStudies.txt diff --git a/Documentation/Examples/_Results_Ideal/Xot.txt b/resources/Documentation/Examples/_Results_Ideal/Xot.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Xot.txt rename to resources/Documentation/Examples/_Results_Ideal/Xot.txt diff --git a/Documentation/Examples/_Results_Ideal/Xylan.txt b/resources/Documentation/Examples/_Results_Ideal/Xylan.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Xylan.txt rename to resources/Documentation/Examples/_Results_Ideal/Xylan.txt diff --git a/Documentation/Examples/_Results_Ideal/Xyzzy.txt b/resources/Documentation/Examples/_Results_Ideal/Xyzzy.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Xyzzy.txt rename to resources/Documentation/Examples/_Results_Ideal/Xyzzy.txt diff --git a/Documentation/Examples/_Results_Ideal/YolkofGold.txt b/resources/Documentation/Examples/_Results_Ideal/YolkofGold.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/YolkofGold.txt rename to resources/Documentation/Examples/_Results_Ideal/YolkofGold.txt diff --git a/Documentation/Examples/_Results_Ideal/YourMother.txt b/resources/Documentation/Examples/_Results_Ideal/YourMother.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/YourMother.txt rename to resources/Documentation/Examples/_Results_Ideal/YourMother.txt diff --git a/Documentation/Examples/_Results_Ideal/Zed.txt b/resources/Documentation/Examples/_Results_Ideal/Zed.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Zed.txt rename to resources/Documentation/Examples/_Results_Ideal/Zed.txt diff --git a/Documentation/Examples/_Results_Ideal/Zodiac.txt b/resources/Documentation/Examples/_Results_Ideal/Zodiac.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Zodiac.txt rename to resources/Documentation/Examples/_Results_Ideal/Zodiac.txt diff --git a/Documentation/Examples/_Results_Ideal/Zorb.txt b/resources/Documentation/Examples/_Results_Ideal/Zorb.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Zorb.txt rename to resources/Documentation/Examples/_Results_Ideal/Zorb.txt diff --git a/Documentation/Examples/_Results_Ideal/Zorn.txt b/resources/Documentation/Examples/_Results_Ideal/Zorn.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Zorn.txt rename to resources/Documentation/Examples/_Results_Ideal/Zorn.txt diff --git a/Documentation/Examples/_Results_Ideal/Zql.txt b/resources/Documentation/Examples/_Results_Ideal/Zql.txt similarity index 100% rename from Documentation/Examples/_Results_Ideal/Zql.txt rename to resources/Documentation/Examples/_Results_Ideal/Zql.txt diff --git a/Documentation/Inform - A Design System for Interactive Fiction.epub b/resources/Documentation/Inform - A Design System for Interactive Fiction.epub similarity index 100% rename from Documentation/Inform - A Design System for Interactive Fiction.epub rename to resources/Documentation/Inform - A Design System for Interactive Fiction.epub diff --git a/Documentation/The Recipe Book.txt b/resources/Documentation/The Recipe Book.txt similarity index 100% rename from Documentation/The Recipe Book.txt rename to resources/Documentation/The Recipe Book.txt diff --git a/Documentation/Writing with Inform.txt b/resources/Documentation/Writing with Inform.txt similarity index 100% rename from Documentation/Writing with Inform.txt rename to resources/Documentation/Writing with Inform.txt diff --git a/Documentation/epub-css-tweaks.txt b/resources/Documentation/epub-css-tweaks.txt similarity index 100% rename from Documentation/epub-css-tweaks.txt rename to resources/Documentation/epub-css-tweaks.txt diff --git a/Documentation/in-application-instructions.txt b/resources/Documentation/in-application-instructions.txt similarity index 90% rename from Documentation/in-application-instructions.txt rename to resources/Documentation/in-application-instructions.txt index f2b5564bc..453b5ccca 100644 --- a/Documentation/in-application-instructions.txt +++ b/resources/Documentation/in-application-instructions.txt @@ -22,6 +22,6 @@ css: td.midnightlefthalfpage + { } link_to_extensions_index = inform://Extensions/Extensions.html -definitions_filename = Internal/Miscellany/definitions.html +definitions_filename = inform7/Internal/Miscellany/definitions.html declare: app diff --git a/Documentation/indoc-instructions.txt b/resources/Documentation/indoc-instructions.txt similarity index 99% rename from Documentation/indoc-instructions.txt rename to resources/Documentation/indoc-instructions.txt index 067b621ca..a2b81eb27 100644 --- a/Documentation/indoc-instructions.txt +++ b/resources/Documentation/indoc-instructions.txt @@ -491,7 +491,7 @@ osx_app { retina_images = yes declare: OSX javascript_paste_method = Andrew - destination = Inform.app/Contents/Resources/English.lproj/ + destination = ../Inform.app/Contents/Resources/English.lproj/ } windows_app { diff --git a/Documentation/windows-css-tweaks.txt b/resources/Documentation/windows-css-tweaks.txt similarity index 100% rename from Documentation/windows-css-tweaks.txt rename to resources/Documentation/windows-css-tweaks.txt diff --git a/Imagery/app_images/Blob Logo.png b/resources/Imagery/app_images/Blob Logo.png similarity index 100% rename from Imagery/app_images/Blob Logo.png rename to resources/Imagery/app_images/Blob Logo.png diff --git a/Imagery/app_images/Blob Logo@2x.png b/resources/Imagery/app_images/Blob Logo@2x.png similarity index 100% rename from Imagery/app_images/Blob Logo@2x.png rename to resources/Imagery/app_images/Blob Logo@2x.png diff --git a/Imagery/app_images/Installer.png b/resources/Imagery/app_images/Installer.png similarity index 100% rename from Imagery/app_images/Installer.png rename to resources/Imagery/app_images/Installer.png diff --git a/Imagery/app_images/Installer_OSX.png b/resources/Imagery/app_images/Installer_OSX.png similarity index 100% rename from Imagery/app_images/Installer_OSX.png rename to resources/Imagery/app_images/Installer_OSX.png diff --git a/Imagery/app_images/Materials Diagram.png b/resources/Imagery/app_images/Materials Diagram.png similarity index 100% rename from Imagery/app_images/Materials Diagram.png rename to resources/Imagery/app_images/Materials Diagram.png diff --git a/Imagery/app_images/Welcome Background.png b/resources/Imagery/app_images/Welcome Background.png similarity index 100% rename from Imagery/app_images/Welcome Background.png rename to resources/Imagery/app_images/Welcome Background.png diff --git a/Imagery/app_images/Welcome Background@2x.png b/resources/Imagery/app_images/Welcome Background@2x.png similarity index 100% rename from Imagery/app_images/Welcome Background@2x.png rename to resources/Imagery/app_images/Welcome Background@2x.png diff --git a/Imagery/app_images/Welcome Background@4x.png b/resources/Imagery/app_images/Welcome Background@4x.png similarity index 100% rename from Imagery/app_images/Welcome Background@4x.png rename to resources/Imagery/app_images/Welcome Background@4x.png diff --git a/Imagery/app_images/Welcome Banner.png b/resources/Imagery/app_images/Welcome Banner.png similarity index 100% rename from Imagery/app_images/Welcome Banner.png rename to resources/Imagery/app_images/Welcome Banner.png diff --git a/Imagery/app_images/Welcome Banner@2x.png b/resources/Imagery/app_images/Welcome Banner@2x.png similarity index 100% rename from Imagery/app_images/Welcome Banner@2x.png rename to resources/Imagery/app_images/Welcome Banner@2x.png diff --git a/Imagery/app_images/blurbfile.icns b/resources/Imagery/app_images/blurbfile.icns similarity index 100% rename from Imagery/app_images/blurbfile.icns rename to resources/Imagery/app_images/blurbfile.icns diff --git a/Imagery/app_images/blurbfile.iconset/icon_128x128.png b/resources/Imagery/app_images/blurbfile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_128x128.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_128x128.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/blurbfile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_16x16.png b/resources/Imagery/app_images/blurbfile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_16x16.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_16x16.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/blurbfile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_256x256.png b/resources/Imagery/app_images/blurbfile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_256x256.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_256x256.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/blurbfile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_32x32.png b/resources/Imagery/app_images/blurbfile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_32x32.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_32x32.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/blurbfile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_512x512.png b/resources/Imagery/app_images/blurbfile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_512x512.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_512x512.png diff --git a/Imagery/app_images/blurbfile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/blurbfile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/blurbfile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/blurbfile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/buttons/install.png b/resources/Imagery/app_images/buttons/install.png similarity index 100% rename from Imagery/app_images/buttons/install.png rename to resources/Imagery/app_images/buttons/install.png diff --git a/Imagery/app_images/buttons/install@2x.png b/resources/Imagery/app_images/buttons/install@2x.png similarity index 100% rename from Imagery/app_images/buttons/install@2x.png rename to resources/Imagery/app_images/buttons/install@2x.png diff --git a/Imagery/app_images/buttons/release.png b/resources/Imagery/app_images/buttons/release.png similarity index 100% rename from Imagery/app_images/buttons/release.png rename to resources/Imagery/app_images/buttons/release.png diff --git a/Imagery/app_images/buttons/release@2x.png b/resources/Imagery/app_images/buttons/release@2x.png similarity index 100% rename from Imagery/app_images/buttons/release@2x.png rename to resources/Imagery/app_images/buttons/release@2x.png diff --git a/Imagery/app_images/buttons/replay.png b/resources/Imagery/app_images/buttons/replay.png similarity index 100% rename from Imagery/app_images/buttons/replay.png rename to resources/Imagery/app_images/buttons/replay.png diff --git a/Imagery/app_images/buttons/replay@2x.png b/resources/Imagery/app_images/buttons/replay@2x.png similarity index 100% rename from Imagery/app_images/buttons/replay@2x.png rename to resources/Imagery/app_images/buttons/replay@2x.png diff --git a/Imagery/app_images/buttons/run.png b/resources/Imagery/app_images/buttons/run.png similarity index 100% rename from Imagery/app_images/buttons/run.png rename to resources/Imagery/app_images/buttons/run.png diff --git a/Imagery/app_images/buttons/run@2x.png b/resources/Imagery/app_images/buttons/run@2x.png similarity index 100% rename from Imagery/app_images/buttons/run@2x.png rename to resources/Imagery/app_images/buttons/run@2x.png diff --git a/Imagery/app_images/buttons/test.png b/resources/Imagery/app_images/buttons/test.png similarity index 100% rename from Imagery/app_images/buttons/test.png rename to resources/Imagery/app_images/buttons/test.png diff --git a/Imagery/app_images/buttons/test@2x.png b/resources/Imagery/app_images/buttons/test@2x.png similarity index 100% rename from Imagery/app_images/buttons/test@2x.png rename to resources/Imagery/app_images/buttons/test@2x.png diff --git a/Imagery/app_images/i6file.icns b/resources/Imagery/app_images/i6file.icns similarity index 100% rename from Imagery/app_images/i6file.icns rename to resources/Imagery/app_images/i6file.icns diff --git a/Imagery/app_images/i6file.iconset/icon_128x128.png b/resources/Imagery/app_images/i6file.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_128x128.png rename to resources/Imagery/app_images/i6file.iconset/icon_128x128.png diff --git a/Imagery/app_images/i6file.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/i6file.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/i6file.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/i6file.iconset/icon_16x16.png b/resources/Imagery/app_images/i6file.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_16x16.png rename to resources/Imagery/app_images/i6file.iconset/icon_16x16.png diff --git a/Imagery/app_images/i6file.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/i6file.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/i6file.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/i6file.iconset/icon_256x256.png b/resources/Imagery/app_images/i6file.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_256x256.png rename to resources/Imagery/app_images/i6file.iconset/icon_256x256.png diff --git a/Imagery/app_images/i6file.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/i6file.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/i6file.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/i6file.iconset/icon_32x32.png b/resources/Imagery/app_images/i6file.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_32x32.png rename to resources/Imagery/app_images/i6file.iconset/icon_32x32.png diff --git a/Imagery/app_images/i6file.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/i6file.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/i6file.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/i6file.iconset/icon_512x512.png b/resources/Imagery/app_images/i6file.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_512x512.png rename to resources/Imagery/app_images/i6file.iconset/icon_512x512.png diff --git a/Imagery/app_images/i6file.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/i6file.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/i6file.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/i6file.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/i7file.icns b/resources/Imagery/app_images/i7file.icns similarity index 100% rename from Imagery/app_images/i7file.icns rename to resources/Imagery/app_images/i7file.icns diff --git a/Imagery/app_images/i7file.iconset/icon_128x128.png b/resources/Imagery/app_images/i7file.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_128x128.png rename to resources/Imagery/app_images/i7file.iconset/icon_128x128.png diff --git a/Imagery/app_images/i7file.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/i7file.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/i7file.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/i7file.iconset/icon_16x16.png b/resources/Imagery/app_images/i7file.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_16x16.png rename to resources/Imagery/app_images/i7file.iconset/icon_16x16.png diff --git a/Imagery/app_images/i7file.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/i7file.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/i7file.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/i7file.iconset/icon_256x256.png b/resources/Imagery/app_images/i7file.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_256x256.png rename to resources/Imagery/app_images/i7file.iconset/icon_256x256.png diff --git a/Imagery/app_images/i7file.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/i7file.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/i7file.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/i7file.iconset/icon_32x32.png b/resources/Imagery/app_images/i7file.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_32x32.png rename to resources/Imagery/app_images/i7file.iconset/icon_32x32.png diff --git a/Imagery/app_images/i7file.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/i7file.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/i7file.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/i7file.iconset/icon_512x512.png b/resources/Imagery/app_images/i7file.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_512x512.png rename to resources/Imagery/app_images/i7file.iconset/icon_512x512.png diff --git a/Imagery/app_images/i7file.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/i7file.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/i7file.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/i7file.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/i7xfile.icns b/resources/Imagery/app_images/i7xfile.icns similarity index 100% rename from Imagery/app_images/i7xfile.icns rename to resources/Imagery/app_images/i7xfile.icns diff --git a/Imagery/app_images/i7xfile.iconset/icon_128x128.png b/resources/Imagery/app_images/i7xfile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_128x128.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_128x128.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/i7xfile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_16x16.png b/resources/Imagery/app_images/i7xfile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_16x16.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_16x16.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/i7xfile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_256x256.png b/resources/Imagery/app_images/i7xfile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_256x256.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_256x256.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/i7xfile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_32x32.png b/resources/Imagery/app_images/i7xfile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_32x32.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_32x32.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/i7xfile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_512x512.png b/resources/Imagery/app_images/i7xfile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_512x512.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_512x512.png diff --git a/Imagery/app_images/i7xfile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/i7xfile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/i7xfile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/i7xfile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/icons_at_48/app_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/app_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/app_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/app_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/blurb_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/blurb_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/blurb_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/blurb_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/i6_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/i6_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/i6_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/i6_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/i7_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/i7_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/i7_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/i7_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/i7x_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/i7x_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/i7x_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/i7x_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/inf_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/inf_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/inf_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/inf_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/inform_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/inform_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/inform_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/inform_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/materials_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/materials_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/materials_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/materials_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/materialsbadge_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/materialsbadge_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/materialsbadge_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/materialsbadge_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/ni_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/ni_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/ni_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/ni_icon_48x48.png diff --git a/Imagery/app_images/icons_at_48/skein_icon_48x48.png b/resources/Imagery/app_images/icons_at_48/skein_icon_48x48.png similarity index 100% rename from Imagery/app_images/icons_at_48/skein_icon_48x48.png rename to resources/Imagery/app_images/icons_at_48/skein_icon_48x48.png diff --git a/Imagery/app_images/inffile.icns b/resources/Imagery/app_images/inffile.icns similarity index 100% rename from Imagery/app_images/inffile.icns rename to resources/Imagery/app_images/inffile.icns diff --git a/Imagery/app_images/inffile.iconset/icon_128x128.png b/resources/Imagery/app_images/inffile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_128x128.png rename to resources/Imagery/app_images/inffile.iconset/icon_128x128.png diff --git a/Imagery/app_images/inffile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/inffile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/inffile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/inffile.iconset/icon_16x16.png b/resources/Imagery/app_images/inffile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_16x16.png rename to resources/Imagery/app_images/inffile.iconset/icon_16x16.png diff --git a/Imagery/app_images/inffile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/inffile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/inffile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/inffile.iconset/icon_256x256.png b/resources/Imagery/app_images/inffile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_256x256.png rename to resources/Imagery/app_images/inffile.iconset/icon_256x256.png diff --git a/Imagery/app_images/inffile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/inffile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/inffile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/inffile.iconset/icon_32x32.png b/resources/Imagery/app_images/inffile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_32x32.png rename to resources/Imagery/app_images/inffile.iconset/icon_32x32.png diff --git a/Imagery/app_images/inffile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/inffile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/inffile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/inffile.iconset/icon_512x512.png b/resources/Imagery/app_images/inffile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_512x512.png rename to resources/Imagery/app_images/inffile.iconset/icon_512x512.png diff --git a/Imagery/app_images/inffile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/inffile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/inffile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/inffile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/inform.icns b/resources/Imagery/app_images/inform.icns similarity index 100% rename from Imagery/app_images/inform.icns rename to resources/Imagery/app_images/inform.icns diff --git a/Imagery/app_images/inform.iconset/icon_128x128.png b/resources/Imagery/app_images/inform.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_128x128.png rename to resources/Imagery/app_images/inform.iconset/icon_128x128.png diff --git a/Imagery/app_images/inform.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/inform.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/inform.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/inform.iconset/icon_16x16.png b/resources/Imagery/app_images/inform.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_16x16.png rename to resources/Imagery/app_images/inform.iconset/icon_16x16.png diff --git a/Imagery/app_images/inform.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/inform.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/inform.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/inform.iconset/icon_256x256.png b/resources/Imagery/app_images/inform.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_256x256.png rename to resources/Imagery/app_images/inform.iconset/icon_256x256.png diff --git a/Imagery/app_images/inform.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/inform.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/inform.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/inform.iconset/icon_32x32.png b/resources/Imagery/app_images/inform.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_32x32.png rename to resources/Imagery/app_images/inform.iconset/icon_32x32.png diff --git a/Imagery/app_images/inform.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/inform.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/inform.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/inform.iconset/icon_512x512.png b/resources/Imagery/app_images/inform.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_512x512.png rename to resources/Imagery/app_images/inform.iconset/icon_512x512.png diff --git a/Imagery/app_images/inform.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/inform.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/inform.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/inform.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/informfile.icns b/resources/Imagery/app_images/informfile.icns similarity index 100% rename from Imagery/app_images/informfile.icns rename to resources/Imagery/app_images/informfile.icns diff --git a/Imagery/app_images/informfile.iconset/icon_128x128.png b/resources/Imagery/app_images/informfile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_128x128.png rename to resources/Imagery/app_images/informfile.iconset/icon_128x128.png diff --git a/Imagery/app_images/informfile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/informfile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/informfile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/informfile.iconset/icon_16x16.png b/resources/Imagery/app_images/informfile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_16x16.png rename to resources/Imagery/app_images/informfile.iconset/icon_16x16.png diff --git a/Imagery/app_images/informfile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/informfile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/informfile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/informfile.iconset/icon_256x256.png b/resources/Imagery/app_images/informfile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_256x256.png rename to resources/Imagery/app_images/informfile.iconset/icon_256x256.png diff --git a/Imagery/app_images/informfile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/informfile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/informfile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/informfile.iconset/icon_32x32.png b/resources/Imagery/app_images/informfile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_32x32.png rename to resources/Imagery/app_images/informfile.iconset/icon_32x32.png diff --git a/Imagery/app_images/informfile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/informfile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/informfile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/informfile.iconset/icon_512x512.png b/resources/Imagery/app_images/informfile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_512x512.png rename to resources/Imagery/app_images/informfile.iconset/icon_512x512.png diff --git a/Imagery/app_images/informfile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/informfile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/informfile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/informfile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/irb_cover@20x.png b/resources/Imagery/app_images/irb_cover@20x.png similarity index 100% rename from Imagery/app_images/irb_cover@20x.png rename to resources/Imagery/app_images/irb_cover@20x.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_128x128.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_128x128.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_128x128.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_16x16.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_16x16.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_16x16.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_256x256.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_256x256.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_256x256.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_32x32.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_32x32.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_32x32.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_512x512.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_512x512.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_512x512.png diff --git a/Imagery/app_images/materialsbadge.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/materialsbadge.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/materialsbadge.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/materialsbadge.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/materialsfile.icns b/resources/Imagery/app_images/materialsfile.icns similarity index 100% rename from Imagery/app_images/materialsfile.icns rename to resources/Imagery/app_images/materialsfile.icns diff --git a/Imagery/app_images/materialsfile.iconset/icon_128x128.png b/resources/Imagery/app_images/materialsfile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_128x128.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_128x128.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/materialsfile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_16x16.png b/resources/Imagery/app_images/materialsfile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_16x16.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_16x16.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/materialsfile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_256x256.png b/resources/Imagery/app_images/materialsfile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_256x256.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_256x256.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/materialsfile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_32x32.png b/resources/Imagery/app_images/materialsfile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_32x32.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_32x32.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/materialsfile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_512x512.png b/resources/Imagery/app_images/materialsfile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_512x512.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_512x512.png diff --git a/Imagery/app_images/materialsfile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/materialsfile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/materialsfile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/materialsfile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/nifile.icns b/resources/Imagery/app_images/nifile.icns similarity index 100% rename from Imagery/app_images/nifile.icns rename to resources/Imagery/app_images/nifile.icns diff --git a/Imagery/app_images/nifile.iconset/icon_128x128.png b/resources/Imagery/app_images/nifile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_128x128.png rename to resources/Imagery/app_images/nifile.iconset/icon_128x128.png diff --git a/Imagery/app_images/nifile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/nifile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/nifile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/nifile.iconset/icon_16x16.png b/resources/Imagery/app_images/nifile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_16x16.png rename to resources/Imagery/app_images/nifile.iconset/icon_16x16.png diff --git a/Imagery/app_images/nifile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/nifile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/nifile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/nifile.iconset/icon_256x256.png b/resources/Imagery/app_images/nifile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_256x256.png rename to resources/Imagery/app_images/nifile.iconset/icon_256x256.png diff --git a/Imagery/app_images/nifile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/nifile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/nifile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/nifile.iconset/icon_32x32.png b/resources/Imagery/app_images/nifile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_32x32.png rename to resources/Imagery/app_images/nifile.iconset/icon_32x32.png diff --git a/Imagery/app_images/nifile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/nifile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/nifile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/nifile.iconset/icon_512x512.png b/resources/Imagery/app_images/nifile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_512x512.png rename to resources/Imagery/app_images/nifile.iconset/icon_512x512.png diff --git a/Imagery/app_images/nifile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/nifile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/nifile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/nifile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/skeinfile.icns b/resources/Imagery/app_images/skeinfile.icns similarity index 100% rename from Imagery/app_images/skeinfile.icns rename to resources/Imagery/app_images/skeinfile.icns diff --git a/Imagery/app_images/skeinfile.iconset/icon_128x128.png b/resources/Imagery/app_images/skeinfile.iconset/icon_128x128.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_128x128.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_128x128.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_128x128@2x.png b/resources/Imagery/app_images/skeinfile.iconset/icon_128x128@2x.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_128x128@2x.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_128x128@2x.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_16x16.png b/resources/Imagery/app_images/skeinfile.iconset/icon_16x16.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_16x16.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_16x16.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_16x16@2x.png b/resources/Imagery/app_images/skeinfile.iconset/icon_16x16@2x.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_16x16@2x.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_16x16@2x.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_256x256.png b/resources/Imagery/app_images/skeinfile.iconset/icon_256x256.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_256x256.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_256x256.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_256x256@2x.png b/resources/Imagery/app_images/skeinfile.iconset/icon_256x256@2x.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_256x256@2x.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_256x256@2x.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_32x32.png b/resources/Imagery/app_images/skeinfile.iconset/icon_32x32.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_32x32.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_32x32.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_32x32@2x.png b/resources/Imagery/app_images/skeinfile.iconset/icon_32x32@2x.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_32x32@2x.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_32x32@2x.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_512x512.png b/resources/Imagery/app_images/skeinfile.iconset/icon_512x512.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_512x512.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_512x512.png diff --git a/Imagery/app_images/skeinfile.iconset/icon_512x512@2x.png b/resources/Imagery/app_images/skeinfile.iconset/icon_512x512@2x.png similarity index 100% rename from Imagery/app_images/skeinfile.iconset/icon_512x512@2x.png rename to resources/Imagery/app_images/skeinfile.iconset/icon_512x512@2x.png diff --git a/Imagery/app_images/wwi_cover@20x.png b/resources/Imagery/app_images/wwi_cover@20x.png similarity index 100% rename from Imagery/app_images/wwi_cover@20x.png rename to resources/Imagery/app_images/wwi_cover@20x.png diff --git a/Imagery/bg_images/bl_corner_e0e0e0.gif b/resources/Imagery/bg_images/bl_corner_e0e0e0.gif similarity index 100% rename from Imagery/bg_images/bl_corner_e0e0e0.gif rename to resources/Imagery/bg_images/bl_corner_e0e0e0.gif diff --git a/Imagery/bg_images/bl_corner_e8e0c0.gif b/resources/Imagery/bg_images/bl_corner_e8e0c0.gif similarity index 100% rename from Imagery/bg_images/bl_corner_e8e0c0.gif rename to resources/Imagery/bg_images/bl_corner_e8e0c0.gif diff --git a/Imagery/bg_images/br_corner_e0e0e0.gif b/resources/Imagery/bg_images/br_corner_e0e0e0.gif similarity index 100% rename from Imagery/bg_images/br_corner_e0e0e0.gif rename to resources/Imagery/bg_images/br_corner_e0e0e0.gif diff --git a/Imagery/bg_images/br_corner_e8e0c0.gif b/resources/Imagery/bg_images/br_corner_e8e0c0.gif similarity index 100% rename from Imagery/bg_images/br_corner_e8e0c0.gif rename to resources/Imagery/bg_images/br_corner_e8e0c0.gif diff --git a/Imagery/bg_images/indexcard.png b/resources/Imagery/bg_images/indexcard.png similarity index 100% rename from Imagery/bg_images/indexcard.png rename to resources/Imagery/bg_images/indexcard.png diff --git a/Imagery/bg_images/tl_corner_e0e0e0.gif b/resources/Imagery/bg_images/tl_corner_e0e0e0.gif similarity index 100% rename from Imagery/bg_images/tl_corner_e0e0e0.gif rename to resources/Imagery/bg_images/tl_corner_e0e0e0.gif diff --git a/Imagery/bg_images/tl_corner_e8e0c0.gif b/resources/Imagery/bg_images/tl_corner_e8e0c0.gif similarity index 100% rename from Imagery/bg_images/tl_corner_e8e0c0.gif rename to resources/Imagery/bg_images/tl_corner_e8e0c0.gif diff --git a/Imagery/bg_images/tr_corner_e0e0e0.gif b/resources/Imagery/bg_images/tr_corner_e0e0e0.gif similarity index 100% rename from Imagery/bg_images/tr_corner_e0e0e0.gif rename to resources/Imagery/bg_images/tr_corner_e0e0e0.gif diff --git a/Imagery/bg_images/tr_corner_e8e0c0.gif b/resources/Imagery/bg_images/tr_corner_e8e0c0.gif similarity index 100% rename from Imagery/bg_images/tr_corner_e8e0c0.gif rename to resources/Imagery/bg_images/tr_corner_e8e0c0.gif diff --git a/Imagery/doc_images/Actions.png b/resources/Imagery/doc_images/Actions.png similarity index 100% rename from Imagery/doc_images/Actions.png rename to resources/Imagery/doc_images/Actions.png diff --git a/Imagery/doc_images/Back.png b/resources/Imagery/doc_images/Back.png similarity index 100% rename from Imagery/doc_images/Back.png rename to resources/Imagery/doc_images/Back.png diff --git a/Imagery/doc_images/BackDisabled.png b/resources/Imagery/doc_images/BackDisabled.png similarity index 100% rename from Imagery/doc_images/BackDisabled.png rename to resources/Imagery/doc_images/BackDisabled.png diff --git a/Imagery/doc_images/Below.png b/resources/Imagery/doc_images/Below.png similarity index 100% rename from Imagery/doc_images/Below.png rename to resources/Imagery/doc_images/Below.png diff --git a/Imagery/doc_images/Below.tif b/resources/Imagery/doc_images/Below.tif similarity index 100% rename from Imagery/doc_images/Below.tif rename to resources/Imagery/doc_images/Below.tif diff --git a/Imagery/doc_images/Beneath.png b/resources/Imagery/doc_images/Beneath.png similarity index 100% rename from Imagery/doc_images/Beneath.png rename to resources/Imagery/doc_images/Beneath.png diff --git a/Imagery/doc_images/Contents.png b/resources/Imagery/doc_images/Contents.png similarity index 100% rename from Imagery/doc_images/Contents.png rename to resources/Imagery/doc_images/Contents.png diff --git a/Imagery/doc_images/Debian_Icon.png b/resources/Imagery/doc_images/Debian_Icon.png similarity index 100% rename from Imagery/doc_images/Debian_Icon.png rename to resources/Imagery/doc_images/Debian_Icon.png diff --git a/Imagery/doc_images/Fedora_Icon.png b/resources/Imagery/doc_images/Fedora_Icon.png similarity index 100% rename from Imagery/doc_images/Fedora_Icon.png rename to resources/Imagery/doc_images/Fedora_Icon.png diff --git a/Imagery/doc_images/FlipBlank.png b/resources/Imagery/doc_images/FlipBlank.png similarity index 100% rename from Imagery/doc_images/FlipBlank.png rename to resources/Imagery/doc_images/FlipBlank.png diff --git a/Imagery/doc_images/FlipBlankHalf.png b/resources/Imagery/doc_images/FlipBlankHalf.png similarity index 100% rename from Imagery/doc_images/FlipBlankHalf.png rename to resources/Imagery/doc_images/FlipBlankHalf.png diff --git a/Imagery/doc_images/FlipClosed.png b/resources/Imagery/doc_images/FlipClosed.png similarity index 100% rename from Imagery/doc_images/FlipClosed.png rename to resources/Imagery/doc_images/FlipClosed.png diff --git a/Imagery/doc_images/FlipOpen.png b/resources/Imagery/doc_images/FlipOpen.png similarity index 100% rename from Imagery/doc_images/FlipOpen.png rename to resources/Imagery/doc_images/FlipOpen.png diff --git a/Imagery/doc_images/Forward.png b/resources/Imagery/doc_images/Forward.png similarity index 100% rename from Imagery/doc_images/Forward.png rename to resources/Imagery/doc_images/Forward.png diff --git a/Imagery/doc_images/ForwardDisabled.png b/resources/Imagery/doc_images/ForwardDisabled.png similarity index 100% rename from Imagery/doc_images/ForwardDisabled.png rename to resources/Imagery/doc_images/ForwardDisabled.png diff --git a/Imagery/doc_images/Greece.jpg b/resources/Imagery/doc_images/Greece.jpg similarity index 100% rename from Imagery/doc_images/Greece.jpg rename to resources/Imagery/doc_images/Greece.jpg diff --git a/Imagery/doc_images/Home.png b/resources/Imagery/doc_images/Home.png similarity index 100% rename from Imagery/doc_images/Home.png rename to resources/Imagery/doc_images/Home.png diff --git a/Imagery/doc_images/Hookclose.png b/resources/Imagery/doc_images/Hookclose.png similarity index 100% rename from Imagery/doc_images/Hookclose.png rename to resources/Imagery/doc_images/Hookclose.png diff --git a/Imagery/doc_images/Hookindex.png b/resources/Imagery/doc_images/Hookindex.png similarity index 100% rename from Imagery/doc_images/Hookindex.png rename to resources/Imagery/doc_images/Hookindex.png diff --git a/Imagery/doc_images/Hookleft.png b/resources/Imagery/doc_images/Hookleft.png similarity index 100% rename from Imagery/doc_images/Hookleft.png rename to resources/Imagery/doc_images/Hookleft.png diff --git a/Imagery/doc_images/Hookrecipe.png b/resources/Imagery/doc_images/Hookrecipe.png similarity index 100% rename from Imagery/doc_images/Hookrecipe.png rename to resources/Imagery/doc_images/Hookrecipe.png diff --git a/Imagery/doc_images/Hookright.png b/resources/Imagery/doc_images/Hookright.png similarity index 100% rename from Imagery/doc_images/Hookright.png rename to resources/Imagery/doc_images/Hookright.png diff --git a/Imagery/doc_images/Hookup.png b/resources/Imagery/doc_images/Hookup.png similarity index 100% rename from Imagery/doc_images/Hookup.png rename to resources/Imagery/doc_images/Hookup.png diff --git a/Imagery/doc_images/Kinds.png b/resources/Imagery/doc_images/Kinds.png similarity index 100% rename from Imagery/doc_images/Kinds.png rename to resources/Imagery/doc_images/Kinds.png diff --git a/Imagery/doc_images/Linux_Icon.png b/resources/Imagery/doc_images/Linux_Icon.png similarity index 100% rename from Imagery/doc_images/Linux_Icon.png rename to resources/Imagery/doc_images/Linux_Icon.png diff --git a/Imagery/doc_images/MacOSX_Icon.png b/resources/Imagery/doc_images/MacOSX_Icon.png similarity index 100% rename from Imagery/doc_images/MacOSX_Icon.png rename to resources/Imagery/doc_images/MacOSX_Icon.png diff --git a/Imagery/doc_images/Phrasebook.png b/resources/Imagery/doc_images/Phrasebook.png similarity index 100% rename from Imagery/doc_images/Phrasebook.png rename to resources/Imagery/doc_images/Phrasebook.png diff --git a/Imagery/doc_images/Reveal.png b/resources/Imagery/doc_images/Reveal.png similarity index 100% rename from Imagery/doc_images/Reveal.png rename to resources/Imagery/doc_images/Reveal.png diff --git a/Imagery/doc_images/Reveal.tif b/resources/Imagery/doc_images/Reveal.tif similarity index 100% rename from Imagery/doc_images/Reveal.tif rename to resources/Imagery/doc_images/Reveal.tif diff --git a/Imagery/doc_images/Revealext.png b/resources/Imagery/doc_images/Revealext.png similarity index 100% rename from Imagery/doc_images/Revealext.png rename to resources/Imagery/doc_images/Revealext.png diff --git a/Imagery/doc_images/Rules.png b/resources/Imagery/doc_images/Rules.png similarity index 100% rename from Imagery/doc_images/Rules.png rename to resources/Imagery/doc_images/Rules.png diff --git a/Imagery/doc_images/Scenes.png b/resources/Imagery/doc_images/Scenes.png similarity index 100% rename from Imagery/doc_images/Scenes.png rename to resources/Imagery/doc_images/Scenes.png diff --git a/Imagery/doc_images/Solaris_Icon.png b/resources/Imagery/doc_images/Solaris_Icon.png similarity index 100% rename from Imagery/doc_images/Solaris_Icon.png rename to resources/Imagery/doc_images/Solaris_Icon.png diff --git a/Imagery/doc_images/Sophia.jpg b/resources/Imagery/doc_images/Sophia.jpg similarity index 100% rename from Imagery/doc_images/Sophia.jpg rename to resources/Imagery/doc_images/Sophia.jpg diff --git a/Imagery/doc_images/Trans1.png b/resources/Imagery/doc_images/Trans1.png similarity index 100% rename from Imagery/doc_images/Trans1.png rename to resources/Imagery/doc_images/Trans1.png diff --git a/Imagery/doc_images/Trans2.png b/resources/Imagery/doc_images/Trans2.png similarity index 100% rename from Imagery/doc_images/Trans2.png rename to resources/Imagery/doc_images/Trans2.png diff --git a/Imagery/doc_images/Transcript.png b/resources/Imagery/doc_images/Transcript.png similarity index 100% rename from Imagery/doc_images/Transcript.png rename to resources/Imagery/doc_images/Transcript.png diff --git a/Imagery/doc_images/Ubuntu_Icon.png b/resources/Imagery/doc_images/Ubuntu_Icon.png similarity index 100% rename from Imagery/doc_images/Ubuntu_Icon.png rename to resources/Imagery/doc_images/Ubuntu_Icon.png diff --git a/Imagery/doc_images/Windows_Icon.png b/resources/Imagery/doc_images/Windows_Icon.png similarity index 100% rename from Imagery/doc_images/Windows_Icon.png rename to resources/Imagery/doc_images/Windows_Icon.png diff --git a/Imagery/doc_images/World.png b/resources/Imagery/doc_images/World.png similarity index 100% rename from Imagery/doc_images/World.png rename to resources/Imagery/doc_images/World.png diff --git a/Imagery/doc_images/World1.png b/resources/Imagery/doc_images/World1.png similarity index 100% rename from Imagery/doc_images/World1.png rename to resources/Imagery/doc_images/World1.png diff --git a/Imagery/doc_images/achart.png b/resources/Imagery/doc_images/achart.png similarity index 100% rename from Imagery/doc_images/achart.png rename to resources/Imagery/doc_images/achart.png diff --git a/Imagery/doc_images/annots.png b/resources/Imagery/doc_images/annots.png similarity index 100% rename from Imagery/doc_images/annots.png rename to resources/Imagery/doc_images/annots.png diff --git a/Imagery/doc_images/apr07.jpg b/resources/Imagery/doc_images/apr07.jpg similarity index 100% rename from Imagery/doc_images/apr07.jpg rename to resources/Imagery/doc_images/apr07.jpg diff --git a/Imagery/doc_images/apr08.jpg b/resources/Imagery/doc_images/apr08.jpg similarity index 100% rename from Imagery/doc_images/apr08.jpg rename to resources/Imagery/doc_images/apr08.jpg diff --git a/Imagery/doc_images/apr09.jpg b/resources/Imagery/doc_images/apr09.jpg similarity index 100% rename from Imagery/doc_images/apr09.jpg rename to resources/Imagery/doc_images/apr09.jpg diff --git a/Imagery/doc_images/apr10.jpg b/resources/Imagery/doc_images/apr10.jpg similarity index 100% rename from Imagery/doc_images/apr10.jpg rename to resources/Imagery/doc_images/apr10.jpg diff --git a/Imagery/doc_images/arrow-down-right.png b/resources/Imagery/doc_images/arrow-down-right.png similarity index 100% rename from Imagery/doc_images/arrow-down-right.png rename to resources/Imagery/doc_images/arrow-down-right.png diff --git a/Imagery/doc_images/arrow-down.png b/resources/Imagery/doc_images/arrow-down.png similarity index 100% rename from Imagery/doc_images/arrow-down.png rename to resources/Imagery/doc_images/arrow-down.png diff --git a/Imagery/doc_images/arrow-left.png b/resources/Imagery/doc_images/arrow-left.png similarity index 100% rename from Imagery/doc_images/arrow-left.png rename to resources/Imagery/doc_images/arrow-left.png diff --git a/Imagery/doc_images/arrow-right.png b/resources/Imagery/doc_images/arrow-right.png similarity index 100% rename from Imagery/doc_images/arrow-right.png rename to resources/Imagery/doc_images/arrow-right.png diff --git a/Imagery/doc_images/arrow-up-left.png b/resources/Imagery/doc_images/arrow-up-left.png similarity index 100% rename from Imagery/doc_images/arrow-up-left.png rename to resources/Imagery/doc_images/arrow-up-left.png diff --git a/Imagery/doc_images/arrow-up.png b/resources/Imagery/doc_images/arrow-up.png similarity index 100% rename from Imagery/doc_images/arrow-up.png rename to resources/Imagery/doc_images/arrow-up.png diff --git a/Imagery/doc_images/asterisk.png b/resources/Imagery/doc_images/asterisk.png similarity index 100% rename from Imagery/doc_images/asterisk.png rename to resources/Imagery/doc_images/asterisk.png diff --git a/Imagery/doc_images/aug07.jpg b/resources/Imagery/doc_images/aug07.jpg similarity index 100% rename from Imagery/doc_images/aug07.jpg rename to resources/Imagery/doc_images/aug07.jpg diff --git a/Imagery/doc_images/beta.png b/resources/Imagery/doc_images/beta.png similarity index 100% rename from Imagery/doc_images/beta.png rename to resources/Imagery/doc_images/beta.png diff --git a/Imagery/doc_images/beta2.png b/resources/Imagery/doc_images/beta2.png similarity index 100% rename from Imagery/doc_images/beta2.png rename to resources/Imagery/doc_images/beta2.png diff --git a/Imagery/doc_images/builtin_ext.png b/resources/Imagery/doc_images/builtin_ext.png similarity index 100% rename from Imagery/doc_images/builtin_ext.png rename to resources/Imagery/doc_images/builtin_ext.png diff --git a/Imagery/doc_images/calc1.png b/resources/Imagery/doc_images/calc1.png similarity index 100% rename from Imagery/doc_images/calc1.png rename to resources/Imagery/doc_images/calc1.png diff --git a/Imagery/doc_images/calc2.png b/resources/Imagery/doc_images/calc2.png similarity index 100% rename from Imagery/doc_images/calc2.png rename to resources/Imagery/doc_images/calc2.png diff --git a/Imagery/doc_images/census_problem.png b/resources/Imagery/doc_images/census_problem.png similarity index 100% rename from Imagery/doc_images/census_problem.png rename to resources/Imagery/doc_images/census_problem.png diff --git a/Imagery/doc_images/changes_cover.png b/resources/Imagery/doc_images/changes_cover.png similarity index 100% rename from Imagery/doc_images/changes_cover.png rename to resources/Imagery/doc_images/changes_cover.png diff --git a/Imagery/doc_images/combined_cover.png b/resources/Imagery/doc_images/combined_cover.png similarity index 100% rename from Imagery/doc_images/combined_cover.png rename to resources/Imagery/doc_images/combined_cover.png diff --git a/Imagery/doc_images/coverflow.png b/resources/Imagery/doc_images/coverflow.png similarity index 100% rename from Imagery/doc_images/coverflow.png rename to resources/Imagery/doc_images/coverflow.png diff --git a/Imagery/doc_images/create.png b/resources/Imagery/doc_images/create.png similarity index 100% rename from Imagery/doc_images/create.png rename to resources/Imagery/doc_images/create.png diff --git a/Imagery/doc_images/create@2x.png b/resources/Imagery/doc_images/create@2x.png similarity index 100% rename from Imagery/doc_images/create@2x.png rename to resources/Imagery/doc_images/create@2x.png diff --git a/Imagery/doc_images/cross.png b/resources/Imagery/doc_images/cross.png similarity index 100% rename from Imagery/doc_images/cross.png rename to resources/Imagery/doc_images/cross.png diff --git a/Imagery/doc_images/deprecated.png b/resources/Imagery/doc_images/deprecated.png similarity index 100% rename from Imagery/doc_images/deprecated.png rename to resources/Imagery/doc_images/deprecated.png diff --git a/Imagery/doc_images/diamond.png b/resources/Imagery/doc_images/diamond.png similarity index 100% rename from Imagery/doc_images/diamond.png rename to resources/Imagery/doc_images/diamond.png diff --git a/Imagery/doc_images/documentation.png b/resources/Imagery/doc_images/documentation.png similarity index 100% rename from Imagery/doc_images/documentation.png rename to resources/Imagery/doc_images/documentation.png diff --git a/Imagery/doc_images/exf_binary.png b/resources/Imagery/doc_images/exf_binary.png similarity index 100% rename from Imagery/doc_images/exf_binary.png rename to resources/Imagery/doc_images/exf_binary.png diff --git a/Imagery/doc_images/exf_text.png b/resources/Imagery/doc_images/exf_text.png similarity index 100% rename from Imagery/doc_images/exf_text.png rename to resources/Imagery/doc_images/exf_text.png diff --git a/Imagery/doc_images/extensions.png b/resources/Imagery/doc_images/extensions.png similarity index 100% rename from Imagery/doc_images/extensions.png rename to resources/Imagery/doc_images/extensions.png diff --git a/Imagery/doc_images/extensions@2x.png b/resources/Imagery/doc_images/extensions@2x.png similarity index 100% rename from Imagery/doc_images/extensions@2x.png rename to resources/Imagery/doc_images/extensions@2x.png diff --git a/Imagery/doc_images/extra.png b/resources/Imagery/doc_images/extra.png similarity index 100% rename from Imagery/doc_images/extra.png rename to resources/Imagery/doc_images/extra.png diff --git a/Imagery/doc_images/extrab.png b/resources/Imagery/doc_images/extrab.png similarity index 100% rename from Imagery/doc_images/extrab.png rename to resources/Imagery/doc_images/extrab.png diff --git a/Imagery/doc_images/extraclose.png b/resources/Imagery/doc_images/extraclose.png similarity index 100% rename from Imagery/doc_images/extraclose.png rename to resources/Imagery/doc_images/extraclose.png diff --git a/Imagery/doc_images/extracloseb.png b/resources/Imagery/doc_images/extracloseb.png similarity index 100% rename from Imagery/doc_images/extracloseb.png rename to resources/Imagery/doc_images/extracloseb.png diff --git a/Imagery/doc_images/extrarboff.png b/resources/Imagery/doc_images/extrarboff.png similarity index 100% rename from Imagery/doc_images/extrarboff.png rename to resources/Imagery/doc_images/extrarboff.png diff --git a/Imagery/doc_images/extrarbon.png b/resources/Imagery/doc_images/extrarbon.png similarity index 100% rename from Imagery/doc_images/extrarbon.png rename to resources/Imagery/doc_images/extrarbon.png diff --git a/Imagery/doc_images/folder.png b/resources/Imagery/doc_images/folder.png similarity index 100% rename from Imagery/doc_images/folder.png rename to resources/Imagery/doc_images/folder.png diff --git a/Imagery/doc_images/folder2.png b/resources/Imagery/doc_images/folder2.png similarity index 100% rename from Imagery/doc_images/folder2.png rename to resources/Imagery/doc_images/folder2.png diff --git a/Imagery/doc_images/folder3.png b/resources/Imagery/doc_images/folder3.png similarity index 100% rename from Imagery/doc_images/folder3.png rename to resources/Imagery/doc_images/folder3.png diff --git a/Imagery/doc_images/folder4.png b/resources/Imagery/doc_images/folder4.png similarity index 100% rename from Imagery/doc_images/folder4.png rename to resources/Imagery/doc_images/folder4.png diff --git a/Imagery/doc_images/folder5.png b/resources/Imagery/doc_images/folder5.png similarity index 100% rename from Imagery/doc_images/folder5.png rename to resources/Imagery/doc_images/folder5.png diff --git a/Imagery/doc_images/grey-ovoid.png b/resources/Imagery/doc_images/grey-ovoid.png similarity index 100% rename from Imagery/doc_images/grey-ovoid.png rename to resources/Imagery/doc_images/grey-ovoid.png diff --git a/Imagery/doc_images/greycross.png b/resources/Imagery/doc_images/greycross.png similarity index 100% rename from Imagery/doc_images/greycross.png rename to resources/Imagery/doc_images/greycross.png diff --git a/Imagery/doc_images/greytick.png b/resources/Imagery/doc_images/greytick.png similarity index 100% rename from Imagery/doc_images/greytick.png rename to resources/Imagery/doc_images/greytick.png diff --git a/Imagery/doc_images/help.png b/resources/Imagery/doc_images/help.png similarity index 100% rename from Imagery/doc_images/help.png rename to resources/Imagery/doc_images/help.png diff --git a/Imagery/doc_images/hexes.jpg b/resources/Imagery/doc_images/hexes.jpg similarity index 100% rename from Imagery/doc_images/hexes.jpg rename to resources/Imagery/doc_images/hexes.jpg diff --git a/Imagery/doc_images/image_problem.png b/resources/Imagery/doc_images/image_problem.png similarity index 100% rename from Imagery/doc_images/image_problem.png rename to resources/Imagery/doc_images/image_problem.png diff --git a/Imagery/doc_images/index.png b/resources/Imagery/doc_images/index.png similarity index 100% rename from Imagery/doc_images/index.png rename to resources/Imagery/doc_images/index.png diff --git a/Imagery/doc_images/index@2x.png b/resources/Imagery/doc_images/index@2x.png similarity index 100% rename from Imagery/doc_images/index@2x.png rename to resources/Imagery/doc_images/index@2x.png diff --git a/Imagery/doc_images/indexed_bullet.png b/resources/Imagery/doc_images/indexed_bullet.png similarity index 100% rename from Imagery/doc_images/indexed_bullet.png rename to resources/Imagery/doc_images/indexed_bullet.png diff --git a/Imagery/doc_images/irb_cover.png b/resources/Imagery/doc_images/irb_cover.png similarity index 100% rename from Imagery/doc_images/irb_cover.png rename to resources/Imagery/doc_images/irb_cover.png diff --git a/Imagery/doc_images/irb_cover@2x.png b/resources/Imagery/doc_images/irb_cover@2x.png similarity index 100% rename from Imagery/doc_images/irb_cover@2x.png rename to resources/Imagery/doc_images/irb_cover@2x.png diff --git a/Imagery/doc_images/jul07.jpg b/resources/Imagery/doc_images/jul07.jpg similarity index 100% rename from Imagery/doc_images/jul07.jpg rename to resources/Imagery/doc_images/jul07.jpg diff --git a/Imagery/doc_images/library.png b/resources/Imagery/doc_images/library.png similarity index 100% rename from Imagery/doc_images/library.png rename to resources/Imagery/doc_images/library.png diff --git a/Imagery/doc_images/linux.png b/resources/Imagery/doc_images/linux.png similarity index 100% rename from Imagery/doc_images/linux.png rename to resources/Imagery/doc_images/linux.png diff --git a/Imagery/doc_images/mar07.jpg b/resources/Imagery/doc_images/mar07.jpg similarity index 100% rename from Imagery/doc_images/mar07.jpg rename to resources/Imagery/doc_images/mar07.jpg diff --git a/Imagery/doc_images/misinstalled.png b/resources/Imagery/doc_images/misinstalled.png similarity index 100% rename from Imagery/doc_images/misinstalled.png rename to resources/Imagery/doc_images/misinstalled.png diff --git a/Imagery/doc_images/noextra.png b/resources/Imagery/doc_images/noextra.png similarity index 100% rename from Imagery/doc_images/noextra.png rename to resources/Imagery/doc_images/noextra.png diff --git a/Imagery/doc_images/nov07.jpg b/resources/Imagery/doc_images/nov07.jpg similarity index 100% rename from Imagery/doc_images/nov07.jpg rename to resources/Imagery/doc_images/nov07.jpg diff --git a/Imagery/doc_images/oct07.jpg b/resources/Imagery/doc_images/oct07.jpg similarity index 100% rename from Imagery/doc_images/oct07.jpg rename to resources/Imagery/doc_images/oct07.jpg diff --git a/Imagery/doc_images/ornament_flower.png b/resources/Imagery/doc_images/ornament_flower.png similarity index 100% rename from Imagery/doc_images/ornament_flower.png rename to resources/Imagery/doc_images/ornament_flower.png diff --git a/Imagery/doc_images/ornament_moon.png b/resources/Imagery/doc_images/ornament_moon.png similarity index 100% rename from Imagery/doc_images/ornament_moon.png rename to resources/Imagery/doc_images/ornament_moon.png diff --git a/Imagery/doc_images/ornamental_flowers-rev.png b/resources/Imagery/doc_images/ornamental_flowers-rev.png similarity index 100% rename from Imagery/doc_images/ornamental_flowers-rev.png rename to resources/Imagery/doc_images/ornamental_flowers-rev.png diff --git a/Imagery/doc_images/ornamental_flowers.png b/resources/Imagery/doc_images/ornamental_flowers.png similarity index 100% rename from Imagery/doc_images/ornamental_flowers.png rename to resources/Imagery/doc_images/ornamental_flowers.png diff --git a/Imagery/doc_images/osx.png b/resources/Imagery/doc_images/osx.png similarity index 100% rename from Imagery/doc_images/osx.png rename to resources/Imagery/doc_images/osx.png diff --git a/Imagery/doc_images/override_ext.png b/resources/Imagery/doc_images/override_ext.png similarity index 100% rename from Imagery/doc_images/override_ext.png rename to resources/Imagery/doc_images/override_ext.png diff --git a/Imagery/doc_images/ovoid.png b/resources/Imagery/doc_images/ovoid.png similarity index 100% rename from Imagery/doc_images/ovoid.png rename to resources/Imagery/doc_images/ovoid.png diff --git a/Imagery/doc_images/ovoid2.png b/resources/Imagery/doc_images/ovoid2.png similarity index 100% rename from Imagery/doc_images/ovoid2.png rename to resources/Imagery/doc_images/ovoid2.png diff --git a/Imagery/doc_images/paste.png b/resources/Imagery/doc_images/paste.png similarity index 100% rename from Imagery/doc_images/paste.png rename to resources/Imagery/doc_images/paste.png diff --git a/Imagery/doc_images/paste@2x.png b/resources/Imagery/doc_images/paste@2x.png similarity index 100% rename from Imagery/doc_images/paste@2x.png rename to resources/Imagery/doc_images/paste@2x.png diff --git a/Imagery/doc_images/portroyal.png b/resources/Imagery/doc_images/portroyal.png similarity index 100% rename from Imagery/doc_images/portroyal.png rename to resources/Imagery/doc_images/portroyal.png diff --git a/Imagery/doc_images/pspec_ext.png b/resources/Imagery/doc_images/pspec_ext.png similarity index 100% rename from Imagery/doc_images/pspec_ext.png rename to resources/Imagery/doc_images/pspec_ext.png diff --git a/Imagery/doc_images/quilt.jpg b/resources/Imagery/doc_images/quilt.jpg similarity index 100% rename from Imagery/doc_images/quilt.jpg rename to resources/Imagery/doc_images/quilt.jpg diff --git a/Imagery/doc_images/rbarrow.png b/resources/Imagery/doc_images/rbarrow.png similarity index 100% rename from Imagery/doc_images/rbarrow.png rename to resources/Imagery/doc_images/rbarrow.png diff --git a/Imagery/doc_images/responses.png b/resources/Imagery/doc_images/responses.png similarity index 100% rename from Imagery/doc_images/responses.png rename to resources/Imagery/doc_images/responses.png diff --git a/Imagery/doc_images/responsesclose.png b/resources/Imagery/doc_images/responsesclose.png similarity index 100% rename from Imagery/doc_images/responsesclose.png rename to resources/Imagery/doc_images/responsesclose.png diff --git a/Imagery/doc_images/ruleequal.png b/resources/Imagery/doc_images/ruleequal.png similarity index 100% rename from Imagery/doc_images/ruleequal.png rename to resources/Imagery/doc_images/ruleequal.png diff --git a/Imagery/doc_images/ruleless.png b/resources/Imagery/doc_images/ruleless.png similarity index 100% rename from Imagery/doc_images/ruleless.png rename to resources/Imagery/doc_images/ruleless.png diff --git a/Imagery/doc_images/rulemore.png b/resources/Imagery/doc_images/rulemore.png similarity index 100% rename from Imagery/doc_images/rulemore.png rename to resources/Imagery/doc_images/rulemore.png diff --git a/Imagery/doc_images/rulenone.png b/resources/Imagery/doc_images/rulenone.png similarity index 100% rename from Imagery/doc_images/rulenone.png rename to resources/Imagery/doc_images/rulenone.png diff --git a/Imagery/doc_images/rulesorting.png b/resources/Imagery/doc_images/rulesorting.png similarity index 100% rename from Imagery/doc_images/rulesorting.png rename to resources/Imagery/doc_images/rulesorting.png diff --git a/Imagery/doc_images/sampleweb.jpg b/resources/Imagery/doc_images/sampleweb.jpg similarity index 100% rename from Imagery/doc_images/sampleweb.jpg rename to resources/Imagery/doc_images/sampleweb.jpg diff --git a/Imagery/doc_images/sampleweb2.jpg b/resources/Imagery/doc_images/sampleweb2.jpg similarity index 100% rename from Imagery/doc_images/sampleweb2.jpg rename to resources/Imagery/doc_images/sampleweb2.jpg diff --git a/Imagery/doc_images/sep08.jpg b/resources/Imagery/doc_images/sep08.jpg similarity index 100% rename from Imagery/doc_images/sep08.jpg rename to resources/Imagery/doc_images/sep08.jpg diff --git a/Imagery/doc_images/shelp.png b/resources/Imagery/doc_images/shelp.png similarity index 100% rename from Imagery/doc_images/shelp.png rename to resources/Imagery/doc_images/shelp.png diff --git a/Imagery/doc_images/skein1.png b/resources/Imagery/doc_images/skein1.png similarity index 100% rename from Imagery/doc_images/skein1.png rename to resources/Imagery/doc_images/skein1.png diff --git a/Imagery/doc_images/skein2.png b/resources/Imagery/doc_images/skein2.png similarity index 100% rename from Imagery/doc_images/skein2.png rename to resources/Imagery/doc_images/skein2.png diff --git a/Imagery/doc_images/skt1.png b/resources/Imagery/doc_images/skt1.png similarity index 100% rename from Imagery/doc_images/skt1.png rename to resources/Imagery/doc_images/skt1.png diff --git a/Imagery/doc_images/skt10.png b/resources/Imagery/doc_images/skt10.png similarity index 100% rename from Imagery/doc_images/skt10.png rename to resources/Imagery/doc_images/skt10.png diff --git a/Imagery/doc_images/skt11.png b/resources/Imagery/doc_images/skt11.png similarity index 100% rename from Imagery/doc_images/skt11.png rename to resources/Imagery/doc_images/skt11.png diff --git a/Imagery/doc_images/skt12.png b/resources/Imagery/doc_images/skt12.png similarity index 100% rename from Imagery/doc_images/skt12.png rename to resources/Imagery/doc_images/skt12.png diff --git a/Imagery/doc_images/skt13.png b/resources/Imagery/doc_images/skt13.png similarity index 100% rename from Imagery/doc_images/skt13.png rename to resources/Imagery/doc_images/skt13.png diff --git a/Imagery/doc_images/skt14.png b/resources/Imagery/doc_images/skt14.png similarity index 100% rename from Imagery/doc_images/skt14.png rename to resources/Imagery/doc_images/skt14.png diff --git a/Imagery/doc_images/skt2.png b/resources/Imagery/doc_images/skt2.png similarity index 100% rename from Imagery/doc_images/skt2.png rename to resources/Imagery/doc_images/skt2.png diff --git a/Imagery/doc_images/skt3.png b/resources/Imagery/doc_images/skt3.png similarity index 100% rename from Imagery/doc_images/skt3.png rename to resources/Imagery/doc_images/skt3.png diff --git a/Imagery/doc_images/skt4.png b/resources/Imagery/doc_images/skt4.png similarity index 100% rename from Imagery/doc_images/skt4.png rename to resources/Imagery/doc_images/skt4.png diff --git a/Imagery/doc_images/skt5.png b/resources/Imagery/doc_images/skt5.png similarity index 100% rename from Imagery/doc_images/skt5.png rename to resources/Imagery/doc_images/skt5.png diff --git a/Imagery/doc_images/skt6.png b/resources/Imagery/doc_images/skt6.png similarity index 100% rename from Imagery/doc_images/skt6.png rename to resources/Imagery/doc_images/skt6.png diff --git a/Imagery/doc_images/skt7.png b/resources/Imagery/doc_images/skt7.png similarity index 100% rename from Imagery/doc_images/skt7.png rename to resources/Imagery/doc_images/skt7.png diff --git a/Imagery/doc_images/skt8.png b/resources/Imagery/doc_images/skt8.png similarity index 100% rename from Imagery/doc_images/skt8.png rename to resources/Imagery/doc_images/skt8.png diff --git a/Imagery/doc_images/skt9.png b/resources/Imagery/doc_images/skt9.png similarity index 100% rename from Imagery/doc_images/skt9.png rename to resources/Imagery/doc_images/skt9.png diff --git a/Imagery/doc_images/sound_okay.png b/resources/Imagery/doc_images/sound_okay.png similarity index 100% rename from Imagery/doc_images/sound_okay.png rename to resources/Imagery/doc_images/sound_okay.png diff --git a/Imagery/doc_images/testing.png b/resources/Imagery/doc_images/testing.png similarity index 100% rename from Imagery/doc_images/testing.png rename to resources/Imagery/doc_images/testing.png diff --git a/Imagery/doc_images/tick.png b/resources/Imagery/doc_images/tick.png similarity index 100% rename from Imagery/doc_images/tick.png rename to resources/Imagery/doc_images/tick.png diff --git a/Imagery/doc_images/unindexed_bullet.png b/resources/Imagery/doc_images/unindexed_bullet.png similarity index 100% rename from Imagery/doc_images/unindexed_bullet.png rename to resources/Imagery/doc_images/unindexed_bullet.png diff --git a/Imagery/doc_images/vm_glulx.png b/resources/Imagery/doc_images/vm_glulx.png similarity index 100% rename from Imagery/doc_images/vm_glulx.png rename to resources/Imagery/doc_images/vm_glulx.png diff --git a/Imagery/doc_images/vm_z.png b/resources/Imagery/doc_images/vm_z.png similarity index 100% rename from Imagery/doc_images/vm_z.png rename to resources/Imagery/doc_images/vm_z.png diff --git a/Imagery/doc_images/vm_z5.png b/resources/Imagery/doc_images/vm_z5.png similarity index 100% rename from Imagery/doc_images/vm_z5.png rename to resources/Imagery/doc_images/vm_z5.png diff --git a/Imagery/doc_images/vm_z6.png b/resources/Imagery/doc_images/vm_z6.png similarity index 100% rename from Imagery/doc_images/vm_z6.png rename to resources/Imagery/doc_images/vm_z6.png diff --git a/Imagery/doc_images/vm_z8.png b/resources/Imagery/doc_images/vm_z8.png similarity index 100% rename from Imagery/doc_images/vm_z8.png rename to resources/Imagery/doc_images/vm_z8.png diff --git a/Imagery/doc_images/windows.png b/resources/Imagery/doc_images/windows.png similarity index 100% rename from Imagery/doc_images/windows.png rename to resources/Imagery/doc_images/windows.png diff --git a/Imagery/doc_images/wwi_cover.png b/resources/Imagery/doc_images/wwi_cover.png similarity index 100% rename from Imagery/doc_images/wwi_cover.png rename to resources/Imagery/doc_images/wwi_cover.png diff --git a/Imagery/doc_images/wwi_cover@2x.png b/resources/Imagery/doc_images/wwi_cover@2x.png similarity index 100% rename from Imagery/doc_images/wwi_cover@2x.png rename to resources/Imagery/doc_images/wwi_cover@2x.png diff --git a/Imagery/doc_images/xref.png b/resources/Imagery/doc_images/xref.png similarity index 100% rename from Imagery/doc_images/xref.png rename to resources/Imagery/doc_images/xref.png diff --git a/Imagery/map_icons/blank_ew.png b/resources/Imagery/map_icons/blank_ew.png similarity index 100% rename from Imagery/map_icons/blank_ew.png rename to resources/Imagery/map_icons/blank_ew.png diff --git a/Imagery/map_icons/blank_ns.png b/resources/Imagery/map_icons/blank_ns.png similarity index 100% rename from Imagery/map_icons/blank_ns.png rename to resources/Imagery/map_icons/blank_ns.png diff --git a/Imagery/map_icons/blank_square.png b/resources/Imagery/map_icons/blank_square.png similarity index 100% rename from Imagery/map_icons/blank_square.png rename to resources/Imagery/map_icons/blank_square.png diff --git a/Imagery/map_icons/d_arrow.png b/resources/Imagery/map_icons/d_arrow.png similarity index 100% rename from Imagery/map_icons/d_arrow.png rename to resources/Imagery/map_icons/d_arrow.png diff --git a/Imagery/map_icons/d_arrow_door.png b/resources/Imagery/map_icons/d_arrow_door.png similarity index 100% rename from Imagery/map_icons/d_arrow_door.png rename to resources/Imagery/map_icons/d_arrow_door.png diff --git a/Imagery/map_icons/d_arrow_door_blocked.png b/resources/Imagery/map_icons/d_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/d_arrow_door_blocked.png rename to resources/Imagery/map_icons/d_arrow_door_blocked.png diff --git a/Imagery/map_icons/dislocation.png b/resources/Imagery/map_icons/dislocation.png similarity index 100% rename from Imagery/map_icons/dislocation.png rename to resources/Imagery/map_icons/dislocation.png diff --git a/Imagery/map_icons/e_arrow.png b/resources/Imagery/map_icons/e_arrow.png similarity index 100% rename from Imagery/map_icons/e_arrow.png rename to resources/Imagery/map_icons/e_arrow.png diff --git a/Imagery/map_icons/e_arrow_door.png b/resources/Imagery/map_icons/e_arrow_door.png similarity index 100% rename from Imagery/map_icons/e_arrow_door.png rename to resources/Imagery/map_icons/e_arrow_door.png diff --git a/Imagery/map_icons/e_arrow_door_blocked.png b/resources/Imagery/map_icons/e_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/e_arrow_door_blocked.png rename to resources/Imagery/map_icons/e_arrow_door_blocked.png diff --git a/Imagery/map_icons/e_arrow_door_meet.png b/resources/Imagery/map_icons/e_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/e_arrow_door_meet.png rename to resources/Imagery/map_icons/e_arrow_door_meet.png diff --git a/Imagery/map_icons/e_arrow_fading.png b/resources/Imagery/map_icons/e_arrow_fading.png similarity index 100% rename from Imagery/map_icons/e_arrow_fading.png rename to resources/Imagery/map_icons/e_arrow_fading.png diff --git a/Imagery/map_icons/e_dot.png b/resources/Imagery/map_icons/e_dot.png similarity index 100% rename from Imagery/map_icons/e_dot.png rename to resources/Imagery/map_icons/e_dot.png diff --git a/Imagery/map_icons/ew_spacer.png b/resources/Imagery/map_icons/ew_spacer.png similarity index 100% rename from Imagery/map_icons/ew_spacer.png rename to resources/Imagery/map_icons/ew_spacer.png diff --git a/Imagery/map_icons/grid.png b/resources/Imagery/map_icons/grid.png similarity index 100% rename from Imagery/map_icons/grid.png rename to resources/Imagery/map_icons/grid.png diff --git a/Imagery/map_icons/in_arrow.png b/resources/Imagery/map_icons/in_arrow.png similarity index 100% rename from Imagery/map_icons/in_arrow.png rename to resources/Imagery/map_icons/in_arrow.png diff --git a/Imagery/map_icons/in_arrow_door.png b/resources/Imagery/map_icons/in_arrow_door.png similarity index 100% rename from Imagery/map_icons/in_arrow_door.png rename to resources/Imagery/map_icons/in_arrow_door.png diff --git a/Imagery/map_icons/in_arrow_door_blocked.png b/resources/Imagery/map_icons/in_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/in_arrow_door_blocked.png rename to resources/Imagery/map_icons/in_arrow_door_blocked.png diff --git a/Imagery/map_icons/long_ew.png b/resources/Imagery/map_icons/long_ew.png similarity index 100% rename from Imagery/map_icons/long_ew.png rename to resources/Imagery/map_icons/long_ew.png diff --git a/Imagery/map_icons/long_ew_ns.png b/resources/Imagery/map_icons/long_ew_ns.png similarity index 100% rename from Imagery/map_icons/long_ew_ns.png rename to resources/Imagery/map_icons/long_ew_ns.png diff --git a/Imagery/map_icons/long_ew_ns_nwse.png b/resources/Imagery/map_icons/long_ew_ns_nwse.png similarity index 100% rename from Imagery/map_icons/long_ew_ns_nwse.png rename to resources/Imagery/map_icons/long_ew_ns_nwse.png diff --git a/Imagery/map_icons/long_ew_ns_swne.png b/resources/Imagery/map_icons/long_ew_ns_swne.png similarity index 100% rename from Imagery/map_icons/long_ew_ns_swne.png rename to resources/Imagery/map_icons/long_ew_ns_swne.png diff --git a/Imagery/map_icons/long_ew_ns_swne_nwse.png b/resources/Imagery/map_icons/long_ew_ns_swne_nwse.png similarity index 100% rename from Imagery/map_icons/long_ew_ns_swne_nwse.png rename to resources/Imagery/map_icons/long_ew_ns_swne_nwse.png diff --git a/Imagery/map_icons/long_ew_nwse.png b/resources/Imagery/map_icons/long_ew_nwse.png similarity index 100% rename from Imagery/map_icons/long_ew_nwse.png rename to resources/Imagery/map_icons/long_ew_nwse.png diff --git a/Imagery/map_icons/long_ew_swne.png b/resources/Imagery/map_icons/long_ew_swne.png similarity index 100% rename from Imagery/map_icons/long_ew_swne.png rename to resources/Imagery/map_icons/long_ew_swne.png diff --git a/Imagery/map_icons/long_ew_swne_nwse.png b/resources/Imagery/map_icons/long_ew_swne_nwse.png similarity index 100% rename from Imagery/map_icons/long_ew_swne_nwse.png rename to resources/Imagery/map_icons/long_ew_swne_nwse.png diff --git a/Imagery/map_icons/long_ns.png b/resources/Imagery/map_icons/long_ns.png similarity index 100% rename from Imagery/map_icons/long_ns.png rename to resources/Imagery/map_icons/long_ns.png diff --git a/Imagery/map_icons/long_ns_nwse.png b/resources/Imagery/map_icons/long_ns_nwse.png similarity index 100% rename from Imagery/map_icons/long_ns_nwse.png rename to resources/Imagery/map_icons/long_ns_nwse.png diff --git a/Imagery/map_icons/long_ns_swne.png b/resources/Imagery/map_icons/long_ns_swne.png similarity index 100% rename from Imagery/map_icons/long_ns_swne.png rename to resources/Imagery/map_icons/long_ns_swne.png diff --git a/Imagery/map_icons/long_ns_swne_nwse.png b/resources/Imagery/map_icons/long_ns_swne_nwse.png similarity index 100% rename from Imagery/map_icons/long_ns_swne_nwse.png rename to resources/Imagery/map_icons/long_ns_swne_nwse.png diff --git a/Imagery/map_icons/long_nwse.png b/resources/Imagery/map_icons/long_nwse.png similarity index 100% rename from Imagery/map_icons/long_nwse.png rename to resources/Imagery/map_icons/long_nwse.png diff --git a/Imagery/map_icons/long_swne.png b/resources/Imagery/map_icons/long_swne.png similarity index 100% rename from Imagery/map_icons/long_swne.png rename to resources/Imagery/map_icons/long_swne.png diff --git a/Imagery/map_icons/long_swne_nwse.png b/resources/Imagery/map_icons/long_swne_nwse.png similarity index 100% rename from Imagery/map_icons/long_swne_nwse.png rename to resources/Imagery/map_icons/long_swne_nwse.png diff --git a/Imagery/map_icons/n_arrow.png b/resources/Imagery/map_icons/n_arrow.png similarity index 100% rename from Imagery/map_icons/n_arrow.png rename to resources/Imagery/map_icons/n_arrow.png diff --git a/Imagery/map_icons/n_arrow_door.png b/resources/Imagery/map_icons/n_arrow_door.png similarity index 100% rename from Imagery/map_icons/n_arrow_door.png rename to resources/Imagery/map_icons/n_arrow_door.png diff --git a/Imagery/map_icons/n_arrow_door_blocked.png b/resources/Imagery/map_icons/n_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/n_arrow_door_blocked.png rename to resources/Imagery/map_icons/n_arrow_door_blocked.png diff --git a/Imagery/map_icons/n_arrow_door_meet.png b/resources/Imagery/map_icons/n_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/n_arrow_door_meet.png rename to resources/Imagery/map_icons/n_arrow_door_meet.png diff --git a/Imagery/map_icons/n_arrow_fading.png b/resources/Imagery/map_icons/n_arrow_fading.png similarity index 100% rename from Imagery/map_icons/n_arrow_fading.png rename to resources/Imagery/map_icons/n_arrow_fading.png diff --git a/Imagery/map_icons/n_dot.png b/resources/Imagery/map_icons/n_dot.png similarity index 100% rename from Imagery/map_icons/n_dot.png rename to resources/Imagery/map_icons/n_dot.png diff --git a/Imagery/map_icons/ne_arrow.png b/resources/Imagery/map_icons/ne_arrow.png similarity index 100% rename from Imagery/map_icons/ne_arrow.png rename to resources/Imagery/map_icons/ne_arrow.png diff --git a/Imagery/map_icons/ne_arrow_corner_door.png b/resources/Imagery/map_icons/ne_arrow_corner_door.png similarity index 100% rename from Imagery/map_icons/ne_arrow_corner_door.png rename to resources/Imagery/map_icons/ne_arrow_corner_door.png diff --git a/Imagery/map_icons/ne_arrow_door.png b/resources/Imagery/map_icons/ne_arrow_door.png similarity index 100% rename from Imagery/map_icons/ne_arrow_door.png rename to resources/Imagery/map_icons/ne_arrow_door.png diff --git a/Imagery/map_icons/ne_arrow_door_blocked.png b/resources/Imagery/map_icons/ne_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/ne_arrow_door_blocked.png rename to resources/Imagery/map_icons/ne_arrow_door_blocked.png diff --git a/Imagery/map_icons/ne_arrow_door_meet.png b/resources/Imagery/map_icons/ne_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/ne_arrow_door_meet.png rename to resources/Imagery/map_icons/ne_arrow_door_meet.png diff --git a/Imagery/map_icons/ne_arrow_dot.png b/resources/Imagery/map_icons/ne_arrow_dot.png similarity index 100% rename from Imagery/map_icons/ne_arrow_dot.png rename to resources/Imagery/map_icons/ne_arrow_dot.png diff --git a/Imagery/map_icons/ne_arrow_fading.png b/resources/Imagery/map_icons/ne_arrow_fading.png similarity index 100% rename from Imagery/map_icons/ne_arrow_fading.png rename to resources/Imagery/map_icons/ne_arrow_fading.png diff --git a/Imagery/map_icons/ne_dot.png b/resources/Imagery/map_icons/ne_dot.png similarity index 100% rename from Imagery/map_icons/ne_dot.png rename to resources/Imagery/map_icons/ne_dot.png diff --git a/Imagery/map_icons/no_arrow.png b/resources/Imagery/map_icons/no_arrow.png similarity index 100% rename from Imagery/map_icons/no_arrow.png rename to resources/Imagery/map_icons/no_arrow.png diff --git a/Imagery/map_icons/ns_spacer.png b/resources/Imagery/map_icons/ns_spacer.png similarity index 100% rename from Imagery/map_icons/ns_spacer.png rename to resources/Imagery/map_icons/ns_spacer.png diff --git a/Imagery/map_icons/nw_arrow.png b/resources/Imagery/map_icons/nw_arrow.png similarity index 100% rename from Imagery/map_icons/nw_arrow.png rename to resources/Imagery/map_icons/nw_arrow.png diff --git a/Imagery/map_icons/nw_arrow_corner_door.png b/resources/Imagery/map_icons/nw_arrow_corner_door.png similarity index 100% rename from Imagery/map_icons/nw_arrow_corner_door.png rename to resources/Imagery/map_icons/nw_arrow_corner_door.png diff --git a/Imagery/map_icons/nw_arrow_door.png b/resources/Imagery/map_icons/nw_arrow_door.png similarity index 100% rename from Imagery/map_icons/nw_arrow_door.png rename to resources/Imagery/map_icons/nw_arrow_door.png diff --git a/Imagery/map_icons/nw_arrow_door_blocked.png b/resources/Imagery/map_icons/nw_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/nw_arrow_door_blocked.png rename to resources/Imagery/map_icons/nw_arrow_door_blocked.png diff --git a/Imagery/map_icons/nw_arrow_door_meet.png b/resources/Imagery/map_icons/nw_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/nw_arrow_door_meet.png rename to resources/Imagery/map_icons/nw_arrow_door_meet.png diff --git a/Imagery/map_icons/nw_arrow_dot.png b/resources/Imagery/map_icons/nw_arrow_dot.png similarity index 100% rename from Imagery/map_icons/nw_arrow_dot.png rename to resources/Imagery/map_icons/nw_arrow_dot.png diff --git a/Imagery/map_icons/nw_arrow_fading.png b/resources/Imagery/map_icons/nw_arrow_fading.png similarity index 100% rename from Imagery/map_icons/nw_arrow_fading.png rename to resources/Imagery/map_icons/nw_arrow_fading.png diff --git a/Imagery/map_icons/nw_dot.png b/resources/Imagery/map_icons/nw_dot.png similarity index 100% rename from Imagery/map_icons/nw_dot.png rename to resources/Imagery/map_icons/nw_dot.png diff --git a/Imagery/map_icons/out_arrow.png b/resources/Imagery/map_icons/out_arrow.png similarity index 100% rename from Imagery/map_icons/out_arrow.png rename to resources/Imagery/map_icons/out_arrow.png diff --git a/Imagery/map_icons/out_arrow_door.png b/resources/Imagery/map_icons/out_arrow_door.png similarity index 100% rename from Imagery/map_icons/out_arrow_door.png rename to resources/Imagery/map_icons/out_arrow_door.png diff --git a/Imagery/map_icons/out_arrow_door_blocked.png b/resources/Imagery/map_icons/out_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/out_arrow_door_blocked.png rename to resources/Imagery/map_icons/out_arrow_door_blocked.png diff --git a/Imagery/map_icons/s_arrow.png b/resources/Imagery/map_icons/s_arrow.png similarity index 100% rename from Imagery/map_icons/s_arrow.png rename to resources/Imagery/map_icons/s_arrow.png diff --git a/Imagery/map_icons/s_arrow_door.png b/resources/Imagery/map_icons/s_arrow_door.png similarity index 100% rename from Imagery/map_icons/s_arrow_door.png rename to resources/Imagery/map_icons/s_arrow_door.png diff --git a/Imagery/map_icons/s_arrow_door_blocked.png b/resources/Imagery/map_icons/s_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/s_arrow_door_blocked.png rename to resources/Imagery/map_icons/s_arrow_door_blocked.png diff --git a/Imagery/map_icons/s_arrow_door_meet.png b/resources/Imagery/map_icons/s_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/s_arrow_door_meet.png rename to resources/Imagery/map_icons/s_arrow_door_meet.png diff --git a/Imagery/map_icons/s_arrow_fading.png b/resources/Imagery/map_icons/s_arrow_fading.png similarity index 100% rename from Imagery/map_icons/s_arrow_fading.png rename to resources/Imagery/map_icons/s_arrow_fading.png diff --git a/Imagery/map_icons/s_dot.png b/resources/Imagery/map_icons/s_dot.png similarity index 100% rename from Imagery/map_icons/s_dot.png rename to resources/Imagery/map_icons/s_dot.png diff --git a/Imagery/map_icons/se_arrow.png b/resources/Imagery/map_icons/se_arrow.png similarity index 100% rename from Imagery/map_icons/se_arrow.png rename to resources/Imagery/map_icons/se_arrow.png diff --git a/Imagery/map_icons/se_arrow_corner_door.png b/resources/Imagery/map_icons/se_arrow_corner_door.png similarity index 100% rename from Imagery/map_icons/se_arrow_corner_door.png rename to resources/Imagery/map_icons/se_arrow_corner_door.png diff --git a/Imagery/map_icons/se_arrow_door.png b/resources/Imagery/map_icons/se_arrow_door.png similarity index 100% rename from Imagery/map_icons/se_arrow_door.png rename to resources/Imagery/map_icons/se_arrow_door.png diff --git a/Imagery/map_icons/se_arrow_door_blocked.png b/resources/Imagery/map_icons/se_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/se_arrow_door_blocked.png rename to resources/Imagery/map_icons/se_arrow_door_blocked.png diff --git a/Imagery/map_icons/se_arrow_door_meet.png b/resources/Imagery/map_icons/se_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/se_arrow_door_meet.png rename to resources/Imagery/map_icons/se_arrow_door_meet.png diff --git a/Imagery/map_icons/se_arrow_dot.png b/resources/Imagery/map_icons/se_arrow_dot.png similarity index 100% rename from Imagery/map_icons/se_arrow_dot.png rename to resources/Imagery/map_icons/se_arrow_dot.png diff --git a/Imagery/map_icons/se_arrow_fading.png b/resources/Imagery/map_icons/se_arrow_fading.png similarity index 100% rename from Imagery/map_icons/se_arrow_fading.png rename to resources/Imagery/map_icons/se_arrow_fading.png diff --git a/Imagery/map_icons/se_dot.png b/resources/Imagery/map_icons/se_dot.png similarity index 100% rename from Imagery/map_icons/se_dot.png rename to resources/Imagery/map_icons/se_dot.png diff --git a/Imagery/map_icons/sw_arrow.png b/resources/Imagery/map_icons/sw_arrow.png similarity index 100% rename from Imagery/map_icons/sw_arrow.png rename to resources/Imagery/map_icons/sw_arrow.png diff --git a/Imagery/map_icons/sw_arrow_corner_door.png b/resources/Imagery/map_icons/sw_arrow_corner_door.png similarity index 100% rename from Imagery/map_icons/sw_arrow_corner_door.png rename to resources/Imagery/map_icons/sw_arrow_corner_door.png diff --git a/Imagery/map_icons/sw_arrow_door.png b/resources/Imagery/map_icons/sw_arrow_door.png similarity index 100% rename from Imagery/map_icons/sw_arrow_door.png rename to resources/Imagery/map_icons/sw_arrow_door.png diff --git a/Imagery/map_icons/sw_arrow_door_blocked.png b/resources/Imagery/map_icons/sw_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/sw_arrow_door_blocked.png rename to resources/Imagery/map_icons/sw_arrow_door_blocked.png diff --git a/Imagery/map_icons/sw_arrow_door_meet.png b/resources/Imagery/map_icons/sw_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/sw_arrow_door_meet.png rename to resources/Imagery/map_icons/sw_arrow_door_meet.png diff --git a/Imagery/map_icons/sw_arrow_dot.png b/resources/Imagery/map_icons/sw_arrow_dot.png similarity index 100% rename from Imagery/map_icons/sw_arrow_dot.png rename to resources/Imagery/map_icons/sw_arrow_dot.png diff --git a/Imagery/map_icons/sw_arrow_fading.png b/resources/Imagery/map_icons/sw_arrow_fading.png similarity index 100% rename from Imagery/map_icons/sw_arrow_fading.png rename to resources/Imagery/map_icons/sw_arrow_fading.png diff --git a/Imagery/map_icons/sw_dot.png b/resources/Imagery/map_icons/sw_dot.png similarity index 100% rename from Imagery/map_icons/sw_dot.png rename to resources/Imagery/map_icons/sw_dot.png diff --git a/Imagery/map_icons/u_arrow.png b/resources/Imagery/map_icons/u_arrow.png similarity index 100% rename from Imagery/map_icons/u_arrow.png rename to resources/Imagery/map_icons/u_arrow.png diff --git a/Imagery/map_icons/u_arrow_door.png b/resources/Imagery/map_icons/u_arrow_door.png similarity index 100% rename from Imagery/map_icons/u_arrow_door.png rename to resources/Imagery/map_icons/u_arrow_door.png diff --git a/Imagery/map_icons/u_arrow_door_blocked.png b/resources/Imagery/map_icons/u_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/u_arrow_door_blocked.png rename to resources/Imagery/map_icons/u_arrow_door_blocked.png diff --git a/Imagery/map_icons/w_arrow.png b/resources/Imagery/map_icons/w_arrow.png similarity index 100% rename from Imagery/map_icons/w_arrow.png rename to resources/Imagery/map_icons/w_arrow.png diff --git a/Imagery/map_icons/w_arrow_door.png b/resources/Imagery/map_icons/w_arrow_door.png similarity index 100% rename from Imagery/map_icons/w_arrow_door.png rename to resources/Imagery/map_icons/w_arrow_door.png diff --git a/Imagery/map_icons/w_arrow_door_blocked.png b/resources/Imagery/map_icons/w_arrow_door_blocked.png similarity index 100% rename from Imagery/map_icons/w_arrow_door_blocked.png rename to resources/Imagery/map_icons/w_arrow_door_blocked.png diff --git a/Imagery/map_icons/w_arrow_door_meet.png b/resources/Imagery/map_icons/w_arrow_door_meet.png similarity index 100% rename from Imagery/map_icons/w_arrow_door_meet.png rename to resources/Imagery/map_icons/w_arrow_door_meet.png diff --git a/Imagery/map_icons/w_arrow_fading.png b/resources/Imagery/map_icons/w_arrow_fading.png similarity index 100% rename from Imagery/map_icons/w_arrow_fading.png rename to resources/Imagery/map_icons/w_arrow_fading.png diff --git a/Imagery/map_icons/w_dot.png b/resources/Imagery/map_icons/w_dot.png similarity index 100% rename from Imagery/map_icons/w_dot.png rename to resources/Imagery/map_icons/w_dot.png diff --git a/Imagery/outcome_images/RTE.png b/resources/Imagery/outcome_images/RTE.png similarity index 100% rename from Imagery/outcome_images/RTE.png rename to resources/Imagery/outcome_images/RTE.png diff --git a/Imagery/outcome_images/RTE@2x.png b/resources/Imagery/outcome_images/RTE@2x.png similarity index 100% rename from Imagery/outcome_images/RTE@2x.png rename to resources/Imagery/outcome_images/RTE@2x.png diff --git a/Imagery/outcome_images/browse.png b/resources/Imagery/outcome_images/browse.png similarity index 100% rename from Imagery/outcome_images/browse.png rename to resources/Imagery/outcome_images/browse.png diff --git a/Imagery/outcome_images/cblorb_failed.png b/resources/Imagery/outcome_images/cblorb_failed.png similarity index 100% rename from Imagery/outcome_images/cblorb_failed.png rename to resources/Imagery/outcome_images/cblorb_failed.png diff --git a/Imagery/outcome_images/cblorb_failed@2x.png b/resources/Imagery/outcome_images/cblorb_failed@2x.png similarity index 100% rename from Imagery/outcome_images/cblorb_failed@2x.png rename to resources/Imagery/outcome_images/cblorb_failed@2x.png diff --git a/Imagery/outcome_images/ni_failed.png b/resources/Imagery/outcome_images/ni_failed.png similarity index 100% rename from Imagery/outcome_images/ni_failed.png rename to resources/Imagery/outcome_images/ni_failed.png diff --git a/Imagery/outcome_images/ni_failed@2x.png b/resources/Imagery/outcome_images/ni_failed@2x.png similarity index 100% rename from Imagery/outcome_images/ni_failed@2x.png rename to resources/Imagery/outcome_images/ni_failed@2x.png diff --git a/Imagery/outcome_images/ni_failed_2.png b/resources/Imagery/outcome_images/ni_failed_2.png similarity index 100% rename from Imagery/outcome_images/ni_failed_2.png rename to resources/Imagery/outcome_images/ni_failed_2.png diff --git a/Imagery/outcome_images/ni_failed_3.png b/resources/Imagery/outcome_images/ni_failed_3.png similarity index 100% rename from Imagery/outcome_images/ni_failed_3.png rename to resources/Imagery/outcome_images/ni_failed_3.png diff --git a/Imagery/outcome_images/ni_failed_badly.png b/resources/Imagery/outcome_images/ni_failed_badly.png similarity index 100% rename from Imagery/outcome_images/ni_failed_badly.png rename to resources/Imagery/outcome_images/ni_failed_badly.png diff --git a/Imagery/outcome_images/ni_failed_badly@2x.png b/resources/Imagery/outcome_images/ni_failed_badly@2x.png similarity index 100% rename from Imagery/outcome_images/ni_failed_badly@2x.png rename to resources/Imagery/outcome_images/ni_failed_badly@2x.png diff --git a/Imagery/outcome_images/ni_succeeded.png b/resources/Imagery/outcome_images/ni_succeeded.png similarity index 100% rename from Imagery/outcome_images/ni_succeeded.png rename to resources/Imagery/outcome_images/ni_succeeded.png diff --git a/Imagery/outcome_images/ni_succeeded@2x.png b/resources/Imagery/outcome_images/ni_succeeded@2x.png similarity index 100% rename from Imagery/outcome_images/ni_succeeded@2x.png rename to resources/Imagery/outcome_images/ni_succeeded@2x.png diff --git a/Imagery/outcome_images/ni_succeeded_2.png b/resources/Imagery/outcome_images/ni_succeeded_2.png similarity index 100% rename from Imagery/outcome_images/ni_succeeded_2.png rename to resources/Imagery/outcome_images/ni_succeeded_2.png diff --git a/Imagery/outcome_images/ni_succeeded_3.png b/resources/Imagery/outcome_images/ni_succeeded_3.png similarity index 100% rename from Imagery/outcome_images/ni_succeeded_3.png rename to resources/Imagery/outcome_images/ni_succeeded_3.png diff --git a/Imagery/scene_icons/ENever.png b/resources/Imagery/scene_icons/ENever.png similarity index 100% rename from Imagery/scene_icons/ENever.png rename to resources/Imagery/scene_icons/ENever.png diff --git a/Imagery/scene_icons/Recurring.png b/resources/Imagery/scene_icons/Recurring.png similarity index 100% rename from Imagery/scene_icons/Recurring.png rename to resources/Imagery/scene_icons/Recurring.png diff --git a/Imagery/scene_icons/Segue.png b/resources/Imagery/scene_icons/Segue.png similarity index 100% rename from Imagery/scene_icons/Segue.png rename to resources/Imagery/scene_icons/Segue.png diff --git a/Imagery/scene_icons/Simul.png b/resources/Imagery/scene_icons/Simul.png similarity index 100% rename from Imagery/scene_icons/Simul.png rename to resources/Imagery/scene_icons/Simul.png diff --git a/Imagery/scene_icons/WNever.png b/resources/Imagery/scene_icons/WNever.png similarity index 100% rename from Imagery/scene_icons/WNever.png rename to resources/Imagery/scene_icons/WNever.png diff --git a/Imagery/scene_icons/WPB.png b/resources/Imagery/scene_icons/WPB.png similarity index 100% rename from Imagery/scene_icons/WPB.png rename to resources/Imagery/scene_icons/WPB.png diff --git a/Imagery/scene_icons/WhenC.png b/resources/Imagery/scene_icons/WhenC.png similarity index 100% rename from Imagery/scene_icons/WhenC.png rename to resources/Imagery/scene_icons/WhenC.png diff --git a/Outcome Pages/failed.html b/resources/Outcome Pages/failed.html similarity index 100% rename from Outcome Pages/failed.html rename to resources/Outcome Pages/failed.html diff --git a/Outcome Pages/pl404.html b/resources/Outcome Pages/pl404.html similarity index 100% rename from Outcome Pages/pl404.html rename to resources/Outcome Pages/pl404.html diff --git a/Outcome Pages/released.html b/resources/Outcome Pages/released.html similarity index 100% rename from Outcome Pages/released.html rename to resources/Outcome Pages/released.html diff --git a/Outcome Pages/rtp.html b/resources/Outcome Pages/rtp.html similarity index 100% rename from Outcome Pages/rtp.html rename to resources/Outcome Pages/rtp.html diff --git a/Outcome Pages/texts.txt b/resources/Outcome Pages/texts.txt similarity index 100% rename from Outcome Pages/texts.txt rename to resources/Outcome Pages/texts.txt diff --git a/Sample Projects/Disenchantment Bay/Cover.png b/resources/Sample Projects/Disenchantment Bay/Cover.png similarity index 100% rename from Sample Projects/Disenchantment Bay/Cover.png rename to resources/Sample Projects/Disenchantment Bay/Cover.png diff --git a/Sample Projects/Disenchantment Bay/Disenchantment Bay.i7 b/resources/Sample Projects/Disenchantment Bay/Disenchantment Bay.i7 similarity index 100% rename from Sample Projects/Disenchantment Bay/Disenchantment Bay.i7 rename to resources/Sample Projects/Disenchantment Bay/Disenchantment Bay.i7 diff --git a/Sample Projects/Disenchantment Bay/Small Cover.png b/resources/Sample Projects/Disenchantment Bay/Small Cover.png similarity index 100% rename from Sample Projects/Disenchantment Bay/Small Cover.png rename to resources/Sample Projects/Disenchantment Bay/Small Cover.png diff --git a/Sample Projects/Onyx/Onyx.i7 b/resources/Sample Projects/Onyx/Onyx.i7 similarity index 100% rename from Sample Projects/Onyx/Onyx.i7 rename to resources/Sample Projects/Onyx/Onyx.i7 diff --git a/scripts/READMEscript.txt b/scripts/READMEscript.txt index d08850fe8..15dd8eb2a 100644 --- a/scripts/READMEscript.txt +++ b/scripts/READMEscript.txt @@ -92,49 +92,49 @@ This repository is where development is done on the following: * @title - @topic. Ebook in Indoc format, stored at path @path. @end @primary(inform7, 'Web of InC') + * The I6 Template - The .i6t files used in code generation. Inform 6; held in inform7/Internal/I6T + * inform7/Internal/Extensions - Libraries of code. Inform 7 + * inform7/Internal/Extensions/Emily Short/Basic Help Menu.i7x + * inform7/Internal/Extensions/Emily Short/Basic Screen Effects.i7x + * inform7/Internal/Extensions/Emily Short/Complex Listing.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Entry Points.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Image Centering.i7x + * inform7/Internal/Extensions/Emily Short/Glulx Text Effects.i7x + * inform7/Internal/Extensions/Emily Short/Inanimate Listeners.i7x + * inform7/Internal/Extensions/Emily Short/Locksmith.i7x + * inform7/Internal/Extensions/Emily Short/Menus.i7x + * inform7/Internal/Extensions/Emily Short/Punctuation Removal.i7x + * inform7/Internal/Extensions/Emily Short/Skeleton Keys.i7x + * inform7/Internal/Extensions/Eric Eve/Epistemology.i7x + * inform7/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x + * inform7/Internal/Extensions/Graham Nelson/English Language.i7x + * inform7/Internal/Extensions/Graham Nelson/Metric Units.i7x + * inform7/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x + * inform7/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x + * inform7/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x + * inform7/Internal/HTML - Files needed for generating extension documentation and the like. HTML, Javascript, CSS + * inform7/Internal/Languages - Natural language definition bundles + * inform7/Internal/Templates - template websites for Inform 7's 'release as a website' feature + * Internal/Templates/Classic + * Internal/Templates/Standard @primary(inblorb, 'Web of InC') @primary(indoc, 'Web of InC') @primary(inpolicy, 'Web of InC') @primary(inrtps, 'Web of InC') @primary(inter, 'Web of InC') @primary(srules, 'Web of Inform 7') -@book('Changes to Inform', 'Changes', 'A detailed change history of Inform 7') -@book('Writing with Inform and the Inform Recipe Book', 'Documentation', 'The main Inform documentation, as seen in the apps, and in standalone Epubs') -* retrospective - ANSI C source and resources needed to build (some) previous versions of Inform 7 -* Outcome Pages - Inrtps uses these to generate HTML outcome pages (such as those showing Problem messages in the app) +The "resources" directory holds a number of non-executable items of use to the +Inform UI applications, and to Inform websites: -* The I6 Template - The .i6t files used in code generation. Inform 6; held in Internal/I6T +@book('Changes to Inform', 'resources/Changes', 'A detailed change history of Inform 7') +@book('Writing with Inform and the Inform Recipe Book', 'resources/Documentation', 'The main Inform documentation, as seen in the apps, and in standalone Epubs') +* resources/Outcome Pages - Inrtps uses these to generate HTML outcome pages (such as those showing Problem messages in the app) +* resources/Sample Projects - Two small interactive fictions, 'Disenchantment Bay' and 'Onyx', presented as samples in the app. Inform 7 -* Internal/Extensions - Libraries of code. Inform 7 - * Internal/Extensions/Emily Short/Basic Help Menu.i7x - * Internal/Extensions/Emily Short/Basic Screen Effects.i7x - * Internal/Extensions/Emily Short/Complex Listing.i7x - * Internal/Extensions/Emily Short/Glulx Entry Points.i7x - * Internal/Extensions/Emily Short/Glulx Image Centering.i7x - * Internal/Extensions/Emily Short/Glulx Text Effects.i7x - * Internal/Extensions/Emily Short/Inanimate Listeners.i7x - * Internal/Extensions/Emily Short/Locksmith.i7x - * Internal/Extensions/Emily Short/Menus.i7x - * Internal/Extensions/Emily Short/Punctuation Removal.i7x - * Internal/Extensions/Emily Short/Skeleton Keys.i7x - * Internal/Extensions/Eric Eve/Epistemology.i7x - * Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x - * Internal/Extensions/Graham Nelson/English Language.i7x - * Internal/Extensions/Graham Nelson/Metric Units.i7x - * Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x - * Internal/Extensions/Graham Nelson/Unicode Character Names.i7x - * Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x - -* Internal/HTML - Files needed for generating extension documentation and the like. HTML, Javascript, CSS - -* Internal/Languages - Natural language definition bundles - -* Sample Projects - Two small interactive fictions, 'Disenchantment Bay' and 'Onyx', presented as samples in the app. Inform 7 - -* Internal/Templates - template websites for Inform 7's 'release as a website' feature - * Internal/Templates/Classic - * Internal/Templates/Standard +Finally, the "retrospective" directory holds ANSI C source and resources needed +to build (some) previous versions of Inform 7. At present, this is only sketchily +put together. Notes: @@ -156,27 +156,27 @@ be accepted. (Note that these are not git submodules.) @end @secondary(inform6, 'the Inform 6 compiler (used by I7 as a code generator)', 'David Kinder', DavidKinder, Inform6) -* Internal/Templates - template websites for Inform 7's 'release as a website' feature - * Internal/Templates/Parchment - from [https://github.com/curiousdannii/parchment], maintained by [Dannii Willis](https://github.com/curiousdannii) - * Internal/Templates/Quixe - from [https://github.com/erkyrath/quixe], maintained by [Andrew Plotkin](https://github.com/erkyrath) - * Internal/Templates/Vorpal - from (part of) [https://github.com/vorple/inform7], maintained by [Juhana Leinonen](https://github.com/vorple) +* inform7/Internal/Templates - template websites for Inform 7's 'release as a website' feature + * inform7/Internal/Templates/Parchment - from [https://github.com/curiousdannii/parchment], maintained by [Dannii Willis](https://github.com/curiousdannii) + * inform7/Internal/Templates/Quixe - from [https://github.com/erkyrath/quixe], maintained by [Andrew Plotkin](https://github.com/erkyrath) + * inform7/Internal/Templates/Vorpal - from (part of) [https://github.com/vorple/inform7], maintained by [Juhana Leinonen](https://github.com/vorple) ### Binary resources (such as image files) -* Imagery/app_images - icons for the Inform app and its many associated files, in MacOS format -* Imagery/bg_images - background textures used in the Index generated by Inform -* Imagery/doc_images - miscellaneous images needed by the documentation -* Imagery/map_icons - images needed for the World pane of the Index generated by Inform -* Imagery/outcome_images - images used on outcome pages -* Imagery/scene_icons - images needed for the Scenes pane of the Index generated by Inform -* Internal/Miscellany - default cover art, the Introduction to IF and Postcard PDFs +* resources/Imagery/app_images - icons for the Inform app and its many associated files, in MacOS format +* resources/Imagery/bg_images - background textures used in the Index generated by Inform +* resources/Imagery/doc_images - miscellaneous images needed by the documentation +* resources/Imagery/map_icons - images needed for the World pane of the Index generated by Inform +* resources/Imagery/outcome_images - images used on outcome pages +* resources/Imagery/scene_icons - images needed for the Scenes pane of the Index generated by Inform +* resources/Internal/Miscellany - default cover art, the Introduction to IF and Postcard PDFs ### Other files and folders in this repository * docs - Woven forms of the webs, for serving by GitHub Pages -* gitignorescript.txt - Inweb uses this to generate the .gitignore file at the root of the repository -* makescript.txt - Inweb uses this to generate a makefile at the root of the repository -* READMEscript.txt - Inpolicy uses this to generate the README.md file for the repository +* scripts/gitignorescript.txt - Inweb uses this to generate the .gitignore file at the root of the repository +* scripts/makescript.txt - Inweb uses this to generate a makefile at the root of the repository +* scripts/READMEscript.txt - Inpolicy uses this to generate the README.md file for the repository ### Colophon diff --git a/scripts/gitignorescript.txt b/scripts/gitignorescript.txt index eebe8de0f..8d2f867bf 100644 --- a/scripts/gitignorescript.txt +++ b/scripts/gitignorescript.txt @@ -6,24 +6,21 @@ gameinfo.dbg makefile -intest/ -inweb/ - -Changes/Output/ -Changes/Output/META-INF/ -Changes/Output/OEBPS/ -Changes/Output/OEBPS/Images/ -Documentation/Output/ -Documentation/Output/META-INF/ -Documentation/Output/OEBPS/ -Documentation/Output/OEBPS/Images/ -Documentation/Examples/_Results_Actual/ +resources/Changes/Output/ +resources/Changes/Output/META-INF/ +resources/Changes/Output/OEBPS/ +resources/Changes/Output/OEBPS/Images/ +resources/Documentation/Output/ +resources/Documentation/Output/META-INF/ +resources/Documentation/Output/OEBPS/ +resources/Documentation/Output/OEBPS/Images/ +resources/Documentation/Examples/_Results_Actual/ */_Results_Actual/ -Internal/Extensions/Graham Nelson/Standard Rules.i7x -Internal/I6T/ -Internal/Languages/English/Syntax.preform -Internal/Miscellany/definitions.html +inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7x +inform7/Internal/I6T/ +inform7/Internal/Languages/English/Syntax.preform +inform7/Internal/Miscellany/definitions.html retrospective/*/cBlorb retrospective/*/ni diff --git a/scripts/makescript.txt b/scripts/makescript.txt index ef110f677..54e3d8f27 100644 --- a/scripts/makescript.txt +++ b/scripts/makescript.txt @@ -17,6 +17,7 @@ {platform-settings} INTEST = ../intest/Tangled/intest +INTESTWEB = ../intest INWEB = ../inweb/Tangled/inweb INWEBX = ../inweb/Tangled/inweb @@ -169,7 +170,7 @@ force: forcetools forcesrules localintegration .PHONY: localintegration localintegration: - cp -f 'inform7/Tangled/Syntax.preform' "Internal/Languages/English/Syntax.preform" + cp -f 'inform7/Tangled/Syntax.preform' "inform7/Internal/Languages/English/Syntax.preform" # (Of course those other four phony targets are yet to be defined.) @@ -221,7 +222,7 @@ versions: # C program), and needs its own individual handling. "make srules" updates # this if need be; "make forcesrules" updates it regardless. -SRULES = Internal/Extensions/Graham\ Nelson/Standard\ Rules.i7x +SRULES = inform7/Internal/Extensions/Graham\ Nelson/Standard\ Rules.i7x .PHONY: srules srules: $(SRULES) @@ -376,31 +377,6 @@ define purge-up $(MAKE) -f inform6/inform6.mk purge endef -# ----------------------------------------------------------------------------- -# Target "archive" -# ----------------------------------------------------------------------------- -# "make archive" produces a tarball of core Inform: this was the form normally -# circulated to the platform people, before the move to Github -# ----------------------------------------------------------------------------- - -MANIFEST = \ - About.txt \ - Changes Documentation Imagery Internal "Outcome Pages" "Sample Projects" \ - inblorb indoc inform6 inform7 inpolicy inrtps inter intest inweb \ - makefile makescript.txt gitignorescript.txt .gitignore build-code.mk - -# the "COPYFILE_DISABLE" nonsense is a hack for Mac OS X to suppress OS X files -# like .DS_STORE, though it only somewhat works - -.PHONY: archive -archive: - $(call tangle-webs) - $(call purge-up) - export COPYFILE_DISABLE=true - tar --create --exclude='*/.*' --exclude='inweb/Tangled/inweb' --file Inform-Source-$(BUILDCODE).tar $(MANIFEST) - gzip -f Inform-Source-$(BUILDCODE).tar - export COPYFILE_DISABLE=false - # ----------------------------------------------------------------------------- # Target "ebooks" # ----------------------------------------------------------------------------- @@ -412,22 +388,22 @@ archive: .PHONY: ebooks ebooks: $(call clean-ebooks) - $(INDOCX) ebook + $(INDOCX) -from resources/Documentation ebook $(call clean-ebooks) - $(INDOCX) -from Changes ebook + $(INDOCX) -from resources/Changes ebook $(call clean-ebooks) define clean-ebooks - rm -f Documentation/Output/OEBPS/images/* - rm -f Documentation/Output/OEBPS/*.* - rm -f Documentation/Output/META-INF/container.xml - rm -f Documentation/Output/mimetype - rm -f Documentation/Output/*.* - rm -f Changes/Output/OEBPS/images/* - rm -f Changes/Output/OEBPS/*.* - rm -f Changes/Output/META-INF/container.xml - rm -f Changes/Output/mimetype - rm -f Changes/Output/*.* + rm -f resources/Documentation/Output/OEBPS/images/* + rm -f resources/Documentation/Output/OEBPS/*.* + rm -f resources/Documentation/Output/META-INF/container.xml + rm -f resources/Documentation/Output/mimetype + rm -f resources/Documentation/Output/*.* + rm -f resources/Changes/Output/OEBPS/images/* + rm -f resources/Changes/Output/OEBPS/*.* + rm -f resources/Changes/Output/META-INF/container.xml + rm -f resources/Changes/Output/mimetype + rm -f resources/Changes/Output/*.* endef # ----------------------------------------------------------------------------- @@ -440,14 +416,14 @@ endef .PHONY: csr csr: cp -f $(INFORM7WEB)/Home.txt $(INTESTWEB)/Workspace/T0/Example.inform/Source/story.ni - 'inform7/Tangled/inform7' '-format=z8' '-noprogress' '-fixtime' '-rng' '-sigils' '-clock' '-log' 'nothing' '-external' 'inform7/Tests' '-transient' 'intest/Workspace/T0/Transient' '-noindex' '-internal' 'Internal' '-project' 'intest/Workspace/T0/Example.inform' '-export' 'Internal/I6T/sr-Z.intert' '-inter' 'stop' - $(INTERTOOLWEB)/Tangled/inter Internal/I6T/sr-Z.intert -binary Internal/I6T/sr-Z.interb - cp -f Internal/I6T/sr-Z.intert $(INTERNAL)/I6T/sr-Z.intert - cp -f Internal/I6T/sr-Z.interb $(INTERNAL)/I6T/sr-Z.interb - 'inform7/Tangled/inform7' '-format=ulx' '-noprogress' '-fixtime' '-rng' '-sigils' '-clock' '-log' 'nothing' '-external' 'inform7/Tests' '-transient' 'intest/Workspace/T0/Transient' '-noindex' '-internal' 'Internal' '-project' 'intest/Workspace/T0/Example.inform' '-export' 'Internal/I6T/sr-G.intert' '-inter' 'stop' - $(INTERTOOLWEB)/Tangled/inter Internal/I6T/sr-G.intert -binary Internal/I6T/sr-G.interb - cp -f Internal/I6T/sr-G.intert $(INTERNAL)/I6T/sr-G.intert - cp -f Internal/I6T/sr-G.interb $(INTERNAL)/I6T/sr-G.interb + 'inform7/Tangled/inform7' '-format=z8' '-noprogress' '-fixtime' '-rng' '-sigils' '-clock' '-log' 'nothing' '-external' 'inform7/Tests' '-transient' 'intest/Workspace/T0/Transient' '-noindex' '-internal' 'inform7/Internal' '-project' 'intest/Workspace/T0/Example.inform' '-export' 'inform7/Internal/I6T/sr-Z.intert' '-inter' 'stop' + $(INTERTOOLWEB)/Tangled/inter inform7/Internal/I6T/sr-Z.intert -binary inform7/Internal/I6T/sr-Z.interb + cp -f inform7/Internal/I6T/sr-Z.intert $(INTERNAL)/I6T/sr-Z.intert + cp -f inform7/Internal/I6T/sr-Z.interb $(INTERNAL)/I6T/sr-Z.interb + 'inform7/Tangled/inform7' '-format=ulx' '-noprogress' '-fixtime' '-rng' '-sigils' '-clock' '-log' 'nothing' '-external' 'inform7/Tests' '-transient' 'intest/Workspace/T0/Transient' '-noindex' '-internal' 'inform7/Internal' '-project' 'intest/Workspace/T0/Example.inform' '-export' 'inform7/Internal/I6T/sr-G.intert' '-inter' 'stop' + $(INTERTOOLWEB)/Tangled/inter inform7/Internal/I6T/sr-G.intert -binary inform7/Internal/I6T/sr-G.interb + cp -f inform7/Internal/I6T/sr-G.intert $(INTERNAL)/I6T/sr-G.intert + cp -f inform7/Internal/I6T/sr-G.interb $(INTERNAL)/I6T/sr-G.interb # ----------------------------------------------------------------------------- # Targets "integration" and "forceintegration" @@ -463,9 +439,9 @@ INTOOLSBUILTIN = \ SRULESINPLACE = $(INTERNAL)/Extensions/Graham\ Nelson/Standard\ Rules.i7x INTERNALEXEMPLUM = $(INTERNAL)/Miscellany/Cover.jpg -INTERNALEXEMPLUMFROM = Internal/Miscellany/Cover.jpg +INTERNALEXEMPLUMFROM = inform7/Internal/Miscellany/Cover.jpg IMAGESEXEMPLUM = $(BUILTINHTML)/doc_images/help.png -IMAGESEXEMPLUMFROM = Imagery/doc_images/help.png +IMAGESEXEMPLUMFROM = resources/Imagery/doc_images/help.png DOCEXEMPLUM = $(BUILTINHTMLINNER)/index.html RTPEXEMPLUM = $(BUILTINHTMLINNER)/RTP_P1.html @@ -511,9 +487,9 @@ $(BUILTINCOMPS)/$(INFORM7NAME): $(INFORM7WEB)/Tangled/inform7 cp -f $(INFORM7X) $(BUILTINCOMPS)/$(INFORM7NAME) $(BUILTINCOMPS)/intest: $(INTESTWEB)/Tangled/intest - $(MAKE) -f $(INTESTMAKER) + cd ..; $(MAKE) -f intest/intest.mk; cd inform mkdir -p $(BUILTINCOMPS) - cp -f $(INTESTX) $(BUILTINCOMPS)/intest + cp -f $(INTESTWEB)/Tangled/intest $(BUILTINCOMPS)/intest define transfer-intools mkdir -p $(BUILTINCOMPS) @@ -533,7 +509,7 @@ $(INFORM7WEB)/Tangled/Syntax.preform: define transfer-preform cp -f 'inform7/Tangled/Syntax.preform' "$(INTERNAL)/Languages/English/Syntax.preform" - cp -f 'inform7/Tangled/Syntax.preform' "Internal/Languages/English/Syntax.preform" + cp -f 'inform7/Tangled/Syntax.preform' "inform7/Internal/Languages/English/Syntax.preform" endef # (c) Copying the Standard Rules into the app @@ -548,7 +524,7 @@ endef # (d) Copying the I6 template into the app -$(INTERNAL)/I6T/Main.i6t: Internal/I6T/*.i6t +$(INTERNAL)/I6T/Main.i6t: inform7/Internal/I6T/*.i6t $(call transfer-i6-template) # The I6 template could be tangled by inweb, but we don't do so: instead the @@ -558,7 +534,7 @@ $(INTERNAL)/I6T/Main.i6t: Internal/I6T/*.i6t define transfer-i6-template mkdir -p "$(INTERNAL)/I6T" rm -f $(INTERNAL)/I6T/*.i6t - cp -R -f Internal/I6T/*.i6t $(INTERNAL)/I6T + cp -R -f inform7/Internal/I6T/*.i6t $(INTERNAL)/I6T endef # (e) Copying internal resources into the app @@ -567,16 +543,16 @@ endef # In effect, it's a repository in the UI app of non-executable resources: $(INTERNALEXEMPLUM): \ - Internal/Extensions/Eric\ Eve/[A-Za-z]* \ - Internal/Extensions/Emily\ Short/[A-Za-z]* \ - Internal/Extensions/Graham\ Nelson/[A-Za-z]* \ - Internal/Miscellany/[A-Za-z]*.* \ - Internal/HTML/[A-Za-z]*.* \ - Internal/Templates/Parchment/[A-Za-z]*.* \ - Internal/Templates/Quixe/[A-Za-z]*.* \ - Internal/Templates/Classic/[A-Za-z]*.* \ - Internal/Templates/Vorple/[A-Za-z]*.* \ - Internal/Templates/Standard/[A-Za-z]*.* + inform7/Internal/Extensions/Eric\ Eve/[A-Za-z]* \ + inform7/Internal/Extensions/Emily\ Short/[A-Za-z]* \ + inform7/Internal/Extensions/Graham\ Nelson/[A-Za-z]* \ + inform7/Internal/Miscellany/[A-Za-z]*.* \ + inform7/Internal/HTML/[A-Za-z]*.* \ + inform7/Internal/Templates/Parchment/[A-Za-z]*.* \ + inform7/Internal/Templates/Quixe/[A-Za-z]*.* \ + inform7/Internal/Templates/Classic/[A-Za-z]*.* \ + inform7/Internal/Templates/Vorple/[A-Za-z]*.* \ + inform7/Internal/Templates/Standard/[A-Za-z]*.* $(call transfer-internal-tree) define transfer-internal-tree @@ -588,14 +564,14 @@ define transfer-internal-tree rm -f $(INTERNAL)/Extensions/Emily\ Short/* mkdir -p "$(INTERNAL)/Extensions/Graham Nelson" rm -f $(INTERNAL)/Extensions/Graham\ Nelson/* - cp -R -f Internal/Extensions $(INTERNAL)/Extensions/.. + cp -R -f inform7/Internal/Extensions $(INTERNAL)/Extensions/.. mkdir -p "$(INTERNAL)/Languages" mkdir -p "$(INTERNAL)/Languages/English" mkdir -p "$(INTERNAL)/Languages/French" mkdir -p "$(INTERNAL)/Languages/German" mkdir -p "$(INTERNAL)/Languages/Italian" mkdir -p "$(INTERNAL)/Languages/Spanish" - cp -R -f Internal/Languages $(INTERNAL)/Languages/.. + cp -R -f inform7/Internal/Languages $(INTERNAL)/Languages/.. mkdir -p "$(INTERNAL)/Templates" mkdir -p "$(INTERNAL)/Templates/Standard" rm -f $(INTERNAL)/Templates/Standard/* @@ -607,77 +583,76 @@ define transfer-internal-tree rm -f $(INTERNAL)/Templates/Quixe/* mkdir -p "$(INTERNAL)/Templates/Vorple" rm -f $(INTERNAL)/Templates/Vorple/* - cp -R -f Internal/Templates $(INTERNAL)/Templates/.. + cp -R -f inform7/Internal/Templates $(INTERNAL)/Templates/.. mkdir -p "$(INTERNAL)/Miscellany" rm -f $(INTERNAL)/Miscellany/* - cp -R -f Internal/Miscellany $(INTERNAL)/Miscellany/.. + cp -R -f inform7/Internal/Miscellany $(INTERNAL)/Miscellany/.. mkdir -p "$(INTERNAL)/HTML" rm -f $(INTERNAL)/HTML/* - cp -R -f Internal/HTML $(INTERNAL)/HTML/.. + cp -R -f inform7/Internal/HTML $(INTERNAL)/HTML/.. endef # (f) Copying images into the app $(IMAGESEXEMPLUM): \ - Imagery/app_images/[A-Za-z]*.* \ - Imagery/bg_images/[A-Za-z]*.* \ - Imagery/doc_images/[A-Za-z]*.* \ - Imagery/map_icons/[A-Za-z]*.* \ - Imagery/outcome_images/[A-Za-z]*.* \ - Imagery/scene_icons/[A-Za-z]*.* + resources/Imagery/app_images/[A-Za-z]*.* \ + resources/Imagery/bg_images/[A-Za-z]*.* \ + resources/Imagery/doc_images/[A-Za-z]*.* \ + resources/Imagery/map_icons/[A-Za-z]*.* \ + resources/Imagery/outcome_images/[A-Za-z]*.* \ + resources/Imagery/scene_icons/[A-Za-z]*.* $(call transfer-images) define transfer-images touch $(IMAGESEXEMPLUMFROM) - cp -f Imagery/app_images/Welcome*Background.png $(BUILTINHTML) + cp -f resources/Imagery/app_images/Welcome*Background.png $(BUILTINHTML) mkdir -p $(BUILTINHTML)/bg_images rm -f $(BUILTINHTML)/bg_images/* - cp -f Imagery/bg_images/[A-Za-z]*.* $(BUILTINHTML)/bg_images + cp -f resources/Imagery/bg_images/[A-Za-z]*.* $(BUILTINHTML)/bg_images mkdir -p $(BUILTINHTML)/doc_images rm -f $(BUILTINHTML)/doc_images/* - cp -f Imagery/doc_images/[A-Za-z]*.* $(BUILTINHTML)/doc_images + cp -f resources/Imagery/doc_images/[A-Za-z]*.* $(BUILTINHTML)/doc_images mkdir -p $(BUILTINHTML)/map_icons rm -f $(BUILTINHTML)/map_icons/* - cp -f Imagery/map_icons/[A-Za-z]*.* $(BUILTINHTML)/map_icons + cp -f resources/Imagery/map_icons/[A-Za-z]*.* $(BUILTINHTML)/map_icons mkdir -p $(BUILTINHTML)/outcome_images rm -f $(BUILTINHTML)/outcome_images/* - cp -f Imagery/outcome_images/[A-Za-z]*.* $(BUILTINHTML)/outcome_images + cp -f resources/Imagery/outcome_images/[A-Za-z]*.* $(BUILTINHTML)/outcome_images mkdir -p $(BUILTINHTML)/scene_icons rm -f $(BUILTINHTML)/scene_icons/* - cp -f Imagery/scene_icons/[A-Za-z]*.* $(BUILTINHTML)/scene_icons + cp -f resources/Imagery/scene_icons/[A-Za-z]*.* $(BUILTINHTML)/scene_icons endef # (g) Typesetting documentation to HTML inside the app -$(DOCEXEMPLUM): Documentation/*.txt Documentation/Examples/*.txt +$(DOCEXEMPLUM): resources/Documentation/*.txt resources/Documentation/Examples/*.txt $(call make-inapp-documentation) ifdef BENEVOLENTOVERLORD define make-inapp-documentation mkdir -p "$(INTERNAL)/Documentation" mkdir -p $(BUILTINHTMLINNER) - $(INDOCX) -rewrite-standard-rules 'srules/Sections/Preamble.w' $(INDOCOPTS) - $(INWEBX) inform7 -tangle A - cp 'inform7/Tangled/The Standard Rules' $(SRULES) + $(INDOCX) -from resources/Documentation -rewrite-standard-rules 'srules/Sections/Preamble.w' $(INDOCOPTS) + $(INWEBX) srules -tangle-to $(SRULES) $(call transfer-standard-rules) - $(INDOCX) $(INDOCOPTS) + $(INDOCX) -from resources/Documentation $(INDOCOPTS) endef else define make-inapp-documentation mkdir -p "$(INTERNAL)/Documentation" mkdir -p $(BUILTINHTMLINNER) - $(INDOCX) $(INDOCOPTS) + $(INDOCX) -from resources/Documentation $(INDOCOPTS) endef endif # (h) Typesetting the HTML pages used to display run-time problem messages -$(RTPEXEMPLUM): Outcome*Pages/texts.txt Outcome*Pages/*.html +$(RTPEXEMPLUM): resources/Outcome*Pages/texts.txt resources/Outcome*Pages/*.html $(call make-inapp-outcome-pages) define make-inapp-outcome-pages - $(INRTPSX) Outcome\ Pages $(BUILTINHTMLINNER) $(INRTPSOPTS) - cp -f Outcome\ Pages/pl404.html $(BUILTINHTMLINNER) + $(INRTPSX) resources/Outcome\ Pages $(BUILTINHTMLINNER) $(INRTPSOPTS) + cp -f resources/Outcome\ Pages/pl404.html $(BUILTINHTMLINNER) endef # ----------------------------------------------------------------------------- diff --git a/srules/Sections/Preamble.w b/srules/Sections/Preamble.w index e67c08259..445bb029a 100644 --- a/srules/Sections/Preamble.w +++ b/srules/Sections/Preamble.w @@ -505,3 +505,5 @@ Use MAX_LOCAL_VARIABLES of 256. + +