Plugin Directory

Changeset 3247168


Ignore:
Timestamp:
02/26/2025 02:02:01 PM (13 months ago)
Author:
usielriedl
Message:

Fix code blocks in readme.txt

Location:
sparkling-appcast
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sparkling-appcast/tags/0.6/readme.txt

    r3247166 r3247168  
    1414Sparkling Appcast exposes a new shortcode to display a list of app builds.
    1515
    16 ```
     16`
    1717[sappcast_display_builds sappcast_track="{track-id-or-slug}"]
    18 ```
     18`
    1919
    2020Configure 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.
    2121
    22 ```
     22`
    2323<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
    2424    <channel>
     
    4545    </channel>
    4646</rss>
    47 ```
     47`
    4848
    4949## Configuration
     
    5151To get started name the application you want to distribute on your WordPress site. You can find the settings page under the App Builds menu.
    5252
    53 ![image](https://github.com/user-attachments/assets/ff54e6b7-9bbc-47bf-b7fa-207d627ed548)
    54 
    5553If you have multiple tracks besides Production, you can should add them on wp-admin under the App Builds menu.
    56 
    57 ![image](https://github.com/user-attachments/assets/92b3c0f5-a993-4b5e-af62-2aae132a978e)
    5854
    5955## Usage
  • sparkling-appcast/trunk/readme.txt

    r3247166 r3247168  
    1414Sparkling Appcast exposes a new shortcode to display a list of app builds.
    1515
    16 ```
     16`
    1717[sappcast_display_builds sappcast_track="{track-id-or-slug}"]
    18 ```
     18`
    1919
    2020Configure 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.
    2121
    22 ```
     22`
    2323<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
    2424    <channel>
     
    4545    </channel>
    4646</rss>
    47 ```
     47`
    4848
    4949## Configuration
     
    5151To get started name the application you want to distribute on your WordPress site. You can find the settings page under the App Builds menu.
    5252
    53 ![image](https://github.com/user-attachments/assets/ff54e6b7-9bbc-47bf-b7fa-207d627ed548)
    54 
    5553If you have multiple tracks besides Production, you can should add them on wp-admin under the App Builds menu.
    56 
    57 ![image](https://github.com/user-attachments/assets/92b3c0f5-a993-4b5e-af62-2aae132a978e)
    5854
    5955## Usage
Note: See TracChangeset for help on using the changeset viewer.