You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
base | 2 weeks ago | |
content-images | 7 months ago | |
jsmodules | 2 years ago | |
modules | 1 year ago | |
skin | 3 weeks ago | |
.gitattributes | 3 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 7 months ago | |
fundamentals.php | 12 months ago | |
index.php | 1 year ago |
README.md
Project Selene
This holds the design framework, navigation and content for the Pale Moon Developer Site - http://developer.palemoon.org/
Original framework author: Matt A. Tobin, released under the MPL 2.0
Content committed by various community contributors.
Currently maintained by Moonchild Productions.
Note that the actual content is included in base/content
. The live site will perform automated pulls from the production
branch.
This is a PHP framework that takes site pseudo-code in plaintext format and combines it with easy-to-update skin components to generate a website.
Everything is handled server-side to keep the resulting site as browser-agnostic and accessible as possible.
The only part of the site that relies on JavaScript is the code-highlighter.