455
edits
NeilThomas (talk | contribs) m (→Configuration) |
NeilThomas (talk | contribs) m (→Change Log) |
||
| (6 intermediate revisions by the same user not shown) | |||
|
Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.
[[File:Screenshot
=== Download ===
You can download the file from [https://
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.
I have now fully updated [https://
=== Configuration ===
This version of the Alternative Public Website comes with a remodelled version of cmxConfig
==== Heading text ====
| style="width: 60em;"|
<nowiki>let cmxConfig = {
// Edit this to set your required configuration
"Custom": {
"
"
"Theme": "", // Set to the name of an existing theme WITHOUT 'css'
"Logo": "", // Set to the absolute or relative path and name of the image to use OR
"BannerImage": "", // As above or leave blank
"BannerPosition":"center
},
"DataPath": "",
"Geometry": {
"StaticHead": true, // true or false accepted
"Units": "em", // Accepts any valid css unit
},
"Gull": { // Affects the standing gull only
"Animation": "", // Values: Blank, 'Expand', 'Enter left', 'Enter right' or 'Drop' only
"Speed": 5, // Positive numeric values only (can be real)
"OnTop":
},
"Panels": {
"Shadows": "", // Blank, Basic or Enhanced only
"
},
"Menu": "
"NOAAPath": "Reports/",
}
let cmxSession = {
"Records": {
"Monthly": "", // Numeric integer representing to month to show - zero based
"Historic":"" // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow
}
}
|style="padding-left: 1em;"|
===== Explanation =====
==== Change Log ====
'''Version 5.1''' ''Dated:124/04/2026''
Yet another re-write to remove w3v5.css which is based on the w3Schools w3.css stylesheet. Most of the styles provided by this were simply not used; those that were have been ported into the main.css stylesheet.
The Menu has been simplified and there are now two variations: a traditional bar menu at the top of the screen which reduces to a standard mobile menu on small devices, and a modern 'sidebar' menu which opens at the side of your browser. You can choose which to use. Various other improvements have been made particularly in consolidating stylesheets and loading only those styles which are needed on each page. There are more options available to you for configuration.
'''Version 5.01''' ''dated: 16/02/2026''
| |||
edits