Merge branch 'master' of https://github.com/AlanLeoni/doc
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/*
|
||||||
|
!/pages
|
||||||
|
!/images
|
||||||
|
!/themes
|
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
language: bash
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bash tests/dead_links.sh
|
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# YunoHost Documentation
|
||||||
|
|
||||||
|
* [Web Site](https://yunohost.org)
|
||||||
|
* Based on [Grav](https://getgrav.org/)
|
||||||
|
|
||||||
|
Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues/issues).
|
||||||
|
|
||||||
|
# Contributing
|
||||||
|
|
||||||
|
You can refer to the page on [writing documentation](https://yunohost.org/write_documentation).
|
||||||
|
|
||||||
|
## Regenerate the css
|
||||||
|
|
||||||
|
We use scss to manage the css. If you want to change it, you must rebuild it.
|
||||||
|
|
||||||
|
First install npm, then in the root folder of this repo, install sass: `npm install sass`
|
||||||
|
|
||||||
|
Finally you can rebuild the css with (You can replace `expanded` by `compressed` if you want):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./node_modules/sass/sass.js themes/yunohost-docs/scss:themes/yunohost-docs/css --style expanded
|
||||||
|
```
|
||||||
|
|
||||||
|
Source:
|
||||||
|
https://sass-lang.com/guide
|
||||||
|
|
17
config/site.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
title: 'Yunohost Documentation'
|
||||||
|
default_lang: en
|
||||||
|
author:
|
||||||
|
name: Yunohost
|
||||||
|
email: yunohost@yunohost.org
|
||||||
|
taxonomies:
|
||||||
|
- category
|
||||||
|
- tag
|
||||||
|
metadata:
|
||||||
|
description: 'Yunohost Documentation'
|
||||||
|
summary:
|
||||||
|
enabled: true
|
||||||
|
format: short
|
||||||
|
size: 300
|
||||||
|
delimiter: '==='
|
||||||
|
redirects: null
|
||||||
|
routes: null
|
218
config/system.yaml
Normal file
|
@ -0,0 +1,218 @@
|
||||||
|
absolute_urls: false
|
||||||
|
timezone: null
|
||||||
|
param_sep: ':'
|
||||||
|
wrapped_site: false
|
||||||
|
reverse_proxy_setup: false
|
||||||
|
force_ssl: false
|
||||||
|
force_lowercase_urls: true
|
||||||
|
custom_base_url: null
|
||||||
|
username_regex: '^[a-z0-9_-]{3,16}$'
|
||||||
|
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||||
|
intl_enabled: true
|
||||||
|
http_x_forwarded:
|
||||||
|
protocol: true
|
||||||
|
host: false
|
||||||
|
port: true
|
||||||
|
ip: true
|
||||||
|
languages:
|
||||||
|
supported:
|
||||||
|
- en
|
||||||
|
- fr
|
||||||
|
- de
|
||||||
|
- es
|
||||||
|
- ar
|
||||||
|
- oc
|
||||||
|
- it
|
||||||
|
- ru
|
||||||
|
default_lang: en
|
||||||
|
include_default_lang: true
|
||||||
|
include_default_lang_file_extension: true
|
||||||
|
translations: true
|
||||||
|
translations_fallback: true
|
||||||
|
session_store_active: false
|
||||||
|
http_accept_language: true
|
||||||
|
override_locale: false
|
||||||
|
content_fallback:
|
||||||
|
en: 'fr,de,es'
|
||||||
|
de: 'en,fr,es'
|
||||||
|
es: 'en,fr,de'
|
||||||
|
pages_fallback_only: false
|
||||||
|
home:
|
||||||
|
alias: /home
|
||||||
|
hide_in_urls: true
|
||||||
|
pages:
|
||||||
|
type: regular
|
||||||
|
theme: yunohost-docs
|
||||||
|
order:
|
||||||
|
by: default
|
||||||
|
dir: asc
|
||||||
|
list:
|
||||||
|
count: 20
|
||||||
|
dateformat:
|
||||||
|
default: null
|
||||||
|
short: 'jS M Y'
|
||||||
|
long: 'F jS \a\t g:ia'
|
||||||
|
publish_dates: true
|
||||||
|
process:
|
||||||
|
markdown: true
|
||||||
|
twig: false
|
||||||
|
twig_first: false
|
||||||
|
never_cache_twig: false
|
||||||
|
events:
|
||||||
|
page: true
|
||||||
|
twig: true
|
||||||
|
markdown:
|
||||||
|
extra: false
|
||||||
|
auto_line_breaks: false
|
||||||
|
auto_url_links: false
|
||||||
|
escape_markup: false
|
||||||
|
special_chars:
|
||||||
|
'>': gt
|
||||||
|
'<': lt
|
||||||
|
valid_link_attributes:
|
||||||
|
- rel
|
||||||
|
- target
|
||||||
|
- id
|
||||||
|
- class
|
||||||
|
- classes
|
||||||
|
types:
|
||||||
|
- html
|
||||||
|
- htm
|
||||||
|
- xml
|
||||||
|
- txt
|
||||||
|
- json
|
||||||
|
- rss
|
||||||
|
- atom
|
||||||
|
append_url_extension: null
|
||||||
|
expires: 604800
|
||||||
|
cache_control: null
|
||||||
|
last_modified: false
|
||||||
|
etag: true
|
||||||
|
vary_accept_encoding: false
|
||||||
|
redirect_default_route: false
|
||||||
|
redirect_default_code: '302'
|
||||||
|
redirect_trailing_slash: true
|
||||||
|
ignore_files:
|
||||||
|
- .DS_Store
|
||||||
|
ignore_folders:
|
||||||
|
- .git
|
||||||
|
- .idea
|
||||||
|
ignore_hidden: true
|
||||||
|
hide_empty_folders: false
|
||||||
|
url_taxonomy_filters: true
|
||||||
|
frontmatter:
|
||||||
|
process_twig: false
|
||||||
|
ignore_fields:
|
||||||
|
- form
|
||||||
|
- forms
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
check:
|
||||||
|
method: file
|
||||||
|
driver: auto
|
||||||
|
prefix: g
|
||||||
|
purge_at: '0 4 * * *'
|
||||||
|
clear_at: '0 3 * * *'
|
||||||
|
clear_job_type: standard
|
||||||
|
clear_images_by_default: true
|
||||||
|
cli_compatibility: false
|
||||||
|
lifetime: 604800
|
||||||
|
gzip: true
|
||||||
|
allow_webserver_gzip: false
|
||||||
|
redis:
|
||||||
|
socket: '0'
|
||||||
|
server: null
|
||||||
|
port: null
|
||||||
|
password: null
|
||||||
|
memcache:
|
||||||
|
server: null
|
||||||
|
port: null
|
||||||
|
memcached:
|
||||||
|
server: null
|
||||||
|
port: null
|
||||||
|
twig:
|
||||||
|
cache: true
|
||||||
|
debug: false
|
||||||
|
auto_reload: true
|
||||||
|
autoescape: false
|
||||||
|
undefined_functions: true
|
||||||
|
undefined_filters: true
|
||||||
|
umask_fix: false
|
||||||
|
assets:
|
||||||
|
css_pipeline: false
|
||||||
|
css_pipeline_include_externals: true
|
||||||
|
css_pipeline_before_excludes: true
|
||||||
|
css_minify: true
|
||||||
|
css_minify_windows: false
|
||||||
|
css_rewrite: true
|
||||||
|
js_pipeline: false
|
||||||
|
js_pipeline_include_externals: true
|
||||||
|
js_pipeline_before_excludes: true
|
||||||
|
js_minify: true
|
||||||
|
enable_asset_timestamp: false
|
||||||
|
collections:
|
||||||
|
jquery: 'system://assets/jquery/jquery-2.x.min.js'
|
||||||
|
errors:
|
||||||
|
display: 1
|
||||||
|
log: true
|
||||||
|
log:
|
||||||
|
handler: file
|
||||||
|
syslog:
|
||||||
|
facility: local6
|
||||||
|
debugger:
|
||||||
|
enabled: false
|
||||||
|
provider: clockwork
|
||||||
|
censored: false
|
||||||
|
shutdown:
|
||||||
|
close_connection: true
|
||||||
|
twig: true
|
||||||
|
images:
|
||||||
|
default_image_quality: 85
|
||||||
|
cache_all: false
|
||||||
|
cache_perms: '0755'
|
||||||
|
debug: false
|
||||||
|
auto_fix_orientation: true
|
||||||
|
seofriendly: true
|
||||||
|
defaults:
|
||||||
|
loading: auto
|
||||||
|
media:
|
||||||
|
enable_media_timestamp: false
|
||||||
|
unsupported_inline_types: null
|
||||||
|
allowed_fallback_types: null
|
||||||
|
auto_metadata_exif: false
|
||||||
|
upload_limit: 2097152
|
||||||
|
session:
|
||||||
|
enabled: true
|
||||||
|
initialize: true
|
||||||
|
timeout: 1800
|
||||||
|
name: grav-site
|
||||||
|
uniqueness: path
|
||||||
|
secure: false
|
||||||
|
httponly: true
|
||||||
|
samesite: Lax
|
||||||
|
split: true
|
||||||
|
path: null
|
||||||
|
gpm:
|
||||||
|
releases: stable
|
||||||
|
proxy_url: null
|
||||||
|
method: auto
|
||||||
|
verify_peer: true
|
||||||
|
official_gpm_only: true
|
||||||
|
accounts:
|
||||||
|
type: regular
|
||||||
|
storage: file
|
||||||
|
flex:
|
||||||
|
cache:
|
||||||
|
index:
|
||||||
|
enabled: true
|
||||||
|
lifetime: 60
|
||||||
|
object:
|
||||||
|
enabled: true
|
||||||
|
lifetime: 600
|
||||||
|
render:
|
||||||
|
enabled: true
|
||||||
|
lifetime: 600
|
||||||
|
strict_mode:
|
||||||
|
yaml_compat: true
|
||||||
|
twig_compat: true
|
||||||
|
blueprint_compat: true
|
18
config/themes/yunohost-docs.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
streams:
|
||||||
|
schemes:
|
||||||
|
theme:
|
||||||
|
type: ReadOnlyStream
|
||||||
|
prefixes:
|
||||||
|
'': [user/themes/yunohost-docs, user/themes/learn4]
|
||||||
|
enabled: true
|
||||||
|
production-mode: false
|
||||||
|
grid-size: grid-xl
|
||||||
|
github:
|
||||||
|
note: false
|
||||||
|
link: true
|
||||||
|
tree: 'https://github.com/yunohost/doc/blob/grav/'
|
||||||
|
commits: 'https://github.com/yunohost/doc/commits/grav/'
|
||||||
|
spectre:
|
||||||
|
exp: false
|
||||||
|
icons: false
|
||||||
|
top_level_version: true
|
BIN
images/HedgeDoc-Logo.png
Normal file
After Width: | Height: | Size: 257 KiB |
BIN
images/Jirafeau_logo.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
images/Linuxfr.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
images/Mediawiki_screenshot.png
Normal file
After Width: | Height: | Size: 184 KiB |
BIN
images/OnlyOffice_logo.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
images/Pidgin-add-acount.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/PluXml_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/PluXml_screenshot.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
images/XMPP_logo.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
images/YunoHost_logo_vertical.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
images/actions_example.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
images/adminer_logo.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
images/airsonic_logo.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
images/ampache_logo.png
Normal file
After Width: | Height: | Size: 44 KiB |
11
images/anarchism_logo.svg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="200pt" height="200pt" viewBox="0 0 21000 29700" id="svg1397">
|
||||||
|
<g transform="matrix(4.558534,0,0,4.584044,-8162.569,-3665.785)" style="visibility:visible" id="x">
|
||||||
|
<g style="fill:#000000" id="g1">
|
||||||
|
<g style="fill:#ff0000" id="g2">
|
||||||
|
<path d="M 125.03125,0.125 L 95.96875,95.96875 L 0.375,95.96875 L 78,155.78125 L 48.84375,250.9375 L 125.03125,192.6875 L 201.3125,250.9375 L 172.15625,155.78125 L 249.78125,95.96875 L 154.1875,95.96875 L 125.03125,0.125 z " transform="matrix(26.06101,0,0,25.915982,836.35857,799.68364)" id="p1" />
|
||||||
|
</g>
|
||||||
|
<g id="g3">
|
||||||
|
<path d="M 4095,803 L 3337,3287 L 846,3287 L 2869,4837 L 2109,7303 L 4855,3287 L 4095,803 z " id="path12" />
|
||||||
|
</g></g></g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 828 B |
11
images/anfora_logo.svg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="0 0 600 600">
|
||||||
|
<g fill="none" transform="translate(139 130)">
|
||||||
|
<polygon fill="#FFF" points="237 59 296 59 272.673 203.039"/>
|
||||||
|
<polygon fill="#FF5230" points="277.186 187.073 277.186 67.296 233.591 67.296 224.647 42.722 302.788 42.722 302.788 257.412" transform="rotate(10 263.717 150.067)"/>
|
||||||
|
<g transform="rotate(-10 242.085 17.624)">
|
||||||
|
<rect width="240.745" height="300.89" x=".299" y=".611" fill="#FF5230"/>
|
||||||
|
<rect width="190.59" height="190.564" x="25.377" y="24.682" fill="#FFF"/>
|
||||||
|
</g>
|
||||||
|
<path fill="#FF5230" d="M60.3349683,62.7474114 L138.623794,62.7474114 C144.634936,62.7474114 149.50793,67.6197335 149.50793,73.6300473 C149.50793,79.6403612 144.634936,84.5126833 138.623794,84.5126833 L116.508875,84.5126833 L116.508875,112.761518 C143.32192,128.314668 179.964723,157.519663 179.964723,190.983354 C179.964723,200.475031 178.312041,211.535717 175.326316,223.222172 L60.3349683,223.222172 L60.3349683,62.7474114 Z" transform="rotate(-10 120.15 142.985)"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
BIN
images/angryip.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
images/architecture.png
Normal file
After Width: | Height: | Size: 46 KiB |
1
images/architecture.xml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<mxfile userAgent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/53.0.2785.143 Chrome/53.0.2785.143 Safari/537.36" version="6.0.2.6" editor="www.draw.io" type="device"><diagram name="Page-1">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</diagram></mxfile>
|
BIN
images/backup.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
images/baikal_logo.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
images/bitwarden_logo.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
images/blogotext_logo.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
images/bludit_logo.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
images/boot_screen.png
Normal file
After Width: | Height: | Size: 26 KiB |
11
images/borg_logo.svg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<!-- Created using Karbon, part of Calligra: http://www.calligra.org/karbon -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="240pt" height="100pt">
|
||||||
|
<defs/>
|
||||||
|
<path id="p0" transform="translate(0, 7.12669e-6)" fill="#000200" d="M0 66.6667L0 0L160 0L320 0L320 66.6667L320 133.333L160 133.333L0 133.333Z"/>
|
||||||
|
<path id="p1" transform="translate(20.9086, 32.2192)" fill="#00dd00" d="M43.75 13.8021L26.6667 13.8021L26.6667 0L53.3854 0L67.2396 13.8021L67.2396 27.8646L60.3125 34.7917L67.2396 41.7187L67.2396 55.3125L53.3854 69.1146L26.6667 69.1146L26.6667 55.3125L43.75 55.3125L43.75 40.5729L26.6667 40.5729L26.6667 28.5417L43.75 28.5417ZM0 0L23.0208 0L23.0208 69.1146L0 69.1146Z"/>
|
||||||
|
<path id="p2" transform="translate(97.6794, 46.0213)" fill="#00dd00" d="M62.1354 41.5104L48.3333 55.3125L32.9167 55.3125L32.9167 42.3958L38.6458 42.3958L38.6458 13.8021L32.9167 13.8021L32.9167 0L48.3333 0L62.1354 13.8021ZM23.2813 42.3958L29.2708 42.3958L29.2708 55.3125L13.8021 55.3125L0 41.5104L0 13.8021L13.8021 0L29.2708 0L29.2708 13.8021L23.2813 13.8021Z"/>
|
||||||
|
<path id="p3" transform="translate(170.231, 46.0213)" fill="#00dd00" d="M36.5104 13.8021L26.7187 13.8021L26.7187 7.76042L34.4271 0L48.3854 0L59.5833 12.9167L59.5833 27.2396L36.5104 27.2396ZM0 55.3125L0 7.10543e-15L23.0208 7.10543e-15L23.0208 55.3125Z"/>
|
||||||
|
<path id="p4" transform="translate(236.429, 46.0213)" fill="#00dd00" d="M36.875 13.8021L26.6667 13.8021L26.6667 7.10543e-15L46.0937 7.10543e-15L59.8958 13.8021L59.8958 60.7812L46.0937 74.6875L15.7292 74.6875L8.80208 67.7083L8.80208 62.6042L36.875 62.6042ZM33.2292 42.3958L33.2292 48.4896L26.3542 55.3125L13.8021 55.3125L0 41.5104L0 13.8021L13.8021 0L23.0208 0L23.0208 42.3958Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/brique.png
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
images/button_to_go_to_permission_interface.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
images/button_to_go_to_permission_interface_fr.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
images/capture_espace_connexion.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
images/capture_globale.png
Normal file
After Width: | Height: | Size: 266 KiB |
BIN
images/capture_menu_droite.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/capture_menu_droite_chercher_utilisateur.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
images/capture_menu_droite_deconnexion.png
Normal file
After Width: | Height: | Size: 576 B |
BIN
images/capture_menu_droite_preferences.png
Normal file
After Width: | Height: | Size: 840 B |
BIN
images/capture_menu_gauche.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
images/cd.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
images/certificate-after-LE-fr.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/certificate-after-LE.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/certificate-before-LE-fr.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/certificate-before-LE.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
images/certificate-signed-by-LE.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/civicrm_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/codimd_logo.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
images/collabora_logo.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
images/computer.png
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
images/concrete5_logo.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
images/config_panel_example.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
images/config_panel_toml_example.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
images/cowyo_logo.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
images/cubieboard2.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
images/cubietruck.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
images/debian-logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/dekko-app.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
images/dekko_config_1.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
images/dekko_config_2.png
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
images/dekko_config_3.png
Normal file
After Width: | Height: | Size: 155 KiB |
BIN
images/dekko_config_4.png
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
images/desktop.jpg
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
images/diagnostic.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
images/diagramsnet_logo.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
1
images/discourse_logo.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 104 106"><defs><style>.cls-1{fill:#231f20;}.cls-2{fill:#fff9ae;}.cls-3{fill:#00aeef;}.cls-4{fill:#00a94f;}.cls-5{fill:#f15d22;}.cls-6{fill:#e31b23;}</style></defs><title>Discourse_logo</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M51.87,0C23.71,0,0,22.83,0,51c0,.91,0,52.81,0,52.81l51.86-.05c28.16,0,51-23.71,51-51.87S80,0,51.87,0Z"/><path class="cls-2" d="M52.37,19.74A31.62,31.62,0,0,0,24.58,66.41l-5.72,18.4L39.4,80.17a31.61,31.61,0,1,0,13-60.43Z"/><path class="cls-3" d="M77.45,32.12a31.6,31.6,0,0,1-38.05,48L18.86,84.82l20.91-2.47A31.6,31.6,0,0,0,77.45,32.12Z"/><path class="cls-4" d="M71.63,26.29A31.6,31.6,0,0,1,38.8,78L18.86,84.82,39.4,80.17A31.6,31.6,0,0,0,71.63,26.29Z"/><path class="cls-5" d="M26.47,67.11a31.61,31.61,0,0,1,51-35A31.61,31.61,0,0,0,24.58,66.41l-5.72,18.4Z"/><path class="cls-6" d="M24.58,66.41A31.61,31.61,0,0,1,71.63,26.29a31.61,31.61,0,0,0-49,39.63l-3.76,18.9Z"/></g></g></svg>
|
After Width: | Height: | Size: 1,017 B |
BIN
images/dns_9box.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
images/dns_dynamic-ip_box_conf.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
images/docker.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
553
images/dokuwiki_logo.svg
Normal file
|
@ -0,0 +1,553 @@
|
||||||
|
<?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"
|
||||||
|
width="128.00854"
|
||||||
|
height="128.51692"
|
||||||
|
id="svg2"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
inkscape:version="0.46+devel r21627"
|
||||||
|
sodipodi:docname="dokuwiki.svg"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="0 : 526.18109 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||||
|
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||||
|
id="perspective100" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2624">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#3a9030;stop-opacity:0.83673471;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2626" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#3d9c32;stop-opacity:0.79591835;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2628" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2612">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#25901b;stop-opacity:0.83673471;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2614" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#25901b;stop-opacity:0.37755102;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2616" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2600">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#e32525;stop-opacity:0.81632656;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2602" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#e32525;stop-opacity:0.5714286;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2604" />
|
||||||
|
</linearGradient>
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="TriangleOutL"
|
||||||
|
orient="auto"
|
||||||
|
refY="0"
|
||||||
|
refX="0"
|
||||||
|
id="TriangleOutL"
|
||||||
|
style="overflow:visible">
|
||||||
|
<path
|
||||||
|
id="path2488"
|
||||||
|
d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
|
||||||
|
transform="scale(0.8,0.8)" />
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="Arrow2Lstart"
|
||||||
|
orient="auto"
|
||||||
|
refY="0"
|
||||||
|
refX="0"
|
||||||
|
id="Arrow2Lstart"
|
||||||
|
style="overflow:visible">
|
||||||
|
<path
|
||||||
|
id="path2571"
|
||||||
|
style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
||||||
|
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
||||||
|
transform="matrix(1.1,0,0,1.1,-5.5,0)" />
|
||||||
|
</marker>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2408">
|
||||||
|
<stop
|
||||||
|
id="stop2410"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:0.17346939;" />
|
||||||
|
<stop
|
||||||
|
id="stop2412"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#c7cec2;stop-opacity:0;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2389">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.17346939;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2391" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#c7cec2;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2393" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2370">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#fbfaf9;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2372" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#e9dac7;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2374" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2364">
|
||||||
|
<stop
|
||||||
|
id="stop2366"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#fbf6f0;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop2368"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#e9dac7;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2348">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#fbf6f0;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2350" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#e9dac7;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2352" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2332">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ede1ae;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2334" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#fefdfa;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2336" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2249">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#00a423;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2251" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#00b427;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2253" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2229">
|
||||||
|
<stop
|
||||||
|
id="stop2231"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#00b62b;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop2233"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#a1d784;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2213">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2215" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2217" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2360">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#d69c00;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2362" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffe658;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2364" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2352">
|
||||||
|
<stop
|
||||||
|
id="stop2354"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#ce411e;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop2356"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#ecad8d;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2336">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#8f2a15;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2338" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#c8381b;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2340" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2336"
|
||||||
|
id="linearGradient2342"
|
||||||
|
x1="219.21262"
|
||||||
|
y1="189.01556"
|
||||||
|
x2="286.22665"
|
||||||
|
y2="189.01556"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2352"
|
||||||
|
id="linearGradient2350"
|
||||||
|
x1="219.66267"
|
||||||
|
y1="192.73286"
|
||||||
|
x2="277.8761"
|
||||||
|
y2="192.73286"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2360"
|
||||||
|
id="radialGradient2366"
|
||||||
|
cx="224.41418"
|
||||||
|
cy="212.80016"
|
||||||
|
fx="224.41418"
|
||||||
|
fy="212.80016"
|
||||||
|
r="8.6813803"
|
||||||
|
gradientTransform="matrix(1,0,0,0.984179,0,3.366635)"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2249"
|
||||||
|
id="linearGradient2227"
|
||||||
|
x1="192.03938"
|
||||||
|
y1="262.25757"
|
||||||
|
x2="263.67093"
|
||||||
|
y2="262.25757"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2229"
|
||||||
|
id="linearGradient2247"
|
||||||
|
x1="191.75092"
|
||||||
|
y1="258.91571"
|
||||||
|
x2="255.6561"
|
||||||
|
y2="258.91571"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2360"
|
||||||
|
id="radialGradient2317"
|
||||||
|
cx="257.41144"
|
||||||
|
cy="274.64203"
|
||||||
|
fx="257.41144"
|
||||||
|
fy="274.64203"
|
||||||
|
r="7.1440549"
|
||||||
|
gradientTransform="matrix(1,0,0,1.631384,0,-173.4045)"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2360"
|
||||||
|
id="linearGradient2325"
|
||||||
|
x1="184.07063"
|
||||||
|
y1="246.35907"
|
||||||
|
x2="201.40646"
|
||||||
|
y2="246.35907"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2332"
|
||||||
|
id="linearGradient2346"
|
||||||
|
x1="162.76369"
|
||||||
|
y1="184.99277"
|
||||||
|
x2="240.84924"
|
||||||
|
y2="289.50323"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2348"
|
||||||
|
id="linearGradient2354"
|
||||||
|
x1="140.15784"
|
||||||
|
y1="303.78967"
|
||||||
|
x2="136.14151"
|
||||||
|
y2="195.87151"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2370"
|
||||||
|
id="linearGradient2362"
|
||||||
|
x1="286.15598"
|
||||||
|
y1="262.28729"
|
||||||
|
x2="185.81258"
|
||||||
|
y2="172.32423"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2389"
|
||||||
|
id="linearGradient2395"
|
||||||
|
x1="213.96568"
|
||||||
|
y1="220.07191"
|
||||||
|
x2="244.79126"
|
||||||
|
y2="265.40363"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2408"
|
||||||
|
id="linearGradient2406"
|
||||||
|
x1="184.30582"
|
||||||
|
y1="241.52789"
|
||||||
|
x2="224.67441"
|
||||||
|
y2="307.52844"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2600"
|
||||||
|
id="linearGradient2606"
|
||||||
|
x1="202.41772"
|
||||||
|
y1="222.05145"
|
||||||
|
x2="206.06017"
|
||||||
|
y2="210.3558"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2612"
|
||||||
|
id="linearGradient2618"
|
||||||
|
x1="248.62152"
|
||||||
|
y1="234.52202"
|
||||||
|
x2="251.64362"
|
||||||
|
y2="213.12164"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2624"
|
||||||
|
id="linearGradient2630"
|
||||||
|
x1="275.71765"
|
||||||
|
y1="251.56442"
|
||||||
|
x2="255.68353"
|
||||||
|
y2="217.94008"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2352"
|
||||||
|
id="linearGradient2640"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="219.66267"
|
||||||
|
y1="192.73286"
|
||||||
|
x2="277.8761"
|
||||||
|
y2="192.73286" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2336"
|
||||||
|
id="linearGradient2643"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="219.21262"
|
||||||
|
y1="189.01556"
|
||||||
|
x2="286.22665"
|
||||||
|
y2="189.01556" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2360"
|
||||||
|
id="radialGradient2647"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.984179,0,3.366635)"
|
||||||
|
cx="224.41418"
|
||||||
|
cy="212.80016"
|
||||||
|
fx="224.41418"
|
||||||
|
fy="212.80016"
|
||||||
|
r="8.6813803" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="3.734697"
|
||||||
|
inkscape:cx="35.103028"
|
||||||
|
inkscape:cy="81.524672"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer3"
|
||||||
|
inkscape:window-width="1206"
|
||||||
|
inkscape:window-height="855"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-maximized="0" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="paper"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-158.14742,-158.45341)">
|
||||||
|
<g
|
||||||
|
id="g1419">
|
||||||
|
<g
|
||||||
|
id="g2376">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.989976,-0.141236,0.201069,0.979577,0,0)"
|
||||||
|
style="fill:url(#linearGradient2354);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.7216621px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
|
||||||
|
d="m 120.21543,196.43769 70.90655,-0.79226 -2.40261,109.05308 -71.71761,0.37344 3.21367,-108.63426 z"
|
||||||
|
id="rect1422"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2362);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
|
||||||
|
d="m 179.20033,182.08731 79.84173,-19.51687 26.61391,101.72428 -82.50312,21.58684 -23.95252,-103.79425 z"
|
||||||
|
id="rect1425"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
transform="matrix(0.995676,-0.09289891,0.08102261,0.996712,0,0)"
|
||||||
|
style="fill:url(#linearGradient2346);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00418305px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
|
||||||
|
d="m 159.01353,181.74387 85.58587,0.53396 0,110.47429 -84.53387,-2.5127 -1.052,-108.49555 z"
|
||||||
|
id="rect1419"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="text2382"
|
||||||
|
d="m 167.55116,214.00773 0,-20.1846 5.34962,0 0,2.37403 -2.48145,0 0,15.43654 2.48145,0 0,2.37403 -5.34962,0 m 7.34767,0 0,-20.1846 5.34961,0 0,2.37403 -2.48144,0 0,15.43654 2.48144,0 0,2.37403 -5.34961,0 m 7.36915,-20.1846 5.81153,0 c 1.31054,2e-5 2.30956,0.10028 2.99707,0.30078 0.92382,0.27216 1.71516,0.75555 2.37403,1.4502 0.65884,0.69468 1.16014,1.54689 1.50391,2.55664 0.34373,1.00262 0.51561,2.24155 0.51562,3.71681 -10e-6,1.29623 -0.16115,2.41342 -0.4834,3.35156 -0.39389,1.14584 -0.95607,2.07325 -1.68652,2.78223 -0.55145,0.53711 -1.29624,0.95606 -2.23438,1.25684 -0.70183,0.222 -1.63999,0.33301 -2.81446,0.33301 l -5.9834,0 0,-15.74807 m 3.17969,2.66407 0,10.43067 2.37402,0 c 0.88802,1e-5 1.52897,-0.0501 1.92286,-0.15039 0.51561,-0.1289 0.94172,-0.34732 1.27832,-0.65527 0.34374,-0.30794 0.62304,-0.81282 0.83789,-1.51465 0.21483,-0.70898 0.32226,-1.6722 0.32227,-2.88965 -1e-5,-1.21744 -0.10744,-2.15201 -0.32227,-2.80372 -0.21485,-0.65168 -0.51563,-1.16014 -0.90234,-1.52539 -0.38673,-0.36522 -0.87729,-0.61229 -1.47168,-0.74121 -0.44402,-0.10025 -1.31414,-0.15038 -2.61036,-0.15039 l -1.42871,0 m 14.96388,13.084 -3.75977,-15.74807 3.25489,0 2.37403,10.8174 2.87891,-10.8174 3.78125,0 2.76074,11.00002 2.417,-11.00002 3.20118,0 -3.82423,15.74807 -3.37305,0 -3.13672,-11.77345 -3.12598,11.77345 -3.44825,0 m 22.76272,-15.74807 0,20.1846 -5.34961,0 0,-2.37403 2.48145,0 0,-15.45803 -2.48145,0 0,-2.35254 5.34961,0 m 7.34767,0 0,20.1846 -5.34962,0 0,-2.37403 2.48145,0 0,-15.45803 -2.48145,0 0,-2.35254 5.34962,0"
|
||||||
|
style="font-size:12.0000124px;font-style:normal;font-weight:normal;line-height:125%;fill:#6184a3;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
|
||||||
|
transform="matrix(0.995433,-0.09546066,0.09546066,0.995433,0,0)" />
|
||||||
|
<g
|
||||||
|
id="g2632"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2606);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker-end:none"
|
||||||
|
d="m 174.75585,201.60224 c -6.04576,2.46667 -10.16789,4.4194 -12.88454,6.35064 -2.71665,1.93124 -3.19257,4.60007 -3.24631,6.26587 -0.0269,0.8329 0.0809,1.77774 0.63189,2.44014 0.55103,0.6624 1.80769,1.87421 2.75794,2.38558 1.90049,1.02274 7.5417,2.42901 10.51899,3.07308 11.90917,2.57627 26.80568,1.68117 26.80568,1.68117 1.69307,1.2452 2.83283,2.82434 3.269,4.26902 4.5766,-1.88674 11.81084,-6.58439 13.15657,-8.57706 -5.45142,-4.19955 -10.79692,-6.33346 -16.51317,-8.30847 -1.59867,-0.71918 -2.87956,-1.22649 -0.71773,2.55635 0.98506,2.47275 0.85786,5.05143 0.57176,7.41825 0,0 -16.52749,0.40678 -28.23838,-2.1266 -2.92772,-0.63334 -5.46627,-0.95523 -7.21875,-1.89832 -0.87624,-0.47154 -1.48296,-0.8208 -1.91578,-1.3411 -0.43282,-0.5203 -0.2196,-1.29055 -0.20128,-1.85858 0.0366,-1.13607 0.25336,-1.67063 2.86177,-3.52492 2.60841,-1.85429 5.65407,-3.36195 11.65936,-5.81211 -0.0877,-1.29125 -0.29025,-2.5059 -1.29702,-2.99294 z"
|
||||||
|
id="path2414"
|
||||||
|
sodipodi:nodetypes="csssssccccccssssscc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2618);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
d="m 269.62539,220.7482 c -1.43576,-0.13963 -2.58044,0.30288 -2.56084,1.50218 0.94391,0.85652 1.34942,2.43518 1.48562,3.14008 0.1362,0.7049 0.0359,1.21914 -0.48562,1.89004 -1.043,1.3418 -3.12498,1.56875 -6.5006,2.72063 -6.75124,2.30377 -16.89306,2.52561 -27.90689,3.84639 -22.02767,2.64157 -39.03164,3.76107 -39.03164,3.76107 1.98346,-4.64758 6.32828,-4.41197 6.34903,-8.20969 0.27376,-0.89755 -3.14597,-1.31638 -5.09943,-0.10731 -4.26694,3.70137 -7.59152,6.75353 -10.69418,10.51311 l 1.88795,3.08438 c 0,0 26.13006,-2.88973 48.19776,-5.5361 11.03385,-1.32318 20.95601,-1.99856 27.80968,-4.33728 3.42683,-1.16936 5.95975,-1.49022 7.6409,-3.51958 0.63172,-0.76256 1.35238,-3.04699 1.06804,-4.73369 -0.21951,-1.30213 -1.14979,-3.09774 -2.15978,-4.01423 z"
|
||||||
|
id="path2608"
|
||||||
|
sodipodi:nodetypes="ccsssscccccssssc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2630);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
d="m 254.36185,220.33948 c -6.84997,3.24198 -7.15311,8.60912 -5.95953,12.79884 1.19358,4.18972 5.26293,8.75677 9.32121,12.40608 8.11656,7.29861 12.06046,9.33163 12.06046,9.33163 -3.71515,-0.10342 -7.89887,-1.41174 -8.13315,0.49304 -0.9483,2.97582 11.49137,3.47486 17.43787,2.70205 -1.39456,-7.57836 -3.79323,-13.21546 -7.73151,-14.90312 -1.68464,-0.14804 0.31242,4.72441 0.76985,9.39604 0,0 -3.62454,-1.73122 -11.60519,-8.90762 -3.99032,-3.5882 -7.37386,-7.3421 -8.47319,-11.20099 -1.09933,-3.85889 0.0776,-6.1205 4.95082,-9.53176 0.92816,-0.99528 -1.28985,-2.45913 -2.63764,-2.58419 z"
|
||||||
|
id="path2620"
|
||||||
|
sodipodi:nodetypes="csscccccsscc" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cccccc"
|
||||||
|
id="rect2386"
|
||||||
|
d="m 213.96569,234.57806 2.18756,-14.42897 15.21982,6.08793 21.49387,29.94828 -20.40591,9.21832 -18.49534,-30.82556 z"
|
||||||
|
style="fill:url(#linearGradient2395);fill-opacity:1;stroke:none;display:inline" />
|
||||||
|
<g
|
||||||
|
id="g2649"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
style="fill:url(#radialGradient2647);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 232.55816,219.5295 -15.92827,0.32199 3.08809,-15.15716 12.84018,14.83517 z"
|
||||||
|
id="path1443"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#812310;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
d="m 221.60041,219.29315 -4.41205,0.0782 0.85429,-3.98263 3.55776,3.90445 z"
|
||||||
|
id="path1452"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2643);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 269.44172,159.27421 0.098,8.91471 8.0581,8.72344 7.75906,0.7992 -52.80669,41.84092 -6.66532,-3.30696 -5.08243,-5.618 -1.08987,-5.91194 49.72911,-45.44137 z"
|
||||||
|
id="rect1437"
|
||||||
|
sodipodi:nodetypes="ccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2640);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
d="m 268.94766,168.32844 8.3426,8.82719 -51.1007,38.68262 -4.9197,-5.4436 47.6778,-42.06621 z"
|
||||||
|
id="rect1446"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffe965;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
|
||||||
|
d="m 285.33776,177.73216 -8.16219,-0.86619 -7.7518,-8.67862 0.0132,-9.14293 8.36213,0.75209 7.18862,9.57682 0.35007,8.35883 z"
|
||||||
|
id="path1440"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#cb391c;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
d="m 280.72049,168.46367 0.1644,4.05654 -3.81335,-0.71676 -2.87504,-3.18901 -0.28089,-3.53393 3.85447,-0.16637 2.95041,3.54953 z"
|
||||||
|
id="path1449"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g2657"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2406);fill-opacity:1;stroke:none"
|
||||||
|
d="m 183.88617,256.82796 0.99991,-16.30721 17.2878,8.44012 26.05488,38.00946 -29.28095,-1.13363 -15.06164,-29.00874 z"
|
||||||
|
id="rect2397"
|
||||||
|
sodipodi:nodetypes="cccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2325);fill-opacity:1;stroke:#000000;stroke-linejoin:round;stroke-opacity:1;display:inline"
|
||||||
|
d="m 200.90647,238.44836 -8.04601,15.77386 -7.05577,-13.57337 15.10178,-2.20049 z"
|
||||||
|
id="rect2207"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2227);fill-opacity:1;stroke:#000000;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 201.05389,238.55401 62.11704,24.91912 -7.88689,3.21429 -4.35152,9.30976 1.1716,9.96396 -59.31453,-31.72759 -0.49402,-7.36382 3.09592,-5.82826 5.6624,-2.48746 z"
|
||||||
|
id="rect1328"
|
||||||
|
sodipodi:nodetypes="ccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#radialGradient2317);fill-opacity:1;stroke:#000000;stroke-linejoin:round;stroke-opacity:1;display:inline"
|
||||||
|
d="m 255.27801,266.53504 7.9241,-3.04772 0.85337,10.24037 -3.9011,8.28983 -8.04601,3.77919 -1.341,-9.63083 4.51064,-9.63084 z"
|
||||||
|
id="rect2204"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2247);fill-opacity:1;stroke:none;display:inline"
|
||||||
|
d="m 195.7549,241.421 59.13059,24.7962 -4.5917,9.76614 -57.48995,-29.00967 2.95106,-5.55267 z"
|
||||||
|
id="rect2210"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#00b527;fill-opacity:1;stroke:none"
|
||||||
|
d="m 255.02263,275.21029 2.08411,-4.1069 2.96459,-1.06995 0.69433,3.37197 -1.76759,3.85723 -3.15516,1.38315 -0.82028,-3.4355 z"
|
||||||
|
id="rect2308"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#258209;fill-opacity:1;stroke:none;display:inline"
|
||||||
|
d="m 186.56849,241.00362 3.54963,-0.47312 -2.02297,3.53926 -1.52666,-3.06614 z"
|
||||||
|
id="rect2327"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 22 KiB |
BIN
images/dolibarr_logo.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
images/domain-certificate-button-fr.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
images/domain-certificate-button.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
images/dotclean_logo.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
1
images/drupal_logo.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [<!ENTITY st0 "fill:#93C5E4;"><!ENTITY st1 "fill:#FFF;"><!ENTITY st2 "fill:none;"><!ENTITY st3 "fill:#004975;"><!ENTITY st4 "fill:#00598E;"><!ENTITY st5 "fill:#0073BA;">]><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="681.167px" height="778.583px" viewBox="0 0 681.167 778.583"><title>Druplicon</title><path style="&st4;" d="M510.167,144.833c-39.75-24.75-77.25-34.5-114.75-59.25c-23.25-15.75-55.5-53.25-82.5-85.5c-5.25,51.75-21,72.75-39,87.75c-38.25,30-62.25,39-95.25,57c-27.75,14.25-178.5,104.25-178.5,297.75s162.75,336,343.5,336s337.5-131.25,337.5-330S534.167,159.833,510.167,144.833z"/><path style="&st1;" d="M449.25,610.5c12,0,24.75,0.75,33.75,6.75s14.25,19.5,17.25,27s0,12-6,15c-5.25,3-6,1.5-11.25-8.25s-9.75-19.5-36-19.5s-34.5,9-47.25,19.5s-17.25,14.25-21.75,8.25s-3-12,5.25-19.5s21.75-19.5,34.5-24.75S437.25,610.5,449.25,610.5L449.25,610.5z"/><path style="&st1;" d="M324.75,696c15,12,37.5,21.75,85.5,21.75S492,704.25,507,693c6.75-5.25,9.75-0.75,10.5,2.25s2.25,7.5-3,12.75c-3.75,3.75-38.25,27.75-78.75,31.5s-95.25,6-128.25-24c-5.25-5.25-3.75-12.75,0-15.75s6.75-5.25,11.25-5.25S322.5,694.5,324.75,696L324.75,696z"/><path style="&st5;" d="M141,639c57-0.75,67.5-10.5,117.75-33c271.5-121.5,321.75-232.5,331.5-258s24-66.75,9-112.5c-2.896-8.832-5.006-15.924-6.53-21.63c-36.079-40.343-71.898-62.357-82.72-69.12c-39-24.75-77.25-34.5-114.75-59.25c-23.25-15-55.5-53.25-82.5-85.5c-5.25,51.75-20.25,73.5-39,87.75c-38.25,30-62.25,39-95.25,57C150.75,159.75,0,249,0,442.5c0,61.78,16.593,118.361,45.063,166.766L52.5,609C68.25,623.25,93,639.75,141,639z"/><path style="&st3;" d="M510,144.75c-39-24.75-77.25-34.5-114.75-59.25c-23.25-15-55.5-53.25-82.5-85.5c-5.25,51.75-20.25,73.5-39,87.75c-38.25,30-62.25,39-95.25,57C150.75,159.75,0,249,0,442.5c0,61.78,16.593,118.361,45.063,166.766C105.763,712.467,220.46,778.5,343.5,778.5c180.75,0,337.5-131.25,337.5-330c0-109.146-44.332-185.488-88.28-234.63C556.641,173.527,520.82,151.513,510,144.75z M601.164,232.547c49.242,61.564,74.211,134.221,74.211,215.953c0,47.428-9.033,92.23-26.849,133.165c-16.9,38.831-41.236,73.233-72.333,102.254c-61.47,57.364-144.107,88.956-232.693,88.956c-43.826,0-86.832-8.371-127.824-24.882c-40.263-16.217-76.547-39.438-107.843-69.02C41.923,616.678,5.625,532.696,5.625,442.5c0-80.336,26.076-151.72,77.503-212.167c39.289-46.18,81.655-71.774,98.047-80.634c7.958-4.341,15.423-8.172,22.643-11.877c22.63-11.615,44.005-22.586,73.404-45.645c15.677-11.914,32.377-30.785,39.489-78.702c24.774,29.466,53.522,62.579,75.49,76.752c19.5,12.87,39.501,21.888,58.844,30.61c18.298,8.25,37.219,16.781,55.942,28.663c0.031,0.021,0.702,0.438,0.702,0.438C562.421,184.11,591.581,220.566,601.164,232.547z"/><path style="&st0;" d="M316.5,15c10.5,30.75,9,46.5,9,53.25S321.75,93,309.75,102c-5.25,3.75-6.75,6.75-6.75,7.5c0,3,6.75,5.25,6.75,12c0,8.25-3.75,24.75-43.5,64.5s-96.75,75-141,96.75S60,303,54,292.5s2.25-33.75,30-64.5s115.5-75,115.5-75L309,76.5l6-29.25"/><path style="&st1;" d="M316.5,14.25c-6.75,49.5-21.75,64.5-42,80.25c-33.75,25.5-66.75,41.25-74.25,45c-19.5,9.75-90,48.75-126.75,105c-11.25,17.25,0,24,2.25,25.5s27.75,4.5,82.5-28.5S237,189,267.75,156.75c16.5-17.25,18.75-27,18.75-31.5c0-5.25-3.75-7.5-9.75-9c-3-0.75-3.75-2.25,0-4.5S296.25,102,300,99s21.75-15,22.5-34.5S321.75,31.5,316.5,14.25L316.5,14.25z"/><path style="&st1;" d="M147.75,559.5c0.75-58.5,55.5-113.25,124.5-114c87.75-0.75,148.5,87,192.75,86.25c37.5-0.75,109.5-74.25,144.75-74.25c37.5,0,48,39,48,62.25s-7.5,65.25-25.5,91.5s-29.25,36-50.25,34.5c-27-2.25-81-86.25-115.5-87.75c-43.5-1.5-138,90.75-212.25,90.75c-45,0-58.5-6.75-73.5-16.5C158.25,616.5,147,592.5,147.75,559.5L147.75,559.5z"/><path style="&st2;" d="M599.25,235.5c15,45.75,0.75,87-9,112.5s-60,136.5-331.5,258C208.5,628.5,198,638.25,141,639c-48,0.75-72.75-15.75-88.5-30l-7.437,0.266C105.763,712.467,220.46,778.5,343.5,778.5c180.75,0,337.5-131.25,337.5-330c0-109.146-44.332-185.488-88.28-234.63C594.244,219.576,596.354,226.668,599.25,235.5z"/></svg>
|
After Width: | Height: | Size: 4 KiB |
BIN
images/dude_yunohost.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
images/ecosystem.odg
Normal file
BIN
images/ecosystem.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
images/ecosystem_fr.odg
Normal file
BIN
images/ecosystem_fr.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
images/etcher.gif
Normal file
After Width: | Height: | Size: 238 KiB |
61
images/etherpad_mypads_logo.svg
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
<?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"
|
||||||
|
version="1.1"
|
||||||
|
width="62.5"
|
||||||
|
height="62.5"
|
||||||
|
viewBox="0 0 60.818816 60.818816"
|
||||||
|
id="svg2">
|
||||||
|
<title
|
||||||
|
id="title3033">Etherpad</title>
|
||||||
|
<metadata
|
||||||
|
id="metadata9">
|
||||||
|
<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>Etherpad</dc:title>
|
||||||
|
<dc:date>2012-11-20</dc:date>
|
||||||
|
<dc:creator>
|
||||||
|
<cc:Agent>
|
||||||
|
<dc:title>Marcel Klehr</dc:title>
|
||||||
|
</cc:Agent>
|
||||||
|
</dc:creator>
|
||||||
|
<cc:license
|
||||||
|
rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
|
||||||
|
</cc:Work>
|
||||||
|
<cc:License
|
||||||
|
rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||||
|
</cc:License>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<path
|
||||||
|
d="m 45.953277,48.842636 -13.76749,-9.370078 -18.010202,8.570208 m 5.236235,-10.276004 10.613265,6.343524 10.755253,-5.749067 m -16.132879,-10.293644 5.377626,3.10269 5.443554,-3.348981 M 29.747573,15.946027 32.233411,39.472556 M 29.838272,16.44373 13.688126,48.16853 29.508012,57.45699 29.820402,10.225937 29.772772,16.34803 45.95327,48.842636 29.508003,57.269219 M 21.553773,9.1091165 C 22.743554,-0.86550773 35.946656,-2.7841873 38.218887,8.8403001"
|
||||||
|
id="path01"
|
||||||
|
style="fill:none;stroke:#123f0f;stroke-width:1.82456446;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
|
<path
|
||||||
|
d="m 7.5244331,10.032578 a 0.34835339,0.37477049 0 1 1 -0.6967067,0 0.34835339,0.37477049 0 1 1 0.6967067,0 z"
|
||||||
|
transform="matrix(3.1221913,0,0,2.972881,7.3844024,-20.305626)"
|
||||||
|
id="path3756"
|
||||||
|
style="fill:#b3b3b3;fill-opacity:1;stroke:#123f0f;stroke-width:0.79850829;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
BIN
images/ffsync_logo.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
images/filezilla_1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
images/filezilla_2.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/filezilla_3.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/filezilla_4.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
images/filezilla_5.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/filezilla_6.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
images/filezilla_7.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
images/filezilla_8.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
images/firefly-iii_logo.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
images/flarum_logo.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
images/fluxbb_logo.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
images/framaforms_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/freshrss_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/friendica_logo.jpeg
Normal file
After Width: | Height: | Size: 5.4 KiB |
52
images/friendica_logo.svg
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
<?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" width="96" height="96" id="svg2" version="1.1" inkscape:version="0.48.0 r9654" sodipodi:docname="friendica.svg" inkscape:export-filename="/home/meta/Documents/My random images/friendica.png" inkscape:export-xdpi="80.552788" inkscape:export-ydpi="80.552788">
|
||||||
|
<defs id="defs4">
|
||||||
|
<linearGradient id="highlightgradient">
|
||||||
|
<stop id="stop3833" offset="0" style="stop-color:#ffffff;stop-opacity:0.74374998;"/>
|
||||||
|
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop3829"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="shadowgradient">
|
||||||
|
<stop id="stop3833-5" offset="0" style="stop-color:#000000;stop-opacity:0.5;"/>
|
||||||
|
<stop style="stop-color:#818080;stop-opacity:0;" offset="1" id="stop3829-9"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient inkscape:collect="always" xlink:href="#highlightgradient" id="linearGradient4011" x1="44.948269" y1="0" x2="54.103466" y2="46.797421" gradientUnits="userSpaceOnUse" gradientTransform="scale(1,0.54545455)"/>
|
||||||
|
<linearGradient inkscape:collect="always" xlink:href="#shadowgradient" id="linearGradient4021" x1="52.016712" y1="96" x2="42.867535" y2="41.837971" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,0.5,0,48)"/>
|
||||||
|
<filter inkscape:collect="always" id="filter4055" x="-0.03" width="1.06" y="-0.12" height="1.24">
|
||||||
|
<feGaussianBlur inkscape:collect="always" stdDeviation="1.2" id="feGaussianBlur4057"/>
|
||||||
|
</filter>
|
||||||
|
<filter inkscape:collect="always" id="filter4059" x="-0.029877551" width="1.0597551" y="-0.122" height="1.244">
|
||||||
|
<feGaussianBlur inkscape:collect="always" stdDeviation="1.22" id="feGaussianBlur4061"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="2.9132799" inkscape:cx="53.033009" inkscape:cy="2.8284271" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" width="256px" inkscape:snap-global="true" inkscape:window-width="1680" inkscape:window-height="1010" inkscape:window-x="194" inkscape:window-y="0" inkscape:window-maximized="0">
|
||||||
|
<inkscape:grid type="xygrid" id="grid2985" empspacing="3" visible="true" enabled="true" snapvisiblegridlinesonly="true" spacingx="2px" spacingy="2px"/>
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata id="metadata7">
|
||||||
|
<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/>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g inkscape:label="Colors" inkscape:groupmode="layer" id="layer1" transform="translate(0,-956.3622)" style="display:inline">
|
||||||
|
<path style="fill:#ffc019;fill-opacity:1;stroke:none" d="M 16,0 C 7.0091019,0.04308252 0,7.0521845 0,16 0,16 0,57.499123 0,80 0,89.120146 7.0091019,96 16,96 L 32,96 32,70 64,70 63.916016,46.068359 32,46.236328 32,26 64,26 64,0 C 64,0 24,0 16,0 z" transform="translate(0,956.3622)" id="rect2993" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsccccccccc"/>
|
||||||
|
<path style="fill:#1872a2;fill-opacity:1;stroke:none" d="m 80,1052.3622 c 8.990898,0 16.086165,-6.966 16,-16 0,0 0,-41.4991 0,-64 0.07767,-9.01639 -7.067354,-16 -16,-16 l -16,0 0,26 -32,0 0,22 32,0 0,22 -32,0 0,26 c 0,0 32,0 48,0 z" id="rect2993-6" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsccccccccc"/>
|
||||||
|
</g>
|
||||||
|
<g style="display:inline" inkscape:label="Lines as original logo" id="g3997" inkscape:groupmode="layer">
|
||||||
|
<path sodipodi:nodetypes="cccccccc" inkscape:connector-curvature="0" id="path3999" d="m 64,0 0,26 -32,0 0,22 m 32,0 0,22 -32,0 0,26" style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
||||||
|
<rect ry="16" rx="16" y="0" x="0" height="96" width="96" id="rect4001" style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
||||||
|
</g>
|
||||||
|
<g inkscape:groupmode="layer" id="layer3" inkscape:label="Lines with center break" style="display:none">
|
||||||
|
<path style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" d="m 64,0 0,26 -32,0 0,22 32,0 0,22 -32,0 0,26" id="path3926" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc"/>
|
||||||
|
<rect style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" id="rect3928" width="96" height="96" x="0" y="0" rx="16" ry="16"/>
|
||||||
|
</g>
|
||||||
|
<g inkscape:groupmode="layer" id="layer2" inkscape:label="Effects" style="display:inline">
|
||||||
|
<rect style="fill:url(#linearGradient3930);fill-opacity:1;stroke:none" id="rect3823" width="96" height="48.04369" x="-3.1086245e-15" y="1.8024861e-14" ry="15.215644" rx="15.214664"/>
|
||||||
|
<rect style="fill:url(#linearGradient3904);fill-opacity:1;stroke:none" id="rect3823-8" width="96" height="47.86721" x="1.5376101e-14" y="-96" ry="15.159752" rx="15.214664" transform="scale(1,-1)"/>
|
||||||
|
<rect style="fill:url(#linearGradient4011);fill-opacity:1;stroke:none;filter:url(#filter4059)" id="rect4003" width="98" height="24" x="0" y="0" rx="15.214664" ry="8.2994423" transform="matrix(1.0296115,0,0,1.1963836,-2.901924,-4.7132067)"/>
|
||||||
|
<rect style="opacity:0.56746030000000003;fill:url(#linearGradient4021);fill-opacity:1;stroke:none;filter:url(#filter4055)" id="rect4013" width="96" height="24" x="0" y="72" rx="14.008356" ry="12" transform="matrix(0.9768331,0,0,0.91974646,1.1649641,8.098115)"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6 KiB |