Skip to content

Commit 3baff99

Browse files
committed
Package repository, project, icons links fix
1 parent 9bd436c commit 3baff99

File tree

6 files changed

+108
-37
lines changed

6 files changed

+108
-37
lines changed
Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,42 @@
11
<h1>Hello, world!</h1>
22
<p>Welcome to your new single-page application, built with:</p>
33
<ul>
4-
<li><a href='https://github.com/i4004/Simplify.Web'>Simplify.Web</a> and <a href='https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx'>C#</a> for
5-
cross-platform server-side code</li>
6-
<li><a href='https://angular.io/'>Angular</a> and <a href='http://www.typescriptlang.org/'>TypeScript</a> for client-side code</li>
7-
<li><a href='http://getbootstrap.com/'>Bootstrap</a> for layout and styling</li>
4+
<li>
5+
<a href="https://github.com/SimplifyNet/Simplify.Web">Simplify.Web</a> and
6+
<a href="https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx">C#</a> for
7+
cross-platform server-side code
8+
</li>
9+
<li>
10+
<a href="https://angular.io/">Angular</a> and
11+
<a href="http://www.typescriptlang.org/">TypeScript</a> for client-side code
12+
</li>
13+
<li>
14+
<a href="http://getbootstrap.com/">Bootstrap</a> for layout and styling
15+
</li>
816
</ul>
917
<p>To help you get started, we've also set up:</p>
1018
<ul>
11-
<li><strong>Client-side navigation</strong>. For example, click <em>Counter</em> then <em>Back</em> to return here.</li>
12-
<li><strong>Angular CLI integration</strong>. In development mode, there's no need to run <code>ng serve</code>. It runs in the background automatically, so
13-
your client-side resources are dynamically built on demand and the page refreshes when you modify any file.</li>
14-
<li><strong>Efficient production builds</strong>. In production mode, development-time features are disabled, and your <code>dotnet publish</code>
15-
configuration automatically invokes <code>ng build</code> to produce minified, ahead-of-time compiled JavaScript files.</li>
19+
<li>
20+
<strong>Client-side navigation</strong>. For example, click
21+
<em>Counter</em> then <em>Back</em> to return here.
22+
</li>
23+
<li>
24+
<strong>Angular CLI integration</strong>. In development mode, there's no
25+
need to run <code>ng serve</code>. It runs in the background automatically,
26+
so your client-side resources are dynamically built on demand and the page
27+
refreshes when you modify any file.
28+
</li>
29+
<li>
30+
<strong>Efficient production builds</strong>. In production mode,
31+
development-time features are disabled, and your
32+
<code>dotnet publish</code> configuration automatically invokes
33+
<code>ng build</code> to produce minified, ahead-of-time compiled JavaScript
34+
files.
35+
</li>
1636
</ul>
17-
<p>The <code>ClientApp</code> subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any <code>ng</code>
18-
command (e.g., <code>ng test</code>), or use <code>npm</code> to install extra packages into it.</p>
37+
<p>
38+
The <code>ClientApp</code> subdirectory is a standard Angular CLI application.
39+
If you open a command prompt in that directory, you can run any
40+
<code>ng</code> command (e.g., <code>ng test</code>), or use
41+
<code>npm</code> to install extra packages into it.
42+
</p>

src/SampleApps/SampleApp.Angular/Responses/Json.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace SampleApp.Angular.Responses
55
{
66
/// <summary>
77
/// Provides controller JSON response (send only JSON string to response)
8-
/// This is sample Json response, it is recommended to use https://github.com/i4004/Simplify.Web.Json package instead
8+
/// This is sample Json response, it is recommended to use https://github.com/SimplifyNet/Simplify.Web.Json package instead
99
/// </summary>
1010
public class Json : ControllerResponse
1111
{

src/SampleApps/SampleApp.SelfHosted/Templates/Default.tpl

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<div class="text-center">Hello from OWIN self-hosted console application with HttpListener server!</div>
1+
<div class="text-center">
2+
Hello from OWIN self-hosted console application with HttpListener server!
3+
</div>
24

35
<div class="container-fluid">
46
<div class="row">
@@ -7,10 +9,18 @@
79
<b>Links</b>
810
</div>
911
<ul class="list-group">
10-
<li class="list-group-item"><a href="https://github.com/i4004/Simplify.Web/wiki">Wiki</a></li>
11-
<li class="list-group-item"><a href="https://github.com/i4004/Simplify.Web/tree/master/src">Source code</a></li>
12-
<li class="list-group-item"><a href="https://github.com/i4004/Simplify.Web/tree/master/src/Examples">Example applications</a></li>
13-
<li class="list-group-item"><a href="https://www.nuget.org/packages?q=Simplify.Web">Nuget package and extensions</a></li>
12+
<li class="list-group-item">
13+
<a href="https://github.com/SimplifyNet/Simplify.Web/wiki">Wiki</a>
14+
</li>
15+
<li class="list-group-item">
16+
<a href="https://github.com/SimplifyNet/Simplify.Web/tree/master/src">Source code</a>
17+
</li>
18+
<li class="list-group-item">
19+
<a href="https://github.com/SimplifyNet/Simplify.Web/tree/master/src/Examples">Example applications</a>
20+
</li>
21+
<li class="list-group-item">
22+
<a href="https://www.nuget.org/packages?q=Simplify.Web">Nuget package and extensions</a>
23+
</li>
1424
</ul>
1525
</div>
1626
<div class="col-sm-6">
@@ -20,12 +30,21 @@
2030
<ul class="list-group">
2131
<li class="list-group-item">Site url: {SV:SiteUrl}</li>
2232
<li class="list-group-item">Site virtual path: {~}</li>
23-
<li class="list-group-item">Templates location: {SV:TemplatesDir}</li>
33+
<li class="list-group-item">
34+
Templates location: {SV:TemplatesDir}
35+
</li>
2436
<li class="list-group-item">Style: {SV:Style}</li>
2537
<li class="list-group-item">Language: {SV:Language}</li>
26-
<li class="list-group-item">Language with extension: {SV:LanguageExt}</li>
27-
<li class="list-group-item">Language culture name: {SV:LanguageCultureName}</li>
28-
<li class="list-group-item">Language culture name with extension: {SV:LanguageCultureNameExt}</li>
38+
<li class="list-group-item">
39+
Language with extension: {SV:LanguageExt}
40+
</li>
41+
<li class="list-group-item">
42+
Language culture name: {SV:LanguageCultureName}
43+
</li>
44+
<li class="list-group-item">
45+
Language culture name with extension:
46+
{SV:LanguageCultureNameExt}
47+
</li>
2948
</ul>
3049
</div>
3150
</div>

src/SampleApps/SampleApp.Vue/ClientApp/components/home/home.vue.html

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,49 @@
33
<h1>Hello, world!</h1>
44
<p>Welcome to your new single-page application, built with:</p>
55
<ul>
6-
<li><a href='https://github.com/i4004/Simplify.Web'>Simplify.Web</a> and <a href='https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx'>C#</a> for
7-
cross-platform server-side code</li>
8-
<li><a href="https://vuejs.org/">Vue.js</a> and <a href="http://www.typescriptlang.org/">TypeScript</a> for client-side code</li>
9-
<li><a href="https://webpack.github.io/">Webpack</a> for building and bundling client-side resources</li>
10-
<li><a href="http://getbootstrap.com/">Bootstrap</a> for layout and styling</li>
6+
<li>
7+
<a href="https://github.com/SimplifyNet/Simplify.Web">Simplify.Web</a>
8+
and
9+
<a href="https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx">C#</a>
10+
for cross-platform server-side code
11+
</li>
12+
<li>
13+
<a href="https://vuejs.org/">Vue.js</a> and
14+
<a href="http://www.typescriptlang.org/">TypeScript</a> for client-side
15+
code
16+
</li>
17+
<li>
18+
<a href="https://webpack.github.io/">Webpack</a> for building and
19+
bundling client-side resources
20+
</li>
21+
<li>
22+
<a href="http://getbootstrap.com/">Bootstrap</a> for layout and styling
23+
</li>
1124
</ul>
1225
<p>To help you get started, we've also set up:</p>
1326
<ul>
14-
<li><strong>Client-side navigation</strong>. For example, click <em>Counter</em> then <em>Back</em> to return here.</li>
15-
<li><strong>Webpack dev middleware</strong>. In development mode, there's no need to run the <code>webpack</code> build tool. Your client-side resources are
16-
dynamically built on demand. Updates are available as soon as you modify any file.</li>
17-
<li><strong>Hot module replacement</strong>. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving
18-
changes to files, your Vue app will be rebuilt and a new instance injected is into the page.</li>
19-
<li><strong>Efficient production builds</strong>. In production mode, development-time features are disabled, and the <code>webpack</code> build tool
20-
produces minified static CSS and JavaScript files.</li>
27+
<li>
28+
<strong>Client-side navigation</strong>. For example, click
29+
<em>Counter</em> then <em>Back</em> to return here.
30+
</li>
31+
<li>
32+
<strong>Webpack dev middleware</strong>. In development mode, there's no
33+
need to run the <code>webpack</code> build tool. Your client-side
34+
resources are dynamically built on demand. Updates are available as soon
35+
as you modify any file.
36+
</li>
37+
<li>
38+
<strong>Hot module replacement</strong>. In development mode, you don't
39+
even need to reload the page after making most changes. Within seconds
40+
of saving changes to files, your Vue app will be rebuilt and a new
41+
instance injected is into the page.
42+
</li>
43+
<li>
44+
<strong>Efficient production builds</strong>. In production mode,
45+
development-time features are disabled, and the
46+
<code>webpack</code> build tool produces minified static CSS and
47+
JavaScript files.
48+
</li>
2149
</ul>
2250
</div>
2351
</template>

src/SampleApps/SampleApp.Vue/Responses/Json.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace SampleApp.Vue.Responses
55
{
66
/// <summary>
77
/// Provides controller JSON response (send only JSON string to response)
8-
/// This is sample Json response, it is recommended to use https://github.com/i4004/Simplify.Web.Json package instead
8+
/// This is sample Json response, it is recommended to use https://github.com/SimplifyNet/Simplify.Web.Json package instead
99
/// </summary>
1010
public class Json : ControllerResponse
1111
{

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
77
<Copyright>Licensed under LGPL</Copyright>
88
<Version>2.2</Version>
9-
<PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl>
10-
<PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl>
11-
<RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl>
9+
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web</PackageProjectUrl>
10+
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
11+
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web</RepositoryUrl>
1212
<RepositoryType>GIT</RepositoryType>
1313
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1414
<PackageReleaseNotes>

0 commit comments

Comments
 (0)