diff --git a/README.md b/README.md index 7a88e4b..6830dd6 100755 --- a/README.md +++ b/README.md @@ -3,20 +3,16 @@ Voici le code source de mon site : . Il devrait fonctionner simplement avec la dernière version de PHP et un serveur Web. -Si vous avez besoin d'aide vous pouvez me contacter sur le Fédiverse : [@miraty@social.antopie.org](https://social.antopie.org/miraty) ou par mail : [miraty+gitea@antopie.org](mailto:miraty+gitea@antopie.org). - - # Bibliothèques utilisées -Le dossier bibli contient des dépendances inclusent dans ce site. +Le dossier bibli contient des dépendances incluses dans ce site. -| Nom | Description | Source | -| ------------- | ------------------------------ | ---------------------------------------- | -| ubuntu | La police Ubuntu | https://design.ubuntu.com/font/ | -| fontello | Pack d'icônes | http://fontello.com/ | -| lessphp | Compilateur Less en PHP | https://github.com/leafo/lessphp | -| sense3 | "Publicités" pour le libre | https://sense3.org/ | -| normalize.css | Standardisation de l'affichage | https://necolas.github.io/normalize.css/ | +| Nom | Description | Source | +| -------- | -------------------------- | -------------------------------- | +| ubuntu | La police Ubuntu | https://design.ubuntu.com/font/ | +| fontello | Pack d'icônes | http://fontello.com/ | +| lessphp | Compilateur Less en PHP | https://github.com/leafo/lessphp | +| sense3 | "Publicités" pour le libre | https://sense3.org/ | # Licence diff --git a/bibli/normalize.css b/bibli/normalize.css deleted file mode 100755 index 192eb9c..0000000 --- a/bibli/normalize.css +++ /dev/null @@ -1,349 +0,0 @@ -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ - -/* Document - ========================================================================== */ - -/** - * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in iOS. - */ - -html { - line-height: 1.15; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/* Sections - ========================================================================== */ - -/** - * Remove the margin in all browsers. - */ - -body { - margin: 0; -} - -/** - * Render the `main` element consistently in IE. - */ - -main { - display: block; -} - -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* Grouping content - ========================================================================== */ - -/** - * 1. Add the correct box sizing in Firefox. - * 2. Show the overflow in Edge and IE. - */ - -hr { - box-sizing: content-box; /* 1 */ - height: 0; /* 1 */ - overflow: visible; /* 2 */ -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/* Text-level semantics - ========================================================================== */ - -/** - * Remove the gray background on active links in IE 10. - */ - -a { - background-color: transparent; -} - -/** - * 1. Remove the bottom border in Chrome 57- - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. - */ - -abbr[title] { - border-bottom: none; /* 1 */ - text-decoration: underline; /* 2 */ - text-decoration: underline dotted; /* 2 */ -} - -/** - * Add the correct font weight in Chrome, Edge, and Safari. - */ - -b, -strong { - font-weight: bolder; -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -code, -kbd, -samp { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/** - * Add the correct font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* Embedded content - ========================================================================== */ - -/** - * Remove the border on images inside links in IE 10. - */ - -img { - border-style: none; -} - -/* Forms - ========================================================================== */ - -/** - * 1. Change the font styles in all browsers. - * 2. Remove the margin in Firefox and Safari. - */ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; /* 1 */ - font-size: 100%; /* 1 */ - line-height: 1.15; /* 1 */ - margin: 0; /* 2 */ -} - -/** - * Show the overflow in IE. - * 1. Show the overflow in Edge. - */ - -button, -input { /* 1 */ - overflow: visible; -} - -/** - * Remove the inheritance of text transform in Edge, Firefox, and IE. - * 1. Remove the inheritance of text transform in Firefox. - */ - -button, -select { /* 1 */ - text-transform: none; -} - -/** - * Correct the inability to style clickable types in iOS and Safari. - */ - -button, -[type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} - -/** - * Remove the inner border and padding in Firefox. - */ - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -/** - * Restore the focus styles unset by the previous rule. - */ - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** - * Correct the padding in Firefox. - */ - -fieldset { - padding: 0.35em 0.75em 0.625em; -} - -/** - * 1. Correct the text wrapping in Edge and IE. - * 2. Correct the color inheritance from `fieldset` elements in IE. - * 3. Remove the padding so developers are not caught out when they zero out - * `fieldset` elements in all browsers. - */ - -legend { - box-sizing: border-box; /* 1 */ - color: inherit; /* 2 */ - display: table; /* 1 */ - max-width: 100%; /* 1 */ - padding: 0; /* 3 */ - white-space: normal; /* 1 */ -} - -/** - * Add the correct vertical alignment in Chrome, Firefox, and Opera. - */ - -progress { - vertical-align: baseline; -} - -/** - * Remove the default vertical scrollbar in IE 10+. - */ - -textarea { - overflow: auto; -} - -/** - * 1. Add the correct box sizing in IE 10. - * 2. Remove the padding in IE 10. - */ - -[type="checkbox"], -[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Correct the cursor style of increment and decrement buttons in Chrome. - */ - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Correct the odd appearance in Chrome and Safari. - * 2. Correct the outline style in Safari. - */ - -[type="search"] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} - -/** - * Remove the inner padding in Chrome and Safari on macOS. - */ - -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * 1. Correct the inability to style clickable types in iOS and Safari. - * 2. Change font properties to `inherit` in Safari. - */ - -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} - -/* Interactive - ========================================================================== */ - -/* - * Add the correct display in Edge, IE 10+, and Firefox. - */ - -details { - display: block; -} - -/* - * Add the correct display in all browsers. - */ - -summary { - display: list-item; -} - -/* Misc - ========================================================================== */ - -/** - * Add the correct display in IE 10+. - */ - -template { - display: none; -} - -/** - * Add the correct display in IE 10. - */ - -[hidden] { - display: none; -} diff --git a/cgu.php b/cgu.php index b55d74e..97fdcca 100755 --- a/cgu.php +++ b/cgu.php @@ -8,7 +8,7 @@ head("cgu.php"); ?>

Préambule

En utilisant l'un des services Antopie listés - ici, vous acceptez d’être lié par + ici, vous acceptez d’être lié·e par les conditions suivantes.
Antopie se réserve le droit de mettre à jour et modifier ces conditions de temps à autre.
Ces conditions sont dérivées de celles de Framasoft. @@ -21,10 +21,8 @@ head("cgu.php"); ?>

  1. L’utilisation des services se fait à vos propres risques. Le service est fourni tel quel.
  2. -
  3. Vous ne devez pas modifier un autre site afin de signifier - faussement qu’il est associé avec un service Antopie.
  4. -
  5. Les comptes ne peuvent être créés et utilisés que par des - humains. Les comptes créés par les robots ou autres méthodes +
  6. Les comptes ne peuvent être créés et utilisés que par des êtres + humains. Les comptes créés par des robots ou d'autres méthodes automatisées pourront être supprimés sans avertissement.
  7. Vous êtes responsable de la sécurité de votre compte et de votre mot de passe.
    Antopie ne peut pas et ne sera pas @@ -35,23 +33,23 @@ head("cgu.php"); ?>
  8. Vous ne pouvez pas utiliser le service à des fins illégales ou non autorisées.
  9. Vous ne pouvez pas vendre, échanger, revendre, ou exploiter - dans un but commercial non autorisé un compte du service + dans un but commercial un compte du service utilisé.
-

La violation de l’un de ces accords entraînera la résiliation de +

La violation de l’un de ces accords entraînera la suppression de votre compte.
Vous comprenez et acceptez qu'Antopie ne puisse être - tenu responsable pour les contenus publiés sur ce service.

+ tenue responsable pour les contenus publiés sur ce service.

  1. Vous comprenez que la mise en ligne du service ainsi que de - votre contenu implique une transmission (chiffrée, normalement) sur divers réseaux. + votre contenu implique une transmission sur divers réseaux.
  2. Vous ne devez pas transmettre des vers, des virus ou tout autre code de nature malveillante.
  3. Antopie ne garantit pas :
      -
    • que les services seront maintenus à long terme,
    • +
    • que les services seront maintenus en ligne à long ou court terme,
    • que les services répondront à vos besoins spécifiques,
    • que les services seront ininterrompus ou exempts de bugs,
    • que des erreurs dans les services seront corrigées.
    • @@ -67,7 +65,7 @@ head("cgu.php"); ?>
    • l’utilisation ou de l’impossibilité d’utiliser l'un des services ;
    • l’accès non autorisé ou altéré de la transmission des données ;
    • les déclarations ou les agissements d’un tiers sur l'un des services ;
    • -
    • la résiliation de votre compte ;
    • +
    • la suppression de votre compte ;
    • toute autre question relative au service.
@@ -126,7 +124,7 @@ head("cgu.php"); ?> sans restrictions.
  • Antopie ne peut être tenu responsable de tout problème résultant du partage ou de la publication de données entre - utilisateurs.
  • + utilisateurs ou utilisatrices.

    Données personnelles

    @@ -134,14 +132,12 @@ head("cgu.php"); ?>

    Conformément à l’article 34 de la loi « Informatique et Libertés », Antopie garantit à l’utilisateur un droit d’opposition, d’accès et de rectification sur les données nominatives le concernant. L’utilisateur - a la possibilité d’exercer ce droit en envoyant un email à l'administrateur.

    + a la possibilité d’exercer ce droit en envoyant un + email à l'administrateur.

    diff --git a/img/antopie.png b/img/antopie.png new file mode 100755 index 0000000..f3db050 Binary files /dev/null and b/img/antopie.png differ diff --git a/img/favicon.ico b/img/favicon.ico old mode 100755 new mode 100644 diff --git a/img/favicon.png b/img/favicon.png deleted file mode 100755 index e0f5f5e..0000000 Binary files a/img/favicon.png and /dev/null differ diff --git a/img/logos/gitea.png b/img/logos/gitea.png new file mode 100644 index 0000000..48169c1 Binary files /dev/null and b/img/logos/gitea.png differ diff --git a/img/logos/jirafeau.png b/img/logos/jirafeau.png new file mode 100644 index 0000000..9ebaedf Binary files /dev/null and b/img/logos/jirafeau.png differ diff --git a/img/logos/matrix.png b/img/logos/matrix.png new file mode 100644 index 0000000..0e2bb2e Binary files /dev/null and b/img/logos/matrix.png differ diff --git a/img/logos/matrixfull.png b/img/logos/matrixfull.png new file mode 100644 index 0000000..366c2ff Binary files /dev/null and b/img/logos/matrixfull.png differ diff --git a/img/logos/nextcloud.png b/img/logos/nextcloud.png new file mode 100644 index 0000000..95a53ca Binary files /dev/null and b/img/logos/nextcloud.png differ diff --git a/img/logos/peertubeo.png b/img/logos/peertubeo.png new file mode 100644 index 0000000..0bf4841 Binary files /dev/null and b/img/logos/peertubeo.png differ diff --git a/img/logos/pleroma.png b/img/logos/pleroma.png new file mode 100644 index 0000000..b06dbe4 Binary files /dev/null and b/img/logos/pleroma.png differ diff --git a/img/logos/plumeo.png b/img/logos/plumeo.png new file mode 100644 index 0000000..5ecc967 Binary files /dev/null and b/img/logos/plumeo.png differ diff --git a/img/logos/privatebin.png b/img/logos/privatebin.png new file mode 100644 index 0000000..48e6608 Binary files /dev/null and b/img/logos/privatebin.png differ diff --git a/img/logos/qr512.png b/img/logos/qr512.png new file mode 100755 index 0000000..19e6bae Binary files /dev/null and b/img/logos/qr512.png differ diff --git a/img/logos/riot.png b/img/logos/riot.png new file mode 100644 index 0000000..fb2256e Binary files /dev/null and b/img/logos/riot.png differ diff --git a/img/logos/rssbridge.png b/img/logos/rssbridge.png new file mode 100644 index 0000000..7d3911b Binary files /dev/null and b/img/logos/rssbridge.png differ diff --git a/inc/debut.php b/inc/debut.php index dab60ff..cfea066 100755 --- a/inc/debut.php +++ b/inc/debut.php @@ -10,13 +10,13 @@ function head($adresse) { - <?php echo $page['titre']; ?> | Ant + <?php echo $page['titre']; ?> · Antopie - + - + - - -
    - J'aime les trains. - - -
    - -
    +
    diff --git a/inc/footer.php b/inc/footer.php index c4d7113..15edfb6 100755 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,6 +1,5 @@ -
    -
    - + +