mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-31 19:27:34 +01:00 
			
		
		
		
	 f8da092f3d
			
		
	
	f8da092f3d
	
	
	
		
			
			This is an intermir commit to share what is going on with the development of the new /delta version.
		
			
				
	
	
		
			20 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CACHE MANIFEST
 | |
| # @application.version@
 | |
| 
 | |
| CACHE:
 | |
| # - Explicitly cached 'master entries'.
 | |
| #index.html
 | |
| 
 | |
| NETWORK:
 | |
| # - Resources that require the user to be online.
 | |
| #login.php
 | |
| #/myapi
 | |
| #http://api.twitter.com
 | |
| 
 | |
| FALLBACK:
 | |
| # - static.html will be served if main.py is inaccessible
 | |
| # - offline.jpg will be served in place of all images in images/large/
 | |
| # - offline.html will be served in place of all other .html files
 | |
| # /main.py /static.html
 | |
| # images/large/ images/offline.jpg
 | |
| # *.html /offline.html |