diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca4839c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/config/PRIVATE/* +!/config/PRIVATE/*.example \ No newline at end of file diff --git a/config/PRIVATE/NEWSLETTER.php.example b/config/PRIVATE/NEWSLETTER.php.example deleted file mode 100644 index 2cc6bc1..0000000 --- a/config/PRIVATE/NEWSLETTER.php.example +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/css/sections/about.css b/css/sections/about.css index 54a04cf..550cf2d 100644 --- a/css/sections/about.css +++ b/css/sections/about.css @@ -20,6 +20,5 @@ } .about h3 { - margin-bottom: 2rem; - text-decoration: 0.2rem solid var(--item-color-1) underline; + margin-bottom: 1.5rem; } \ No newline at end of file diff --git a/css/sections/nav.css b/css/sections/nav.css index a444463..3cdb77d 100644 --- a/css/sections/nav.css +++ b/css/sections/nav.css @@ -20,8 +20,8 @@ nav { display: flex; } -nav img { - width: 3.5rem; +nav .logo img { + width: 12rem; height: 3.5rem; margin-left: 1rem; margin-right: 1rem; @@ -84,6 +84,7 @@ nav ul li a:hover { #menu-btn-open img { width: 2.8rem; height: 2.8rem; + margin-left: 1rem; } #qonsole-btn { @@ -152,17 +153,15 @@ nav ul li a:hover { } @media only screen and (max-width: 500px) { - .logo img { - height: 3rem; - width: 3rem; - margin-right: 0.5rem; - } - .logo h2 { - font-size: 2rem; - } + } @media only screen and (max-width: 375px) { - + + nav .logo img { + height: 2.7rem; + width: 8rem; + } + } \ No newline at end of file diff --git a/css/sections/welcome.css b/css/sections/welcome.css index 5b7b90a..3ed2c4c 100644 --- a/css/sections/welcome.css +++ b/css/sections/welcome.css @@ -1,7 +1,7 @@ #welcome { margin-top: var(--nav-height); padding: 0; - background: url("/media/images/welcome-background-1080p.jpg") center; + background: url("/media/images/welcome-background-1080p.webp") center; background-size: cover; height: calc(100vh - var(--nav-height)); display: flex; @@ -17,12 +17,19 @@ } #welcome h1 { - margin-right: 20%; - padding: 2rem; + margin: 1rem 20% 1rem 1rem; + border: solid 0.25rem #5791FF; + border-radius: 50px; + padding: 0.5rem 1.25rem; + background-color: black; } #welcome h4 { margin: 0 0 0 20%; + border: solid 0.25rem #5791FF; + border-radius: 50px; + padding: 0.5rem 1.25rem; + background-color: black; } #scroll-down { @@ -37,18 +44,20 @@ } @media only screen and (max-width: 1280px) { - #welcome .container { - background: url("/media/images/welcome-background-720p.jpg") center; + #welcome { + background: url("/media/images/welcome-background-720p.webp") center; + background-size: cover; } #welcome h4 { margin: 2rem; } #welcome h1 { - margin: 0; + margin: 1rem; } } @media only screen and (max-width: 500px) { - #welcome .container { - background: url("/media/images/welcome-background-mobile.jpg") center; + #welcome { + background: url("/media/images/welcome-background-mobile.webp") center; + background-size: cover; } } \ No newline at end of file diff --git a/css/utils/base.css b/css/utils/base.css index 61200b9..293ebad 100644 --- a/css/utils/base.css +++ b/css/utils/base.css @@ -1,8 +1,10 @@ /* FONTS IMPORT */ @font-face { - font-family: Ubuntu; - src: url("/media/fonts/Ubuntu-Bold.ttf"); + font-family: Pitagon; + /* src: url("/media/fonts/Ubuntu-Bold.ttf"); */ + src: url("/media/fonts/PitagonSansText-SemiBold.ttf"); + /* src: url("/media/fonts/Arista2.0-light.ttf"); */ font-display: swap; } @@ -14,7 +16,7 @@ box-sizing: border-box; border: none; text-decoration: none; - font-family: Ubuntu, sans-serif; + font-family: Pitagon, sans-serif; scroll-behavior: smooth; } @@ -39,7 +41,7 @@ /* Item Colors */ - --item-color-1: #5791FF; + --item-color-1: #689af8; --item-color-2: #3c64ad; --item-color-3: #333947; @@ -101,7 +103,8 @@ h5 { } p { - line-height: 1.7rem; + line-height: 1.5rem; + font-size: 1.1rem; } /* SECTIONS */ @@ -110,11 +113,50 @@ section { padding: 5rem 0 5rem 0; } - /* CUSTOM */ -span { - color: var(--text-color-2); +span.in-blk { + display: inline-block; +} + +span.color-1 { + color: var(--item-color-1); +} + +h1 .q { + height: 3rem !important; + width: 3rem !important; + margin: 0 0.1rem -0.1rem 0.1rem !important; +} + +h2 .q { + height: 2.5rem !important; + width: 2.5rem !important; + margin: 0 0.1rem -0.1rem 0.1rem !important; +} + +h3 .q { + height: 2rem !important; + width: 2rem !important; + margin: 0 0.1rem -0.1rem 0.1rem !important; +} + +h4 .q { + height: 1.5rem !important; + width: 1.5rem !important; + margin: 0 0.1rem -0.1rem 0.1rem !important; +} + +h5 .q { + height: 1.3rem !important; + width: 1.3rem !important; + margin: 0 0.1rem -0.1rem 0.1rem !important; +} + +p .q { + height: 1.2rem !important; + width: 1.2rem !important; + margin: 0 0.1rem -0.075rem 0.1rem !important; } .link { diff --git a/css/utils/buttons.css b/css/utils/buttons.css index b3d2d37..40f6b43 100644 --- a/css/utils/buttons.css +++ b/css/utils/buttons.css @@ -2,6 +2,7 @@ color: var(--text-color-1); cursor: pointer; font-size: 1.3rem; + font-weight: bold; padding: 0.6rem 0.7rem; border-radius: 0.5rem; display: flex; diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index f7435c1..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..e681a67 Binary files /dev/null and b/favicon.png differ diff --git a/media/fonts/PitagonSansText-Bold.ttf b/media/fonts/PitagonSansText-Bold.ttf new file mode 100644 index 0000000..1d7144f Binary files /dev/null and b/media/fonts/PitagonSansText-Bold.ttf differ diff --git a/media/fonts/PitagonSansText-BoldItalic.ttf b/media/fonts/PitagonSansText-BoldItalic.ttf new file mode 100644 index 0000000..c2f8955 Binary files /dev/null and b/media/fonts/PitagonSansText-BoldItalic.ttf differ diff --git a/media/fonts/PitagonSansText-ExtraBold.ttf b/media/fonts/PitagonSansText-ExtraBold.ttf new file mode 100644 index 0000000..b855bd4 Binary files /dev/null and b/media/fonts/PitagonSansText-ExtraBold.ttf differ diff --git a/media/fonts/PitagonSansText-ExtraBoldItalic.ttf b/media/fonts/PitagonSansText-ExtraBoldItalic.ttf new file mode 100644 index 0000000..a0d3c55 Binary files /dev/null and b/media/fonts/PitagonSansText-ExtraBoldItalic.ttf differ diff --git a/media/fonts/PitagonSansText-ExtraLight.ttf b/media/fonts/PitagonSansText-ExtraLight.ttf new file mode 100644 index 0000000..b5302e0 Binary files /dev/null and b/media/fonts/PitagonSansText-ExtraLight.ttf differ diff --git a/media/fonts/PitagonSansText-ExtraLightItalic.ttf b/media/fonts/PitagonSansText-ExtraLightItalic.ttf new file mode 100644 index 0000000..084d999 Binary files /dev/null and b/media/fonts/PitagonSansText-ExtraLightItalic.ttf differ diff --git a/media/fonts/PitagonSansText-Italic.ttf b/media/fonts/PitagonSansText-Italic.ttf new file mode 100644 index 0000000..cfd5b13 Binary files /dev/null and b/media/fonts/PitagonSansText-Italic.ttf differ diff --git a/media/fonts/PitagonSansText-Light.ttf b/media/fonts/PitagonSansText-Light.ttf new file mode 100644 index 0000000..64e365d Binary files /dev/null and b/media/fonts/PitagonSansText-Light.ttf differ diff --git a/media/fonts/PitagonSansText-LightItalic.ttf b/media/fonts/PitagonSansText-LightItalic.ttf new file mode 100644 index 0000000..a2df7b7 Binary files /dev/null and b/media/fonts/PitagonSansText-LightItalic.ttf differ diff --git a/media/fonts/PitagonSansText-Medium.ttf b/media/fonts/PitagonSansText-Medium.ttf new file mode 100644 index 0000000..198c534 Binary files /dev/null and b/media/fonts/PitagonSansText-Medium.ttf differ diff --git a/media/fonts/PitagonSansText-MediumItalic.ttf b/media/fonts/PitagonSansText-MediumItalic.ttf new file mode 100644 index 0000000..748e4e6 Binary files /dev/null and b/media/fonts/PitagonSansText-MediumItalic.ttf differ diff --git a/media/fonts/PitagonSansText-Regular.ttf b/media/fonts/PitagonSansText-Regular.ttf new file mode 100644 index 0000000..40facba Binary files /dev/null and b/media/fonts/PitagonSansText-Regular.ttf differ diff --git a/media/fonts/PitagonSansText-SemiBold.ttf b/media/fonts/PitagonSansText-SemiBold.ttf new file mode 100644 index 0000000..60bd181 Binary files /dev/null and b/media/fonts/PitagonSansText-SemiBold.ttf differ diff --git a/media/fonts/PitagonSansText-SemiBoldItalic.ttf b/media/fonts/PitagonSansText-SemiBoldItalic.ttf new file mode 100644 index 0000000..f7bc7f1 Binary files /dev/null and b/media/fonts/PitagonSansText-SemiBoldItalic.ttf differ diff --git a/media/fonts/Ubuntu-Bold.ttf b/media/fonts/Ubuntu-Bold.ttf deleted file mode 100644 index c2293d5..0000000 Binary files a/media/fonts/Ubuntu-Bold.ttf and /dev/null differ diff --git a/media/images/Audacity.png b/media/images/Audacity.png index 5819699..94120ee 100644 Binary files a/media/images/Audacity.png and b/media/images/Audacity.png differ diff --git a/media/images/Chromium.png b/media/images/Chromium.png index c86555d..3895b55 100644 Binary files a/media/images/Chromium.png and b/media/images/Chromium.png differ diff --git a/media/images/Firefox.png b/media/images/Firefox.png index 2540e82..af4e603 100644 Binary files a/media/images/Firefox.png and b/media/images/Firefox.png differ diff --git a/media/images/Inkscape.png b/media/images/Inkscape.png index 0b48c82..7614c66 100644 Binary files a/media/images/Inkscape.png and b/media/images/Inkscape.png differ diff --git a/media/images/OpenShot.png b/media/images/OpenShot.png index d071d9f..ec30a45 100644 Binary files a/media/images/OpenShot.png and b/media/images/OpenShot.png differ diff --git a/media/images/Q.png b/media/images/Q.png new file mode 100644 index 0000000..9cfbf62 Binary files /dev/null and b/media/images/Q.png differ diff --git a/media/images/Qode.png b/media/images/Qode.png new file mode 100644 index 0000000..218b87d Binary files /dev/null and b/media/images/Qode.png differ diff --git a/media/images/Qubes.png b/media/images/Qubes.png index b3263db..325563a 100644 Binary files a/media/images/Qubes.png and b/media/images/Qubes.png differ diff --git a/media/images/Rhythmbox.png b/media/images/Rhythmbox.png index 0505625..84553bc 100644 Binary files a/media/images/Rhythmbox.png and b/media/images/Rhythmbox.png differ diff --git a/media/images/TeleQom-Favicon.png b/media/images/TeleQom-Favicon.png deleted file mode 100644 index 03c3bdf..0000000 Binary files a/media/images/TeleQom-Favicon.png and /dev/null differ diff --git a/media/images/blender.png b/media/images/blender.png old mode 100755 new mode 100644 index cbb7701..528bae9 Binary files a/media/images/blender.png and b/media/images/blender.png differ diff --git a/media/images/codium.png b/media/images/codium.png index 6e3c6ce..8dcb9b8 100644 Binary files a/media/images/codium.png and b/media/images/codium.png differ diff --git a/media/images/debian-128.png b/media/images/debian-128.png index de6862e..e1afc9c 100644 Binary files a/media/images/debian-128.png and b/media/images/debian-128.png differ diff --git a/media/images/disq.png b/media/images/disq.png index f712e50..3a4a67a 100644 Binary files a/media/images/disq.png and b/media/images/disq.png differ diff --git a/media/images/down.png b/media/images/down.png index 9de6b35..01620fb 100644 Binary files a/media/images/down.png and b/media/images/down.png differ diff --git a/media/images/gimp.png b/media/images/gimp.png index e3371c8..d6ca74e 100644 Binary files a/media/images/gimp.png and b/media/images/gimp.png differ diff --git a/media/images/interqom.png b/media/images/interqom.png index 34ff6cd..d0f8498 100644 Binary files a/media/images/interqom.png and b/media/images/interqom.png differ diff --git a/media/images/librem5-128.png b/media/images/librem5-128.png index 50b5a5b..44e6bab 100644 Binary files a/media/images/librem5-128.png and b/media/images/librem5-128.png differ diff --git a/media/images/libreoffice.png b/media/images/libreoffice.png index 3dd244c..2aceda3 100644 Binary files a/media/images/libreoffice.png and b/media/images/libreoffice.png differ diff --git a/media/images/linux-mint-96.png b/media/images/linux-mint-96.png index fbfdead..abcd7cb 100644 Binary files a/media/images/linux-mint-96.png and b/media/images/linux-mint-96.png differ diff --git a/media/images/logo.png b/media/images/logo.png new file mode 100644 index 0000000..aed6bd0 Binary files /dev/null and b/media/images/logo.png differ diff --git a/media/images/logo.svg b/media/images/logo.svg deleted file mode 100644 index d6d8e5e..0000000 --- a/media/images/logo.svg +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/media/images/mattermost.png b/media/images/mattermost.png index 8104919..65da060 100644 Binary files a/media/images/mattermost.png and b/media/images/mattermost.png differ diff --git a/media/images/nitrophone-128.png b/media/images/nitrophone-128.png index 9fc3f65..49a5122 100644 Binary files a/media/images/nitrophone-128.png and b/media/images/nitrophone-128.png differ diff --git a/media/images/onion-64.png b/media/images/onion-64.png index 07fd4fa..b929323 100644 Binary files a/media/images/onion-64.png and b/media/images/onion-64.png differ diff --git a/media/images/pinephone-128.png b/media/images/pinephone-128.png index be623a7..52b0d83 100644 Binary files a/media/images/pinephone-128.png and b/media/images/pinephone-128.png differ diff --git a/media/images/politiq.png b/media/images/politiq.png index bb1eee9..04c3690 100644 Binary files a/media/images/politiq.png and b/media/images/politiq.png differ diff --git a/media/images/purism-128.png b/media/images/purism-128.png index 3ca0b6b..0f339c5 100644 Binary files a/media/images/purism-128.png and b/media/images/purism-128.png differ diff --git a/media/images/qable.png b/media/images/qable.png index 1abef71..a7f96c8 100644 Binary files a/media/images/qable.png and b/media/images/qable.png differ diff --git a/media/images/qalendrier.png b/media/images/qalendrier.png index cc384a1..dac5417 100644 Binary files a/media/images/qalendrier.png and b/media/images/qalendrier.png differ diff --git a/media/images/qi.png b/media/images/qi.png new file mode 100644 index 0000000..df61a27 Binary files /dev/null and b/media/images/qi.png differ diff --git a/media/images/qommerce.png b/media/images/qommerce.png index c85d46e..be6f13c 100644 Binary files a/media/images/qommerce.png and b/media/images/qommerce.png differ diff --git a/media/images/qonsole.png b/media/images/qonsole.png index 6429f04..a6c2ddd 100644 Binary files a/media/images/qonsole.png and b/media/images/qonsole.png differ diff --git a/media/images/qontact.png b/media/images/qontact.png index fd33a85..0672027 100644 Binary files a/media/images/qontact.png and b/media/images/qontact.png differ diff --git a/media/images/qonvo.png b/media/images/qonvo.png index 1237965..69f5c13 100644 Binary files a/media/images/qonvo.png and b/media/images/qonvo.png differ diff --git a/media/images/qourrier.png b/media/images/qourrier.png index 23ace1f..7309ba2 100644 Binary files a/media/images/qourrier.png and b/media/images/qourrier.png differ diff --git a/media/images/raptor-128.png b/media/images/raptor-128.png index 8c109d6..461d929 100644 Binary files a/media/images/raptor-128.png and b/media/images/raptor-128.png differ diff --git a/media/images/signal.png b/media/images/signal.png index 79b655e..9154e2c 100644 Binary files a/media/images/signal.png and b/media/images/signal.png differ diff --git a/media/images/system76.png b/media/images/system76.png index 2ea5b34..f3c1c6b 100644 Binary files a/media/images/system76.png and b/media/images/system76.png differ diff --git a/media/images/transmission.png b/media/images/transmission.png index e49f8ad..9476974 100644 Binary files a/media/images/transmission.png and b/media/images/transmission.png differ diff --git a/media/images/ubuntu-logo32.png b/media/images/ubuntu-logo32.png index 0c3778a..f28d9d3 100644 Binary files a/media/images/ubuntu-logo32.png and b/media/images/ubuntu-logo32.png differ diff --git a/media/images/vlc.png b/media/images/vlc.png index 0f3eb0c..1d33f21 100644 Binary files a/media/images/vlc.png and b/media/images/vlc.png differ diff --git a/media/images/welcome-background-1080p.jpg b/media/images/welcome-background-1080p.jpg index f6e8a01..5d8e012 100644 Binary files a/media/images/welcome-background-1080p.jpg and b/media/images/welcome-background-1080p.jpg differ diff --git a/media/images/welcome-background-1080p.webp b/media/images/welcome-background-1080p.webp new file mode 100644 index 0000000..d558fc7 Binary files /dev/null and b/media/images/welcome-background-1080p.webp differ diff --git a/media/images/welcome-background-720p.jpg b/media/images/welcome-background-720p.jpg index a081ada..79c797c 100644 Binary files a/media/images/welcome-background-720p.jpg and b/media/images/welcome-background-720p.jpg differ diff --git a/media/images/welcome-background-720p.webp b/media/images/welcome-background-720p.webp new file mode 100644 index 0000000..771817e Binary files /dev/null and b/media/images/welcome-background-720p.webp differ diff --git a/media/images/welcome-background-mobile.jpg b/media/images/welcome-background-mobile.jpg index 3e12ef8..bb3a708 100644 Binary files a/media/images/welcome-background-mobile.jpg and b/media/images/welcome-background-mobile.jpg differ diff --git a/media/images/welcome-background-mobile.webp b/media/images/welcome-background-mobile.webp new file mode 100644 index 0000000..bf9f682 Binary files /dev/null and b/media/images/welcome-background-mobile.webp differ diff --git a/pages/en/confirmation.html b/pages/en/confirmation.html index e4658df..95dcba4 100644 --- a/pages/en/confirmation.html +++ b/pages/en/confirmation.html @@ -6,7 +6,7 @@
-
-
-
-
-
-
om Project
@@ -57,16 +54,16 @@
om?
- The TeleQom Project, a Québec non-profit, is an ideal. We are attempting to restore ethics and
+ The Tele
om Project, a Québec non-profit, is an ideal. We are attempting to restore ethics and
morals within the applications all of us use on a daily basis. From your favorite social platform, online
shopping, email or even messaging, almost all of them contain spying software. Robots read your emails and
your messages, some even listen to you talk. In our opinion, this is unacceptable and should be illegal but
you accepted these terms before using those applications and devices and that is why the law is powerless at
the moment. Since we don't have viable alternatives, we follow these technology giants with bad intentions. It
- is in response to this severe lack of humanity that TeleQom was born.
+ is in response to this severe lack of humanity that Tele
om was born.
- TeleQom embraces a philosophy that has been around for quite some
+ Tele
om embraces a philosophy that has been around for quite some
time, we use only Libre/Free Software. To make it simple, a program is much like a food recipe. Libre
Software grants the public access to it's source code (the recipe, that we call our Qode) to audit
@@ -96,7 +93,7 @@
elections, and this is only the beginning. Pegasus gives unlimited access to those willing
to pay to the complete virtual life of anyone with the help of flaws in software. It is now urgent to get rid
- of those chains, and that is where TeleQom comes in.
+ of those chains, and that is where Tele
om comes in.
It's not pretty when you take a closer look at how these big corporations use us. But instead of admitting
defeat, we chose to remedy this situation with whatever freedom we still have left. We will start by securing
- our telecommunications (email, social, messaging, videoconference and telephone). Then, Qommerce
+ our telecommunications (email, social, messaging, videoconference and telephone). Then,
+
ommerce
will help fund the infrastructure and development of our projects. Finally, a voting application, called
- PolitiQ that will give the power back to the people. Keep in mind, TeleQom does not
+ Politi
+ that will give the power back to the people. Keep in mind, TeleQom does not
sell your data and is a non-profit, so donations are necessary to its survival. We do what we can to offer our
projects for free, but it is not easy. All profits generated by the following services are invested in the
development of our projects!
@@ -144,7 +143,7 @@
TeleQom, we like to play around with techonology a lot. Could be your wi-fi network, your browser
is
out-of-date, you can't update apps on your phone, anything IT really. Just reach out to us, we might be able
- to help you! :)
The following projects are or will be available from your Qonsole. Come - back later to see if the Status of your favorite project changed!
+The following projects are or will be available from your
+
onsole.
+ Come back later to see if the Status of your favorite project changed!
-
onsoleThe main dashboard where you can access all of your applications. The Qonsole is in charge of displaying all your apps in the same location, in a uniform and simple way. @@ -184,21 +184,22 @@
- 
This is where you store all your data, it's your personal hard drive but hosted on an external server. All accessible only by you, the server can not see your data.
In Development
- InterQom is the sane alternative to other social networks. +
omInter
om
+ is the sane alternative to other social networks.
Your conversations are entirely private and even we don't have access to your data.
On Hold
-
ommerceThe center of exchange and online commerce. Local businesses and individuals can share the fruit of their labour. We will accept cryptocurrencies as well as regular Canadian money.
@@ -206,49 +207,60 @@
-
onvoInstant messaging is the easiest way we have to communicate with one another. This project includes audio and video calls, all encrypted from you to your recipients.
On Hold
- The portal to access your emails, from your Qonsole. Emails +
ourierThe portal to access your emails, from your
onsole. Emails
between users are fully encrypted and we support most providers.
On Hold
- TeleQom is a round table where all Quebecers are invited. Your +

Tele
om
+ is a round table where all Quebecers are invited. Your
opinion will finally be heard in the government. The real democracy at your fingertips!
On Hold
-
ontactThe good old address book. Here you store your contact information, email, phone, Qonvo or InterQom identifier, and more.
On Hold
-
alenderWe all need a calendar. Here you can manage your personal or professional
- life, schedule an appointment with another user and even see your future events on InterQom.
+ life, schedule an appointment with another user and even see your future events on
+ Inter
om.
On Hold
-
ableThe audio and video content delivery platform, which uses Torrent technology to lighten the load on the servers and therefore the resulting costs. The more people watching it, the faster it gets!
On Hold
+ 
+ Tutorials for everyone! Each page contains the other i
necessary or recommended to understand the subject at hand.
+ You will be able to widen your scope of the world, all in private naturally!
+
On Hold
+
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/en/services/development.html b/pages/en/services/development.html
index 23c631d..72bf0ad 100644
--- a/pages/en/services/development.html
+++ b/pages/en/services/development.html
@@ -6,7 +6,7 @@
-
- We offer various development services that could help you start or improve your project. At TeleQom,
+ We offer various development services that could help you start or improve your project. At Tele
om,
we prefer a more humane approach. Whenever you are ready, contact us and we will offer you the best option according to your needs.
Oh and don't forget, all profits generated are invested in our multiple Libre Software Projects! By choosing us, you help yourself and the community :)
TeleQom Template
- OR -
Your Bootstrap 5 Template
Tele
om Template
- OR -
Your Bootstrap 5 Template
Developer: 3 Hours
ube Micro1GB
5 Emails
@@ -84,9 +81,9 @@
ontributionPackage: 100$
-Hosting (Qube): 60$ / Year
+Hosting (
ube): 60$ / Year
TeleQom Template
- OR -
Your Bootstrap 5 Template
Tele
om Template
- OR -
Your Bootstrap 5 Template
Developer: 5 Hours
Newsletter
Contact Form
@@ -106,7 +103,7 @@
ube Mini5GB
25 Emails
@@ -117,9 +114,9 @@
ontributionPackage: 250$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
ontributionDeveloper: 50$ / Hour
Simple OpenCart shop, perfect for beginners and small businesses. TeleQom's BoutiQ is an OpenCart instance
+Simple OpenCart shop, perfect for beginners and small businesses. Tele
om's Bouti
is an OpenCart instance
ube Mini5GB
25 Emails
@@ -174,9 +171,9 @@
ontributionPackage: 150$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
ube Mini5GB
25 Emails
@@ -203,9 +200,9 @@
ontributionPackage: 200$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
ube Mini5GB
25 Emails
@@ -239,9 +236,9 @@
ontributionPackage: 50$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
ube Mini5GB
25 Emails
@@ -262,9 +259,9 @@
ontributionPackage: 50$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
ube Mini5GB
25 Emails
@@ -285,9 +282,9 @@
ontributionPackage: 50$
-Hosting (Qube): 150$ / Year
+Hosting (
ube): 150$ / Year
- Find some information confusing or ready to take the next steps? Time to contact us! Don't worry, we can help you make the ethical decision :) + Find some information confusing or ready to take the next steps? Time to contact us! Don't worry, we can help you make the ethical decision!
Contact
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/en/services/installation.html b/pages/en/services/installation.html
index 0ba6dd5..0e4b249 100644
--- a/pages/en/services/installation.html
+++ b/pages/en/services/installation.html
@@ -8,7 +8,7 @@
-
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/en/services/repairs.html b/pages/en/services/repairs.html
index fa50042..5817a02 100644
--- a/pages/en/services/repairs.html
+++ b/pages/en/services/repairs.html
@@ -8,7 +8,7 @@
-
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/fr/confirmation.html b/pages/fr/confirmation.html
index 585f948..a962044 100644
--- a/pages/fr/confirmation.html
+++ b/pages/fr/confirmation.html
@@ -6,7 +6,7 @@
-
-
-
-
-
-
-
om
@@ -57,17 +54,17 @@
om, c'est quoi?
- Le Projet TeleQom, organisme à but non-lucratif Québécois, est un idéal. Nous cherchons à
+ Projet Tele
om, organisme à but non-lucratif Québécois, est un idéal. Nous cherchons à
restaurer les valeurs éthiques et morales dans les applications que nous utilisons tous quotidiennement. Que
ce soit votre plateforme sociale, de commerce en ligne, de courriel ou même de messagerie, tous ou presque
contiennent aujourd'hui des logiciels espions. Des robots lisent vos courriels et vos messages, et ils vous
écoutent même parler. C'est à notre avis inacceptable voir illégal mais vous avez accepté ces termes à la mise
en marche de vos appareils et services, c'est pourquoi la loi est impuissante actuellement. Faute
d'alternative, nous suivons tous ces géants des technologies aux mauvaises intentions. C'est en réponse à ces
- graves manquements d'humanité que TeleQom est né.
+ graves manquements d'humanité que Tele
om est né.
- Chez TeleQom, nos projets embrassent une philosophie qui existe déjà
+ Chez Tele
om, nos projets embrassent une philosophie qui existe déjà
depuis longtemps, ils sont constitués uniquement de Logiciels Libres. De façon simple, un programme est un peu
comme une recette de cuisine. Un Logiciel Libre donne un accès complet au code source (la recette, que nous
- appelons chez TeleQom notre Qode) et la permission de l'auditer pour découvrir des failles de
sécurité, le modifier ou l'améliorer avec la seule condition de rendre également publique ce qui a été
amélioré. Les logiciels de type propriétaire par contre, c'est tout à fait le contraire. Ils dissimulent le
@@ -100,7 +97,7 @@
États-Unis, et ce n'est que le début. Pegasus donne accès aux plus fortunés à la vie
virtuelle complète de n'importe qui, à l'aide de failles de sécurité dans les logiciels. Il est donc impératif
- de se débarasser de ses chaînes, et c'est ici que TeleQom entre en ligne de compte.
+ de se débarasser de ses chaînes, et c'est ici que Tele
om entre en ligne de compte.
Les projets suivants sont ou seront disponibles à partir de votre
- Qonsole. Repassez voir plus tard si le Statut de votre projet préféré a
+
onsole. Repassez voir plus tard si le Statut de votre projet préféré a
changé!
-
onsole
- Le tableau de bord principal d'où vous accédez à toutes vos applications. La Qonsole est en
+ Le tableau de bord principal d'où vous accédez à toutes vos applications. La
onsole est en
charge de vous afficher le tout en un même endroit, de façon uniforme et simple.
@@ -201,7 +198,7 @@
- 
C'est ici que vous storez toutes vos données, c'est votre disque dur personnel mais hébergé sur un serveur externe. Le tout accessible seulement par vous, le serveur ne peut voir vos données. @@ -212,16 +209,16 @@
-
om
- InterQom est le remplacement sain aux alternatives de réseaux sociaux. Vos conversations sont
+ Inter
om est le remplacement sain aux alternatives de réseaux sociaux. Vos conversations sont
entièrement privées et même nous n'avons pas accès à vos données.
En Attente
-
ommerceLa centrale de l'échange et du commerce en ligne. Commerces locaux et particuliers s'y retrouvent pour partager le fruit de leur labeur. Acceptant la cryptomonnaie ainsi que l'argent Canadien. @@ -230,7 +227,7 @@
-
onvoLa messagerie instantanée est la façon la plus simple de communiquer avec nos compatriotes. Ce projet inclus les appels audio et vidéo, le tout chiffré de vous à vos destinataires. @@ -239,43 +236,43 @@
-
ourrier
- Le portail d'accès à vos courriels, à partir de votre Qonsole. Les courriels entre
+ Le portail d'accès à vos courriels, à partir de votre
onsole. Les courriels entre
utilisateurs sont entièrement chiffrés et nous supportons la plupart des fournisseurs.
En Attente
- 
- TeleQom est une table ronde où tous les Québécois sont invités, votre opinion sera enfin
+ Tele
om est une table ronde où tous les Québécois sont invités, votre opinion sera enfin
entendue auprès du gouvernement. La réelle démocratie à portée de clavier!
En Attente
-
ontact
Le bon vieux carnet d'adresse. Ici vous storez vos informations de contact, courriel, téléphone,
- identifiants de Qonvo ou InterQom, et plus encore.
+ identifiants de
onvo ou Inter
om, et plus encore.
En Attente
-
alendrier
On a tous besoin d'un calendrier. Ici vous pouvez gérer votre vie personnelle ou professionnelle, céduler
- un rendez-vous avec un autre utilisateur et même voir vos événements sur InterQom.
+ un rendez-vous avec un autre utilisateur et même voir vos événements sur Inter
om.
En Attente
-
able
Une plateforme de diffusion de contenu audio ou vidéo, qui utilise la technologie de
En Attente
+
i
+ Des tutoriels pour tous! Chaque page contient les
i oblgatoires et recommandés pour comprendre le sujet.
+ Il vous sera possible d'élargir votre perception du monde, le tout en privé naturellement!
+
En Attente
+
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/fr/services/developpement.html b/pages/fr/services/developpement.html
index c146ebe..1772164 100644
--- a/pages/fr/services/developpement.html
+++ b/pages/fr/services/developpement.html
@@ -6,7 +6,7 @@
-
Nous offrons plusieurs services de développement qui pourraient vous aider à démarrer ou améliorer votre projet.
- Chez TeleQom,
+ Chez Tele
om,
nous préférons une approche plus humaine. Lorsque vous vous sentirez prêt, contactez-nous et nous vous
offrirons la meilleure option selon vos besoins.
Oh et n'oubliez pas, tous les profits générés sont investis dans nos projets de Logiciels Libres! En nous
@@ -72,13 +69,13 @@
Modèle TeleQom
- OU -
Votre Modèle Bootstrap 5
Modèle Tele
om
- OU -
Votre Modèle Bootstrap 5
Développeur: 3 Heures
ube Micro1GB
5 Courriels
@@ -87,9 +84,9 @@
ontributionEnsemble: 100$
-Hébergement (Qube): 60$ / An
+Hébergement (
ube): 60$ / An
Modèle TeleQom
- OU -
Votre Modèle Bootstrap 5
Modèle Tele
om
- OU -
Votre Modèle Bootstrap 5
Développeur: 5 Heures
Infolettre
Formulaire Contact
@@ -109,7 +106,7 @@
ube Mini5GB
25 Courriels
@@ -120,9 +117,9 @@
ontributionEnsemble: 250$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
ontributionDéveloppeur: 50$ / Heure
Commerce OpenCart simple, excellent pour tout type de commerce.
- La BoutiQ TeleQom est une instance OpenCart
+ La Bouti
Tele
om est une instance OpenCart
ube Mini5GB
25 Courriels
@@ -181,9 +178,9 @@
ontributionEnsemble: 150$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
ube Mini5GB
25 Courriels
@@ -210,9 +207,9 @@
ontributionEnsemble: 200$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
ube Mini5GB
25 Courriels
@@ -252,9 +249,9 @@
ontributionEnsemble: 50$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
ube Mini5GB
25 Courriels
@@ -275,9 +272,9 @@
ontributionEnsemble: 50$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
ube Mini5GB
25 Courriels
@@ -298,9 +295,9 @@
ontributionEnsemble: 50$
-Hébergement (Qube): 150$ / An
+Hébergement (
ube): 150$ / An
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/fr/services/installation.html b/pages/fr/services/installation.html
index 264d7c0..604749b 100644
--- a/pages/fr/services/installation.html
+++ b/pages/fr/services/installation.html
@@ -5,10 +5,10 @@
-
-
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/pages/fr/services/reparation.html b/pages/fr/services/reparation.html
index 8e3eb98..66cd7df 100644
--- a/pages/fr/services/reparation.html
+++ b/pages/fr/services/reparation.html
@@ -5,10 +5,10 @@
-
-
+ src="/media/images/Qode.png" alt="Qode">
-
+
-
+
diff --git a/php/PHPMailer/COMMITMENT b/php/PHPMailer/COMMITMENT
new file mode 100644
index 0000000..a687e0d
--- /dev/null
+++ b/php/PHPMailer/COMMITMENT
@@ -0,0 +1,46 @@
+GPL Cooperation Commitment
+Version 1.0
+
+Before filing or continuing to prosecute any legal proceeding or claim
+(other than a Defensive Action) arising from termination of a Covered
+License, we commit to extend to the person or entity ('you') accused
+of violating the Covered License the following provisions regarding
+cure and reinstatement, taken from GPL version 3. As used here, the
+term 'this License' refers to the specific Covered License being
+enforced.
+
+ However, if you cease all violation of this License, then your
+ license from a particular copyright holder is reinstated (a)
+ provisionally, unless and until the copyright holder explicitly
+ and finally terminates your license, and (b) permanently, if the
+ copyright holder fails to notify you of the violation by some
+ reasonable means prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+ reinstated permanently if the copyright holder notifies you of the
+ violation by some reasonable means, this is the first time you
+ have received notice of violation of this License (for any work)
+ from that copyright holder, and you cure the violation prior to 30
+ days after your receipt of the notice.
+
+We intend this Commitment to be irrevocable, and binding and
+enforceable against us and assignees of or successors to our
+copyrights.
+
+Definitions
+
+'Covered License' means the GNU General Public License, version 2
+(GPLv2), the GNU Lesser General Public License, version 2.1
+(LGPLv2.1), or the GNU Library General Public License, version 2
+(LGPLv2), all as published by the Free Software Foundation.
+
+'Defensive Action' means a legal proceeding or claim that We bring
+against you in response to a prior proceeding or claim initiated by
+you or your affiliate.
+
+'We' means each contributor to this repository as of the date of
+inclusion of this file, including subsidiaries of a corporate
+contributor.
+
+This work is available under a Creative Commons Attribution-ShareAlike
+4.0 International license (https://creativecommons.org/licenses/by-sa/4.0/).
diff --git a/php/PHPMailer/LICENSE b/php/PHPMailer/LICENSE
new file mode 100644
index 0000000..f166cc5
--- /dev/null
+++ b/php/PHPMailer/LICENSE
@@ -0,0 +1,502 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+