feat(site): premier commit

This commit is contained in:
Anael 2021-03-05 18:15:54 +01:00
commit 67b9582b0a
33 changed files with 1474 additions and 0 deletions

15
.htaccess Normal file
View File

@ -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;"

1
README.md Normal file
View File

@ -0,0 +1 @@
Dépot du site web : https://cyberjinh.fr

96
apps/index.html Normal file
View File

@ -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>

29
apps/index.xml Normal file
View File

@ -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>

64
apps/xmpp/index.html Normal file
View File

@ -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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T10:20:45&#43;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>

62
apps/zerobin/index.html Normal file
View File

@ -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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T10:26:08&#43;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>

63
contact/index.html Normal file
View File

@ -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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T10:32:28&#43;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>

1
css/default.min.css vendored Normal file
View File

@ -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}

View File

@ -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}}

View File

@ -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.

30
img/XMPP_logo.svg Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xml:space="preserve" viewBox="0 0 200 200" width="200px" height="200px" x="0px" y="0px" enable-background="new 0 0 200 200">
<linearGradient id="SVGID_right_" y2="1.279e-13" gradientUnits="userSpaceOnUse" x2="-1073.2" gradientTransform="translate(1196.604,15.368977)" y1="126.85" x1="-1073.2">
<stop stop-color="#1b3967" offset=".011" />
<stop stop-color="#13b5ea" offset=".467" />
<stop stop-color="#002b5c" offset=".9945" />
</linearGradient>
<linearGradient id="SVGID_left_" y2="1.279e-13" gradientUnits="userSpaceOnUse" x2="-1073.2" gradientTransform="matrix(-1,0,0,1,-994.78801,15.367977)" y1="126.85" x1="-1073.2">
<stop stop-color="#1b3967" offset=".011" />
<stop stop-color="#13b5ea" offset=".467" />
<stop stop-color="#002b5c" offset=".9945" />
</linearGradient>
<path d="m 151.80512,29.557978 c 0.077,1.313 -1.787,0.968 -1.787,2.293 0,38.551 -46.558,97.366012 -91.687985,108.730012 v 1.639 C 118.28313,136.69999 186.89012,74.419978 188.40012,15.369977 l -36.599,14.189001 z" style="fill:url(#SVGID_right_)" />
<path d="m 133.67312,34.300978 c 0.076,1.313 0.12,2.63 0.12,3.957 0,38.551 -30.69898,90.497012 -75.826985,101.860012 v 1.639 c 59.044005,-2.79 105.809995,-63.024012 105.809995,-109.200012 0,-2.375 -0.128,-4.729 -0.371,-7.056 l -29.73,8.798 z" style="fill:#e96d1f" />
<path d="m 163.69112,24.951978 -7.61699,2.722 c 0.041,0.962 0.066,2.254 0.066,3.225 0,41.219 -37.271,98.204012 -87.271995,107.120012 -3.24501,1.088 -7.53801,2.077 -10.932,2.931 v 1.638 C 123.19013,137.02799 169.03613,70.721978 163.69612,24.947978 Z" style="fill:#d9541e" />
<path d="m 50.011,29.556978 c -0.077,1.313 1.787,0.968 1.787,2.293 0,38.551 46.558007,97.366012 91.68799,108.730012 v 1.639 C 83.533,136.69899 14.926,74.418978 13.416,15.368977 l 36.599,14.189001 z" style="fill:url(#SVGID_left_)" />
<path d="m 68.143,34.299978 c -0.076,1.313 -0.12,2.63 -0.12,3.957 0,38.551 30.698995,90.497012 75.82699,101.860012 v 1.639 C 84.806,138.96599 38.04,78.731978 38.04,32.555978 c 0,-2.375 0.128,-4.729 0.371,-7.056 l 29.73,8.798 z" style="fill:#a0ce67" />
<path d="m 38.125,24.950978 7.617,2.722 c -0.041,0.962 -0.066,2.254 -0.066,3.225 0,41.219 37.271,98.204012 87.27199,107.120012 3.245,1.088 7.538,2.077 10.932,2.931 v 1.638 C 78.626,137.02699 32.78,70.720978 38.12,24.946978 Z" style="fill:#439639" />
<path d="m 25.988,172.07799 -13.388,-14.65 h 11.643 l 9.127,10.268 9.129,-10.268 h 11.643 l -13.387,14.646 14.401,14.728 h -12.09 l -9.697,-10.67 -9.693,10.67 H 11.584 l 14.404,-14.73 z" />
<path d="m 58.508,157.42799 h 13.836 l 10.183,18.905 10.183,-18.905 h 13.83199 v 29.374 h -8.761983 v -21.096 h -0.08 L 85.893,186.80199 H 79.16 l -11.807,-21.096 h -0.082 v 21.096 h -8.764 v -29.37 z" />
<path d="m 112.66199,157.42799 h 24.546 c 8.559,0 10.628,4.302 10.628,10.063 v 2.516 c 0,4.381 -1.908,9.41 -8.275,9.41 h -17.894 v 7.385 h -9.005 v -29.38 z m 9,14.69 h 13.997 c 2.10901,0 2.92401,-1.377 2.92401,-3.123 v -1.135 c 0,-1.99 -0.976,-3.127 -3.694,-3.127 h -13.227 v 7.38 z" />
<path d="m 152.72199,157.42799 h 24.546 c 8.561,0 10.63,4.302 10.63,10.063 v 2.516 c 0,4.381 -1.907,9.41 -8.275,9.41 h -17.893 v 7.385 h -9.008 v -29.38 z m 9.01,14.69 h 13.996 c 2.11,0 2.922,-1.377 2.922,-3.123 v -1.135 c 0,-1.99 -0.974,-3.127 -3.693,-3.127 h -13.225 v 7.38 z" />
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
img/converse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

147
img/no-image.svg Normal file
View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg3699"
width="1600"
height="1600"
viewBox="0 0 1600 1600"
sodipodi:docname="missingImage2.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata3705">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:date>2018</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>Lazur URH</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3703">
<linearGradient
inkscape:collect="always"
id="linearGradient6618">
<stop
style="stop-color:#319dd2;stop-opacity:1"
offset="0"
id="stop6614" />
<stop
style="stop-color:#2384c1;stop-opacity:1"
offset="1"
id="stop6616" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient6334">
<stop
style="stop-color:#a3bfdb;stop-opacity:1"
offset="0"
id="stop6330" />
<stop
style="stop-color:#7ba2cd;stop-opacity:1"
offset="1"
id="stop6332" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6334"
id="linearGradient6336"
x1="0"
y1="50"
x2="0"
y2="1550"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6618"
id="linearGradient6620"
x1="200"
y1="250"
x2="200"
y2="1350"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6334"
id="linearGradient4555"
gradientUnits="userSpaceOnUse"
x1="0"
y1="50"
x2="0"
y2="1550" />
</defs>
<sodipodi:namedview
pagecolor="#003af6"
bordercolor="#ffffff"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0.7450980392"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="705"
id="namedview3701"
showgrid="false"
inkscape:pagecheckerboard="true"
showguides="true"
inkscape:guide-bbox="true"
guidecolor="#00ffe4"
guideopacity="1"
guidehicolor="#f000ff"
guidehiopacity="1"
borderlayer="true"
inkscape:showpageshadow="false"
inkscape:zoom="0.33125"
inkscape:cx="800.0000000000001"
inkscape:cy="800"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3699" />
<g
id="g4565">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect6327"
d="m -1.894780608400103e-17,0 h 1600 v 1600.000024415553 h -1600 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient4555);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect6600"
d="m 100,100 h 1400 v 1400 h -1400.000000000005 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect6611"
d="m 200,200 h 1200 v 1200 h -1200 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient6620);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
d="m 777.3003460003092,1208.583008943138 c 46.7128696257615,0 82.2146505413435,-34.878942653903 82.2146505413435,-80.346135756311 0,-45.467193102409 -35.5017809155811,-80.346135756312 -82.2146505413435,-80.346135756312 -45.4671931024084,0 -81.5918122796652,34.878942653903 -81.5918122796652,80.346135756312 0,45.467193102408 36.1246191772568,80.346135756311 81.5918122796652,80.346135756311 z m -243.6238996430202,-609.2381793196028 h 118.235217982065 c 5.1406616513949,-75.396370887113 55.976093537402,-122.8046950055248 134.799572192112,-122.8046950055248 78.2522940267768,0 129.0877259127858,47.408324118411 129.0877259127858,111.9521870748038 0,58.832016677066 -24.5609390011051,91.9607250971619 -93.6742789809599,133.6572029362477 -78.2522940267752,46.8371394904791 -113.0945563306699,98.2437560044201 -110.2386331910069,178.780788542928 l 0.5711846279351,45.6947702346148 h 118.235217982065 v -34.8422623038938 c 0,-58.832016677066 21.1338312335067,-89.1048019574979 94.8166482368217,-132.5148336803818 75.3963708871141,-45.1235856066819 119.9487718658622,-107.3827100513431 119.9487718658622,-195.9163273809089 0,-122.2335103775927 -101.6708637720171,-211.9094969630227 -252.4636055462411,-211.9094969630227 -165.643542100479,0 -254.177159430044,98.2437560044209 -259.317821081439,227.9026665451377 z"
id="path837"
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
img/pad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

275
img/tux.svg Normal file
View File

@ -0,0 +1,275 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:ns1="http://sozi.baierouge.fr"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="svg5845"
sodipodi:docname="New document 28"
viewBox="0 0 157.16 201"
version="1.1"
inkscape:version="0.48.0 r9654"
>
<sodipodi:namedview
id="base"
bordercolor="#666666"
inkscape:pageshadow="2"
inkscape:window-y="73"
fit-margin-left="0"
pagecolor="#ffffff"
fit-margin-top="0"
inkscape:window-maximized="0"
inkscape:zoom="0.35"
inkscape:window-x="4"
inkscape:window-height="441"
showgrid="false"
borderopacity="1.0"
inkscape:current-layer="layer1"
inkscape:cx="-389.2789"
inkscape:cy="-5.2059326"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="496"
inkscape:pageopacity="0.0"
inkscape:document-units="px"
/>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(-764.28 -326.15)"
>
<path
id="path5345"
d="m878.37 396.2c-8.5139 5.5867-9.5012 23.06-2.2137 39.177 12.957 28.761 35.51 52.833 41.916 48.63 6.4058-4.2034 4.1697-34.851-11.18-68.799-7.2875-16.117-20.009-24.595-28.522-19.008z"
sodipodi:nodetypes="sczcs"
style="fill:#000000"
inkscape:connector-curvature="0"
/>
<path
id="rect5342"
sodipodi:nodetypes="sczcs"
style="fill:#000000"
inkscape:connector-curvature="0"
d="m807.34 396.2c8.5139 5.5867 9.5012 23.06 2.2137 39.177-12.957 28.761-35.51 52.833-41.916 48.63-6.4058-4.2034-4.1697-34.851 11.18-68.799 7.2875-16.117 20.009-24.595 28.522-19.008z"
/>
<path
id="rect5259"
sodipodi:nodetypes="scsscccsss"
style="fill:#000000"
inkscape:connector-curvature="0"
d="m842.49 326.15c-26.503 0-43.955 20.116-44.875 45.438 0 0-0.0303-0.0104-0.0312 0-1.3736 15.903-7.7903 26.783-10.406 42.062-13.557 79.186-0.1875 79.073 10.812 102 29.333-5.3662 58.667-6.1266 88 0 0 0 37.198-27.469 11-101.5-5.7857-10.923-6.4927-28.358-9.625-42.562-5.2203-23.673-18.372-45.438-44.875-45.438z"
/>
<path
id="rect5265"
sodipodi:nodetypes="sssssss"
style="fill:#ffffff"
inkscape:connector-curvature="0"
d="m890.61 451.64c0 30.47-10.927 39-24.5 39h-46c-13.573 0-24.5-8.53-24.5-39s10.927-55 24.5-55h46c13.573 0 24.5 24.53 24.5 55z"
/>
<g
id="g5267"
transform="matrix(.99309 0 0 .95723 458.16 1158.4)"
>
<rect
id="rect5269"
style="fill:#ffffff"
rx="10"
ry="18"
height="36"
width="20"
y="-841.64"
x="392"
/>
<rect
id="rect5271"
style="fill:#ffffff"
rx="10"
ry="18"
height="36"
width="20"
y="-841.64"
x="362"
/>
</g
>
<path
id="path5273"
d="m875.26 386.7c0 8.723-14.673 19.623-32.772 19.623-18.1 0-32.772-10.9-32.772-19.623 0-8.7229 14.673-11.965 32.772-11.965 18.1 0 32.772 3.2424 32.772 11.965z"
sodipodi:nodetypes="sssss"
style="fill:#ecb63a"
inkscape:connector-curvature="0"
/>
<path
id="path5275"
d="m815.74 387.29c3.5583 6.1603 13.97 12.15 26.255 12.15 12.284 0 22.697-5.99 26.255-12.15-5.3045 4.8654-15.073 8.9303-26.255 8.9303s-20.95-4.0649-26.255-8.9303z"
style="fill:#876108"
inkscape:connector-curvature="0"
/>
<rect
id="rect5277"
style="fill:#000000"
rx="6.6206"
ry="7.6578"
height="15.316"
width="13.241"
y="363.25"
x="850.77"
/>
<rect
id="rect5279"
style="fill:#000000"
rx="6.6206"
ry="7.6578"
height="15.316"
width="13.241"
y="363.25"
x="820.97"
/>
<g
id="g5416"
transform="translate(272.99 1153.8)"
>
<path
id="path5347"
d="m574.39-641.24c0-7.865-14.723-17.693-32.886-17.693-18.162 0-32.886 9.8281-32.886 17.693s14.723 10.788 32.886 10.788c18.162 0 32.886-2.9235 32.886-10.788z"
sodipodi:nodetypes="sssss"
style="fill:#ecb63a"
inkscape:connector-curvature="0"
/>
<path
id="path5352"
d="m569.27-644.62c-1.1416 2.9443-4.5466 6.1732-8.9783 7.1076-3.5502 0.7485-6.9044-0.17246-9.0983-1.7342-1.9547 1.773-4.931 3.1273-8.2581 3.1273-3.0204 0-5.7424-1.1138-7.682-2.644-2.0884 1.8756-5.5924 3.135-9.3864 2.5871-4.5417-0.65587-8.1424-3.7249-9.3624-6.6242-0.22081 0.36638-0.38332 0.77713-0.43211 1.2509-0.34341 3.3352 3.951 8.1685 9.7945 9.0124 3.794 0.5479 7.2981-0.71155 9.3864-2.5872 1.9395 1.5302 4.6615 2.644 7.682 2.644 3.3272 0 6.3034-1.3543 8.2581-3.1273 2.194 1.5618 5.5482 2.4828 9.0983 1.7342 5.7956-1.222 9.8597-6.3584 9.3624-9.6663-0.0604-0.40239-0.20095-0.76671-0.38409-1.0804z"
style="fill:#926a0d"
inkscape:connector-curvature="0"
/>
<path
id="path5408"
sodipodi:nodetypes="sssss"
style="fill:#ecb63a"
inkscape:connector-curvature="0"
d="m632.39-641.24c0-7.865-14.723-17.693-32.886-17.693-18.162 0-32.886 9.8281-32.886 17.693s14.723 10.788 32.886 10.788c18.162 0 32.886-2.9235 32.886-10.788z"
/>
<path
id="path5410"
style="fill:#926a0d"
inkscape:connector-curvature="0"
d="m627.27-644.62c-1.1416 2.9443-4.5466 6.1732-8.9783 7.1076-3.5502 0.7485-6.9044-0.17246-9.0983-1.7342-1.9547 1.773-4.931 3.1273-8.2581 3.1273-3.0204 0-5.7424-1.1138-7.682-2.644-2.0884 1.8756-5.5924 3.135-9.3864 2.5871-4.5417-0.65587-8.1424-3.7249-9.3624-6.6242-0.22081 0.36638-0.38332 0.77713-0.43211 1.2509-0.34341 3.3352 3.951 8.1685 9.7945 9.0124 3.794 0.5479 7.2981-0.71155 9.3864-2.5872 1.9395 1.5302 4.6615 2.644 7.682 2.644 3.3272 0 6.3034-1.3543 8.2581-3.1273 2.194 1.5618 5.5482 2.4828 9.0983 1.7342 5.7956-1.222 9.8597-6.3584 9.3624-9.6663-0.0604-0.40239-0.20095-0.76671-0.38409-1.0804z"
/>
</g
>
</g
>
<metadata
>
<rdf:RDF
>
<cc:Work
>
<dc:format
>image/svg+xml</dc:format
>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/"
/>
<dc:publisher
>
<cc:Agent
rdf:about="http://openclipart.org/"
>
<dc:title
>Openclipart</dc:title
>
</cc:Agent
>
</dc:publisher
>
<dc:title
>Tux the Penguin</dc:title
>
<dc:date
>2011-01-06T20:30:29</dc:date
>
<dc:description
>A little stylized drawing of Tux the Linux penguin.</dc:description
>
<dc:source
>https://openclipart.org/detail/103855/tux-the-penguin-by-mairin</dc:source
>
<dc:creator
>
<cc:Agent
>
<dc:title
>mairin</dc:title
>
</cc:Agent
>
</dc:creator
>
<dc:subject
>
<rdf:Bag
>
<rdf:li
>OS</rdf:li
>
<rdf:li
>animal</rdf:li
>
<rdf:li
>cartoon</rdf:li
>
<rdf:li
>character</rdf:li
>
<rdf:li
>cute</rdf:li
>
<rdf:li
>free</rdf:li
>
<rdf:li
>linux</rdf:li
>
<rdf:li
>penguin</rdf:li
>
<rdf:li
>tux</rdf:li
>
</rdf:Bag
>
</dc:subject
>
</cc:Work
>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/"
>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
/>
</cc:License
>
</rdf:RDF
>
</metadata
>
</svg
>

After

Width:  |  Height:  |  Size: 8.7 KiB

1
img/zbin.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="38" width="38" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 38 38" xmlns:dc="http://purl.org/dc/elements/1.1/"><defs><radialGradient id="a" gradientUnits="userSpaceOnUse" cx="261" cy="240" r="341" gradientTransform="matrix(1.3 .000949 -.00102 1.4 -89.2 -86.2)"><stop stop-color="#ff0" offset="0"/><stop stop-color="#fa0" offset="1"/></radialGradient></defs><path stroke-linejoin="round" d="m250 3.16-227 123-0.42 247 227 124 227-123 0.42-247zm-0.711 97.9v0.006c3.78 0 7.6 0.297 11.5 0.875 41.1 6.17 72.2 40.6 66.4 70.5-5.8 29.8-33.3 56-40.1 61.7s37.1 165 37.1 165h-149s46.2-157 36.5-165c-9.7-8.14-41.2-36.9-36.4-68.9 4.81-32.1 37.6-64 74.2-64.1z" transform="matrix(.0709 0 0 .0709 1.4 1.38)" stroke="#000" stroke-linecap="round" stroke-width="10.6" fill="url(#a)"/></svg>

After

Width:  |  Height:  |  Size: 943 B

75
index.html Normal file
View File

@ -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>

59
index.xml Normal file
View File

@ -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&#39;échange de fichiers… Plus d&#39;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>

3
js/highlight.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T12:26:58&#43;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>

128
services/index.html Normal file
View File

@ -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>

50
services/index.xml Normal file
View File

@ -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&#39;échange de fichiers… Plus d&#39;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>

63
services/pad/index.html Normal file
View File

@ -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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T12:20:23&#43;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>

84
services/xmpp/index.html Normal file
View File

@ -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&#39;échange de fichiers… Plus d&#39;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&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T10:20:45&#43;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&amp;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>
<ul id="liste">Voici une liste de serveurs XMPP ou vous pouvez vous inscrire : </ul>
<li><a href="https://jabber.lqdn.fr/my/create.php">La Quadrature Du net - Jabber Service</a> Hebergé en France</li>
<li><a href="https://xmpp.is/register/">XMPP.is</a> Hebergé en Allemagne (site anglais)</li>
<li><a href="https://blah.im/register.html">Blah.im</a> Hebergé en Allemagne (site anglais)</li>
<li><a href="https://jabber.hot-chilli.net/account/create/">Jabber Hot Chilli</a> Hebergé en Allemagne (site anglais)</li>
<p>C'est terminé ! Vous pouvez vous identifier sur vos clients XMPP favoris.</p>
<p>##########################################################################</p>
<p>La plupart des clients XMPP / Jabber vous inviteront à vous connecter quand vous les lancez pour la première fois, mais vous pouvez vous inscrire directement dans l'application. </p></div>
</div>
</body>
</html>

View File

@ -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="ZeroBin" />
<meta property="og:description" content="Partagez du code !
https://zbin.cyberjinh.fr" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://cyberjinh.fr/services/zerobin/" /><meta property="article:section" content="services" />
<meta property="article:published_time" content="2021-03-05T10:26:08&#43;01:00" />
<meta property="article:modified_time" content="2021-03-05T10:26:08&#43;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">ZeroBin</h1>
<hr/><p>Partagez du code !</p>
<p>https://zbin.cyberjinh.fr</p></div>
</div>
</body>
</html>

28
sitemap.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://cyberjinh.fr/services/converse/</loc>
<lastmod>2021-03-05T12:26:58+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/</loc>
<lastmod>2021-03-05T12:26:58+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/services/</loc>
<lastmod>2021-03-05T12:26:58+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/services/pad/</loc>
<lastmod>2021-03-05T12:20:23+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/contact/</loc>
<lastmod>2021-03-05T10:32:28+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/services/zerobin/</loc>
<lastmod>2021-03-05T10:26:08+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/services/xmpp/</loc>
<lastmod>2021-03-05T10:20:45+01:00</lastmod>
</url><url>
<loc>https://cyberjinh.fr/tags/</loc>
</url>
</urlset>

64
tags/index.html Normal file
View File

@ -0,0 +1,64 @@
<!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="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cyberjinh.fr/tags/" />
</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>tags</h1>
</div>
</div>
</body>
</html>

10
tags/index.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Cyberjinh Network</title>
<link>https://cyberjinh.fr/tags/</link>
<description>Recent content in Tags on Cyberjinh Network</description>
<generator>Hugo -- gohugo.io</generator>
<language>fr-fr</language><atom:link href="https://cyberjinh.fr/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>