Skip to content

Commit e5c482c

Browse files
committed
Links udpate to new icon, new owner
1 parent f1d115e commit e5c482c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simplify.Web
22

3-
![Simplify](https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/IconMedium.png)
3+
![Simplify](https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb128x128.png)
44

55
Simplify.Web is a lightweight and fast server-side .NET web-framework based on MVC and OWIN patterns for building HTTP based web-applications, RESTful APIs etc.
66

@@ -15,8 +15,6 @@ It can be hosted:
1515
* The same way as an ApsNetCore MVC application (On IIS, or as a console application)
1616
* Inside a windows service
1717

18-
_This project is a continuator of [AcspNet web-framework](https://github.com/i4004/AcspNet)_
19-
2018
## Package status
2119

2220
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.2-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
@@ -25,7 +23,7 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
2523

2624
## Issues
2725

28-
[![Issues board](https://dxssrr2j0sq4w.cloudfront.net/3.2.0/img/external/zenhub-badge.svg)](https://app.zenhub.com/workspaces/simplify-5ce3859397ab7c51aa180635/board?repos=17025953,51341283,66346856,66425973,66536426)
26+
[![Issues board](https://dxssrr2j0sq4w.cloudfront.net/3.2.0/img/external/zenhub-badge.svg)](https://app.zenhub.com/workspaces/simplify-5d7dd300da4a88000107f7e5/board?repos=208544410,208543783,208544195,208544168,208544390,208544370,208543999)
2927

3028
## Build status
3129

@@ -40,11 +38,11 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
4038
* Can be used as an API backend only with front-end frameworks
4139
* Based on MVC and MVVM patterns
4240
* Lightweight & Fast
43-
* Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/i4004/Simplify/wiki/Simplify.DI))
41+
* Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI))
4442
* Support async controllers
4543
* Supports controllers which can be run on any request
4644
* Localization-friendly (supports templates, strings and data files localization by default)
47-
* Uses fast templates engine ([Simplify.Templates](https://github.com/i4004/Simplify/wiki/Simplify.Templates))
45+
* Uses fast templates engine ([Simplify.Templates](https://github.com/SimplifyNet/Simplify/wiki/Simplify.Templates))
4846
* Mocking-friendly
4947
* Mono-friendly
5048

@@ -73,7 +71,7 @@ dotnet new sweb.angular -n HelloWorldApplication
7371

7472
Then just run project via F5 (it will download all required nuget and npm packages at first build).
7573

76-
## [Detailed documentation](https://github.com/i4004/Simplify.Web/wiki)
74+
## [Detailed documentation](https://github.com/SimplifyNet/Simplify.Web/wiki)
7775

7876
### API outgoing JSON controller example
7977

@@ -208,10 +206,10 @@ There are many ways in which you can participate in the project. Like most open-
208206

209207
Additional extensions to Simplify.Web live in their own repositories on GitHub. For example:
210208

211-
* [Simplify.Web.Json](https://github.com/i4004/Simplify.Web.Json) - JSON serialization/deserialization
212-
* [Simplify.Web.Multipart](https://github.com/i4004/Simplify.Web.Multipart) - multipart form model binder
213-
* [Simplify.Web.MessageBox](https://github.com/i4004/Simplify.Web.MessageBox) - non-interactive server side message box
214-
* [Simplify.Web.Templates](https://github.com/i4004/Simplify.Web.Templates) - Visual studio project templates
209+
* [Simplify.Web.Json](https://github.com/SimplifyNet/Simplify.Web.Json) - JSON serialization/deserialization
210+
* [Simplify.Web.Multipart](https://github.com/SimplifyNet/Simplify.Web.Multipart) - multipart form model binder
211+
* [Simplify.Web.MessageBox](https://github.com/SimplifyNet/Simplify.Web.MessageBox) - non-interactive server side message box
212+
* [Simplify.Web.Templates](https://github.com/SimplifyNet/Simplify.Web.Templates) - Visual studio project templates
215213

216214
## License
217215

0 commit comments

Comments
 (0)