diff --git a/README.md b/README.md index 841f8822f..d33b2bdfa 100644 --- a/README.md +++ b/README.md @@ -1,59 +1,68 @@ -[![Build Status](https://travis-ci.org/tainacan/tainacan.svg?branch=develop)](https://travis-ci.org/tainacan/tainacan) +[![Build Status](https://travis-ci.org/tainacan/tainacan.svg?branch=develop)](https://travis-ci.org/tainacan/tainacan) # Tainacan + - Tainacan's [plugin](https://wordpress.org/plugins/tainacan/) and [theme](https://wordpress.org/themes/tainacan-interface/) on WordPress.org - [Access our website](http://tainacan.org) - [Read our official documentation](https://wiki.tainacan.org/) +- [Conctact us in our forum](https://tainacan.discourse.group/) - [Explore our blog](http://tainacan.org/blog/) -- [Join our mailing list](https://lists.riseup.net/www/info/tainacan) - [Follow us on Twitter](https://twitter.com/tainacan_l3p) ### What is Tainacan? - [![Screenshot](https://user-images.githubusercontent.com/29989176/54926885-f8cf5b80-4eef-11e9-870f-92b264f13dea.gif)][youtube_demo] [youtube_demo]: https://www.youtube.com/watch?v=6q42dlcwW5g + Get to know Tainacan with our [introduction video](https://www.youtube.com/watch?v=6q42dlcwW5g). -Tainacan is a software solution for building, managing and publishing digital repositories of any kind on WordPress. Manage and publish you digital collections as easily as publishing a post to your blog, while having all the tools of a professional repository platform. It is composed of a WordPress plugin, which is being developed on this repository, and an optional [companion WordPress theme](https://github.com/tainacan/tainacan-theme) especially designed to produce beautiful digital exhibits. [Try it out!](http://demo.tainacan.org/) +Tainacan is a software solution for building, managing and publishing digital repositories of any kind on WordPress. Manage and publish you digital collections as easily as publishing a post to your blog, while having all the tools of a professional repository platform. It is composed of a WordPress plugin, which is being developed on this repository, and an optional [companion WordPress theme](https://github.com/tainacan/tainacan-theme) specially designed to produce beautiful digital exhibits. [Try it out!](http://demo.tainacan.org/) ### Features #### Easy install -- As a WordPress plugin, Tainacan can be easily installed on and integrated to an existing WordPress website. + +- As a WordPress plugin, Tainacan can be easily installed on and integrated into an existing WordPress website. #### Metadata and filters + - Use standard metadata or choose whatever set of metadata you want to describe the items in your collections. You can choose which metadata will be used as a filter when browsing the collection. #### Faceted search + - Browse (and let the public browse it) your collection using a faceted search interface with filters you have chosen. #### Manage taxonomies -- Manage vocabularies that can be used accross all your collections. + +- Manage vocabularies that can be used across all your collections. #### Themes + - Tainacan [has its own default theme](https://wordpress.org/themes/tainacan-interface/), which helps you present your collections in a beautiful and effective way as it is developed to incorporate all of Tainacan functionalities. However, it will also work with any WordPress theme. For developers, it will be easy to add Tainacan specific features to an existing theme. #### API and interoperability -- Tainacan implements a RESTful API (read and write) to allow other applications to interact with your repository. Expose you collection in different formats, such as JSON, JSON-LD and OAI-PMH. If your collection uses a custom standard, you can map it to well-known stardards such as DublinCore. + +- Tainacan implements a RESTful API (read and write) to allow other applications to interact with your repository. Expose you collection in different formats, such as JSON, JSON-LD and OAI-PMH. If your collection uses a custom standard, you can map it to well-known standards such as DublinCore. ### Showcases -Check out the digital exhibits from [Museu do Índio](http://tainacan.museudoindio.gov.br/) and [Museu Histórico Nacional](http://mhn.acervos.museus.gov.br/) to see Tainacan in action! +Check out the digital exhibits in our [Showcase page](https://tainacan.org/en/tainacan-showcase/) to see Tainacan in action! ### Support -In addition to [our documentation](https://wiki.tainacan.org/) and [instructional videos](https://youtu.be/oEl9bWe_rWI), we provide technical support on our [mailing list](https://lists.riseup.net/www/info/tainacan) in English, Portuguese and Spanish. You are welcome to send all of your questions! +In addition to [our documentation](https://wiki.tainacan.org/) and [instructional videos](https://youtu.be/oEl9bWe_rWI), we provide technical support on our [online forum](https://tainacan.discourse.group) in English, Portuguese and Spanish. You are welcome to send all of your questions! -### Developers +### Developers -Please refer to our [Developers Documentation](https://tainacan.github.io/tainacan-wiki/#/dev/) if you want to develop tainacan plugins, themes or if you want to contribute to the core. +Please refer to our [Developers Documentation](https://tainacan.github.io/tainacan-wiki/#/dev/) if you want to develop Tainacan plugins, themes or if you want to contribute to the core. ### Contributing -Tainacan is a free, open source software licensed under **GPLv3**. Contributions to the codebase will abide to the same license; other contributions may be under additional or other terms. -To contribute with our project, you can report bugs and other issues, or suggest new features. You are also free to submit pull requests or translate Tainacan to multiple languages. If you are interested in contributing, you can get started by reading our [contribution guidelines](docs/CONTRIBUTING.md). +Tainacan is a free, open-source software licensed under **GPLv3**. Contributions to the codebase will abide to the same license; other contributions may be under additional or other terms. + +To contribute to our project, you can report bugs and other issues, or suggest new features. You are also free to submit pull requests or translate Tainacan to multiple languages. If you are interested in contributing, you can get started by reading our [contribution guidelines](docs/CONTRIBUTING.md). ### Acknowledgements + Tainacan is the results of continuous efforts from developers, researchers, policy makers and GLAMs in Brazil. We are eternally grateful for all of [our amazing contributors](https://github.com/tainacan/tainacan/graphs/contributors)! diff --git a/src/views/gutenberg-blocks/blocks/carousel-collections-list/block.json b/src/views/gutenberg-blocks/blocks/carousel-collections-list/block.json index e8eba94d6..d815d050e 100644 --- a/src/views/gutenberg-blocks/blocks/carousel-collections-list/block.json +++ b/src/views/gutenberg-blocks/blocks/carousel-collections-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/carousel-collections-list", "title": "Tainacan Collections Carousel", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/carousel-items-list/block.json b/src/views/gutenberg-blocks/blocks/carousel-items-list/block.json index fd9b736e1..ce9e5c99c 100644 --- a/src/views/gutenberg-blocks/blocks/carousel-items-list/block.json +++ b/src/views/gutenberg-blocks/blocks/carousel-items-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/carousel-items-list", "title": "Tainacan Collection's Items Carousel", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/carousel-terms-list/block.json b/src/views/gutenberg-blocks/blocks/carousel-terms-list/block.json index ddf694a8a..97673bf08 100644 --- a/src/views/gutenberg-blocks/blocks/carousel-terms-list/block.json +++ b/src/views/gutenberg-blocks/blocks/carousel-terms-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/carousel-terms-list", "title": "Tainacan Terms Carousel", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/collections-list/block.json b/src/views/gutenberg-blocks/blocks/collections-list/block.json index 30376cc68..668d3c17f 100644 --- a/src/views/gutenberg-blocks/blocks/collections-list/block.json +++ b/src/views/gutenberg-blocks/blocks/collections-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/collections-list", "title": "Tainacan Collections List", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/dynamic-items-list/block.json b/src/views/gutenberg-blocks/blocks/dynamic-items-list/block.json index 64e6dafce..3c29a9cb2 100644 --- a/src/views/gutenberg-blocks/blocks/dynamic-items-list/block.json +++ b/src/views/gutenberg-blocks/blocks/dynamic-items-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/dynamic-items-list", "title": "Tainacan Collection's Items List", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/faceted-search/block.json b/src/views/gutenberg-blocks/blocks/faceted-search/block.json index 23872436d..6b9b6fb53 100644 --- a/src/views/gutenberg-blocks/blocks/faceted-search/block.json +++ b/src/views/gutenberg-blocks/blocks/faceted-search/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/faceted-search", "title": "Tainacan Faceted Search", "category": "tainacan-blocks", diff --git a/src/views/gutenberg-blocks/blocks/facets-list/block.json b/src/views/gutenberg-blocks/blocks/facets-list/block.json index 9327147bd..42ef2fe43 100644 --- a/src/views/gutenberg-blocks/blocks/facets-list/block.json +++ b/src/views/gutenberg-blocks/blocks/facets-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/facets-list", "title": "Tainacan Facets List", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/item-submission-form/block.json b/src/views/gutenberg-blocks/blocks/item-submission-form/block.json index 031a11325..18b49338a 100644 --- a/src/views/gutenberg-blocks/blocks/item-submission-form/block.json +++ b/src/views/gutenberg-blocks/blocks/item-submission-form/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/item-submission-form", "title": "Tainacan Item Submission Form", "category": "tainacan-blocks", diff --git a/src/views/gutenberg-blocks/blocks/items-list/block.json b/src/views/gutenberg-blocks/blocks/items-list/block.json index db8466cca..71d85348d 100644 --- a/src/views/gutenberg-blocks/blocks/items-list/block.json +++ b/src/views/gutenberg-blocks/blocks/items-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/items-list", "title": "Tainacan Items List", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/related-items-list/block.json b/src/views/gutenberg-blocks/blocks/related-items-list/block.json index 48de87a5b..236b382e1 100644 --- a/src/views/gutenberg-blocks/blocks/related-items-list/block.json +++ b/src/views/gutenberg-blocks/blocks/related-items-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/related-items-list", "title": "Tainacan Related Items List", "category": "tainacan-blocks", diff --git a/src/views/gutenberg-blocks/blocks/search-bar/block.json b/src/views/gutenberg-blocks/blocks/search-bar/block.json index f23e3c91b..393bb50cb 100644 --- a/src/views/gutenberg-blocks/blocks/search-bar/block.json +++ b/src/views/gutenberg-blocks/blocks/search-bar/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/search-bar", "title": "Tainacan Search Bar", "apiVersion": 2, diff --git a/src/views/gutenberg-blocks/blocks/terms-list/block.json b/src/views/gutenberg-blocks/blocks/terms-list/block.json index 166081f59..71df167b8 100644 --- a/src/views/gutenberg-blocks/blocks/terms-list/block.json +++ b/src/views/gutenberg-blocks/blocks/terms-list/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "tainacan/terms-list", "title": "Tainacan Terms List", "apiVersion": 2,