| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  | @extends('layouts.simple') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="container small"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="my-l"> </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="card content-wrap auto-height"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |             <h1 class="list-heading">{{ trans('settings.licenses') }}</h1> | 
					
						
							|  |  |  |             <p>{{ trans('settings.licenses_desc') }}</p> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |             <ul> | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |                 <li><a href="#bookstack-license">{{ trans('settings.licenses_bookstack') }}</a></li> | 
					
						
							|  |  |  |                 <li><a href="#php-lib-licenses">{{ trans('settings.licenses_php') }}</a></li> | 
					
						
							|  |  |  |                 <li><a href="#js-lib-licenses">{{ trans('settings.licenses_js') }}</a></li> | 
					
						
							|  |  |  |                 <li><a href="#other-licenses">{{ trans('settings.licenses_other') }}</a></li> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             </ul> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div id="bookstack-license" class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |             <h3 class="list-heading">{{ trans('settings.licenses_bookstack') }}</h3> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             <div style="white-space: pre-wrap;" class="mb-m">{{ $license }}</div> | 
					
						
							|  |  |  |             <p>BookStack® is a UK registered trade mark of Daniel Brown. </p> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div id="php-lib-licenses" class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |             <h3 class="list-heading">{{ trans('settings.licenses_php') }}</h3> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             <div style="white-space: pre-wrap;">{{ $phpLibData }}</div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div id="js-lib-licenses" class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |             <h3 class="list-heading">{{ trans('settings.licenses_js') }}</h3> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             <div style="white-space: pre-wrap;">{{ $jsLibData }}</div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div id="other-licenses" class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2024-03-24 06:04:18 +08:00
										 |  |  |             <h3 class="list-heading">{{ trans('settings.licenses_other') }}</h3> | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             <div style="white-space: pre-line;">BookStack makes heavy use of PHP: | 
					
						
							|  |  |  |                 License: PHP License, version 3.01 | 
					
						
							|  |  |  |                 License File: https://www.php.net/license/3_01.txt | 
					
						
							|  |  |  |                 Copyright: Copyright (c) 1999 - 2019 The PHP Group. All rights reserved. | 
					
						
							|  |  |  |                 Link: https://www.php.net/ | 
					
						
							|  |  |  |                 ----------- | 
					
						
							|  |  |  |                 BookStack uses Icons from Google Material Icons: | 
					
						
							|  |  |  |                 License: Apache License Version 2.0 | 
					
						
							|  |  |  |                 License File: https://github.com/google/material-design-icons/blob/master/LICENSE | 
					
						
							|  |  |  |                 Copyright: Copyright 2020 Google LLC | 
					
						
							|  |  |  |                 Link: https://github.com/google/material-design-icons | 
					
						
							|  |  |  |                 ----------- | 
					
						
							|  |  |  |                 BookStack is distributed with TinyMCE: | 
					
						
							|  |  |  |                 License: MIT | 
					
						
							|  |  |  |                 License File: https://github.com/tinymce/tinymce/blob/release/6.7/LICENSE.TXT | 
					
						
							|  |  |  |                 Copyright: Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc. | 
					
						
							|  |  |  |                 Link: https://github.com/tinymce/tinymce | 
					
						
							| 
									
										
										
										
											2024-09-27 17:40:53 +08:00
										 |  |  |                 ----------- | 
					
						
							|  |  |  |                 BookStack's newer WYSIWYG editor is based upon lexical code: | 
					
						
							|  |  |  |                 License: MIT | 
					
						
							|  |  |  |                 License File: https://github.com/facebook/lexical/blob/v0.17.1/LICENSE | 
					
						
							|  |  |  |                 Copyright: Copyright (c) Meta Platforms, Inc. and affiliates. | 
					
						
							|  |  |  |                 Link: https://github.com/facebook/lexical | 
					
						
							| 
									
										
										
										
											2024-03-24 00:31:13 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @endsection |