Skip to content

sequoiar/openwebapps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experiment around installable web applications. What you'll find here:

addons/
Addons for different browsers that provide better support for web applications: including new features (like search and notification support) and better integration into browser UI.
docs/
Documentation, including an in-depth discussion of the design and goals of the project.
example/
An example that shows how to integrate myapps javascript libraries to allow a site author to trigger an installation of their application.
harness/
Files related to setting up a local develoment environment. Currently a nodejs script that will allow you to run a webserver that serves up the various sites contained here.
site/
The "myapps" website. To the end user this site is a location where they can launch their application dashboard. To the developer this is the domain under which several javascript libraries are hosted that allow interaction with the user's applications. Site nightlies are hosted at https://myapps.mozillalabs.com
store/
The "appstore" website, implemented as a Python webserver. Implements a demonstration application store that performs authentication of users and provides "proof-of-purchase" assertions to applications. No real payment processing is performed. Hosted at https://appstore.mozillalabs.com.

LICENSE

All files that are a part of this project, except where explicitly noted, are covered by The following license:

Version: MPL 1.1/GPL 2.0/LGPL 2.1

The contents of this file are subject to the Mozilla Public License Version 
1.1 (the "License"); you may not use this file except in compliance with 
the License. You may obtain a copy of the License at 
http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.

The Original Code is openwebapps.

The Initial Developer of the Original Code is Mozilla Foundation.

Portions created by the Initial Developer are Copyright (C) 2010
the Initial Developer. All Rights Reserved.

Contributor(s):

Alternatively, the contents of this file may be used under the terms of
either the GNU General Public License Version 2 or later (the "GPL"), or
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
in which case the provisions of the GPL or the LGPL are applicable instead
of those above. If you wish to allow use of your version of this file only
under the terms of either the GPL or the LGPL, and not to allow others to
use your version of this file under the terms of the MPL, indicate your
decision by deleting the provisions above and replace them with the notice
and other provisions required by the GPL or the LGPL. If you do not delete
the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.

About

An experiment into Open Web Apps

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published