Skip to content

Commit

Permalink
(#36) Add note about browser extensions
Browse files Browse the repository at this point in the history
Rather than calling out specific browser extensions, lets just mention
that there may be extensions available that can help with viewing the
content.
  • Loading branch information
gep13 committed Sep 29, 2021
1 parent e068753 commit 960ac9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SimpleChocolateyServer/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<h2>You are running a Simple Chocolatey Package Repository v<%= typeof(ForReference).Assembly.GetName().Version %></h2>
<img src="<%= VirtualPathUtility.ToAbsolute("~/Content/images/chocolatey.png") %>" width="80" height="80" alt="chocolatey logo" />
<p>
View your <a href="<%= VirtualPathUtility.ToAbsolute("~/chocolatey/Packages") %>">packages</a> (Atom-based feed, will show up differently in different browsers). To interact with this repository, you will be using Chocolatey from client machines.
View your <a href="<%= VirtualPathUtility.ToAbsolute("~/chocolatey/Packages") %>">packages</a> (Atom-based feed, will show up differently in different browsers. Some will show it as raw XML, while others will understand the contents and render it in a nicely formatted structure. Depending on your browser, there may be extensions that can help with the rendering of the content).
</p>
<p>
To interact with this repository, you will be using Chocolatey from client machines.
</p>
<fieldset style="width:800px">
<legend><strong>Information</strong></legend>
Expand Down

0 comments on commit 960ac9e

Please sign in to comment.