diff options
-rw-r--r-- | docs/.pages | 4 | ||||
-rw-r--r-- | docs/contact/README.md | 7 | ||||
-rw-r--r-- | docs/contact/README.pt.md | 7 | ||||
-rw-r--r-- | docs/references/README.md | 11 | ||||
-rw-r--r-- | docs/references/README.pt.md | 11 | ||||
-rw-r--r-- | docs/why/README.md | 10 | ||||
-rw-r--r-- | docs/why/README.pt.md | 4 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
8 files changed, 45 insertions, 11 deletions
diff --git a/docs/.pages b/docs/.pages index af1d981..aac9dd2 100644 --- a/docs/.pages +++ b/docs/.pages @@ -1,7 +1,7 @@ nav: - README.md - why - - how + #- how - references - - help + #- help - contact diff --git a/docs/contact/README.md b/docs/contact/README.md index 09f7129..d1e2edf 100644 --- a/docs/contact/README.md +++ b/docs/contact/README.md @@ -1 +1,8 @@ # Contact + +You can get in touch: + +* Filling an [issue][]. +* Sending an e-mail message to rhatto at riseup.net. + +[issue]: https://0xacab.org/copyfarai/copyfarai.itcouldbewor.se/-/issues diff --git a/docs/contact/README.pt.md b/docs/contact/README.pt.md index 4a698c4..8ef6448 100644 --- a/docs/contact/README.pt.md +++ b/docs/contact/README.pt.md @@ -1 +1,8 @@ # Contato + +Você pode entrar em contato ao: + +* Criar um [chamado][]. +* Enviar uma mensagem de e-mail para rhato em riseup.net. + +[chamado]: https://0xacab.org/copyfarai/copyfarai.itcouldbewor.se/-/issues diff --git a/docs/references/README.md b/docs/references/README.md index 0bdb39a..fd719de 100644 --- a/docs/references/README.md +++ b/docs/references/README.md @@ -1,10 +1,15 @@ # References -Some related references and discussions: +Some related references and discussions. -* [licensing - Is there a license that explicitly exempts AI from all conditions? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13932/is-there-a-license-that-explicitly-exempts-ai-from-all-conditions) -* [licensing - Is there a license like MIT that explicitly forbids the use of AI? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13920/is-there-a-license-like-mit-that-explicitly-forbids-the-use-of-ai) +## "AI" and licensing + +* [Is there a license that explicitly exempts AI from all conditions? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13932/is-there-a-license-that-explicitly-exempts-ai-from-all-conditions) +* [Is there a license like MIT that explicitly forbids the use of AI? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13920/is-there-a-license-like-mit-that-explicitly-forbids-the-use-of-ai) * [First Open Source Copyright Lawsuit Challenges GitHub Copilot](https://www.infoq.com/news/2022/11/lawsuit-github-copilot/) + +## "AI" and copyright violantions + * [Copyright exceptions for AI training data—will there be an international level playing field? | Journal of Intellectual Property Law & Practice | Oxford Academic](https://academic.oup.com/jiplp/article/17/12/973/6880991?login=false) * [Generative AI Has an Intellectual Property Problem](https://hbr.org/2023/04/generative-ai-has-an-intellectual-property-problem) * [The lawsuit against Microsoft, GitHub and OpenAI that could change the rules of AI copyright - The Verge](https://www.theverge.com/2022/11/8/23446821/microsoft-openai-github-copilot-class-action-lawsuit-ai-copyright-violation-training-data) diff --git a/docs/references/README.pt.md b/docs/references/README.pt.md index 7ea8f6f..7dff618 100644 --- a/docs/references/README.pt.md +++ b/docs/references/README.pt.md @@ -1,10 +1,15 @@ # Referências -Alguns artigos e discussões sobre o assunto: +Alguns artigos e discussões sobre o assunto. -* [licensing - Is there a license that explicitly exempts AI from all conditions? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13932/is-there-a-license-that-explicitly-exempts-ai-from-all-conditions) -* [licensing - Is there a license like MIT that explicitly forbids the use of AI? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13920/is-there-a-license-like-mit-that-explicitly-forbids-the-use-of-ai) +## "IA" e licenciamento + +* [Is there a license that explicitly exempts AI from all conditions? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13932/is-there-a-license-that-explicitly-exempts-ai-from-all-conditions) +* [Is there a license like MIT that explicitly forbids the use of AI? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/13920/is-there-a-license-like-mit-that-explicitly-forbids-the-use-of-ai) * [First Open Source Copyright Lawsuit Challenges GitHub Copilot](https://www.infoq.com/news/2022/11/lawsuit-github-copilot/) + +## "IA" e violações de copyright + * [Copyright exceptions for AI training data—will there be an international level playing field? | Journal of Intellectual Property Law & Practice | Oxford Academic](https://academic.oup.com/jiplp/article/17/12/973/6880991?login=false) * [Generative AI Has an Intellectual Property Problem](https://hbr.org/2023/04/generative-ai-has-an-intellectual-property-problem) * [The lawsuit against Microsoft, GitHub and OpenAI that could change the rules of AI copyright - The Verge](https://www.theverge.com/2022/11/8/23446821/microsoft-openai-github-copilot-class-action-lawsuit-ai-copyright-violation-training-data) diff --git a/docs/why/README.md b/docs/why/README.md index 2c04e82..9a7d9aa 100644 --- a/docs/why/README.md +++ b/docs/why/README.md @@ -1,3 +1,11 @@ # Why -To be written. +This project was created to supply the absence of specific licenses that +restricts ingestion of content in some system such as [LLMs][]. + +Besides existing [discussions](/references) about non-licensing for [LLMs][] and +such, there was no specific and easily usable license. + +Then, a disclaimer was created to be plugged in any existing license. + +[LLMs]: https://en.wikipedia.org/wiki/Large_language_model diff --git a/docs/why/README.pt.md b/docs/why/README.pt.md index df712f3..1f6baee 100644 --- a/docs/why/README.pt.md +++ b/docs/why/README.pt.md @@ -3,8 +3,8 @@ Este projeto surgiu para suprir a ausência de licenças específicas que restrinjam a ingestão de obras em determinados sistemas, como [LLMs][]. -Apesar de existirem discussões sobre não-licenciamento de conteúdo para -[LLMs][], não havia uma licença específica e facilmente usável. +Apesar de existirem [discussões](/references) sobre não-licenciamento de +conteúdo para [LLMs][] e afins, não havia uma licença específica e facilmente usável. Por isso, um disclaimer foi redigido pra encaixar em qualquer licença existente. @@ -6,6 +6,8 @@ site_name: Copy Far "AI" docs_dir : docs site_dir : public dev_addr : '127.0.0.1:8070' +repo_url : https://0xacab.org/copyfarai/copyfarai.itcouldbewor.se +edit_url : '' # Site address is bind to 0.0.0.0 so it works find inside a Docker container. # A better config would be desirable. |