Skip to content
Snippets Groups Projects
Commit f8fb25f5 authored by Paul Cutler's avatar Paul Cutler Committed by Yassine Doghri
Browse files

docs: update docs with typo fixes

parent 93b47413
No related branches found
No related tags found
1 merge request!358Docs: Update docs with typo fixes
Pipeline #19053 canceled
......@@ -98,7 +98,7 @@ To learn more about Fediverse integration, visit the
### Podcast banner
Upload a banner image to be displayed at the top of your podcast's home page.
The banner must have a 3:1 ration and be at least 1500px wide.
The banner must have a 3:1 ratio and be at least 1500px wide.
### Premium
......
......@@ -4,7 +4,7 @@ title: Users
Roles and permissions in Castopod are defined in two ways, **Instance** users
and [**Podcast**. contributors](../podcast/contributors). For a detailed list of
permissions, view he [Auth](../../getting-started/auth) page.
permissions, view the [Auth](../../getting-started/auth) page.
## Adding a User to the instance
......
......@@ -2,6 +2,8 @@
title: Episodes
---
import { Aside } from "@astrojs/starlight/components";
From the left hand navigation, click **Episodes** and the menu will expand to
**All Episodes** and **New Episode**.
......@@ -52,8 +54,12 @@ displaying the status of creating the clip. Refresh the page to see if it's
`Running` or completed. You may need to be patient depending on the length of
the clip.
:::note To create video clips and soundbites, your server must have `FFMPEG`
installed and a transcript. :::
<Aside>
To create video clips and soundbites, your server must have `FFMPEG` installed
and a transcript.
</Aside>
## Create episode
......@@ -149,3 +155,18 @@ Press `Publish` to finish.
Your RSS feed will be automatically updated with your episode information and
listeners who subscribe will be notified of a new episode. Congratulations on
publishing your first episode!
## Editing an episode
You can edit an episode before or after it is published. You can change any of
the fields, including uploading a new episode, updating the show notes, or
updating the transcripts or chapters. Select the episode you want to edit and
choose `Edit Episode`. You can change just one field or multiple fields at the
same time. After you have made the changes, press `Save Episode` in the upper
right corner to finalize the changes.
You can also edit the publication for the episode. Choose the episode again, and
press `Edit Publication` in the upper right hand corner. Update the announcement
post or publication date. When complete, press `Edit publication`. You can also
choose to cancel the publication and it won't be published but will not be
deleted.
......@@ -2,15 +2,17 @@
title: Podcast Home Page
---
import { Aside } from "@astrojs/starlight/components";
The podcast home page is your landing page for your listeners to view episode
announcements, messages, episodes, and links to where to find your podcast. If
you have only one podcast, your users will be automatically redirected from your
top level domain, such as `www.yourpodcast.com`, to the podcast page at
`www.yourpodcast.com/yourpodcasthandle`.
`www.yourpodcast.com/@yourpodcasthandle`.
If you are hosting multiple podcasts, your top level page will display the
artwork for each podcast. Clicking on the podcast artwork will take you to your
podcast page at `www.yourpodcast.com/yourpodcasthandle`.
podcast page at `www.yourpodcast.com/@yourpodcasthandle`.
## Home Page
......@@ -20,9 +22,13 @@ if you have any new notifications, and the user who is logged in. You can click
on the user for quick access to your account, changing your password, or to log
out.
:::note If you have multiple podcasts, you can click the user dropdown to switch
to choose which podcast to interact with. If your account has access to two or
more podcasts, pay attention to which podcast is broadcasting messages! :::
<Aside>
If you have multiple podcasts, you can click the user dropdown to switch to
choose which podcast to interact with. If your account has access to two or more
podcasts, pay attention to which podcast is broadcasting messages!
</Aside>
Listeners can click the `Follow` button to follow any messages, including
episode announcements, from a Fediverse app, such as Mastodon. After clicking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment