commit
67b9582b0a
@ -0,0 +1,15 @@ |
||||
RewriteEngine On |
||||
RewriteCond %{SERVER_PORT} 80 |
||||
RewriteRule ^(.*)$ https://cyberjinh.fr/$1 [R,L] |
||||
Header always set Strict-Transport-Security "max-age=2592000; includeSubDomains; preload |
||||
Header always set X-Frame-Options "SAMEORIGIN" |
||||
Header always set X-Xss-Protection "1; mode=block" |
||||
Header always set X-Content-Type-Options "nosniff" |
||||
Header always set Referrer-Policy "same-origin" |
||||
Header always set Feature-Policy "microphone 'none'; payment 'none'; sync-xhr 'self' https://cyberjinh.fr" |
||||
Header always set X-FRAME-OPTIONS "DENY" |
||||
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure |
||||
Header always set Content-Security-Policy: "default-src 'none';" |
||||
Header always set Content-Security-Policy: "script-src 'self' https://cyberjinh.fr;" |
||||
Header always set Content-Security-Policy: "style-src 'self' https://cyberjinh.fr;" |
||||
Header always set Content-Security-Policy: "img-src 'self' https://cyberjinh.fr https://xmpp.net https://compliance.conversations.im https://static.fsf.org;" |
@ -0,0 +1,96 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.71d799b17bfbcd3da1248996d7a111b45524eacdda152dd6ca38f77dc5b1e554.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="Apps" /> |
||||
<meta property="og:description" content="" /> |
||||
<meta property="og:type" content="website" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/apps/" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/apps"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-list"> |
||||
|
||||
|
||||
<h1>apps</h1> |
||||
|
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/apps/zerobin/"> |
||||
<img src="/img/zbin.svg"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/apps/zerobin/"> |
||||
<h6>zerobin</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/apps/xmpp/"> |
||||
<img src="/img/XMPP_logo.svg"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/apps/xmpp/"> |
||||
<h6>xmpp</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,29 @@ |
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
||||
<channel> |
||||
<title>Apps on Cyberjinh Network</title> |
||||
<link>https://cyberjinh.fr/apps/</link> |
||||
<description>Recent content in Apps on Cyberjinh Network</description> |
||||
<generator>Hugo -- gohugo.io</generator> |
||||
<language>fr-fr</language> |
||||
<lastBuildDate>Fri, 05 Mar 2021 10:26:08 +0100</lastBuildDate><atom:link href="https://cyberjinh.fr/apps/index.xml" rel="self" type="application/rss+xml" /> |
||||
<item> |
||||
<title>ZeroBin</title> |
||||
<link>https://cyberjinh.fr/apps/zerobin/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:26:08 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/apps/zerobin/</guid> |
||||
<description></description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>XMPP Service</title> |
||||
<link>https://cyberjinh.fr/apps/xmpp/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:20:45 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/apps/xmpp/</guid> |
||||
<description></description> |
||||
</item> |
||||
|
||||
</channel> |
||||
</rss> |
@ -0,0 +1,64 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.71d799b17bfbcd3da1248996d7a111b45524eacdda152dd6ca38f77dc5b1e554.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="XMPP Service" /> |
||||
<meta property="og:description" content="" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/apps/xmpp/" /><meta property="article:section" content="apps" /> |
||||
<meta property="article:published_time" content="2021-03-05T10:20:45+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T10:20:45+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/apps"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1 style="text-align: center">XMPP Service</h1> |
||||
<hr/><!-- raw HTML omitted --> |
||||
<!-- raw HTML omitted --> |
||||
<!-- raw HTML omitted --> |
||||
</div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,62 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.71d799b17bfbcd3da1248996d7a111b45524eacdda152dd6ca38f77dc5b1e554.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="ZeroBin" /> |
||||
<meta property="og:description" content="" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/apps/zerobin/" /><meta property="article:section" content="apps" /> |
||||
<meta property="article:published_time" content="2021-03-05T10:26:08+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T10:26:08+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/apps"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1 style="text-align: center">ZeroBin</h1> |
||||
<hr/><!-- raw HTML omitted --> |
||||
</div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,63 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="Contact" /> |
||||
<meta property="og:description" content="Contactez moi ! email : contact[at]cyberjinh.fr XMPP (JID) : keepwatchingme[at]im.cyberjinh.fr GPG : 0xDE9D84471CFD8DD8" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/contact/" /><meta property="article:section" content="" /> |
||||
<meta property="article:published_time" content="2021-03-05T10:32:28+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T10:32:28+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1>Contactez moi !<h1> |
||||
<p>email : contact[at]cyberjinh.fr <br /> |
||||
XMPP (JID) : keepwatchingme[at]im.cyberjinh.fr <img src="https://im.cyberjinh.fr:5281/status/keepwatchingme/" /> <br /> |
||||
GPG : <a href ="/files/jinh(0xDE9D84471CFD8DD8)pub.asc" title"clef GPG">0xDE9D84471CFD8DD8</a></p></div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1 @@ |
||||
.hljs{display:block;overflow-x:auto;padding:0.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} |
@ -0,0 +1 @@ |
||||
html{}body{background-color:silver;font-family:rajdhani,cursive;line-height:120%;word-wrap:break-word;overflow:auto;text-align:center}h1{font-size:3.6rem;margin-top:.72rem;margin-bottom:.72rem}h2{font-size:3rem;margin-top:.6rem;margin-bottom:.6rem}h3{font-size:2.4rem;margin-top:.48rem;margin-bottom:.48rem}h4{font-size:1.8rem;margin-top:.36rem;margin-bottom:.36rem}h5{font-size:1.4rem;margin-top:.28rem;margin-bottom:.28rem}h6{font-size:1.2rem;margin-top:.24rem;margin-bottom:.24rem}h1,h2,h3,h4,h5,h6{line-height:110%}p{font-size:1rem}pre{overflow:auto}a{text-decoration:none;color:#000}a:visited{color:#000}a:hover{color:red}@media(min-width:0px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:100%}}@media(min-width:600px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:75%}}@media(min-width:1025px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:50%}}@media(min-width:0px) and (orientation:portrait){.readability,.apps-header hr,.apps-list,.apps-content{width:100%}}hr{border:0;margin-top:1rem;margin-bottom:1rem;height:1rem;background:#000}.apps-content hr{height:.5rem}table{border-collapse:collapse;table-layout:fixed}table,thead,tr,th,td,tfoot,fieldset,input,textarea{border:.1rem solid #000}thead,th{border-bottom-width:.2rem}.apps-list,.apps-content{margin:0 auto}.apps-content{background-color:#d3d3d3;text-align:left;overflow:auto}.apps-content>*{margin:1rem 2rem}.apps-content *{max-width:100%}.apps-header{color:#000}.apps-header .apps-header-title{font-size:2.5rem}.apps-app-item{display:inline-block;width:8rem;vertical-align:top;margin-right:1.5rem;margin-bottom:1.5rem}.apps-app-icon{display:inline-block;border:.5rem solid #fff;border-radius:1.5rem;width:8rem;height:8rem;padding-bottom:0;overflow:hidden;background-color:#d3d3d3}.apps-app-icon img{width:8rem;height:8rem}@media(min-width:0px) and (orientation:landscape){.apps-menu-item{display:block}}@media(min-width:600px) and (orientation:landscape){.apps-menu-item{display:inline-block;margin-left:1rem;margin-right:1rem}}@media(min-width:0px) and (orientation:portrait){.apps-menu-item{display:block}}@media(min-width:0px) and (orientation:landscape){.apps-submenu-item{display:block}}@media(min-width:600px) and (orientation:landscape){.apps-submenu-item{display:inline-block;margin-left:.5rem;margin-right:.5rem}}@media(min-width:0px) and (orientation:portrait){.apps-submenu-item{display:block}} |
@ -0,0 +1 @@ |
||||
@font-face{font-family:Rajdhani;src:url(/files/fonts/rajdhani/Rajdhani-Regular.ttf)}html{}body{background-color:silver;font-family:rajdhani,cursive;line-height:120%;word-wrap:break-word;overflow:auto;text-align:center}h1{font-size:3.6rem;margin-top:.72rem;margin-bottom:.72rem}h2{font-size:3rem;margin-top:.6rem;margin-bottom:.6rem}h3{font-size:2.4rem;margin-top:.48rem;margin-bottom:.48rem}h4{font-size:1.8rem;margin-top:.36rem;margin-bottom:.36rem}h5{font-size:1.4rem;margin-top:.28rem;margin-bottom:.28rem}h6{font-size:1.2rem;margin-top:.24rem;margin-bottom:.24rem}h1,h2,h3,h4,h5,h6{line-height:110%}p{font-size:1rem}pre{overflow:auto}a{text-decoration:none;color:#000}a:visited{color:#000}a:hover{color:red}@media(min-width:0px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:100%}}@media(min-width:600px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:75%}}@media(min-width:1025px) and (orientation:landscape){.readability,.apps-header hr,.apps-list,.apps-content{width:50%}}@media(min-width:0px) and (orientation:portrait){.readability,.apps-header hr,.apps-list,.apps-content{width:100%}}hr{border:0;margin-top:1rem;margin-bottom:1rem;height:1rem;background:#000}.apps-content hr{height:.5rem}table{border-collapse:collapse;table-layout:fixed}table,thead,tr,th,td,tfoot,fieldset,input,textarea{border:.1rem solid #000}thead,th{border-bottom-width:.2rem}.apps-list,.apps-content{margin:0 auto}.apps-content{background-color:#d3d3d3;text-align:left;overflow:auto}.apps-content>*{margin:1rem 2rem}.apps-content *{max-width:100%}.apps-header{color:#000}.apps-header .apps-header-title{font-size:2.5rem}.apps-app-item{display:inline-block;width:8rem;vertical-align:top;margin-right:1.5rem;margin-bottom:1.5rem}.apps-app-icon{display:inline-block;border:.5rem solid #fff;border-radius:1.5rem;width:8rem;height:8rem;padding-bottom:0;overflow:hidden;background-color:#d3d3d3}.apps-app-icon img{width:8rem;height:8rem}@media(min-width:0px) and (orientation:landscape){.apps-menu-item{display:block}}@media(min-width:600px) and (orientation:landscape){.apps-menu-item{display:inline-block;margin-left:1rem;margin-right:1rem}}@media(min-width:0px) and (orientation:portrait){.apps-menu-item{display:block}}@media(min-width:0px) and (orientation:landscape){.apps-submenu-item{display:block}}@media(min-width:600px) and (orientation:landscape){.apps-submenu-item{display:inline-block;margin-left:.5rem;margin-right:.5rem}}@media(min-width:0px) and (orientation:portrait){.apps-submenu-item{display:block}} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 943 B |
@ -0,0 +1,75 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta name="generator" content="Hugo 0.81.0" /> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="/css/default.min.css"/> |
||||
<script src="/js/highlight.min.js"></script> |
||||
<meta property="og:title" content="Cyberjinh Network" /> |
||||
<meta property="og:description" content="" /> |
||||
<meta property="og:type" content="website" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div style="margin-top: 2rem; margin-bottom: 2rem"> |
||||
<img src="/img/tux.svg" style="width: 15rem; height: 15rem"/> |
||||
<h2 style="">Bienvenue</h1> |
||||
<h3 style="">N'hésitez pas à consulter la liste des services que je propose</h3> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-submenu-item" href="https://framapiaf.org/@cyberjinh"> |
||||
|
||||
<h5>Mastodon</h5> |
||||
</a> |
||||
|
||||
<a class="apps-submenu-item" href="https://cyberjinh.fr"> |
||||
|
||||
<h5>Website</h5> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,59 @@ |
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
||||
<channel> |
||||
<title>Cyberjinh Network</title> |
||||
<link>https://cyberjinh.fr/</link> |
||||
<description>Recent content on Cyberjinh Network</description> |
||||
<generator>Hugo -- gohugo.io</generator> |
||||
<language>fr-fr</language> |
||||
<lastBuildDate>Fri, 05 Mar 2021 12:26:58 +0100</lastBuildDate><atom:link href="https://cyberjinh.fr/index.xml" rel="self" type="application/rss+xml" /> |
||||
<item> |
||||
<title>Converse.js</title> |
||||
<link>https://cyberjinh.fr/services/converse/</link> |
||||
<pubDate>Fri, 05 Mar 2021 12:26:58 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/converse/</guid> |
||||
<description>https://chat.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>EtherPad</title> |
||||
<link>https://cyberjinh.fr/services/pad/</link> |
||||
<pubDate>Fri, 05 Mar 2021 12:20:23 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/pad/</guid> |
||||
<description>Pad collaboratif en ligne |
||||
https://pad.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>Contact</title> |
||||
<link>https://cyberjinh.fr/contact/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:32:28 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/contact/</guid> |
||||
<description>Contactez moi ! email : contact[at]cyberjinh.fr XMPP (JID) : keepwatchingme[at]im.cyberjinh.fr GPG : 0xDE9D84471CFD8DD8</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>ZeroBin</title> |
||||
<link>https://cyberjinh.fr/services/zerobin/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:26:08 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/zerobin/</guid> |
||||
<description>Partagez du code ! |
||||
https://zbin.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>XMPP Service</title> |
||||
<link>https://cyberjinh.fr/services/xmpp/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:20:45 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/xmpp/</guid> |
||||
<description>Bienvenue sur CyberJinh.fr Ce site vous explique comment créer un compte XMPP. |
||||
XMPP est un protocole de messagerie instantanée (pour Extensible Messaging and Presence Protocol). XMPP est un ensemble de protocoles standards ouverts permettant entre autres les discussions instantanées, la VoIP, visioconférence, l'échange de fichiers… Plus d'information sur le protocole XMPP cliquez ici ou la Pour commencer il vous suffit de télécharger votre client XMPP favoris (liste non exhaustive ici)</description> |
||||
</item> |
||||
|
||||
</channel> |
||||
</rss> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,61 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="Converse.js" /> |
||||
<meta property="og:description" content="https://chat.cyberjinh.fr" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/services/converse/" /><meta property="article:section" content="services" /> |
||||
<meta property="article:published_time" content="2021-03-05T12:26:58+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T12:26:58+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1 style="text-align: center">Converse.js</h1> |
||||
<hr/><p>https://chat.cyberjinh.fr</p></div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,128 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="Services" /> |
||||
<meta property="og:description" content="" /> |
||||
<meta property="og:type" content="website" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/services/" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-list"> |
||||
|
||||
|
||||
<h1>services</h1> |
||||
|
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/services/converse/"> |
||||
<img src="/img/converse.png"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/services/converse/"> |
||||
<h6>converse</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/services/pad/"> |
||||
<img src="/img/pad.png"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/services/pad/"> |
||||
<h6>pad</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/services/zerobin/"> |
||||
<img src="/img/zbin.svg"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/services/zerobin/"> |
||||
<h6>zerobin</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="apps-app-item"> |
||||
<div class="apps-app-icon"> |
||||
|
||||
|
||||
|
||||
<a href="https://cyberjinh.fr/services/xmpp/"> |
||||
<img src="/img/XMPP_logo.svg"/> |
||||
</a> |
||||
</div> |
||||
<div class="apps-app-name"> |
||||
<a href="https://cyberjinh.fr/services/xmpp/"> |
||||
<h6>xmpp</h6> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,50 @@ |
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
||||
<channel> |
||||
<title>Services on Cyberjinh Network</title> |
||||
<link>https://cyberjinh.fr/services/</link> |
||||
<description>Recent content in Services on Cyberjinh Network</description> |
||||
<generator>Hugo -- gohugo.io</generator> |
||||
<language>fr-fr</language> |
||||
<lastBuildDate>Fri, 05 Mar 2021 12:26:58 +0100</lastBuildDate><atom:link href="https://cyberjinh.fr/services/index.xml" rel="self" type="application/rss+xml" /> |
||||
<item> |
||||
<title>Converse.js</title> |
||||
<link>https://cyberjinh.fr/services/converse/</link> |
||||
<pubDate>Fri, 05 Mar 2021 12:26:58 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/converse/</guid> |
||||
<description>https://chat.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>EtherPad</title> |
||||
<link>https://cyberjinh.fr/services/pad/</link> |
||||
<pubDate>Fri, 05 Mar 2021 12:20:23 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/pad/</guid> |
||||
<description>Pad collaboratif en ligne |
||||
https://pad.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>ZeroBin</title> |
||||
<link>https://cyberjinh.fr/services/zerobin/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:26:08 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/zerobin/</guid> |
||||
<description>Partagez du code ! |
||||
https://zbin.cyberjinh.fr</description> |
||||
</item> |
||||
|
||||
<item> |
||||
<title>XMPP Service</title> |
||||
<link>https://cyberjinh.fr/services/xmpp/</link> |
||||
<pubDate>Fri, 05 Mar 2021 10:20:45 +0100</pubDate> |
||||
|
||||
<guid>https://cyberjinh.fr/services/xmpp/</guid> |
||||
<description>Bienvenue sur CyberJinh.fr Ce site vous explique comment créer un compte XMPP. |
||||
XMPP est un protocole de messagerie instantanée (pour Extensible Messaging and Presence Protocol). XMPP est un ensemble de protocoles standards ouverts permettant entre autres les discussions instantanées, la VoIP, visioconférence, l'échange de fichiers… Plus d'information sur le protocole XMPP cliquez ici ou la Pour commencer il vous suffit de télécharger votre client XMPP favoris (liste non exhaustive ici)</description> |
||||
</item> |
||||
|
||||
</channel> |
||||
</rss> |
@ -0,0 +1,63 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="EtherPad" /> |
||||
<meta property="og:description" content="Pad collaboratif en ligne |
||||
https://pad.cyberjinh.fr" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/services/pad/" /><meta property="article:section" content="services" /> |
||||
<meta property="article:published_time" content="2021-03-05T12:20:23+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T12:20:23+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1 style="text-align: center">EtherPad</h1> |
||||
<hr/><p>Pad collaboratif en ligne</p> |
||||
<p>https://pad.cyberjinh.fr</p></div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
||||
|
@ -0,0 +1,84 @@ |
||||
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> |
||||
<meta property="og:title" content="XMPP Service" /> |
||||
<meta property="og:description" content="Bienvenue sur CyberJinh.fr Ce site vous explique comment créer un compte XMPP. |
||||
XMPP est un protocole de messagerie instantanée (pour Extensible Messaging and Presence Protocol). XMPP est un ensemble de protocoles standards ouverts permettant entre autres les discussions instantanées, la VoIP, visioconférence, l'échange de fichiers… Plus d'information sur le protocole XMPP cliquez ici ou la Pour commencer il vous suffit de télécharger votre client XMPP favoris (liste non exhaustive ici)" /> |
||||
<meta property="og:type" content="article" /> |
||||
<meta property="og:url" content="https://cyberjinh.fr/services/xmpp/" /><meta property="article:section" content="services" /> |
||||
<meta property="article:published_time" content="2021-03-05T10:20:45+01:00" /> |
||||
<meta property="article:modified_time" content="2021-03-05T10:20:45+01:00" /> |
||||
|
||||
|
||||
</head> |
||||
<body> |
||||
<header class="apps-header"> |
||||
<div style="margin-bottom:1rem"> |
||||
<a href="../" style="float: left">Back</a> |
||||
<br/> |
||||
<a href="https://cyberjinh.fr" class="apps-header-title"> |
||||
<h1> |
||||
Cyberjinh Network |
||||
</h1> |
||||
</a> |
||||
</div> |
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services"> |
||||
<h4>Services</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP"> |
||||
<h4>Git</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="/contact"> |
||||
<h4>Contact</h4> |
||||
</a> |
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr"> |
||||
<h4>Status</h4> |
||||
</a> |
||||
|
||||
|
||||
<hr/> |
||||
</header> |
||||
<div class="apps-body"> |
||||
<div class="apps-content"><h1 style="text-align: center">XMPP Service</h1> |
||||
<hr/> |
||||
<h1 class="welcome">Bienvenue sur CyberJinh.fr</h1> |
||||
<a href='https://xmpp.net/result.php?domain=im.cyberjinh.fr&type=server'><img src='https://xmpp.net/badge.php?domain=im.cyberjinh.fr' alt='xmpp.net score' /></a> |
||||
<br /> |
||||
<a href='https://compliance.conversations.im/server/im.cyberjinh.fr'><img src='https://compliance.conversations.im/badge/im.cyberjinh.fr'></a> |
||||
<br /> |
||||
<p> Ce site vous explique comment créer un compte XMPP.</p> |
||||
<p>XMPP est un protocole de messagerie instantanée (pour Extensible Messaging and Presence Protocol). XMPP est un ensemble de protocoles standards ouverts permettant entre autres les discussions instantanées, la VoIP, visioconférence, l'échange de fichiers… <br /> |
||||
</p> |
||||
<p> Plus d'information sur le protocole XMPP cliquez <a href="https://fr.wikibooks.org/wiki/D%C3%A9butez_dans_XMPP/Qu%27est-ce_qu%27XMPP_%3F" title="wikibooks débutez dans xmpp" target="_blank">ici</a> ou <a href="https://wiki.jabberfr.org/Accueil" title="jabberfr wiki" target="_blank">la</a> </p> |
||||
<p> Pour commencer il vous suffit de télécharger votre client XMPP favoris (liste non exhaustive <a href="https://xmpp.org/software/clients.html" title="clients xmpp" target="_blank">ici</a>)</p> |
||||
<h1>Pour s'inscrire :</h1> |
||||