Skip to content

nanojs/nano-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nano Browser plugin

The Browser plugin for the nano JavaScript framework provides detailed information for the current browser environment.

Installation

To add the Browser plugin include it in the <head> of the document, after the core framework:

<!DOCTYPE html>
<html>
  <head>
    <title>My Site</title>
    <script src="path/to/nano.js"></script>
    <script src="path/to/nano.browser.js"></script>
  </head>
  <body>
		
    <!-- your content here -->
		
  </body>
</html>

Documentation

Full documentation for the plugin is available at http://nanojs.org/plugins/browser.

Support

For support, bugs and feature requests, please use the issues section of this repository.

Contributing

If you'd like to contribute new features, enhancements or bug fixes to the code base just follow these steps:

  • Create a GitHub account, if you don't own one already
  • Then, fork the nano-browser repository to your account
  • Create a new branch from the develop branch in your forked repository
  • Modify the existing code, or add new code to your branch
  • When ready, make a pull request to the main repository

There may be some discussion regarding your contribution to the repository before any code is merged in, so be prepared to provide feedback on your contribution if required.

License

Copyright 2008-2015 James Watts. All rights reserved.

Licensed under the GNU/GPL. Redistributions of the source code included in this repository must retain the copyright notice found in each file.