From c7fcd6259555a65ea43884d8413d8527932a086d Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 2 Dec 2023 10:32:54 -0700 Subject: [PATCH] remove hugo docs --- content/en/docs/Code/_index.md | 65 --------------------- content/en/docs/Install/_index.md | 84 --------------------------- content/en/docs/Overview/_index.md | 22 ------- content/en/docs/Screenshots/_index.md | 27 --------- content/en/docs/_index.md | 17 ------ public/404.html | 3 - public/about/index.html | 3 - public/categories/index.html | 3 - public/index.html | 3 - public/search/index.html | 3 - public/sitemap.xml | 15 ----- public/tags/index.html | 3 - 12 files changed, 248 deletions(-) delete mode 100644 content/en/docs/Code/_index.md delete mode 100644 content/en/docs/Install/_index.md delete mode 100644 content/en/docs/Overview/_index.md delete mode 100644 content/en/docs/Screenshots/_index.md delete mode 100755 content/en/docs/_index.md diff --git a/content/en/docs/Code/_index.md b/content/en/docs/Code/_index.md deleted file mode 100644 index 23bcbbf..0000000 --- a/content/en/docs/Code/_index.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Source Code -description: Parrot Source Code -weight: 1 ---- - -{{% pageinfo %}} - Parrot Source Code -{{% /pageinfo %}} - -{{% blocks/lead color="yellow" %}} -

- -Source code for Parrot is available in the repository: - -* https://spacecruft.org/deepcrayon/parrot - -![Parrot screenshot of code repo](parrot-screenshot-code-1.png) - -Clone thusly: - -``` -git clone https://spacecruft.org/deepcrayon/parrot -``` - -

-{{% /blocks/lead %}} - -

-{{% blocks/lead color="yellow" %}} -

- -Source code for Parrot extension is available in the repository: - -* https://spacecruft.org/deepcrayon/parrot-wut - -![Parrot extension screenshot of code repo](parrot-wut-screenshot-code-1.png) - -Clone thusly: - -``` -git clone https://spacecruft.org/deepcrayon/parrot-wut -``` - -

-{{% /blocks/lead %}} -

-{{% blocks/lead color="yellow" %}} -

- -Source code for Parrot website is available in the repository: - -* https://spacecruft.org/deepcrayon/parrot-www - -![Parrot website screenshot of code repo](parrot-www-screenshot-code-1.png) - -Clone thusly: - -``` -git clone https://spacecruft.org/deepcrayon/parrot-www -``` - -

-{{% /blocks/lead %}} - diff --git a/content/en/docs/Install/_index.md b/content/en/docs/Install/_index.md deleted file mode 100644 index c38fd4b..0000000 --- a/content/en/docs/Install/_index.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -title: Install -description: Parrot Installation -weight: 1 ---- - -{{% pageinfo %}} - Parrot is ALPHA software under development. - Parrot is not ready for end users. -{{% /pageinfo %}} - - -# Requirements -Parrot requires a current GNU/Linux system, such as Debian Stable. - - -# Download -The current version of Parrot can be downloaded here: - -* https://parrot.parts/parrot-releases/current/Parrot.AppImage - -Releases are also available on this server: - -* https://spacecruft.org/deepcrayon/parrot/releases - - -# Run -It is an AppImage, so it needs to be make executable, then run: - -``` -chmod +x Parrot.AppImage -./Parrot.AppImage -``` - - -# Notice - -At present, not all parts of Parrot are ready. - -Main components: - -* IDE (text/code editor). -* IDE AI extension. -* AI extension server. -* AI inference engine server. -* AI model. -* Search server. - -What nominally works: - -* IDE (text/code editor). -* IDE AI extension. -* AI extension server. - -What is missing: - -* AI inference engine server. -* AI model. -* Search server. - - -# AI Server -Parrot is missing the AI server. -It can be made to work, by running your own AI server and model. -That would require, in sum: - -* Find a libre model. -* git clone llama.cpp -* Build llama.cpp. -* Run llama.cpp server. - -Running the server like this, with GGUF model (see: TheBloke). - -``` -cd llama.cpp/build - -./bin/server -c 4096 --host 127.0.0.1 -t 16 mymodel.gguf -``` - -For GPU, add perhaps overkill, like: - -``` ---n-gpu-layers 1024 -``` diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md deleted file mode 100644 index 2d33928..0000000 --- a/content/en/docs/Overview/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Overview -description: Parrot Overview -weight: 1 ---- - -{{% pageinfo %}} - Parrot is ALPHA software under development. - Parrot is not ready for end users. -{{% /pageinfo %}} - -Parrot is a Libre AI IDE. - - -* An IDE is an editor. It is a software application that makes it easy for humans to edit computer source code. - -* AI adds "artificial intelligence" to the application, which may help the human write code. - -* Libre means all of the source code is under a free software license, as defined by the Free Software Foundation. Examples: AGPL, MIT. - -* Libre means all of the AI models are under a free content license compatible with Wikipedia. Example: CC by SA. - diff --git a/content/en/docs/Screenshots/_index.md b/content/en/docs/Screenshots/_index.md deleted file mode 100644 index 8ee7872..0000000 --- a/content/en/docs/Screenshots/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Screenshots -description: Parrot Screenshots -weight: 1 ---- - -{{% pageinfo %}} - Parrot Screenshots -{{% /pageinfo %}} - -Screenshot from Parrot, alpha. - -![Parrot Screenshot](parrot-screenshot-1.png) - -![Parrot Screenshot](parrot-screenshot-2.png) - -![Parrot Screenshot](parrot-screenshot-3.png) - -![Parrot Screenshot](parrot-screenshot-4.png) - -![Parrot Screenshot](parrot-screenshot-5.png) - -![Parrot Screenshot](parrot-screenshot-6.png) - -![parrot screenshot](parrot-screenshot-7.png) - -![Parrot Screenshot](parrot-screenshot-8.png) diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md deleted file mode 100755 index 977901d..0000000 --- a/content/en/docs/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Documentation -linkTitle: Docs -menu: {main: {weight: 20}} -weight: 20 ---- - -{{% pageinfo %}} -Parrot documentation. -{{% /pageinfo %}} - -{{% blocks/lead color="red" %}} - -Parrot is ALPHA software under development. -Parrot is not ready for end user usage. - -{{% /blocks/lead %}} diff --git a/public/404.html b/public/404.html index 8ef2f9f..1cbc027 100644 --- a/public/404.html +++ b/public/404.html @@ -54,9 +54,6 @@

-
diff --git a/public/about/index.html b/public/about/index.html index 9c22a2b..5e2a877 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -71,9 +71,6 @@ Libre means all of the source code is under a free software license, as defined -
diff --git a/public/categories/index.html b/public/categories/index.html index 900aa77..2265733 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -55,9 +55,6 @@ -
diff --git a/public/index.html b/public/index.html index e3b993c..a9501d5 100644 --- a/public/index.html +++ b/public/index.html @@ -56,9 +56,6 @@ -
diff --git a/public/search/index.html b/public/search/index.html index 25d4c67..f6268bd 100644 --- a/public/search/index.html +++ b/public/search/index.html @@ -59,9 +59,6 @@ -
diff --git a/public/sitemap.xml b/public/sitemap.xml index d7838ad..5efefde 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,21 +2,6 @@ - /docs/install/ - 2023-12-02T10:28:18-07:00 - - /docs/overview/ - 2023-12-02T10:28:18-07:00 - - /docs/screenshots/ - 2023-12-02T10:28:18-07:00 - - /docs/code/ - 2023-12-02T10:28:18-07:00 - - /docs/ - 2023-12-02T10:28:18-07:00 - /about/ 2023-12-02T10:28:18-07:00 diff --git a/public/tags/index.html b/public/tags/index.html index db4720b..00affdb 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -55,9 +55,6 @@ -