Skip to content

Commit

Permalink
Updated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 21, 2020
1 parent 557d867 commit ef63ca8
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![API documentation](https://img.shields.io/badge/api-docs-orange.svg)](https://dotnet.0install.net/)
[![Build status](https://img.shields.io/appveyor/ci/0install/0install-dotnet.svg)](https://ci.appveyor.com/project/0install/0install-dotnet)
Zero Install is a decentralized cross-platform software installation system. You can learn more at [0install.net](http://0install.net/).
Zero Install is a decentralized cross-platform software installation system. You can learn more at [0install.net](https://0install.net/).

This is the .NET implementation of Zero Install. It can be used as a [command-line tool](#command-line) on various platforms or be embedded into .NET applications as a set of [libraries](#libraries). It provides the basis for [Zero Install for Windows](https://github.com/0install/0install-win).

Expand Down Expand Up @@ -63,6 +63,6 @@ To build on Linux or MacOS X install [.NET Core SDK 3.1 or newer](https://www.mi

## Contributing

We welcome contributions to this project such as bug reports, recommendations, pull requests and [translations](https://www.transifex.com/eicher/0install-win/). If you have any questions feel free to pitch in on our [friendly mailing list](http://0install.net/support.html#lists).
We welcome contributions to this project such as bug reports, recommendations, pull requests and [translations](https://www.transifex.com/eicher/0install-win/). If you have any questions feel free to pitch in on our [friendly mailing list](https://0install.net/support.html#lists).

This repository contains an [EditorConfig](http://editorconfig.org/) file. Please make sure to use an editor that supports it to ensure consistent code style, file encoding, etc.. For full tooling support for all style and naming conventions consider using JetBrain's [ReSharper](https://www.jetbrains.com/resharper/) or [Rider](https://www.jetbrains.com/rider/) products.
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zero Install is a decentralized cross-platform software installation system. You can learn more at [0install.net](http://0install.net/).
Zero Install is a decentralized cross-platform software installation system. You can learn more at [0install.net](https://0install.net/).
This website documents the Zero Install .NET API. You can use this to integrate Zero Install features into your own application.

Take a look at the [**Namespace List**](namespaces.html) to get an overview of the available functionality.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Basic/Exporters/Exporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void DeployBootstrap(ITaskHandler handler, string mode)
? mode + " " + appName + ".exe"
: mode + "-" + appName.ToLowerInvariant().Replace(" ", "-") + ".sh";

var source = new Uri("https://0install.de/bootstrap/" +
var source = new Uri("https://get.0install.net/bootstrap/" +
"?platform=" + (_architecture.OS == OS.Windows ? "windows" : "linux") +
"&mode=" + mode +
"&name=" + HttpUtility.UrlEncode(appName) +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ private void RegistryApply(long size)
if (uninstallKey == null) return;

uninstallKey.SetValue("InstallLocation", TargetDir + @"\");
uninstallKey.SetValue("Publisher", "0install.de");
uninstallKey.SetValue("URLInfoAbout", "http://0install.de/");
uninstallKey.SetValue("Publisher", "0install.net");
uninstallKey.SetValue("URLInfoAbout", "https://0install.net/");
uninstallKey.SetValue("DisplayName", MachineWide ? "Zero Install" : "Zero Install (current user)");
uninstallKey.SetValue("DisplayVersion", ImplementationVersion.ZeroInstall.ToString());
uninstallKey.DeleteValue("MajorVersion", throwOnMissingValue: false);
Expand Down
6 changes: 3 additions & 3 deletions src/Publish/catalog.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
window.addEventListener("keydown",function (e) {
if (e.keyCode === 114 || (e.ctrlKey &amp;&amp; e.keyCode === 70)) {
if (e.keyCode === 114 || (e.ctrlKey &amp;&amp; e.keyCode === 70)) {
document.getElementById("search").focus();
e.preventDefault();
}
Expand Down Expand Up @@ -59,13 +59,13 @@
</p>
</div>
<div class="actions">
<form action="https://0install.de/bootstrap/" method="get">
<form action="https://get.0install.net/bootstrap/" method="get">
<input type="hidden" name="name" value="{interface:name}"/>
<input type="hidden" name="uri" value="{@uri}"/>
<input type="hidden" name="mode" value="run"/>
<input type="submit" value="Run"/>
</form>
<form action="https://0install.de/bootstrap/" method="get">
<form action="https://get.0install.net/bootstrap/" method="get">
<input type="hidden" name="name" value="{interface:name}"/>
<input type="hidden" name="uri" value="{@uri}"/>
<input type="hidden" name="mode" value="integrate"/>
Expand Down
6 changes: 3 additions & 3 deletions src/Publish/catalog.xsl.de
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
window.addEventListener("keydown",function (e) {
if (e.keyCode === 114 || (e.ctrlKey &amp;&amp; e.keyCode === 70)) {
if (e.keyCode === 114 || (e.ctrlKey &amp;&amp; e.keyCode === 70)) {
document.getElementById("search").focus();
e.preventDefault();
}
Expand Down Expand Up @@ -59,13 +59,13 @@
</p>
</div>
<div class="actions">
<form action="https://0install.de/bootstrap/" method="get">
<form action="https://get.0install.net/bootstrap/" method="get">
<input type="hidden" name="name" value="{interface:name}"/>
<input type="hidden" name="uri" value="{@uri}"/>
<input type="hidden" name="mode" value="run"/>
<input type="submit" value="Start"/>
</form>
<form action="https://0install.de/bootstrap/" method="get">
<form action="https://get.0install.net/bootstrap/" method="get">
<input type="hidden" name="name" value="{interface:name}"/>
<input type="hidden" name="uri" value="{@uri}"/>
<input type="hidden" name="mode" value="integrate"/>
Expand Down
4 changes: 2 additions & 2 deletions src/Publish/feed.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ http://creativecommons.org/licenses/by-sa/2.5/

<div class="what-is-this">
<xsl:if test="//zi:implementation[@main] | //zi:group[@main] | //zi:command[@name='run'] | //zi:package-implementation[@main]">
<form action="https://0install.de/bootstrap/" method="get" style="float: left; margin-right: 4px;">
<form action="https://get.0install.net/bootstrap/" method="get" style="float: left; margin-right: 4px;">
<input type="hidden" name="name" value="{zi:name}"/>
<input type="hidden" name="uri" value="{/zi:interface/@uri}"/>
<input type="hidden" name="mode" value="run"/>
<input type="submit" value="Run {zi:name}"/>
</form>
<form action="https://0install.de/bootstrap/" method="get" style="clear: right;">
<form action="https://get.0install.net/bootstrap/" method="get" style="clear: right;">
<input type="hidden" name="name" value="{zi:name}"/>
<input type="hidden" name="uri" value="{/zi:interface/@uri}"/>
<input type="hidden" name="mode" value="integrate"/>
Expand Down
4 changes: 2 additions & 2 deletions src/Publish/feed.xsl.de
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ http://creativecommons.org/licenses/by-sa/2.5/

<div class="what-is-this">
<xsl:if test="//zi:implementation[@main] | //zi:group[@main] | //zi:command[@name='run'] | //zi:package-implementation[@main]">
<form action="https://0install.de/bootstrap/" method="get" style="float: left; margin-right: 4px;">
<form action="https://get.0install.net/bootstrap/" method="get" style="float: left; margin-right: 4px;">
<input type="hidden" name="name" value="{zi:name}"/>
<input type="hidden" name="uri" value="{/zi:interface/@uri}"/>
<input type="hidden" name="mode" value="run"/>
<input type="submit" value="Run {zi:name}"/>
</form>
<form action="https://0install.de/bootstrap/" method="get" style="clear: right;">
<form action="https://get.0install.net/bootstrap/" method="get" style="clear: right;">
<input type="hidden" name="name" value="{zi:name}"/>
<input type="hidden" name="uri" value="{/zi:interface/@uri}"/>
<input type="hidden" name="mode" value="integrate"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Solvers/ExternalSolverSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace ZeroInstall.Services.Solvers
{
/// <summary>
/// An external solver process controlled via a JSON API (http://0install.net/json-api.html).
/// An external solver process controlled via a JSON API (https://docs.0install.net/developers/json-api/).
/// </summary>
/// <seealso cref="ExternalSolver"/>
internal sealed class ExternalSolverSession : Dictionary<string, Func<object[], object?>>, IDisposable
Expand Down
8 changes: 4 additions & 4 deletions src/Store/Implementations/Manifests/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static DateTime Round(DateTime timestamp)
/// <exception cref="IOException">A problem occurred while writing the file.</exception>
/// <exception cref="UnauthorizedAccessException">Write access to the file is not permitted.</exception>
/// <remarks>
/// The exact format is specified here: http://0install.net/manifest-spec.html
/// The exact format is specified here: https://docs.0install.net/specifications/manifest/
/// </remarks>
public string Save(string path)
{
Expand All @@ -158,7 +158,7 @@ public string Save(string path)
/// <param name="stream">The stream to write to.</param>
/// <returns>The manifest digest.</returns>
/// <remarks>
/// The exact format is specified here: http://0install.net/manifest-spec.html
/// The exact format is specified here: https://docs.0install.net/specifications/manifest/
/// </remarks>
public void Save(Stream stream)
{
Expand Down Expand Up @@ -195,7 +195,7 @@ public override string ToString()
/// <returns>A set of <see cref="ManifestNode"/>s containing the parsed content of the file.</returns>
/// <exception cref="FormatException">The file specified is not a valid manifest file.</exception>
/// <remarks>
/// The exact format is specified here: http://0install.net/manifest-spec.html
/// The exact format is specified here: https://docs.0install.net/specifications/manifest/
/// </remarks>
public static Manifest Load(Stream stream, ManifestFormat format)
{
Expand Down Expand Up @@ -231,7 +231,7 @@ public static Manifest Load(Stream stream, ManifestFormat format)
/// <exception cref="IOException">The manifest file could not be read.</exception>
/// <exception cref="UnauthorizedAccessException">Read access to the file is not permitted.</exception>
/// <remarks>
/// The exact format is specified here: http://0install.net/manifest-spec.html
/// The exact format is specified here: https://docs.0install.net/specifications/manifest/
/// </remarks>
public static Manifest Load(string path, ManifestFormat format)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static Manifest GenerateManifest(string path, ManifestFormat format, ITa
/// <returns>The manifest digest.</returns>
/// <exception cref="IOException">A problem occurred while writing the file.</exception>
/// <remarks>
/// The exact format is specified here: http://0install.net/manifest-spec.html
/// The exact format is specified here: https://docs.0install.net/specifications/manifest/
/// </remarks>
public static string CreateDotFile(string path, ManifestFormat format, ITaskHandler handler)
{
Expand Down

0 comments on commit ef63ca8

Please sign in to comment.