Initial Upload

This commit is contained in:
Matt Batchelder
2025-12-02 10:32:59 -05:00
commit 05ce0da296
2240 changed files with 467811 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<!--
~ Copyright (C) 2023 Xibo Signage Ltd
~
~ Xibo - Digital Signage - http://www.xibo.org.uk
~
~ This file is part of Xibo.
~
~ Xibo is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ Xibo is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Xibo. If not, see <http://www.gnu.org/licenses/>.
-->
<datatypes>
<datatype>
<id>currency</id>
<name>Exchange Rate</name>
<fields>
<field id="time" type="datetime">
<title>The time this quote was last refreshed</title>
</field>
<field id="FromName" type="text">
<title>Currency code from</title>
</field>
<field id="ToName" type="text">
<title>Currency code to</title>
</field>
<field id="Bid" type="text">
<title>The Exchange Rate (if real time trading then this is the Bid)</title>
</field>
<field id="Ask" type="text">
<title>The Exchange Rate (if real time trading then this is the Ask)</title>
</field>
<field id="LastTradePriceOnly" type="text">
<title>Current Rate (4dp)</title>
</field>
<field id="RawLastTradePriceOnly" type="text">
<title>Current Rate</title>
</field>
<field id="TimeZone" type="text">
<title>Time zone for the rate</title>
</field>
<field id="Name" type="text">
<title>From Name / To Name</title>
</field>
<field id="NameShort" type="text">
<title>To Name</title>
</field>
<field id="YesterdayTradePriceOnly" type="text">
<title>Prior Day Rate</title>
</field>
<field id="Change" type="text">
<title>Difference between today and prior day</title>
</field>
<field id="ChangePercentage" type="number">
<title>The percentage change between the current and prior value</title>
</field>
<field id="ChangeIcon" type="text">
<title>Icon representing the direction of change, up-arrow or down-arrow</title>
</field>
<field id="ChangeStyle" type="text">
<title>Style representing the direction of change, value-down or value-up</title>
</field>
</fields>
</datatype>
</datatypes>

View File

@@ -0,0 +1,73 @@
<!--
~ Copyright (C) 2024 Xibo Signage Ltd
~
~ Xibo - Digital Signage - https://xibosignage.com
~
~ This file is part of Xibo.
~
~ Xibo is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ Xibo is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Xibo. If not, see <http://www.gnu.org/licenses/>.
-->
<datatypes>
<datatype>
<id>emergency-alert</id>
<name>Emergency Alert</name>
<fields>
<field id="event" type="string">
<title>Type of emergency event being reported</title>
</field>
<field id="urgency" type="string">
<title>Level of urgency indicating how soon action is needed</title>
</field>
<field id="severity" type="string">
<title>Indicates the severity of the emergency situation</title>
</field>
<field id="certainty" type="string">
<title>Certainty level of the reported event's occurrence</title>
</field>
<field id="dateTimeEffective" type="datetime">
<title>Date and time when the alert becomes effective</title>
</field>
<field id="dateTimeOnset" type="datetime">
<title>Expected starting time of the emergency event</title>
</field>
<field id="dateTimeExpires" type="datetime">
<title>Time when the emergency alert expires</title>
</field>
<field id="senderName" type="string">
<title>Name of the entity issuing the alert</title>
</field>
<field id="headline" type="string">
<title>Brief headline summarizing the emergency alert</title>
</field>
<field id="description" type="string">
<title>Detailed explanation of the emergency situation</title>
</field>
<field id="instruction" type="string">
<title>Guidance or instructions for those affected by the alert</title>
</field>
<field id="contact" type="string">
<title>Contact details for more information about the alert</title>
</field>
<field id="source" type="string">
<title>Origin or source from which the alert information is derived</title>
</field>
<field id="note" type="string">
<title>Supplementary notes providing additional context</title>
</field>
<field id="areaDesc" type="string">
<title>Description of the geographical area affected by the alert</title>
</field>
</fields>
</datatype>
</datatypes>

View File

@@ -0,0 +1,40 @@
<!--
~ Copyright (C) 2023 Xibo Signage Ltd
~
~ Xibo - Digital Signage - https://xibosignage.com
~
~ This file is part of Xibo.
~
~ Xibo is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ Xibo is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Xibo. If not, see <http://www.gnu.org/licenses/>.
-->
<datatypes>
<datatype>
<id>message</id>
<name>Message</name>
<fields>
<field id="subject" type="string">
<title>The message subject</title>
</field>
<field id="body" type="string">
<title>The message body</title>
</field>
<field id="date" type="datetime">
<title>The release date of this message</title>
</field>
<field id="createdAt" type="datetime">
<title>The created date of this message</title>
</field>
</fields>
</datatype>
</datatypes>

View File

@@ -0,0 +1,70 @@
<!--
~ Copyright (C) 2023 Xibo Signage Ltd
~
~ Xibo - Digital Signage - http://www.xibo.org.uk
~
~ This file is part of Xibo.
~
~ Xibo is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ Xibo is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Xibo. If not, see <http://www.gnu.org/licenses/>.
-->
<datatypes>
<datatype>
<id>stock</id>
<name>Stock Quote</name>
<fields>
<field id="Name" type="text">
<title>Name of the Widget</title>
</field>
<field id="Symbol" type="text">
<title>Stock Symbol</title>
</field>
<field id="time" type="datetime">
<title>The time this quote was last refreshed</title>
</field>
<field id="LastTradePriceOnly" type="number">
<title>Closing rate (4dp)</title>
</field>
<field id="RawLastTradePriceOnly" type="number">
<title>Closing rate (4dp)</title>
</field>
<field id="YesterdayTradePriceOnly" type="number">
<title>Opening rate</title>
</field>
<field id="RawYesterdayTradePriceOnly" type="number">
<title>Opening rate</title>
</field>
<field id="TimeZone" type="text">
<title>The timezone the stock is listed in</title>
</field>
<field id="Currency" type="text">
<title>The currency the stock is listed in</title>
</field>
<field id="Change" type="number">
<title>The value change between the current and prior value</title>
</field>
<field id="ChangePercentage" type="number">
<title>The percentage change between the current and prior value</title>
</field>
<field id="ChangeIcon" type="text">
<title>Icon representing the direction of change, up-arrow or down-arrow</title>
</field>
<field id="ChangeStyle" type="text">
<title>Style representing the direction of change, value-down or value-up</title>
</field>
<field id="SymbolTrimmed" type="text">
<title>If the symbol has a . return the first part before the .</title>
</field>
</fields>
</datatype>
</datatypes>