Update reader.

This commit is contained in:
Bruce
2026-04-06 13:09:20 +08:00
parent b562d5b5ba
commit 64f3958d7f
55 changed files with 16056 additions and 9780 deletions

View File

@@ -0,0 +1,17 @@
Copyright © 2000-2018 SharpZipLib Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

View File

@@ -1,76 +0,0 @@
NOTICE
This product includes software developed by third parties.
----------------------------------------------------------------------
PriTools (PriFormat)
----------------------------------------------------------------------
This product includes code derived from the PriTools project
developed by chausner.
Original Project:
Name: PriTools
Author: chausner
Project Homepage: https://github.com/chausner/PriTools
Source Repository: https://github.com/chausner/PriTools/tree/master
License: Apache License, Version 2.0
License File: LICENSE.PriTools.chausner
The original PriFormat project has been modified in this product, including:
- Renamed from "PriFormat" to "PriFileFormat"
- Adapted to support Microsoft .NET Framework 4.6
- Added support for the COM IStream interface
- Modified resource cleanup and disposal logic
- Changed namespaces and internal structure
These modifications were made by the authors of this product.
The original copyright and license notices
are retained in accordance with the Apache License, Version 2.0.
----------------------------------------------------------------------
pugixml
----------------------------------------------------------------------
This product includes pugixml, which is licensed under the MIT License.
License File:
LICENSE.pugixml
----------------------------------------------------------------------
RapidJSON
----------------------------------------------------------------------
This product includes RapidJSON, which is licensed under the MIT License.
License File:
LICENSE.RapidJSON
----------------------------------------------------------------------
markdown.js
----------------------------------------------------------------------
This product includes markdown.js (also known as markdown-js).
Original Project:
Name: markdown.js
Source Repository: https://github.com/evilstreak/markdown-js
License: MIT License
License File: LICENSE.markdown.js
----------------------------------------------------------------------
WinJS
----------------------------------------------------------------------
This product includes Microsoft WinJS (Windows Library for JavaScript).
Original Project:
Name: WinJS
Author: Microsoft Corporation
Project Homepage: https://github.com/winjs/winjs
License: MIT License
License File: LICENSE.WinJS
----------------------------------------------------------------------
End of notices.

View File

@@ -77,6 +77,7 @@ text-align: center;
<li>markdown.js (MIT License) - <a href="https://github.com/evilstreak/markdown-js" target="_blank">https://github.com/evilstreak/markdown-js</a></li>
<li>CodeMirror (MIT License) - <a href="https://codemirror.net/" target="_blank">https://codemirror.net/</a></li>
<li>Json.NET (MIT License) - <a href="https://www.newtonsoft.com/json" target="_blank">https://www.newtonsoft.com/json</a></li>
<li>SharpZipLib (MIT License) - <a href="https://icsharpcode.github.io/SharpZipLib/" target="_blank">https://icsharpcode.github.io/SharpZipLib/</a></li>
</ul>
<h2>四、免责声明</h2>

Binary file not shown.

View File

@@ -79,6 +79,7 @@ text-align: center;
<li>markdown.js (MIT License) - <a href="https://github.com/evilstreak/markdown-js" target="_blank">https://github.com/evilstreak/markdown-js</a></li>
<li>CodeMirror (MIT License) - <a href="https://codemirror.net/" target="_blank">https://codemirror.net/</a></li>
<li>Json.NET (MIT License) - <a href="https://www.newtonsoft.com/json" target="_blank">https://www.newtonsoft.com/json</a></li>
<li>SharpZipLib (MIT License) - <a href="https://icsharpcode.github.io/SharpZipLib/" target="_blank">https://icsharpcode.github.io/SharpZipLib/</a></li>
</ul>
<h2>4. Disclaimer</h2>

Binary file not shown.