Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shillcock committed Feb 9, 2012
1 parent f35daad commit e8d2032
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Copyright and License Information
BrowserAdapter
==============

This is the [NPAPI](/isis-project/npapi-headers) browser plugin to [isis-browser](/isis-project/isis-browser). This plugin communicates with the [BrowserServer](/isis-project/BrowserServer) which renders a web page into this adapter.

* __js_*__ methods are the implementations of the exposed JavaScript routines callable by a JavaScript program.

* __msg*__ methods are unsolicited messages sent by the BrowserServer when it needs to inform this adapter of something.

* __handle*__ methods are called by the browser via the [AdapterBase](/isis-project/AdapterBase)::PrvNPP_HandleEvent NPAPI plugin callback event handler.

_No further development is planned on the component._

For current development news see [isis-project](http://isis-project.org).

License
-------
This code is released under the Apache 2.0 license.

#### Copyright and License Information

All content, including all source code files and documentation files in this repository are:
Copyright (c) 2012 Hewlett-Packard Development Company, L.P.
Expand All @@ -16,5 +35,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

# end Copyright and License Information

#### end Copyright and License Information

0 comments on commit e8d2032

Please sign in to comment.