Skip to content

Commit

Permalink
Updates links from mailing list to dicourse forum
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed May 26, 2021
1 parent efd281e commit 531699a
Show file tree
Hide file tree
Showing 23 changed files with 319 additions and 277 deletions.
10 changes: 5 additions & 5 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* [Oficial website](https://tainacan.org ':ignore')
* Language
* [English](/#tainacan-wiki)
* [Brazilian Portuguese](/pt-br/#wiki-do-tainacan)
- [Oficial website](https://tainacan.org ":ignore")
- [Community forum](https://tainacan.discourse.group ":ignore")
- Language
- [English](/#tainacan-wiki)
- [Brazilian Portuguese](/pt-br/#wiki-do-tainacan)
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [:link:Publications](https://pesquisa.tainacan.org/ ":ignore")
- [Presentations](/presentations "Slideshow presentations related to Tainacan - Tainacan Wiki")
- Community & Misc
- [:link:Community list](https://lists.riseup.net/www/subscribe/tainacan ":ignore")
- [:link:Community forum](https://tainacan.discourse.group ":ignore")
- [Improve this wiki](CONTRIBUTING "How to contribute to the Tainacan Wiki - Tainacan Wiki")
- [Release Testing](/release-testing.md "How to test Tainacan versions - Tainacan Wiki")
- [Data and Archive Processing](data-processing "A word on Data and Archive Processing - Tainacan Wiki")
Expand Down
17 changes: 7 additions & 10 deletions dev/creating-metadata-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ const TainacanMetadataTypeCustom = {
`,
};

window.tainacan_extra_components[
"tainacan-metadata-type-custom"
] = TainacanMetadataTypeCustom;
window.tainacan_extra_components["tainacan-metadata-type-custom"] =
TainacanMetadataTypeCustom;
```

The first and last lines are an important step for registering custom components to the plugin JS bundle.
Expand Down Expand Up @@ -371,9 +370,8 @@ const TainacanMetadataFormCustomType = {
</div>
`,
};
window.tainacan_extra_components[
"tainacan-metadata-form-type-custom"
] = TainacanMetadataFormCustomType;
window.tainacan_extra_components["tainacan-metadata-form-type-custom"] =
TainacanMetadataFormCustomType;
```

Some observation here:
Expand Down Expand Up @@ -533,9 +531,8 @@ window.tainacan_extra_components =
typeof window.tainacan_extra_components != "undefined"
? window.tainacan_extra_components
: {};
window.tainacan_extra_components[
"tainacan-metadata-type-custom"
] = TainacanMetadataTypeCustom;
window.tainacan_extra_components["tainacan-metadata-type-custom"] =
TainacanMetadataTypeCustom;
```

### Build it!
Expand All @@ -551,6 +548,6 @@ If everything goes well, you shall have a new folder `node_modules` and a new fi

## Wrapping up

Creating your custom Metadata Type for Tainacan requires following some _naming conventions_ and understanding a bit of the structure existing on the plugin code. We here summarized how to [Register](#registering-your-metadata-type), create the [Class](#creating-the-php-class) and the [Custom Vue Components](#creating-vue-web-component) related to it. But you can learn a lot more by studying the [source code of some more complex examples](https://github.com/tainacan/tainacan/tree/develop/src/views/admin/components/metadata-types ":ignore"). Feel free to reach us at the GitHub repo or at the [community mailing list](https://lists.riseup.net/www/subscribe/tainacan ":ignore") :wink:
Creating your custom Metadata Type for Tainacan requires following some _naming conventions_ and understanding a bit of the structure existing on the plugin code. We here summarized how to [Register](#registering-your-metadata-type), create the [Class](#creating-the-php-class) and the [Custom Vue Components](#creating-vue-web-component) related to it. But you can learn a lot more by studying the [source code of some more complex examples](https://github.com/tainacan/tainacan/tree/develop/src/views/admin/components/metadata-types ":ignore"). Feel free to reach us at the GitHub repo or at the [community forum](https://tainacan.discourse.group ":ignore") :wink:

> Oh, and BTW. Are you ready to also create a [Custom Filter Type](/dev/creating-filters-type) for your new Metadata Type?
2 changes: 1 addition & 1 deletion dev/extra-view-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,4 @@ In our sample repository, we also have a `build.sh` script, that takes care of c

## Conclusion

There are lots of things that you can do to improve your items list visualization. Hopefully our [sample files](https://github.com/tainacan/tainacan-extra-view-mode-samples ":ignore") and our [demo plugin](https://wordpress.org/plugins/tainacan-extra-view-modes/ ":ignore") will set you up for creating your own. Feel free to reach us in the [Tainacan email list](https://lists.riseup.net/www/info/tainacan ":ignore") to discuss any issues!
There are lots of things that you can do to improve your items list visualization. Hopefully our [sample files](https://github.com/tainacan/tainacan-extra-view-mode-samples ":ignore") and our [demo plugin](https://wordpress.org/plugins/tainacan-extra-view-modes/ ":ignore") will set you up for creating your own. Feel free to reach us in the [Tainacan Discourse Forum](https://tainacan.discourse.group ":ignore") to discuss any issues!
8 changes: 4 additions & 4 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We list and answer the most frequently asked questions by our community:

> To participate in the Tainacan community [register here](https://lists.riseup.net/www/subscribe/tainacan ":ignore")!
> To participate in the Tainacan community [register here](https://tainacan.discourse.group ":ignore")!
Skip to an specific section:

Expand All @@ -25,7 +25,7 @@ Tainacan as free software is developed from results of scientific research and e

We are a network of researchers and developers that unites scientific knowledge and the implementation of technological solutions in cultural institutions.

Currently our network gathers researchers from the University of Brasilia (UnB), Federal University of Goiás (UFG) and Brazilian Institute of Information in Science and Technology (IBICT) and also our developers and users from our Tainacan community [(register here)](https://lists.riseup.net/www/subscribe/tainacan).
Currently, our network gathers researchers from the University of Brasilia (UnB), Federal University of Goiás (UFG) and Brazilian Institute of Information in Science and Technology (IBICT) and also our developers and users from our Tainacan community [(register here)](https://tainacan.discourse.group).

### Why is Tainacan free software?

Expand All @@ -37,7 +37,7 @@ Its main goal is to help cultural institutions to organize, publish and spread t

### I think I found an error. How should I proceed?

We are always available at [Tainacan's mailing list](https://lists.riseup.net/www/subscribe/tainacan ":ignore"), where conversations can be started and at [the project's github](https://github.com/tainacan/tainacan ":ignore"), where more technical _issues_ can be reported. If you start a conversation on the list, we recommend that you always give as much detail as possible so that you can help identify what is happening. Some suggestions are:
We are always available at [Tainacan's forum](https://tainacan.discourse.group ":ignore"), where conversations can be started and at [the project's github](https://github.com/tainacan/tainacan ":ignore"), where more technical _issues_ can be reported. If you start a conversation on the list, we recommend that you always give as much detail as possible so that you can help identify what is happening. Some suggestions are:

- Describe step by step what is being done, what occurs and what was expected;
- Check and if possible send us the information from [System Diagnosis Page](/optimization#system-check);
Expand Down Expand Up @@ -127,4 +127,4 @@ By default, your website homepage will be the list of posts to your blog. To set

As your site administrator, you can register new users with different [roles and permissions](/users-roles) to edit your collection. If, however, you want items to be submited without new users being registered in the system, you can create a public [Item Submission Form](/item-submission), to receive direct external contributions in your repository.

> To join the Tainacan community [sign up here](https://lists.riseup.net/www/subscribe/tainacan)!
> To join the Tainacan community [sign up here](https://tainacan.discourse.group)!
2 changes: 1 addition & 1 deletion plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ So far the ones below are the plugins available for Tainacan:
- [Extra View Modes](/plugin-extra-view-modes) - Adds many demonstration templates of Extra View Modes, ideal for developers who want to learn how to create their own;
- [WordPress 3DHOP](/plugin-3d-hop) - Allows WordPress to render interactive 3D models using [3D HOP](http://3dhop.net/);

If you are a developer and would like to extend Tainacan with some solution, we invite you to check our [developers session for that](/dev/#plugin-development-or-extension) and also to dive into their source code as it can be a good learning resource 🤓 . Also, in case you have created a plugin and want to have it listed here, please talk to us in [our mailing list](https://lists.riseup.net/www/subscribe/tainacan)!
If you are a developer and would like to extend Tainacan with some solution, we invite you to check our [developers session for that](/dev/#plugin-development-or-extension) and also to dive into their source code as it can be a good learning resource 🤓 . Also, in case you have created a plugin and want to have it listed here, please talk to us in [our forum](https://tainacan.discourse.group)!

## Installing a Plugin

Expand Down
10 changes: 5 additions & 5 deletions pt-br/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* [Oficial website](https://tainacan.org ':ignore')
* Language
* [English](/#tainacan-wiki)
* [Brazilian Portuguese](/pt-br/#wiki-do-tainacan)
- [Site oficial](https://tainacan.org ":ignore")
- [Fórum da comunidade](https://tainacan.discourse.group ":ignore")
- Idiomas
- [Inglês](/#tainacan-wiki)
- [Português Brasileiro](/pt-br/#wiki-do-tainacan)
2 changes: 1 addition & 1 deletion pt-br/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [:link:Publicações](https://pesquisa.tainacan.org// ":ignore")
- [Apresentações](/pt-br/presentations "Apresentações relacionadas ao Tainacan - Tainacan Wiki")
- Comunidade & Outros
- [:link:Lista da Comunidade](https://lists.riseup.net/www/subscribe/tainacan ":ignore")
- [:link:Fórum da Comunidade](https://tainacan.discourse.group ":ignore")
- [Colabore com esta Wiki](/pt-br/CONTRIBUTING "Como contribuir com a Wiki do Tainacan - Tainacan Wiki")
- [Teste de Versões](/pt-br/release-testing.md "Como realizar testes de versões do Tainacan - Tainacan Wiki")
- [Coleções](/pt-br/testing-collections.md)
Expand Down
10 changes: 5 additions & 5 deletions pt-br/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Listamos e respondemos as perguntas mais frequentes feitas pela nossa comunidade:

> Para participar da comunidade do Tainacan [inscreva-se aqui](https://lists.riseup.net/www/subscribe/tainacan)!
> Para participar da comunidade do Tainacan [inscreva-se aqui](https://tainacan.discourse.group)!
Pule pra alguma sessão específica:

Expand All @@ -25,7 +25,7 @@ O software livre Tainacan é desenvolvido a partir de resultados de pesquisas ci

Somos uma rede de pesquisadores e desenvolvedores que une o conhecimento científico e a implementação de soluções tecnológicas em instituições culturais.

Atualmente nossa rede reúne pesquisadores da Universidade de Brasília (UnB), Universidade Federal de Goiás (UFG) e Instituto Brasileiro de Informação em Ciência e Tecnologia (IBICT) e também nossa desenvolvedores e usuários da nossa comunidade do Tainacan [(inscreva-se aqui)](https://lists.riseup.net/www/subscribe/tainacan).
Atualmente nossa rede reúne pesquisadores da Universidade de Brasília (UnB), Universidade Federal de Goiás (UFG) e Instituto Brasileiro de Informação em Ciência e Tecnologia (IBICT) e também nossa desenvolvedores e usuários da nossa comunidade do Tainacan [(inscreva-se aqui)](https://tainacan.discourse.group).

### Por que o Tainacan é um software livre?

Expand All @@ -37,7 +37,7 @@ Seu objetivo principal é ajudar instituições culturais a organizarem, publica

### Acho que encontrei um erro. Como devo proceder?

Estamos sempre a disposição na [lista de emails do Tainacan](https://lists.riseup.net/www/subscribe/tainacan), onde podem ser iniciadas conversas e no [github do projeto](https://github.com/tainacan/tainacan), onde podem ser reportadas _issues_ mais técnicas. Caso você comece uma conversa na lista, recomendamos dar sempre o máximo de detalhes para que possa ajudar a identificar o que está ocorrendo. Algumas sugestões, são:
Estamos sempre a disposição no [fórum de discussão do Tainacan](https://tainacan.discourse.group), onde podem ser iniciadas conversas e no [github do projeto](https://github.com/tainacan/tainacan), onde podem ser reportadas _issues_ mais técnicas. Caso você comece uma conversa na lista, recomendamos dar sempre o máximo de detalhes para que possa ajudar a identificar o que está ocorrendo. Algumas sugestões, são:

- Descrever passo a passo o que está sendo feito, o que ocorre e o que era esperado;
- Verificar e se possível nos mandar as informações da [Página de Diagnóstico do Sistema](/pt-br/optimization?id=diagnóstico-do-sistema);
Expand Down Expand Up @@ -81,7 +81,7 @@ Em geral, erros de processos como importadores e exportadores são gravados em u

### Sinto que minha instalação está demorando muito para carregar os itens... tem como melhorar?

Se sua coleção é pequena e simples, então é bem capaz que há algum problema ocorrendo e pode ser discutido na lista de emails. Já se sua base tem milhares de itens, com dezenas de metadados, então as razões para lentidões podem ter relação com o servidor ou com as configurações de busca atuais. Sugerimos uma leitura detalhada [desta página](#/optimization) que vai te guiar por algumas opções em questão de performance.
Se sua coleção é pequena e simples, então é bem capaz que há algum problema ocorrendo e pode ser discutido no fórum de suporte. Já se sua base tem milhares de itens, com dezenas de metadados, então as razões para lentidões podem ter relação com o servidor ou com as configurações de busca atuais. Sugerimos uma leitura detalhada [desta página](#/optimization) que vai te guiar por algumas opções em questão de performance.

---

Expand Down Expand Up @@ -127,4 +127,4 @@ Por padrão, a página inicial do seu site será a lista de posts do seu blog. P

Como administrador do seu site, é possível cadastrar novos usuário com diferentes [papéis e permissões](/pt-br/users-roles) para editar seu acervo. Se no entanto você quer que possam ser inseridos itens sem o cadastro de novos usuários no sistema, pode criar um [Formulário de Submissão de itens](/pt-br/item-submission) público, para receber contribuições externas diretas no seu repositório.

> Para participar da comunidade do Tainacan [inscreva-se aqui](https://lists.riseup.net/www/subscribe/tainacan)!
> Para participar da comunidade do Tainacan [inscreva-se aqui](https://tainacan.discourse.group)!
Loading

0 comments on commit 531699a

Please sign in to comment.