Skip to content

Commit a315714

Browse files
committed
Introduced OnTopic.Web specific README.md
Importantly, this prominently notes that the library is deprecated, and only intended for aiding during migrations to either `OnTopic.Web.Mvc` or, better yet, `OnTopic.AspNetCore.Mvc`.
1 parent 8fee817 commit a315714

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# OnTopic Web Forms Adapter
2+
Provides a basic implementation [OnTopic](https://github.com/Ignia/Topics-Library) for use with **ASP.NET Web Forms**.
3+
4+
> **Important:** This version of the library is obsolete. Ignia is no longer actively maintaining it, nor is it fully compatible with the latest version of OnTopic. It is provided exclusively to aid in migrations. Implementations should be updated to use the [ASP.NET MVC Framework](https://github.com/Ignia/Topics-Library/OnTopic.Web.Mvc) or, better yet, [ASP.NET Core 3.0](https://github.com/Ignia/Topics-Library/OnTopic.AspNetCore.Mvc) version.
5+
6+
## Presentation Layer
7+
- **[`Ignia.Topics.Web`](Ignia.Topics.Web)**: ASP.NET Web Forms implementation, allowing templates to be created using `*.aspx` pages.
8+
9+
## Credits
10+
OnTopic is owned and maintained by [Ignia](http://www.ignia.com/).

0 commit comments

Comments
 (0)