summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-12 11:59:50 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-12 11:59:50 +0100
commite1cb581a997c1d664bfe6adc1a8f7f9e508a46d2 (patch)
treecaebab91e9580e5cb09cbbe5fdb99ea01f2b46f0 /README.md
parent06a13ffb09108b55aaeee03f20f8231a8826dda8 (diff)
downloadUXP-e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2.tar
UXP-e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2.tar.gz
UXP-e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2.tar.lz
UXP-e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2.tar.xz
UXP-e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2.zip
Add a README
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..32cdf9b04
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# Unified XUL Platform (UXP)
+
+This repository holds the code for a unified application platform for XUL-based
+applications. It is a hard fork from the Mozilla code repository (mozilla-central)
+with an ESR-52 fork point.
+
+In addition to further development based on the Mozilla upstream code, and
+selective cherry-picking of directly-applicable patches, this repository has its
+own development and holds the base for a future platform to be used by XUL
+applications.
+
+This repository will contain at least one application to demonstrate and make use
+of the platform: The Basilisk web browser, a close twin to Mozilla's Firefox.
+
+### A note about trademarks and branding
+
+Although this repository is licensed under Mozilla Public License v2.0, the
+trademarks and brands contained herein remain the property of their respective
+owners. For more details, please see the notifications in the respective directories.
+
+### Foundation and maintainership
+
+This repository has been founded and is maintained by Moonchild (M.C. Straver).
+If you fork this repository to perform your own work on it, please consider
+offering improvement patches upstream to its origin to mutually improve the
+platform and build a future for XUL.