├── .gitignore ├── Alexandria-for-artists.md ├── CouncilOfLibrarians.md ├── LibrarianAPIs.md ├── OIP.postman_collection.json.zip ├── README.md ├── alexandria-browser-install.md ├── bounties.md ├── developer-faq.md ├── florincoin-lin64-install.md ├── florincoin-mac-install.md ├── florincoin-win-install.md ├── how-to-secure-index.md ├── index-sync.md ├── ipfs-install-setup.md ├── libraryd-linux64-install.md ├── libraryd-mac-install.md ├── monitoring ├── nodes ├── the_inmates_are_taking_over_the_asylum.md └── version-notes-and-issues.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /Alexandria-for-artists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/Alexandria-for-artists.md -------------------------------------------------------------------------------- /CouncilOfLibrarians.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/CouncilOfLibrarians.md -------------------------------------------------------------------------------- /LibrarianAPIs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/LibrarianAPIs.md -------------------------------------------------------------------------------- /OIP.postman_collection.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/OIP.postman_collection.json.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/README.md -------------------------------------------------------------------------------- /alexandria-browser-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/alexandria-browser-install.md -------------------------------------------------------------------------------- /bounties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/bounties.md -------------------------------------------------------------------------------- /developer-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/developer-faq.md -------------------------------------------------------------------------------- /florincoin-lin64-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/florincoin-lin64-install.md -------------------------------------------------------------------------------- /florincoin-mac-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/florincoin-mac-install.md -------------------------------------------------------------------------------- /florincoin-win-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/florincoin-win-install.md -------------------------------------------------------------------------------- /how-to-secure-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/how-to-secure-index.md -------------------------------------------------------------------------------- /index-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/index-sync.md -------------------------------------------------------------------------------- /ipfs-install-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/ipfs-install-setup.md -------------------------------------------------------------------------------- /libraryd-linux64-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/libraryd-linux64-install.md -------------------------------------------------------------------------------- /libraryd-mac-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/libraryd-mac-install.md -------------------------------------------------------------------------------- /monitoring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/monitoring -------------------------------------------------------------------------------- /nodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/nodes -------------------------------------------------------------------------------- /the_inmates_are_taking_over_the_asylum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/the_inmates_are_taking_over_the_asylum.md -------------------------------------------------------------------------------- /version-notes-and-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dloa/alexandria-docs/HEAD/version-notes-and-issues.md --------------------------------------------------------------------------------