Skip to content

Commit

Permalink
Slightly adapted the different README versions
Browse files Browse the repository at this point in the history
- clarified the organization transfer
- removed using company except in the global README
  • Loading branch information
mrbean-bremen committed Apr 1, 2024
1 parent 58691e7 commit 2de76da
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 32 deletions.
20 changes: 5 additions & 15 deletions Docs/Readme.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
![W3C SVG Logo](https://www.w3.org/Icons/SVG/svg-logo-v.png)
## SVG.NET

Public fork of the C# SVG rendering library on CodePlex (out of service).
Public fork of the C# SVG rendering library on CodePlex (now out of service).

This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
This started out as a private fork by [vvvv](https://vvvv.org) with some minor modification to enable the writing of proper SVG strings.
After almost two years of fixes and improvements the company decided to share the codebase with the public in order to improve it even further.
In 2021, the repository has been transferred from the company organization `vvvv` to the new organization `svg-net` (e.g. SVG.NET).

So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
Please feel free to fork it and open pull requests for any fix, improvement or feature you want to add.
You may check the [contributing guide](https://github.com/svg-net/SVG/blob/master/CONTRIBUTING.md) for more information on how to do this.

For information on installation and usage of the library, and for release notes please check the [documentation pages](https://svg-net.github.io/SVG/).

## Projects using the library

* [vvvv](https://vvvv.org) a hybrid visual/textual live-programming environment for easy prototyping and development.
* [Posh](https://github.com/vvvv/Posh) a windowing/interaction/drawing layer for C#/.NET desktop applications with their GUI in a browser.
* [Timeliner](https://github.com/vvvv/Timeliner) a Posh based timeline that can be controlled by and sends out its values via OSC.
* [Chordious](https://chordious.com) a fretboard diagram generator for fretted stringed instruments.
* [HttpMaster](https://www.httpmaster.net) a Windows tool for HTTP testing and debugging.

If you want your project in this list, send me a pull request on this file or link + short description to tebjan (at) vvvv.org

## License
Licensed under the [MS-PL license](https://github.com/svg-net/SVG?tab=MS-PL-1-ov-file),

Expand Down
18 changes: 5 additions & 13 deletions Docs/articles/Introduction.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# SVG.NET

Public fork of the C# SVG rendering library on CodePlex (out of service).
Public fork of the C# SVG rendering library on CodePlex (now out of service).

This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
This started out as a private fork by [vvvv](https://vvvv.org) with some minor modification to enable the writing of proper SVG strings.
After almost two years of fixes and improvements the company decided to share the codebase with the public in order to improve it even further.
In 2021, the repository has been transferred from the company organization `vvvv` to the new organization `svg-net` (e.g. SVG.NET).

So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
Please feel free to fork it and open pull requests for any fix, improvement or feature you want to add.
You may check the [contributing guide](https://github.com/svg-net/SVG/blob/master/CONTRIBUTING.md) for more information on how to do this.

## Downloads
Expand All @@ -16,16 +18,6 @@ The respository includes
* **Samples:** For sample applications
* **Docs:** For the documentations (in markdown format).

## Projects using the library

* [vvvv](https://vvvv.org) a hybrid visual/textual live-programming environment for easy prototyping and development.
* [Posh](https://github.com/vvvv/Posh) a windowing/interaction/drawing layer for C#/.NET desktop applications with their GUI in a browser.
* [Timeliner](https://github.com/vvvv/Timeliner) a Posh based timeline that can be controlled by and sends out its values via OSC.
* [Chordious](https://chordious.com) a fretboard diagram generator for fretted stringed instruments.
* [HttpMaster](https://www.httpmaster.net) a Windows tool for HTTP testing and debugging.

If you want your project in this list, send me a pull request on this file or link + short description to tebjan (at) vvvv.org

## License
Licensed under the [MS-PL license](https://github.com/svg-net/SVG?tab=MS-PL-1-ov-file),

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
![W3C SVG Logo](https://www.w3.org/Icons/SVG/svg-logo-v.png)
# SVG.NET[![NuGet version](https://badge.fury.io/nu/svg.svg)](https://badge.fury.io/nu/svg) [![Gitter](https://badges.gitter.im/vvvv/SVG.svg)](https://gitter.im/vvvv/SVG?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) ![Testsuite](https://github.com/svg-net/SVG/workflows/Testsuite/badge.svg?branch=master) ![DocBuild](https://github.com/svg-net/SVG/workflows/DocBuild/badge.svg?branch=master)

Public fork of the C# SVG rendering library on codeplex.
Public fork of the C# SVG rendering library on CodePlex.

This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
This started out as a private fork by [vvvv](https://vvvv.org) with some minor modification to enable the writing of proper SVG strings.
After almost two years of fixes and improvements the company decided to share the codebase with the public in order to improve it even further.
In 2021, the repository has been transferred from the company organization `vvvv` to the new organization `svg-net` (e.g. SVG.NET).

So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
Please feel free to fork it and open pull requests for any fix, improvement or feature you want to add.
You may check the [contributing guide](https://github.com/svg-net/SVG/blob/master/CONTRIBUTING.md) for more information on how to do this.

For information on installation and usage of the library, and for release notes please check the [documentation pages](https://svg-net.github.io/SVG/).
Expand All @@ -18,7 +20,7 @@ For information on installation and usage of the library, and for release notes
* [Chordious](https://chordious.com) a fretboard diagram generator for fretted stringed instruments.
* [HttpMaster](https://www.httpmaster.net) a Windows tool for HTTP testing and debugging.

If you want your project in this list, send me a pull request on this file or link + short description to tebjan (at) vvvv.org
If you want your project in this list, send a pull request on this file, or a link and short description to tebjan (at) vvvv.org.

## License
Licensed under the MS-PL license.
Expand Down

0 comments on commit 2de76da

Please sign in to comment.