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.
 
 
 
 
Moonchild d2185927a5
Fix some formatting issues in the Linux docs.
2 weeks ago
base Fix some formatting issues in the Linux docs. 2 weeks ago
content-images Update Windows build instructions to include VS2022 (31.3.0+) 7 months ago
jsmodules Revert "Update hljs to 10.x" 2 years ago
modules Move special case extraRegExTags to yaml header for Phoenix Extensions 1 year ago
skin Add Linux documentation 3 weeks ago
.gitattributes Git stuff 3 years ago
.gitignore Do not track test cases anymore 2 years ago
LICENSE Create LICENSE 3 years ago
README.md Update 'README.md' 7 months ago
fundamentals.php Prevent error of non-existing index due to "utils update" 12 months ago
index.php Update the Special Component and default template 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.