Changeset 3247168
- Timestamp:
- 02/26/2025 02:02:01 PM (13 months ago)
- Location:
- sparkling-appcast
- Files:
-
- 2 edited
-
tags/0.6/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sparkling-appcast/tags/0.6/readme.txt
r3247166 r3247168 14 14 Sparkling Appcast exposes a new shortcode to display a list of app builds. 15 15 16 ` ``16 ` 17 17 [sappcast_display_builds sappcast_track="{track-id-or-slug}"] 18 ` ``18 ` 19 19 20 20 Configure Sparkle to ingest the appcast.xml at https://your.site/wp-json/sparkling-appcast/v1/track/{track-id-or-slug}/appcast.xml. You will see something like the following XML. 21 21 22 ` ``22 ` 23 23 <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> 24 24 <channel> … … 45 45 </channel> 46 46 </rss> 47 ` ``47 ` 48 48 49 49 ## Configuration … … 51 51 To get started name the application you want to distribute on your WordPress site. You can find the settings page under the App Builds menu. 52 52 53 54 55 53 If you have multiple tracks besides Production, you can should add them on wp-admin under the App Builds menu. 56 57 58 54 59 55 ## Usage -
sparkling-appcast/trunk/readme.txt
r3247166 r3247168 14 14 Sparkling Appcast exposes a new shortcode to display a list of app builds. 15 15 16 ` ``16 ` 17 17 [sappcast_display_builds sappcast_track="{track-id-or-slug}"] 18 ` ``18 ` 19 19 20 20 Configure Sparkle to ingest the appcast.xml at https://your.site/wp-json/sparkling-appcast/v1/track/{track-id-or-slug}/appcast.xml. You will see something like the following XML. 21 21 22 ` ``22 ` 23 23 <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> 24 24 <channel> … … 45 45 </channel> 46 46 </rss> 47 ` ``47 ` 48 48 49 49 ## Configuration … … 51 51 To get started name the application you want to distribute on your WordPress site. You can find the settings page under the App Builds menu. 52 52 53 54 55 53 If you have multiple tracks besides Production, you can should add them on wp-admin under the App Builds menu. 56 57 58 54 59 55 ## Usage
Note: See TracChangeset
for help on using the changeset viewer.