Chapter 2. Project Overview

Table of Contents

1. What is Naruto?
2. Where is it?
3. License
4. Bugs, features requests and support?

1. What is Naruto?

Naruto helps web sites and applications integrate with message boards. Message boards are rich in features which can enhance the user experience of many web applications. Naruto helps bridge the divide by defining the interface between message boards and other applications.

Naruto includes an optional REST web service interface to facilitate remotely located services. This interface is fully implemented for both clients and servers.

Naruto is designed with interfaces to make it easier to change or extend the functionality. For example, the difference between an application that works with a message board in the same memory and one that works with one across the country is the name of the class it uses.

A major intent behind Naruto is to help prevent applications from hacking message boards to do what that need. Once hacked, message boards are difficult to upgrade, move or change. The inability to do these things can put the sites and their users under unnecessary security risks and prevent sites from improving their user experiences or scale with their growth.

2. Where is it?

3. License

The MIT License

Copyright (c) 2008 Thomas Davis (sunsetbrew)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4. Bugs, features requests and support?

Please report bugs, request features or support using the tracker at http://sourceforge.net/tracker/?group_id=238941. Using this interface will help others who may see the issue and help the project team prioritize and remember it.

As it says in the license, this software is "AS IS". While the project team wants to provide the best software, it does not constitute a waver in the license.