Skip to content

Commit 9f69ba8

Browse files
committed
refactor: restructure WebExpress
1 parent 2a52e9d commit 9f69ba8

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![WebExpress](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/main/assets/banner.png)
1+
![WebExpress-Framework](https://raw.githubusercontent.com/webexpress-framework/.github/main/docs/assets/img/banner.png)
22

33
# WebExpress
44
`WebExpress` is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .net language (e.g. C#). Some advantages of `WebExpress` are:
@@ -10,18 +10,18 @@
1010

1111
The `WebExpress` family includes the following projects:
1212

13-
- [WebExpress](https://github.com/ReneSchwarzer/WebExpress#readme) - The web server for `WebExpress` applications and the documentation.
14-
- [WebExpress.WebCore](https://github.com/ReneSchwarzer/WebExpress.WebCore#readme) - The core for `WebExpress` applications.
15-
- [WebExpress.WebUI](https://github.com/ReneSchwarzer/WebExpress.WebUI#readme) - Common templates and controls for `WebExpress` applications.
16-
- [WebExpress.WebIndex](https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme) - Reverse index for `WebExpress` applications.
17-
- [WebExpress.WebApp](https://github.com/ReneSchwarzer/WebExpress.WebApp#readme) - Business application template for `WebExpress` applications.
13+
- [WebExpress](https://github.com/webexpress-framework/WebExpress#readme) - The web server for `WebExpress` applications and the documentation.
14+
- [WebExpress.WebCore](https://github.com/webexpress-framework/WebExpress.WebCore#readme) - The core for `WebExpress` applications.
15+
- [WebExpress.WebUI](https://github.com/webexpress-framework/WebExpress.WebUI#readme) - Common templates and controls for `WebExpress` applications.
16+
- [WebExpress.WebIndex](https://github.com/webexpress-framework/WebExpress.WebIndex#readme) - Reverse index for `WebExpress` applications.
17+
- [WebExpress.WebApp](https://github.com/webexpress-framework/WebExpress.WebApp#readme) - Business application template for `WebExpress` applications.
1818

1919
`WebExpress` is part of the `WebExpress` family. The project provides a web server for `WebExpress` applications.
2020

2121
To get started with `WebExpress`, use the following links.
2222

23-
- [installation guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/installation_guide.md)
24-
- [development guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/development_guide.md)
23+
- [installation guide](https://github.com/webexpress-framework/WebExpress/blob/main/doc/installation_guide.md)
24+
- [development guide](https://github.com/webexpress-framework/WebExpress/blob/main/doc/development_guide.md)
2525

2626
# Tutorial
2727
How to tutorial to demonstrate a simple `WebExpress` application. The application includes the creation of a home page that displays this tutorial and an info page with information about the application.
@@ -486,7 +486,7 @@ Now you have created a new solution and are ready to proceed with the next steps
486486
app.label=WebExprss Application
487487
app.description=A Tutorial how to demonstrate a simple WebExpress application.
488488
app.license.label=License MIT
489-
app.license.uri=https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp/blob/main/LICENSE
489+
app.license.uri=https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp/blob/main/LICENSE
490490
app.about=About WebApp Tutorial
491491
app.version.label={0} version {1} created with {2} version {3}.
492492
@@ -503,7 +503,7 @@ Now you have created a new solution and are ready to proceed with the next steps
503503
```
504504

505505
## Add the Assets
506-
- Add assets to the `WebApp` project. You can get the assets for this tutorial here: https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp/tree/main/WebApp/Assets/img
506+
- Add assets to the `WebApp` project. You can get the assets for this tutorial here: https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp/tree/main/WebApp/Assets/img
507507
- Add the assets in the `WebApp` project file.
508508

509509
```xml

src/WebApp/Internationalization/de

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app.name=WebApp Tutorial
66
app.label=WebExprss Application
77
app.description=Tutorial einer einfachen WebExprss Anwendudng.
88
app.license.label=Lizenz MIT
9-
app.license.uri=https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp/blob/main/LICENSE
9+
app.license.uri=https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp/blob/main/LICENSE
1010
app.about=Über WebApp Tutorial
1111
app.version.label={0} Version {1} erstellt mit {2} Version {3}.
1212

src/WebApp/Internationalization/en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app.name=WebApp Tutorial
66
app.label=WebExprss Application
77
app.description=Tutorial of a simple WebExpress application.
88
app.license.label=License MIT
9-
app.license.uri=https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp/blob/main/LICENSE
9+
app.license.uri=https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp/blob/main/LICENSE
1010
app.about=About WebApp Tutorial
1111
app.version.label={0} version {1} created with {2} version {3}.
1212

src/WebApp/WebExpress.Tutorial.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Version>0.0.9.0</Version>
66
<AssemblyVersion>0.0.9.0</AssemblyVersion>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<RepositoryUrl>https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp.git</RepositoryUrl>
8+
<RepositoryUrl>https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp.git</RepositoryUrl>
99
<EnableDynamicLoading>true</EnableDynamicLoading>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)