Update screenshots, organize a bit

main
Jeff Moe 2023-11-15 14:48:35 -07:00
parent 82fadbd209
commit 94a291cd15
69 changed files with 1027 additions and 97 deletions

View File

@ -15,3 +15,10 @@ Libre means all of the source code is under a free software license, as defined
Libre means all of the AI models are under a free content license compatible with Wikipedia. Example: CC by SA.
{{% /blocks/lead %}}
{{% blocks/lead color="red" %}}
Parrot is ALPHA software under development.
Parrot is not ready for end user usage.
{{% /blocks/lead %}}

View File

@ -26,3 +26,10 @@ Libre means all of the AI models are under a free content license compatible wit
{{% /blocks/lead %}}
{{% blocks/lead color="red" %}}
Parrot is ALPHA software under development.
Parrot is not ready for end user usage.
{{% /blocks/lead %}}

View File

@ -0,0 +1,21 @@
---
title: Source Code
description: Parrot Source Code
weight: 1
---
{{% pageinfo %}}
Parrot Source Code
{{% /pageinfo %}}
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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@ -5,7 +5,8 @@ weight: 1
---
{{% pageinfo %}}
Parrot is a Libre AI IDE.
Parrot is ALPHA software under development.
Parrot is not ready for end users.
{{% /pageinfo %}}
Parrot is a Libre AI IDE.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -1,6 +1,6 @@
---
title: AI Generation
description: Content Generated by AI
title: Website AI Image Generation
description: Website Images Generated by AI
weight: 1
---
@ -14,6 +14,11 @@ by AUTOMATIC1111 using txt2img.
![Parrot Logo](parrot-sd.png)
Note, the AI referred to here, is NOT the one in the IDE.
The AI here was used to create the logo, and doesn't have
anything to do with the IDE code or AI model for that.
Details about the image generation are in the image file itself.
This text information isn't available as EXIF data.
This text information isn't available as metadata (e.g. as in GNU Image).

View File

Before

Width:  |  Height:  |  Size: 687 KiB

After

Width:  |  Height:  |  Size: 687 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 233 KiB

After

Width:  |  Height:  |  Size: 233 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 425 KiB

View File

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 425 KiB

View File

Before

Width:  |  Height:  |  Size: 590 KiB

After

Width:  |  Height:  |  Size: 590 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 563 KiB

After

Width:  |  Height:  |  Size: 563 KiB

View File

@ -10,22 +10,22 @@ sed -i -e 's/<link rel="icon" type="image\/png" href="\/favicons\/android-.*//g'
./public/*.html ./public/*/*.html ./public/*/*/*/*.html \
./public/docs/generate/index.html ./public/docs/_print/index.html ./public/docs/overview/index.html
cp -pf ./content/en/docs/Generate/parrot.ico \
cp -pf ./content/en/docs/Website/parrot.ico \
./public/favicon.ico
cp -pf ./content/en/docs/Generate/parrot.ico \
cp -pf ./content/en/docs/Website/parrot.ico \
./public/favicons/favicon.ico
cp -pf ./content/en/docs/Generate/parrot-1024.png \
cp -pf ./content/en/docs/Website/parrot-1024.png \
./public/favicons/favicon-1024.png
cp -pf ./content/en/docs/Generate/parrot-256.png \
cp -pf ./content/en/docs/Website/parrot-256.png \
./public/favicons/favicon-256.png
cp -pf ./content/en/docs/Generate/parrot-16.png \
cp -pf ./content/en/docs/Website/parrot-16.png \
./public/favicons/favicon-16x16.png
cp -pf ./content/en/docs/Generate/parrot-32.png \
cp -pf ./content/en/docs/Website/parrot-32.png \
./public/favicons/favicon-32x32.png
rm -f ./public/favicons/android*

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

Binary file not shown.

View File

@ -38,7 +38,7 @@ An IDE is an editor. It is a software application that makes it easy for humans
AI adds &ldquo;artificial intelligence&rdquo; 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.">
<meta itemprop="dateModified" content="2023-10-23T08:21:59-06:00" />
<meta itemprop="wordCount" content="92">
<meta itemprop="wordCount" content="106">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="About Parrot"/>
<meta name="twitter:description" content="About Parrot Parrot is a Libre AI IDE. Parrot is a Libre AI IDE.
@ -111,6 +111,17 @@ Libre means all of the source code is under a free software license, as defined
</div>
</div>
</div>
</section>
<div><a id="td-block-2" class="td-offset-anchor"></a></div>
<section class="row td-box td-box--red position-relative td-box--height-auto">
<div class="col-12">
<div class="container text-center td-arrow-down">
<div class="h4 mb-0">
<p>Parrot is ALPHA software under development.
Parrot is not ready for end user usage.</p>
</div>
</div>
</div>
</section>
</main>

View File

@ -102,7 +102,7 @@ This is the multi-page printable view of this section.
<li>1: <a href="#pg-e9c32b8e5dc7d164e3835189024eb06b">AI Generation</a></li>
<li>1: <a href="#pg-6e17e09fffc1050f46600282def85180">Overview</a></li>
@ -121,7 +121,7 @@ This is the multi-page printable view of this section.
<li>2: <a href="#pg-6e17e09fffc1050f46600282def85180">Overview</a></li>
<li>2: <a href="#pg-87c02059d6aefce726f2000df8048297">Screenshots</a></li>
@ -140,7 +140,26 @@ This is the multi-page printable view of this section.
<li>3: <a href="#pg-87c02059d6aefce726f2000df8048297">Screenshots</a></li>
<li>3: <a href="#pg-215932e2bc47d6fe696d8bcda10f88a0">Source Code</a></li>
<ul>
</ul>
<li>4: <a href="#pg-b914e8b1c4706b6018ae84ddbd4c4ccc">Website AI Image Generation</a></li>
@ -189,71 +208,13 @@ This is the multi-page printable view of this section.
<div class="td-content" style="">
<h1 id="pg-e9c32b8e5dc7d164e3835189024eb06b">1 - AI Generation</h1>
<div class="lead">Content Generated by AI</div>
<div class="pageinfo pageinfo-primary">
<p>Parrot Logo</p>
</div>
<p>The Parrot logo was generated using the Stable Diffusion web interface
by AUTOMATIC1111 using txt2img.</p>
<p><img src="parrot-sd.png" alt="Parrot Logo"></p>
<p>Details about the image generation are in the image file itself.
This text information isn&rsquo;t available as EXIF data.
This text information isn&rsquo;t available as metadata (e.g. as in GNU Image).
But it is available just from strings, ala:</p>
<pre tabindex="0"><code>strings content/en/parrot-sd.png |head -5
software logo, a cute solid neon green parrot, standing on a small black computer keyboard, wearing a lab coat, (1 keyboard), highly detailed &lt;lora:LogoRedmondV2-Logo-LogoRedmAF:1&gt;. orange beak. &lt;lora:add_detail:1&gt; White background. eye glasses.
Negative prompt: (worst quality, low quality, thumbnail:1.4), signature, artist name, web address, cropped, jpeg artifacts, watermark, username, collage, grid. monitor. laptop. table. desk.
Steps: 150, Sampler: DPM++ 2M Karras, CFG scale: 4.5, Seed: 3001601394, Size: 1024x1024, Model hash: 70229e1d56, Model: juggernautXL_version5, VAE hash: 235745af8d, VAE: sdxl_vae.safetensors, Lora hashes: &#34;LogoRedmondV2-Logo-LogoRedmAF: 73ea578ffb4f, add_detail: 7c6bad76eb54&#34;, Refiner: sd_xl_refiner_1.0 [7440042bbd], Refiner switch at: 0.8, Version: v1.6.0
</code></pre><p>The VAE is a &ldquo;fixed&rdquo; one, available here:</p>
<ul>
<li><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">https://huggingface.co/madebyollin/sdxl-vae-fp16-fix</a></li>
</ul>
<p>The Parrot background was generated using the Stable Diffusion web interface
by AUTOMATIC1111 using img2img.</p>
<p><img src="parrot-background-sd.jpg" alt="Parrot Background">
Generation data is in the comment of JPEG files.</p>
<pre tabindex="0"><code>charset=Unicode Data center. Server room full of rack mounted computers in cabinets. Hyperrealistic. Cinema camera photo.
Negative prompt: (worst quality, low quality, thumbnail:1.4), signature, artist name, web address, cropped, jpeg artifacts, watermark, username, collage. ears. Horns.
Steps: 99, Seed: 1191627118, Sampler: Default, CFG scale: 5, Size: 1920x1080, Parser: Full parser, Model: sdXL_v10, Model hash: 31e35c80fc, Backend: Diffusers, App: SD.Next, Version: 1183488, Operations: inpaint, Init image size: 1920x1080, Init image hash: b688c60b, Resize mode: 0, Mask blur: 4, Denoising strength: 1, Pipeline: StableDiffusionXLInpaintPipeline, CFG rescale: 0.7
</code></pre>
</div>
<div class="td-content" style="page-break-before: always">
<h1 id="pg-6e17e09fffc1050f46600282def85180">2 - Overview</h1>
<h1 id="pg-6e17e09fffc1050f46600282def85180">1 - Overview</h1>
<div class="lead">Parrot Overview</div>
<div class="pageinfo pageinfo-primary">
<p>Parrot is a Libre AI IDE.</p>
<p>Parrot is ALPHA software under development.
Parrot is not ready for end users.</p>
</div>
@ -299,7 +260,7 @@ Steps: 99, Seed: 1191627118, Sampler: Default, CFG scale: 5, Size: 1920x1080, Pa
<div class="td-content" style="page-break-before: always">
<h1 id="pg-87c02059d6aefce726f2000df8048297">3 - Screenshots</h1>
<h1 id="pg-87c02059d6aefce726f2000df8048297">2 - Screenshots</h1>
<div class="lead">Parrot Screenshots</div>
@ -330,6 +291,111 @@ Steps: 99, Seed: 1191627118, Sampler: Default, CFG scale: 5, Size: 1920x1080, Pa
<div class="td-content" style="page-break-before: always">
<h1 id="pg-215932e2bc47d6fe696d8bcda10f88a0">3 - Source Code</h1>
<div class="lead">Parrot Source Code</div>
<div class="pageinfo pageinfo-primary">
<p>Parrot Source Code</p>
</div>
<p>Source code for Parrot is available in the repository:</p>
<ul>
<li><a href="https://spacecruft.org/deepcrayon/parrot">https://spacecruft.org/deepcrayon/parrot</a></li>
</ul>
<p><img src="parrot-screenshot-code-1.png" alt="Parrot Screenshot of code repo"></p>
<p>Clone thusly:</p>
<pre tabindex="0"><code>git clone https://spacecruft.org/deepcrayon/parrot
</code></pre>
</div>
<div class="td-content" style="page-break-before: always">
<h1 id="pg-b914e8b1c4706b6018ae84ddbd4c4ccc">4 - Website AI Image Generation</h1>
<div class="lead">Website Images Generated by AI</div>
<div class="pageinfo pageinfo-primary">
<p>Parrot Logo</p>
</div>
<p>The Parrot logo was generated using the Stable Diffusion web interface
by AUTOMATIC1111 using txt2img.</p>
<p><img src="parrot-sd.png" alt="Parrot Logo"></p>
<p>Note, the AI referred to here, is NOT the one in the IDE.
The AI here was used to create the logo, and doesn&rsquo;t have
anything to do with the IDE code or AI model for that.</p>
<p>Details about the image generation are in the image file itself.
This text information isn&rsquo;t available as EXIF data.
This text information isn&rsquo;t available as metadata (e.g. as in GNU Image).
But it is available just from strings, ala:</p>
<pre tabindex="0"><code>strings content/en/parrot-sd.png |head -5
software logo, a cute solid neon green parrot, standing on a small black computer keyboard, wearing a lab coat, (1 keyboard), highly detailed &lt;lora:LogoRedmondV2-Logo-LogoRedmAF:1&gt;. orange beak. &lt;lora:add_detail:1&gt; White background. eye glasses.
Negative prompt: (worst quality, low quality, thumbnail:1.4), signature, artist name, web address, cropped, jpeg artifacts, watermark, username, collage, grid. monitor. laptop. table. desk.
Steps: 150, Sampler: DPM++ 2M Karras, CFG scale: 4.5, Seed: 3001601394, Size: 1024x1024, Model hash: 70229e1d56, Model: juggernautXL_version5, VAE hash: 235745af8d, VAE: sdxl_vae.safetensors, Lora hashes: &#34;LogoRedmondV2-Logo-LogoRedmAF: 73ea578ffb4f, add_detail: 7c6bad76eb54&#34;, Refiner: sd_xl_refiner_1.0 [7440042bbd], Refiner switch at: 0.8, Version: v1.6.0
</code></pre><p>The VAE is a &ldquo;fixed&rdquo; one, available here:</p>
<ul>
<li><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">https://huggingface.co/madebyollin/sdxl-vae-fp16-fix</a></li>
</ul>
<p>The Parrot background was generated using the Stable Diffusion web interface
by AUTOMATIC1111 using img2img.</p>
<p><img src="parrot-background-sd.jpg" alt="Parrot Background">
Generation data is in the comment of JPEG files.</p>
<pre tabindex="0"><code>charset=Unicode Data center. Server room full of rack mounted computers in cabinets. Hyperrealistic. Cinema camera photo.
Negative prompt: (worst quality, low quality, thumbnail:1.4), signature, artist name, web address, cropped, jpeg artifacts, watermark, username, collage. ears. Horns.
Steps: 99, Seed: 1191627118, Sampler: Default, CFG scale: 5, Size: 1920x1080, Parser: Full parser, Model: sdXL_v10, Model hash: 31e35c80fc, Backend: Diffusers, App: SD.Next, Version: 1183488, Operations: inpaint, Init image size: 1920x1080, Init image hash: b688c60b, Resize mode: 0, Mask blur: 4, Denoising strength: 1, Pipeline: StableDiffusionXLInpaintPipeline, CFG rescale: 0.7
</code></pre>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Parrot Source Code</title>
<link>/docs/code/</link>
<description>Recent content in Source Code on Parrot</description>
<generator>Hugo -- gohugo.io</generator>
<atom:link href="/docs/code/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@ -81,6 +81,8 @@
<ul class="ul-1">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id="m-docsgenerate-li">
<a href="/docs/generate/" class="align-left ps-0 active td-sidebar-link td-sidebar-link__section" id="m-docsgenerate"><span class="td-sidebar-nav-active-item">AI Generation</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docscode-li">
<a href="/docs/code/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docscode"><span class="">Code</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsoverview-li">
<a href="/docs/overview/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsoverview"><span class="">Overview</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsscreenshots-li">

View File

@ -79,12 +79,14 @@
<li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id="m-docs-li">
<a href="/docs/" title="Documentation" class="align-left ps-0 active td-sidebar-link td-sidebar-link__section tree-root" id="m-docs"><span class="td-sidebar-nav-active-item">Docs</span></a>
<ul class="ul-1">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsgenerate-li">
<a href="/docs/generate/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsgenerate"><span class="">AI Generation</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsoverview-li">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsoverview-li">
<a href="/docs/overview/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsoverview"><span class="">Overview</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsscreenshots-li">
<a href="/docs/screenshots/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsscreenshots"><span class="">Screenshots</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docscode-li">
<a href="/docs/code/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docscode"><span class="">Source Code</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docswebsite-li">
<a href="/docs/website/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docswebsite"><span class="">Website AI Image Generation</span></a>
</li>
</ul>
</li>
@ -146,14 +148,6 @@
<hr class="panel-line">
<div class="entry">
<h5>
<a href="/docs/generate/">AI Generation</a>
</h5>
<p>Content Generated by AI</p>
</div>
<div class="entry">
<h5>
<a href="/docs/overview/">Overview</a>
@ -169,6 +163,22 @@
<p>Parrot Screenshots</p>
</div>
<div class="entry">
<h5>
<a href="/docs/code/">Source Code</a>
</h5>
<p>Parrot Source Code</p>
</div>
<div class="entry">
<h5>
<a href="/docs/website/">Website AI Image Generation</a>
</h5>
<p>Website Images Generated by AI</p>
</div>
</div>
<div class="text-muted mt-5 pt-3 border-top">

View File

@ -107,7 +107,8 @@ This is the multi-page printable view of this section.
<div class="pageinfo pageinfo-primary">
<p>Parrot is a Libre AI IDE.</p>
<p>Parrot is ALPHA software under development.
Parrot is not ready for end users.</p>
</div>

View File

@ -79,12 +79,14 @@
<li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id="m-docs-li">
<a href="/docs/" title="Documentation" class="align-left ps-0 td-sidebar-link td-sidebar-link__section tree-root" id="m-docs"><span class="">Docs</span></a>
<ul class="ul-1">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsgenerate-li">
<a href="/docs/generate/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsgenerate"><span class="">AI Generation</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id="m-docsoverview-li">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id="m-docsoverview-li">
<a href="/docs/overview/" class="align-left ps-0 active td-sidebar-link td-sidebar-link__section" id="m-docsoverview"><span class="td-sidebar-nav-active-item">Overview</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsscreenshots-li">
<a href="/docs/screenshots/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsscreenshots"><span class="">Screenshots</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docscode-li">
<a href="/docs/code/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docscode"><span class="">Source Code</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docswebsite-li">
<a href="/docs/website/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docswebsite"><span class="">Website AI Image Generation</span></a>
</li>
</ul>
</li>
@ -131,7 +133,8 @@
<div class="pageinfo pageinfo-primary">
<p>Parrot is a Libre AI IDE.</p>
<p>Parrot is ALPHA software under development.
Parrot is not ready for end users.</p>
</div>

View File

@ -79,12 +79,14 @@
<li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id="m-docs-li">
<a href="/docs/" title="Documentation" class="align-left ps-0 td-sidebar-link td-sidebar-link__section tree-root" id="m-docs"><span class="">Docs</span></a>
<ul class="ul-1">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsgenerate-li">
<a href="/docs/generate/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsgenerate"><span class="">AI Generation</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsoverview-li">
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsoverview-li">
<a href="/docs/overview/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docsoverview"><span class="">Overview</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id="m-docsscreenshots-li">
<a href="/docs/screenshots/" class="align-left ps-0 active td-sidebar-link td-sidebar-link__section" id="m-docsscreenshots"><span class="td-sidebar-nav-active-item">Screenshots</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docscode-li">
<a href="/docs/code/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docscode"><span class="">Source Code</span></a>
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docswebsite-li">
<a href="/docs/website/" class="align-left ps-0 td-sidebar-link td-sidebar-link__section" id="m-docswebsite"><span class="">Website AI Image Generation</span></a>
</li>
</ul>
</li>
@ -148,6 +150,9 @@
</div>
<div class="text-muted mt-5 pt-3 border-top">
Last modified October 26, 2023: <a href="https://spacecruft.org/deepcrayon/parrot-www/commit/a71df252402ee8446d192a57e55a72ffb7082929">add screenshot (a71df25)</a>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 180 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Parrot Website AI Image Generation</title>
<link>/docs/website/</link>
<description>Recent content in Website AI Image Generation on Parrot</description>
<generator>Hugo -- gohugo.io</generator>
<atom:link href="/docs/website/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

Binary file not shown.

View File

@ -110,6 +110,17 @@
</div>
</div>
</section>
<div><a id="td-block-2" class="td-offset-anchor"></a></div>
<section class="row td-box td-box--red position-relative td-box--height-auto">
<div class="col-12">
<div class="container text-center td-arrow-down">
<div class="h4 mb-0">
<p>Parrot is ALPHA software under development.
Parrot is not ready for end user usage.</p>
</div>
</div>
</div>
</section>

View File

@ -2,13 +2,15 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/docs/generate/</loc>
<lastmod>2023-10-25T19:04:58-06:00</lastmod>
</url><url>
<loc>/docs/overview/</loc>
<lastmod>2023-10-23T08:18:18-06:00</lastmod>
</url><url>
<loc>/docs/screenshots/</loc>
<lastmod>2023-10-26T05:39:55-06:00</lastmod>
</url><url>
<loc>/docs/code/</loc>
</url><url>
<loc>/docs/website/</loc>
</url><url>
<loc>/docs/</loc>
<lastmod>2023-10-23T08:18:18-06:00</lastmod>