Přejít na soubor
athenian200 581e0b5de9 Update SunOS build instructions from GCC 7 to GCC 10.
I forgot to update the documentation when I went from 7 to 10.
2024-01-23 15:27:24 +00:00
base Update SunOS build instructions from GCC 7 to GCC 10. 2024-01-23 15:27:24 +00:00
content-images Update Windows build instructions to include VS2022 (31.3.0+) 2022-08-29 13:47:13 +02:00
jsmodules Revert "Update hljs to 10.x" 2021-08-12 14:20:45 -04:00
modules Move special case extraRegExTags to yaml header for Phoenix Extensions 2021-11-04 20:41:03 -04:00
skin Remove references to now defunct Linux site. 2023-06-23 21:05:34 -05:00
.gitattributes Git stuff 2020-03-23 22:36:54 -04:00
.gitignore Do not track test cases anymore 2021-08-12 09:25:42 -04:00
LICENSE Create LICENSE 2020-03-24 13:24:53 -04:00
README.md Update 'README.md' 2022-08-28 21:47:58 +00:00
fundamentals.php Prevent error of non-existing index due to "utils update" 2022-04-07 21:45:21 +02:00
index.php Update the Special Component and default template 2021-10-28 22:51:51 -04:00

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.