forked from Business/BinStack
		
	Update license and readme
This commit is contained in:
		
							parent
							
								
									7531dc362d
								
							
						
					
					
						commit
						3ed75822a1
					
				
							
								
								
									
										18
									
								
								LICENSE.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								LICENSE.md
									
									
									
									
									
								
							| @ -1,19 +1,7 @@ | |||||||
| Copyright (c) 2018 Netsyms Technologies. | Copyright (c) 2017-2019 Netsyms Technologies.  Some rights reserved. | ||||||
| 
 | 
 | ||||||
| If you modify and redistribute this project, you must replace the branding | Licensed under the Mozilla Public License Version 2.0.  Files without MPL header | ||||||
| assets with your own. | comments, including third party code, may be under a different license. | ||||||
| 
 |  | ||||||
| The branding assets include: |  | ||||||
|  * the application icon |  | ||||||
|  * the Netsyms N punchcard logo |  | ||||||
|  * the Netsyms for Business graph logo |  | ||||||
| 
 |  | ||||||
| If you are unsure if your usage is allowed, please contact us: |  | ||||||
| https://netsyms.com/contact |  | ||||||
| legal@netsyms.com |  | ||||||
| 
 |  | ||||||
| All other portions of this application, |  | ||||||
| unless otherwise noted (in comments, headers, etc), are licensed as follows: |  | ||||||
| 
 | 
 | ||||||
| Mozilla Public License Version 2.0 | Mozilla Public License Version 2.0 | ||||||
| ================================== | ================================== | ||||||
|  | |||||||
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							| @ -11,6 +11,10 @@ Program Structure | |||||||
| ----------------- | ----------------- | ||||||
| 
 | 
 | ||||||
| ### Folders | ### Folders | ||||||
|  | * api | ||||||
|  |    An API framework.  See api/apisettings.php below. | ||||||
|  | * api/actions | ||||||
|  |    A place to put your API actions. | ||||||
| * langs | * langs | ||||||
|    Translations and alert messages. |    Translations and alert messages. | ||||||
|    The language files that are loaded depends on the value of `LANGUAGE` in `settings.php`. |    The language files that are loaded depends on the value of `LANGUAGE` in `settings.php`. | ||||||
| @ -22,7 +26,7 @@ Program Structure | |||||||
|    The app checks before loading, so it will give a friendly 404 error if it doesn't find your page. |    The app checks before loading, so it will give a friendly 404 error if it doesn't find your page. | ||||||
|    Woe to you if you delete `home.php` or `404.php`, as those are assumed to exist for fallback behavior. |    Woe to you if you delete `home.php` or `404.php`, as those are assumed to exist for fallback behavior. | ||||||
| * static | * static | ||||||
|    CSS, JS, fonts, images... |    CSS, JavaScript, fonts, images... | ||||||
| * vendor | * vendor | ||||||
|    If you don't know what this is about, or you don't have it, you need to read up on Composer.  Right now. |    If you don't know what this is about, or you don't have it, you need to read up on Composer.  Right now. | ||||||
| 
 | 
 | ||||||
| @ -41,11 +45,12 @@ Program Structure | |||||||
|    Read through it to see exactly what it does. |    Read through it to see exactly what it does. | ||||||
| * action.php | * action.php | ||||||
|    A good place to put form handling code.  By default it only handles logging out, but is easily expanded. |    A good place to put form handling code.  By default it only handles logging out, but is easily expanded. | ||||||
|  | * api/apisettings.php | ||||||
|  |    An array of API actions.  Validates any variables required by your actions before running them.  See https://source.netsyms.com/Apps/NotePost/src/branch/master/api/apisettings.php for a full example of its capabilities. | ||||||
| * api.php | * api.php | ||||||
|    Similar to action.php, but designed for user/pass authenticated JSON responses. |    Legacy shim for code that still expects the API endpoint to be here. | ||||||
| * index.php | * index.php | ||||||
|    Login page and handler.  Hands off to `app.php` after authenticating user. |    Handles login and checking permissions. | ||||||
|    It includes 2fa support, by the way. |  | ||||||
| * app.php | * app.php | ||||||
|    Main app page after login.  Handles loading app pages and 404 errors. |    Main app page after login.  Handles loading app pages and 404 errors. | ||||||
|    Redirects to `index.php` if the user is not logged in. |    Redirects to `index.php` if the user is not logged in. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user