blob: d0e2e6c095658d2ee7fe33a5ac5b08dc4c27ddfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Basilisk web browser
This is the source code for the Basilisk web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
laid out in a "comm-central" style configuration where only the code specific to Basilisk is kept in this repository.
The shared Unified XUL Platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
## Getting the platform sub-module
`git submodule init && git submodule update`
## Resources
* [Basilisk home page](http://www.basilisk-browser.org/)
* [Code of Conduct, Contributing, and UXP Coding style](https://repo.palemoon.org/MoonchildProductions/UXP/src/branch/master/docs)
|