From 0ce8ef106a29f432b69e4e98b69173c468d5f773 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Thu, 11 May 2023 12:41:00 +0000 Subject: [PATCH] rosetta: update content --- .woodpecker.yml | 12 ++++++------ config.toml | 8 ++++---- content/_index.md | 34 +++++++++++++++------------------- content/help/huggingface.md | 11 ----------- content/help/openai.md | 7 ------- content/install.md | 18 +++++++++--------- 6 files changed, 34 insertions(+), 56 deletions(-) delete mode 100644 content/help/huggingface.md delete mode 100644 content/help/openai.md diff --git a/.woodpecker.yml b/.woodpecker.yml index 7411a5a..3735f85 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,22 +3,22 @@ clone: image: bash commands: - cd /home/0xmrtt - - if [ -d bavarder-pages ]; then - - cd bavarder-pages + - if [ -d rosetta-pages ]; then + - cd rosetta-pages - git pull - git submodule update - else - - git clone --recursive https://git.exozy.me/0xMRTT/bavarder-pages.git + - git clone --recursive https://git.exozy.me/0xMRTT/rosetta-pages.git - fi pipeline: build: image: bash commands: - - cd /home/0xmrtt/bavarder-pages + - cd /home/0xmrtt/rosetta-pages - hugo --minify - - cp -rf public/* /home/0xmrtt/bavarder-pages-public - - cd /home/0xmrtt/bavarder-pages-public + - cp -rf public/* /home/0xmrtt/rosetta-pages-public + - cd /home/0xmrtt/rosetta-pages-public - git add . - git commit -m "Update" - git push \ No newline at end of file diff --git a/config.toml b/config.toml index 69aaec4..efd3344 100644 --- a/config.toml +++ b/config.toml @@ -1,11 +1,11 @@ -baseURL = 'http://bavarder.codeberg.page/' +baseURL = 'http://rosetta.codeberg.page/' languageCode = 'en-us' -title = 'Bavarder' +title = 'Rosetta' theme = "gadolinium" [params] - sourceURL = "https://codeberg.org/Bavarder/pages" + sourceURL = "https://codeberg.org/Rosetta/pages" customHeadHTML = """ - + """ accentColor = "#E66100" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index dd9db08..8489e6b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,10 +1,10 @@ -# Bavarder +# Rosetta -[Codeberg](https://codeberg.org/Bavarder/Bavarder) [Github](https://codeberg.org/Bavarder/Bavarder) +[Codeberg](https://codeberg.org/Rosetta/Rosetta) [Github](https://github.com/RosettaApp/Bavarder) -Chit-Chat with an AI +Encrypt with ease -![preview of the imaginer app](https://codeberg.org/Bavarder/Bavarder/raw/branch/main/data/screenshots/quantum-computing.png) +![preview of the imaginer app](https://codeberg.org/Rosetta/Rosetta/raw/branch/main/data/screenshots/preview.png) ## Installation @@ -12,35 +12,24 @@ Chit-Chat with an AI #### Flathub -You can either use your GNOME Software and search for "Bavarder" or you can run +You can either use your GNOME Software and search for "Rosetta" or you can run ``` -flatpak install io.github.Bavarder.Bavarder +flatpak install page.codeberg.Rosetta.Rosetta ``` ### Others Go to [install](/install) for a full list of all available install method. -## Help - -* [OpenAI](/help/openai) -* [HuggingFace](/help/huggingface) - ## Contribute The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is applicable to this project -### Translate - -[![Translation status](https://translate.codeberg.org/widgets/Bavarder/-/Bavarder/multi-auto.svg)](https://translate.codeberg.org/engage/Bavarder/) - -You can translate Bavarder using [Codeberg Translate](https://translate.codeberg.org/engage/Bavarder/) - ### Mirrors -- [GitHub](https://github.com/Bavarder/Bavarder) -- [Codeberg](https://github.com/Bavarder/Bavarder) +- [GitHub](https://github.com/RosettaApp/Rosetta) +- [Codeberg](https://github.com/Rosetta/Rosetta) ## See also @@ -51,3 +40,10 @@ A tool for generating pictures with AI (GNOME app) - https://github.com/ImaginerApp/Imaginer - https://codeberg.org/Imaginer/Imaginer + +### Bavarder : Chit-Chat with AI + +Chit-Chat with AI (GNOME app) + +- https://github.com/Bavarder/Bavarder +- https://codeberg.org/Bavarder/Bavarder diff --git a/content/help/huggingface.md b/content/help/huggingface.md deleted file mode 100644 index a279123..0000000 --- a/content/help/huggingface.md +++ /dev/null @@ -1,11 +0,0 @@ -# Hugging Face - -A token is not necessary, it allow you to have a bigger rate limit - -* Create an account on [HuggingFace](https://huggingface.com) -* Follow the [documentation](https://huggingface.co/docs/hub/security-tokens) for getting an user access token -* Use the generated token in the API key entry - -{{< rawhtml >}} -

Go Home File an issue

-{{< /rawhtml >}} \ No newline at end of file diff --git a/content/help/openai.md b/content/help/openai.md deleted file mode 100644 index 9bed2f8..0000000 --- a/content/help/openai.md +++ /dev/null @@ -1,7 +0,0 @@ -# OpenAI - -The OpenAI API uses API keys for authentication. Visit your [API Keys page](https://platform.openai.com/account/api-keys) to retrieve the API key you'll use in your requests. - -{{< rawhtml >}} -

Go Home File an issue

-{{< /rawhtml >}} \ No newline at end of file diff --git a/content/install.md b/content/install.md index e85dcaf..4ef0ef5 100644 --- a/content/install.md +++ b/content/install.md @@ -5,10 +5,10 @@ #### Flathub -You can either use your GNOME Software and search for "Bavarder" or you can run +You can either use your GNOME Software and search for "Rosetta" or you can run ``` -flatpak install io.github.Bavarder.Bavarder +flatpak install page.codeberg.Rosetta.Rosetta ``` #### From Source @@ -16,25 +16,25 @@ flatpak install io.github.Bavarder.Bavarder Clone the repo and run `flatpak-builder` ``` -git clone https://codeberg.org/Bavarder/Bavarder.git # or https://github.com/Bavarder/Bavarder.git -cd Bavarder -flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/io.github.Bavarder.Bavarder.json +git clone https://codeberg.org/Rosetta/Rosetta.git # or https://github.com/RosettaApp/Rosetta.git +cd Rosetta +flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/page.codeberg.Rosetta.Rosetta.json ``` ### Archlinux -Bavarder is available in the AUR. Just use your favourite aur helper! +Rosetta is available in the AUR. Just use your favourite aur helper! ``` -yay -S bavarder +yay -S rosetta ``` ### NixOS -Bavarder is available in Nixpkgs Unstable. +Rosetta is available in Nixpkgs Unstable. ``` -nix-shell -p bavarder +nix-shell -p rosetta ```