You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensibility/how-to-create-an-atom-feed-for-a-private-gallery.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Create an Atom Feed for a Private Gallery'
3
3
description: You can create an Atom (RSS) feed to an intranet location that contains extensions and add the feed to Extensions and Updates as a private gallery.
You can create an Atom (RSS) feed to an intranet location that contains extensions and add the feed to **Extensions and Updates** as a private gallery. For more information, see [Private galleries](../extensibility/private-galleries.md).
17
17
18
18
## Create an Atom feed
19
-
To create an Atom feed as a private gallery, you first gather your extensions (*.vsix* files) into a folder. You can organize them into subfolders if you want. You will also need the following resources:
19
+
To create an Atom feed as a private gallery, you first gather your extensions (`.vsix` files) into a folder. You can organize them into subfolders if you want. You also need the following resources:
20
20
21
21
- An *atom.xml* file that makes the extensions available as a private gallery. For information about how to connect the *atom.xml* file to **Extensions and Updates**, see [Private galleries](../extensibility/private-galleries.md).
22
22
23
-
- A folder that contains any image files that were extracted from the extensions (for example, screen shots). The *atom.xml* file contains relative links to these images so that they are available in **Extensions and Updates**.
23
+
- A folder that contains any image files that were extracted from the extensions (for example, screen shots). The *atom.xml* file contains relative links to these images so that they're available in **Extensions and Updates**.
24
24
25
-
For example, assume that you have gathered the following two extensions into a folder:
25
+
For example, assume that you've gathered the following two extensions into a folder:
26
26
27
27
-*Template_Wizard_239.vsix*, which is an empty VSIX project template.
28
28
@@ -37,19 +37,19 @@ You can create an Atom (RSS) feed to an intranet location that contains extensio
0 commit comments