diff --git a/Bootstrap_features/index.html b/Bootstrap_features/index.html index 33859fa..2049ef1 100644 --- a/Bootstrap_features/index.html +++ b/Bootstrap_features/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - Bootstrap features - Ayakael + Bootstrap features - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Bootstrap features

+
+

Bootstrap features

This page will contain a display of various features from Bootstrap. They require some manual HTML tags. @@ -226,35 +216,31 @@ but it also allows an extra class to be specified to change the style per bar.Goes here.

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - - - - - + + + + - + diff --git a/Calendars/index.html b/Calendars/index.html index 0e3d6d9..6336ffa 100644 --- a/Calendars/index.html +++ b/Calendars/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - Calendars - Ayakael + Calendars - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Calendar

+
+

Calendar

This is an example of the ikiwiki calendar function. Here is a monthly calendar:

@@ -95,35 +85,31 @@ Here is a monthly calendar:

[[!calendar type="year"]]

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/Comments/index.html b/Comments/index.html index 6b5f63b..0aee724 100644 --- a/Comments/index.html +++ b/Comments/index.html @@ -1,122 +1,108 @@ - - - - - - - + + + + + + + - Comments - Ayakael + Comments - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Comments

+
+

Comments

This is an example of a page where comments are allowed.

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/Inline_pages/index.html b/Inline_pages/index.html index 5971302..b1e17ce 100644 --- a/Inline_pages/index.html +++ b/Inline_pages/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - Inline pages - Ayakael + Inline pages - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Inline pages

+
+

Inline pages

Here is an example of inline pages using the default inlining theme:

@@ -113,7 +103,7 @@
-Posted +Posted @@ -148,7 +138,7 @@ Posted
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/contact/index.en.html b/contact/index.en.html index 159874d..3ceb4dc 100644 --- a/contact/index.en.html +++ b/contact/index.en.html @@ -1,106 +1,94 @@ - - - - - - - + + + + + + + - Contact - Ayakael + Contact - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

How to contact me

+
+

How to contact me


@@ -110,35 +98,31 @@

If you found an error on the site, you can report it to me by email.

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/contact/index.fr.html b/contact/index.fr.html index 5e19e51..62b38d8 100644 --- a/contact/index.fr.html +++ b/contact/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - Contact - Ayakael + Contact - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Comment me joindre

+
+

Comment me joindre


@@ -118,35 +106,31 @@ PGP.

Si vous avez trouvé une erreur sur le site, vous pouvez me la signaler par courriel.

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/css/bootstrap.local.css b/css/bootstrap.local.css new file mode 100644 index 0000000..9bd338b --- /dev/null +++ b/css/bootstrap.local.css @@ -0,0 +1,450 @@ +/* Color palette */ + +:root { + --bs-light-rgb: 248, 248, 248; +} + +a { + --bs-link-color: #337ab7; +} + + +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height */ + margin-bottom: 60px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + background-color: #f5f5f5; +} + + +/* Custom page CSS +-------------------------------------------------- */ +/* Not required for template or sticky footer method. */ + +body > .container { + padding: 80px 15px 15px; +} + +.pagedate { + font-size: 14px; +} + +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +textarea { + width: 100%; +} + +input[type='email'] { + width: 100%; +} + +input[type='text'] { + width: 100%; +} + +input[type='button'] { + width: 100%; +} +code { + font-size: 80%; +} + +.actions ul { + margin: inherit; + padding: inherit; + height: inherit; + /* list-style-type: none; */ +} + +a { + text-decoration: none; +} + +/* limit main content to ~90 chars per line */ +/* update: practical typography recommends 2-3 alphabets */ +#content { + max-width: 35em; /* this is 2.5 alphabets with Charter */ +} + +/* limit header as well otherwise logo is out of whack without sidebar */ +.fixed-top .container-fluid { + max-width: 55em; +} + +/* some hacking at typefaces to get some fresh zest in here + * fallbacks from: + * https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows + * https://en.wikipedia.org/wiki/List_of_typefaces_included_with_macOS + * + * Font stacks from: + * https://modernfontstacks.com/#font-stacks + */ +.navbar, .footer { + /* according to modern font stacks, the following actually falls back to: + * San Francisco: MacOS 10.8+, iOS 3+ + * Segoe UI: Windows 7+ + * Roboto: Android + * Ubuntu: Linux + * Cantarell: Linux using GNOME + * Noto Sans: Linux using KDE + * + * So instead of letting "Linux" guess (because that's pretty + * chaotic), actually hardcode those two first, so we have a + * little better control over this. Noto sans is actually what I + * would fallback on in Firefox on my workstation before the + * change. + */ + font-family: Ubuntu, "Noto sans", system-ui, sans-serif; +} +h1, h2, h3, h4, h5, body { + /* this is the "transitional" stack from modern stack fonts. it was + * picked because it sticks with the "Charter" font we were + * previously using. it runs the risk of falling back on bitmap + * fonts which look horrible on Linux, but in my tests it worked + * okay. + * + * Charter: MacOS 10.9+, iOS 9.3+ + * Bitstream Charter: Linux + * Sitka Text: Windows 8.1+ + * Cambreia: Windows 7+ + * Noto Serif: Android + * Serif: fallback + */ + font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, "Noto serif", serif; + /* Charter is Butterick's favorite, freely available, found on + * https://practicaltypography.com/free-fonts.html and available + * from https://practicaltypography.com/charter.html under the + * liberal Bitstream license. It used to be shipped alongside this + * site as a web font, but was disabled for the sake of simplicity + * and bandwidth saving. Now it is assumed that 'Bitstream + * Charter' will "just work" on Linux. + */ +} +h1, h2, h3, h4, h5 { + font-style: italic; +} +/* for charter, we should inline this: */ +/* */ +/* we won't ship fira because it is too big and will hope some other font will kick in for headings, preferably Open sans */ + +/* no idea why bootstrap makes quotes bigger, not what i want */ +blockquote { + font-size: 14px; + /* make blockquotes interesting */ + font-style: italic; +} + +/* enlarge body point size for charter for larger displays */ +@media (min-device-width: 750px) { + body { + font-size: 18px; + line-height: 1.3; /* default in FF is ~1.48, try seems a bit to sparse */ + } + /* to match the other bootstrap workaround, below */ + blockquote { + font-size: 18px; + } + /* UI elements should be a little less intrusive */ + .navbar, .footer { + font-size: 16px; + } +} + +pre, code { + font-family: "Fira Mono", Menlo, Monaco, Consolas, "Courier New", "Liberation mono", monospace; +} + +/* don't word-wrap PRE blocks so they are scrolled*/ +pre { + -ms-word-wrap: normal; + word-wrap: normal; +} +pre code { + white-space: pre; +} + +/* workaround multimarkdown bug: + * https://github.com/bobtfish/text-multimarkdown/issues/30 */ +a.footnote { vertical-align: super; font-size: xx-small; } +div.footnotes { font-size: small; } + +/* scale down images so they are centered like the rest of the text */ +#content img { max-width: 100%; } +/* except in the mastodon avatar, it squeezes them weirdly and messes with borders */ +#content .mastodon-comment .avatar img { max-width: inherit; } + +/* format HTML5 captions like ikiwiki's table-based captions + * + * those work, but basically need to be entered by hand. + * + * https://ikiwiki.info/todo/html5_image_captions/ + */ +figure { + text-align: center; +} +figcaption { + text-align: center; + font-size: smaller; + color: #777; +} + +/* right-aligned figures + * + * those need a "table" display so that the caption shows up alongside the + * figured. we also limit the size of the image so that it does not squeeze the + * text too mucha nd had judicious padding. + */ +figure.align-right { + float: right; + padding: 0em 1em; + display: table; + max-width: 60%; +} +figure.align-right figcaption { + display: table-caption; + caption-side: bottom; + padding: 0.5em 1em; +} + +/* wrap long URLs so that we don't overflow layout + * this could apply to any element, but we often have to deal with long + * links so limit to that to avoid unexpected damage */ +#content a { + word-wrap: break-word; +} + +/* make table scale out to avoid ugly word-wrapping + * bootstrap should deal with this, but ikiwiki doesn't assign the + * right style and anyways our width is smaller than necessary + * + * pages with tables that should be checked when this is changed: + * + * https://anarc.at/blog/2017-10-26-comparison-cryptographic-keycards/ + * https://anarc.at/blog/2018-01-28-large-disk-price-review/ + * https://anarc.at/services/backup/ + * https://anarc.at/services/ + * https://anarc.at/services/dns/registrars/ + * https://anarc.at/services/welcome/ + */ +table, table.table { width: 100%; } +table { font-size: inherit; } /* why the heck does chrome override font-size for tables?! */ + +/* this belongs in ikiwiki's style.css, but that needs the admonition + * patch to be merged: https://ikiwiki.info/todo/admonitions/ */ + +/* admonition start */ +#content div.caution, +#content div.important, +#content div.note, +#content div.tip, +#content div.warning { + border: 1pt solid #aaa; + margin: 1em 3em 1em 3em; + background-repeat: no-repeat; + background-position: 8px 8px; + min-height: 48px; /*48=32+8+8 but doesn't work with IE*/ + padding: 1em 1em 1em 48px; +} +#content div.tip { background-image: url("smileys/admon-tip.png"); } +#content div.note { background-image: url("smileys/admon-note.png"); } +#content div.important { background-image: url("smileys/admon-important.png"); } +#content div.caution { background-image: url("smileys/admon-caution.png"); } +#content div.warning { background-image: url("smileys/admon-warning.png"); } +/* admonition end */ + +.breadcrumb { + padding: 1px 0 0 0; + border-bottom: none; + padding-inline-start: 0px; +} +.breadcrumb li { + padding: 8px 0 8px 8px; +} +.breadcrumb li::before { + padding: 0 5px 0 0; +} +.page-header { + border-bottom: none; + margin: 40px 0 0; +} + +/* more things to hide in printouts */ +@media print { + .footer { position: relative; } + .footer .powered-by { display: none; } + /* https://ikiwiki.info/todo/hide_add_comment_button_in_print/ */ + .addcomment { display: none; } + /* remove link explosion in footer */ + .pagedate a[href]::after { content: normal; } + .footer a[href]::after { content: normal; } + /* reset size constraints, paper takes care of that */ + #content { + width: auto; + max-width: inherit; + padding: 0; + margin: 0; + } + body { + margin: 0; + } +} + + +/* hierarchical heading numbers */ + +/* this uses CSS3 to show headings like: + * + * 1. one + * 2. two + * 2.1. two point one + * 3. three + * + * This is based on https://developer.mozilla.org/en-US/docs/Web/CSS/counter-reset + * ... and inspired by https://practicaltypography.com/hierarchical-headings.html + * + * This overrides the default in ikiwiki, which is *roman* numerals (!) + */ +/* make a counter for ordered lists in the table of contents */ +.toc ol { + /* this will break ikiwiki unless the following patch is applied: https://ikiwiki.info/todo/allow_toc_to_skip_entries/ */ + counter-reset: section; + list-style-type: none; +} +/* override bootstrap */ +.toc li.L1, .toc li.L2, .toc li.L3, .toc li.L4, .toc li.L5, .toc li.L6 { + list-style-type: none; +} +.toc li::before { + /* increment the counter when we hit a new li */ + counter-increment: section; + /* Combines the values of all instances of the section counter, + separated and followed by a period */ + content: counters(section, ".") ". "; +} +/* except in notebox, we don't want to have numbers there. that is used + * in the blog archive, in blog.md */ +.notebox .toc ol { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + /* override LI's built-in padding */ + padding-inline-start: 0px; +} +.notebox .toc li::before { + counter-increment: none; + content: ""; +} +.notebox .toc li.L1, .notebox .toc li.L2, .notebox .toc li.L3, .notebox .toc li.L4, .notebox .toc li.L5, .notebox .toc li.L6 { + list-style-type: none; +} + +/* another counter for headings, but one which should follow the one generated by the ikiwiki toc */ + +/* this was taken from https://philarcher.org/diary/2013/headingnumbers/ */ +body {counter-reset: h1} +h1 {counter-reset: h2} +h2 {counter-reset: h3} +h3 {counter-reset: h4} +h4 {counter-reset: h5} +h5 {counter-reset: h6} + +/* TODO: Fix counter +h1:before {counter-increment: h1; content: counter(h1) ". "} +h2:before {counter-increment: h2; content: counter(h1) "." counter(h2) ". "} +h3:before {counter-increment: h3; content: counter(h1) "." counter(h2) "." counter(h3) ". "} +h4:before {counter-increment: h4; content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) ". "} +h5:before {counter-increment: h5; content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "} +h6:before {counter-increment: h6; content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "} +*/ + +h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before, div.nocount h1:before, div.nocount h2:before, div.nocount h3:before, div.nocount h4:before, div.nocount h5:before, div.nocount h6:before { + content: ""; counter-increment: none +} + +/* ... except main title, we don't want a number there */ +header h1::before { + content: ""; +} + +/* Language switchers */ + + +.language-switcher { + font-size: 14px; + background: #f8f8f8; + color: #333; + border-color: #ccc; +} + +.language-switcher:hover { + background: #e6e6e6; +} + +/* NavBar */ + +/* Navbar variables */ +.navbar { + --bs-navbar-padding-y: 0; + --bs-navbar-padding-x: 0; +} + +.nav-link { + --bs-nav-link-padding-y: 5px; + --bs-nav-link-padding-x: 15px; +} + +.dropdown-menu li a { + font-size: 14px; + display: block; + padding: 3px 20px; + clear: both; + font-weight: 400; + line-height: 1.42857143; + color: #333; + border-color: #ccc; + white-space: nowrap; +} + +.dropdown-menu li a:hover { + background: #e6e6e6; +} + +/* Usually is set automatically by bootstrap, but do it manually to let ikiwiki handle links */ +.nav-link li a, .nav-link .selflink { + display: block; + padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); + font-size: var(--bs-nav-link-font-size); + font-weight: var(--bs-nav-link-font-weight); + color: var(--bs-nav-link-color); + text-decoration: none; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; +} + +.nav-link .selflink { + color: #393a35; +} + +.nav-link li a:hover, .nav-link .selflink:hover { + color: #393a35; +} + +.navbar-brand { + height: 50px; + padding: 15px 0; +} + + diff --git a/css/local.css b/css/local.css new file mode 100644 index 0000000..a0dec8c --- /dev/null +++ b/css/local.css @@ -0,0 +1,3 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..9f82899 --- /dev/null +++ b/css/style.css @@ -0,0 +1,596 @@ +/* ikiwiki style sheet */ + +/* Note that instead of modifying this style sheet, you can instead edit + * local.css and use it to override or change settings in this one. + */ + +/* html5 compat */ +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { + display: block; +} + +div.header, header.header { + margin: 0; + font-size: 140%; + font-weight: bold; + line-height: 1em; + display: block; +} + +.inlineheader .author { + margin: 0; + font-size: 112%; + font-weight: bold; + display: block; +} + +.actions ul { + margin: 0; + padding: 6px .4em; + height: 1em; + list-style-type: none; +} +.actions li { + display: inline; + padding: .2em; +} +.pageheader .actions ul { + border-bottom: 1px solid #000; +} + +.inlinepage .actions ul { + border-bottom: 0; +} + +#otherlanguages ul { + margin: 0; + padding: 6px; + list-style-type: none; +} +#otherlanguages li { + display: inline; + padding: .2em .4em; +} +.pageheader #otherlanguages { + border-bottom: 1px solid #000; +} + +.inlinecontent, +.inlineenclosure { + margin-top: .4em; +} + +.pagefooter, +.inlinefooter, +.comments { + clear: both; +} + +#pageinfo { + margin: 1em 0; + border-top: 1px solid #000; +} + +.tags { + margin-top: 1em; +} + +.inlinepage .tags { + display: inline; +} + +.mapparent { + text-decoration: none; +} + +.img caption { + font-size: 80%; + caption-side: bottom; + text-align: center; +} + +img.img { + margin: 0.5ex; +} + +.align-left { + float:left; +} + +.align-right { + float:right; +} + +#backlinks { + margin-top: 1em; +} + +#searchform { + display: inline; + float: right; +} + +#editcontent { + width: 98%; +} + +.editcontentdiv { + width: auto; + overflow: auto; +} + +img { + border-style: none; +} + +pre { + overflow: auto; +} + +div.recentchanges { + border-style: solid; + border-width: 1px; + overflow: auto; + width: auto; + clear: none; + background: #eee; + color: black !important; +} +.recentchanges .metadata { + padding: 0px 0.5em; +} +.recentchanges .changelog { + font-style: italic; + clear: both; + display: block; + padding: 1px 2px; + background: white !important; + color: black !important; +} +.recentchanges .desc { + display: none; +} +.recentchanges .diff { + display: none; +} +.recentchanges .committer { + float: left; + margin: 0; + width: 40%; +} +.recentchanges .committype { + float: left; + margin: 0; + width: 5%; + font-size: small; +} +.recentchanges .changedate { + float: left; + margin: 0; + width: 35%; + font-size: small; +} +.recentchanges .pagelinks, +.recentchanges .revert { + float: right; + margin: 0; + width: 60%; +} + +.blogform, #blogform { + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; + width: auto; + overflow: auto; +} + +.inlinepage { + padding: 10px 10px; + border: 1px solid #aaa; + overflow: auto; +} + +.pagedate, +.pagelicense, +.pagecopyright { + font-style: italic; + display: block; + margin-top: 1em; +} + +.archivepagedate { + font-style: italic; +} +.archivepage { + margin-bottom: 1em; +} + +.error { + color: #C00; +} + +.sidebar { + width: 20ex; + float: right; + margin-left: 4px; + margin-bottom: 4px; + margin-top: -1px; + padding: 0ex 2ex; + background: white; + border: 1px solid black; + color: black !important; +} + +hr.poll { + height: 10pt; + color: white !important; + background: #eee; + border: 2px solid black; +} +div.poll { + margin-top: 1ex; + margin-bottom: 1ex; + padding: 1ex 1ex; + border: 1px solid #aaa; +} + +span.color { + padding: 2px; +} + +.comment-header, +.microblog-header { + font-style: italic; + margin-top: .3em; +} +.comment .author, +.microblog .author { + font-weight: bold; +} +.comment-subject { + font-weight: bold; +} +.comment-avatar { + float: right; +} +.comment { + border: 1px solid #aaa; + padding: 3px; +} + +div.progress { + margin-top: 1ex; + margin-bottom: 1ex; + border: 1px solid #888; + width: 400px; + background: #eee; + color: black !important; + padding: 1px; +} +div.progress-done { + background: #ea6 !important; + color: black !important; + text-align: center; + padding: 1px; +} + +/* things to hide in printouts */ +@media print { + .actions { display: none; } + .tags { display: none; } + .trails { display: none; } + .feedbutton { display: none; } + #searchform { display: none; } + .blogform, #blogform { display: none; } + #backlinks { display: none; } + .addcomment { display: none; } +} + +/* infobox template */ +.infobox { + float: right; + margin-left: 2ex; + margin-top: 1ex; + margin-bottom: 1ex; + padding: 1ex 1ex; + border: 1px solid #aaa; + background: white; + color: black !important; +} + +/* notebox template */ +.notebox { + float: right; + margin-left: 2ex; + margin-top: 1ex; + margin-bottom: 1ex; + padding: 1ex 1ex; + border: 1px solid #aaa; + width: 25%; + background: white; + color: black !important; +} + +/* popup template and backlinks hiding */ +.popup { + border-bottom: 1px dotted #366; + color: #366; +} +.popup .balloon, +.popup .paren, +.popup .expand { + display: none; + text-align: left; +} +.popup:hover .balloon, +.popup:focus .balloon { + position: absolute; + display: inline; + margin: 1em 0 0 -2em; + padding: 0.625em; + border: 2px solid; + background-color: #dee; + color: black; +} + +/* form styling */ +fieldset { + margin: 1ex 0; + border: 1px solid black; +} +legend { + padding: 0 1ex; +} +.fb_submit { + float: left; + margin: 2px 0; +} +label.block { + display: block; +} +label.inline { + display: inline; +} +input#openid_identifier { + background: url(wikiicons/openidlogin-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +} +input#searchbox { + background: url(wikiicons/search-bg.gif) no-repeat; + background-color: #fff; + background-position: 100% 50%; + color: #000; + padding-right: 16px; +} +/* invalid form fields */ +.fb_invalid { + color: red; + background: white !important; +} +/* required form fields */ +.fb_required { + font-weight: bold; +} + +/* highlight plugin */ +pre.hl { color:#000000; background-color:#ffffff; } +.hl.num { color:#2928ff; } +.hl.esc { color:#ff00ff; } +.hl.str { color:#ff0000; } +.hl.dstr { color:#818100; } +.hl.slc { color:#838183; font-style:italic; } +.hl.com { color:#838183; font-style:italic; } +.hl.dir { color:#008200; } +.hl.sym { color:#000000; } +.hl.line { color:#555555; } +.hl.mark { background-color:#ffffbb; } +.hl.kwa { color:#000000; font-weight:bold; } +.hl.kwb { color:#830000; } +.hl.kwc { color:#000000; font-weight:bold; } +.hl.kwd { color:#010181; } + +/* calendar plugin */ +.month-calendar-day-this-day, +.year-calendar-this-month { + background-color: #eee; +} +.month-calendar-day-head, +.month-calendar-day-nolink, +.month-calendar-day-link, +.month-calendar-day-this-day, +.month-calendar-day-future { + text-align: right; +} +.month-calendar-arrow A:link, +.year-calendar-arrow A:link, +.month-calendar-arrow A:visited, +.year-calendar-arrow A:visited { + text-decoration: none; + font-weight: normal; + font-size: 150%; +} + +/* outlines */ +li.L1 { list-style: upper-roman; } +li.L2 { list-style: decimal; } +li.L3 { list-style: lower-alpha; } +li.L4 { list-style: disc; } +li.L5 { list-style: square; } +li.L6 { list-style: circle; } +li.L7 { list-style: lower-roman; } +li.L8 { list-style: upper-alpha; } + +/* tag cloud */ +.pagecloud { + float: right; + width: 30%; + text-align: center; + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; +} +.smallestPC { font-size: 70%; } +.smallPC { font-size: 85%; } +.normalPC { font-size: 100%; } +.bigPC { font-size: 115%; } +.biggestPC { font-size: 130%; } + +/* orange feed button */ +.feedbutton { + background: #ff6600; + color: white !important; + border-left: 1px solid #cc9966; + border-top: 1px solid #ccaa99; + border-right: 1px solid #993300; + border-bottom: 1px solid #331100; + padding: 0px 0.5em 0px 0.5em; + font-family: sans-serif; + font-weight: bold; + font-size: small; + text-decoration: none; + margin-top: 1em; +} +.feedbutton:hover { + color: white !important; + background: #ff9900; +} + +.FlattrButton { + display: none; +} + +/* login selector */ +#login_choice { + display: none; +} +#login_input_area { + clear: both; + padding: 10px; +} +#login_btns, #login_btns br { + clear: both; +} +#login_highlight { + background-color: black; + float: left; +} +.login_large_btn { + padding: 1em 1.5em; + border: 1px solid #DDD; + margin: 3px; + float: left; +} +.login_small_btn { + padding: 4px 4px; + border: 1px solid #DDD; + margin: 3px; + float: left; +} +a.login_large_btn:focus { + outline: none; +} +a.login_large_btn:focus { + outline-style: none; +} +.login_selected { + border: 4px solid #DDD; +} + +.fileupload-content .ui-progressbar { + width: 200px; + height: 20px; +} +.fileupload-content .ui-progressbar-value { + background: url(ikiwiki/images/pbar-ani.gif); +} + +.trails { + margin-top: 1em; + margin-bottom: 1em; +} +.trail { + display: block; + clear: both; + position: relative; +} + +.trailprev { + display: block; + text-align: left; + position: absolute; + top: 0%; + left: 3%; + width: 30%; +} + +.trailup { + display: block; + text-align: center; + margin-left: 35%; + margin-right: 35%; +} + +.trailnext { + display: block; + text-align: right; + position: absolute; + top: 0%; + width: 30%; + right: 3%; +} + +.trailsep { + display: none; +} + +/* mobile/small-screen-friendly layout */ +@media (max-width: 600px) { + .sidebar { + width: auto; + float: none; + margin-top: 0; + border: none; + } + + /* if the mobile browser is new enough, use flex layout to shuffle + * the sidebar to the end */ + .page { + display: -webkit-box; + display: -webkit-flexbox; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-flex-direction: tb; + -webkit-flex-direction: column; + -webkit-flex-flow: column; + -ms-flex-direction: column; + flex-direction: column; + } + #pageheader { + -webkit-box-ordinal-group: -1; + -webkit-order: -1; + -ms-box-ordinal-group: -1; + -ms-flex-order: -1; + order: -1; + } + .sidebar, #footer { + -webkit-box-ordinal-group: 1; + -webkit-order: 1; + -ms-box-ordinal-group: 1; + -ms-flex-order: 1; + order: 1; + } + + .blogform, #blogform { + padding: 4px 4px; + } +} diff --git a/footer/index.en.html b/footer/index.en.html index 1152285..840b60a 100644 --- a/footer/index.en.html +++ b/footer/index.en.html @@ -1,106 +1,94 @@ - - - - - - - + + + + + + + - footer - Ayakael + footer - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -
+
+
Copyleft © 2024 ayakael CC-BY-SA
@@ -109,35 +97,31 @@
+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/footer/index.fr.html b/footer/index.fr.html index abda4d2..bc322fe 100644 --- a/footer/index.fr.html +++ b/footer/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - footer.fr - Ayakael + footer.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -
+
+
Copyleft © 2024 ayakael CC-BY-SA
@@ -110,35 +98,31 @@
+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/generated.txt b/generated.txt index 4bb9263..beccdef 100644 --- a/generated.txt +++ b/generated.txt @@ -1 +1 @@ -Wed Sep 11 02:32:33 UTC 2024 +Thu Sep 12 13:15:19 UTC 2024 diff --git a/ikiwiki.fr/index.html b/ikiwiki.fr/index.html index 85523e4..dd8c7a7 100644 --- a/ikiwiki.fr/index.html +++ b/ikiwiki.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - ikiwiki.fr - Ayakael + ikiwiki.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- - # Traduction de ikiwiki +
+ # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -154,35 +144,31 @@ msgstr "searching" msgid "templates" msgstr "templates" + - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/ikiwiki/directive.fr/index.html b/ikiwiki/directive.fr/index.html index 157704d..b6f0ea4 100644 --- a/ikiwiki/directive.fr/index.html +++ b/ikiwiki/directive.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - directive.fr - Ayakael + directive.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- - # Traduction de ikiwiki +
+ # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -208,35 +198,31 @@ msgstr "" msgid "[[!if Error: syntax error in pagespec "\"enabled(listdirectives)\""]]\n" msgstr "[[!listdirectives ]]\n" + - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/ikiwiki/directive/index.html b/ikiwiki/directive/index.html index 9cd2f78..fa002c2 100644 --- a/ikiwiki/directive/index.html +++ b/ikiwiki/directive/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - directive - Ayakael + directive - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Directives are similar to a WikiLink in form, except they +

+

Directives are similar to a WikiLink in form, except they begin with ! and may contain parameters. The general form is:

[[!directive  param="value" param="value"]]
@@ -139,35 +129,31 @@ no parameters (such as [[pagecount ]]), and it prohibits spaces in
 syntax shown above as default.  However, ikiwiki still supports wikis using
 the older syntax, if the prefix_directives option is disabled.

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/ikiwiki/formatting.fr/index.html b/ikiwiki/formatting.fr/index.html index d82ff38..e8cd2c2 100644 --- a/ikiwiki/formatting.fr/index.html +++ b/ikiwiki/formatting.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - \"Formater - Ayakael + \"Formater - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- - # Traduction de ikiwiki +
+ # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -318,35 +308,31 @@ msgstr " Voici la liste complète des directives activées sur ce wiki :\n" msgid " [[!listdirectives ]]\n" msgstr " [[!listdirectives ]]\n" + - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/ikiwiki/formatting/index.html b/ikiwiki/formatting/index.html index 668fa85..eb2f273 100644 --- a/ikiwiki/formatting/index.html +++ b/ikiwiki/formatting/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - Formatting wiki pages - Ayakael + Formatting wiki pages - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

Text on this wiki is, by default, written in a form very close to how you +

+

Text on this wiki is, by default, written in a form very close to how you might write text for an email message. This style of text formatting is called MarkDown, and it works like this:

@@ -184,35 +174,31 @@ For example, you can:

[[!inline pages="blog/*"]]

+ - + - + + + - - - + + - +
+ Created . + + + Edited . + + +
+ +
- -
- Created . - - - Edited . - - -
- - -
- - + + - - - - + + + + - + diff --git a/ikiwiki/index.html b/ikiwiki/index.html index 99417d1..98be244 100644 --- a/ikiwiki/index.html +++ b/ikiwiki/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - ikiwiki - Ayakael + ikiwiki - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
- -

This wiki is powered by ikiwiki.

+
+

This wiki is powered by ikiwiki.

Some documentation on using ikiwiki:

@@ -100,35 +90,31 @@
  • templates
  • + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/markdown.fr/index.html b/ikiwiki/markdown.fr/index.html index a2a022f..364866e 100644 --- a/ikiwiki/markdown.fr/index.html +++ b/ikiwiki/markdown.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - markdown.fr - Ayakael + markdown.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -134,35 +124,31 @@ msgstr "" "pas partie de la syntaxe du langage markdown. Il s'agit des seules balises " "qui sont traitées en interne par ce wiki." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/markdown/index.html b/ikiwiki/markdown/index.html index 10d9b3a..eea0e10 100644 --- a/ikiwiki/markdown/index.html +++ b/ikiwiki/markdown/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - markdown - Ayakael + markdown - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Markdown +

    +

    Markdown is a minimal markup language that resembles plain text as used in email messages. It is the markup language used by this wiki by default.

    @@ -95,35 +85,31 @@ email messages. It is the markup language used by this wiki by default.

    of the markdown syntax, and are the only bit of markup that this wiki handles internally.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/openid.fr/index.html b/ikiwiki/openid.fr/index.html index 3d71413..197b760 100644 --- a/ikiwiki/openid.fr/index.html +++ b/ikiwiki/openid.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - \"OpenID\" - Ayakael + \"OpenID\" - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -176,35 +166,31 @@ msgstr "" #~ msgid "[Videntity](http://videntity.org/)" #~ msgstr "[Videntity](http://videntity.org/)" + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/openid/index.html b/ikiwiki/openid/index.html index 3db258f..a402bee 100644 --- a/ikiwiki/openid/index.html +++ b/ikiwiki/openid/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - OpenID - Ayakael + OpenID - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This wiki has OpenID enabled.

    +
    +

    This wiki has OpenID enabled.

    OpenID is a decentralized authentication mechanism that allows you to have one login that you can use on a growing number of @@ -107,35 +97,31 @@ by delegating it to an openid server. Here's an example of how to do that:

    server="http://www.myopenid.com/server"]]
    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec.fr/index.html b/ikiwiki/pagespec.fr/index.html index b23170b..972c39b 100644 --- a/ikiwiki/pagespec.fr/index.html +++ b/ikiwiki/pagespec.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - pagespec.fr - Ayakael + pagespec.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the ikiwiki package. # @@ -396,35 +386,31 @@ msgstr "" #~ "« `postcomment(motif) » - ne correspond que si des commentaires sont " #~ "postés vers une page correspondant au motif donné." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/attachment.fr/index.html b/ikiwiki/pagespec/attachment.fr/index.html index 290c5bf..bd5459c 100644 --- a/ikiwiki/pagespec/attachment.fr/index.html +++ b/ikiwiki/pagespec/attachment.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - attachment.fr - Ayakael + attachment.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -203,35 +193,31 @@ msgstr "" msgid "\"`virusfree()`\" - checks the attachment with an antiviral program." msgstr "`virusfree()` - teste la pièce jointe avec un programme antivirus." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html index ee6b476..37d610b 100644 --- a/ikiwiki/pagespec/attachment/index.html +++ b/ikiwiki/pagespec/attachment/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - attachment - Ayakael + attachment - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This wiki has attachments disabled.

    +
    +

    This wiki has attachments disabled.

    If attachments are enabled, the wiki admin can control what types of attachments will be accepted, via the allowed_attachments @@ -119,35 +109,31 @@ include a glob in the type, for example mimetype(image/*).

  • "virusfree()" - checks the attachment with an antiviral program.

  • + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html index d90a074..d1fd1ca 100644 --- a/ikiwiki/pagespec/index.html +++ b/ikiwiki/pagespec/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - pagespec - Ayakael + pagespec - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    To select a set of pages, such as pages that are locked, pages +

    +

    To select a set of pages, such as pages that are locked, pages whose commit emails you want subscribe to, or pages to combine into a blog, the wiki uses a PageSpec. This is an expression that matches a set of pages.

    @@ -184,35 +174,31 @@ use "./". For example, "./foo" on page "a/b" matches page "a/foo".

    use a single dot. For example, link(.) matches all the pages linking to the page containing the PageSpec.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/po.fr/index.html b/ikiwiki/pagespec/po.fr/index.html index 742e959..b563a34 100644 --- a/ikiwiki/pagespec/po.fr/index.html +++ b/ikiwiki/pagespec/po.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - po.fr - Ayakael + po.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -156,35 +146,31 @@ msgstr "" msgid "\n" msgstr "" + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html index ea8378c..f9cadad 100644 --- a/ikiwiki/pagespec/po/index.html +++ b/ikiwiki/pagespec/po/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - po - Ayakael + po - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This wiki has po support enabled.

    +
    +

    This wiki has po support enabled.

    If the po plugin is enabled, the regular PageSpec syntax is expanded with the following additional @@ -106,35 +96,31 @@ translated.

    Note that every non-po page is considered to be written in po_master_language, as specified in ikiwiki.setup.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/pagespec/sorting/index.html b/ikiwiki/pagespec/sorting/index.html index f89fe25..d01f6af 100644 --- a/ikiwiki/pagespec/sorting/index.html +++ b/ikiwiki/pagespec/sorting/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - sorting - Ayakael + sorting - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Some directives that use +

    +

    Some directives that use PageSpecs allow specifying the order that matching pages are shown in. The following sort orders can be specified using the sort parameter:

    @@ -104,35 +94,31 @@ also work.

    sorting, with a string like age -title (which would sort by age, then by title in reverse order if two pages have the same age).

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/searching.fr/index.html b/ikiwiki/searching.fr/index.html index 3a34636..d0af4c0 100644 --- a/ikiwiki/searching.fr/index.html +++ b/ikiwiki/searching.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - searching.fr - Ayakael + searching.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -168,35 +158,31 @@ msgstr "" "Pour rechercher les pages contenant un lien vers une page \"truc\", utilisez " "\"link:truc\"." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/searching/index.html b/ikiwiki/searching/index.html index 1a4edef..9011d6c 100644 --- a/ikiwiki/searching/index.html +++ b/ikiwiki/searching/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - searching - Ayakael + searching - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This wiki has searching disabled.

    +
    +

    This wiki has searching disabled.

    If searching is enabled, you can enter search terms in the search field, as you'd expect. There are a few special things you can do to construct @@ -103,35 +93,31 @@ For example, "-discussion" will omit "discussion".

  • To search for pages that contain a "bar" link, use "link:bar".
  • + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/subpage.fr/index.html b/ikiwiki/subpage.fr/index.html index 2f8e150..6448fd1 100644 --- a/ikiwiki/subpage.fr/index.html +++ b/ikiwiki/subpage.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - subpage.fr - Ayakael + subpage.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -137,35 +127,31 @@ msgstr "" "Faire un lien depuis et vers une sous-page est expliqué dans " "LinkingRules." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/subpage/index.html b/ikiwiki/subpage/index.html index bae8750..71c5b9e 100644 --- a/ikiwiki/subpage/index.html +++ b/ikiwiki/subpage/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - subpage - Ayakael + subpage - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    ikiwiki supports placing pages in a directory hierarchy. For example, +

    +

    ikiwiki supports placing pages in a directory hierarchy. For example, this page, SubPage has some related pages placed under it, like LinkingRules. This is a useful way to add some order to your wiki rather than just having a great big directory full of pages.

    @@ -96,35 +86,31 @@ can be nested as deeply as you'd like.

    Linking to and from a SubPage is explained in LinkingRules.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/subpage/linkingrules.fr/index.html b/ikiwiki/subpage/linkingrules.fr/index.html index 2e7babd..73ec4c3 100644 --- a/ikiwiki/subpage/linkingrules.fr/index.html +++ b/ikiwiki/subpage/linkingrules.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - linkingrules.fr - Ayakael + linkingrules.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -188,35 +178,31 @@ msgstr "" "utilisateur dans `userdir` pour signer un commentaire. La correspondance des " "liens avec ces pages est testée en tout dernier lieu." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html index d4a8efd..ef8f4dd 100644 --- a/ikiwiki/subpage/linkingrules/index.html +++ b/ikiwiki/subpage/linkingrules/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - linkingrules - Ayakael + linkingrules - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    To link to or from a SubPage, you can normally use a regular +

    +

    To link to or from a SubPage, you can normally use a regular WikiLink that does not contain the name of the parent directory of the SubPage. Ikiwiki descends the directory hierarchy looking for a page that matches your link.

    @@ -117,35 +107,31 @@ within the userdir without specifying a path to them. This is to allow for easy linking to a user's page in the userdir, to sign a comment. These links are checked for last of all.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/wikilink.fr/index.html b/ikiwiki/wikilink.fr/index.html index f974b34..a4b4d7d 100644 --- a/ikiwiki/wikilink.fr/index.html +++ b/ikiwiki/wikilink.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - wikilink.fr - Ayakael + wikilink.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -197,35 +187,31 @@ msgstr "Vous pouvez mettre une URL dans un WikiLink pour lier une page externe. #~ "`!`, ce qui permet l'utilisation d'espaces dans les liens. Dans les " #~ "futures versions d'ikiwiki, cette option sera activée par défaut." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/ikiwiki/wikilink/index.html b/ikiwiki/wikilink/index.html index 05c36ea..2b07a64 100644 --- a/ikiwiki/wikilink/index.html +++ b/ikiwiki/wikilink/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - wikilink - Ayakael + wikilink - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    WikiLinks provide easy linking between pages of the wiki. To create a +

    +

    WikiLinks provide easy linking between pages of the wiki. To create a WikiLink, just put the name of the page to link to in double brackets. For example [[WikiLink]].

    @@ -113,35 +103,31 @@ be displayed inline on the page.

    You can also put an url in a WikiLink, to link to an external page. Email addresses can also be used to generate a mailto link.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/index.en.html b/index.en.html index 1d9c147..16ccce4 100644 --- a/index.en.html +++ b/index.en.html @@ -1,106 +1,94 @@ - - - - - - - + + + + + + + - Home - Ayakael + Home - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    +
    +

    WELCOME


    @@ -123,35 +111,31 @@
  • Mastodon
  • + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/index.fr.html b/index.fr.html index fbb5758..72b8482 100644 --- a/index.fr.html +++ b/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - Accueil - Ayakael + Accueil - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    +
    +

    BIENVENUE


    @@ -133,35 +121,31 @@ consolidé tout mes projets
  • Mastodon
  • + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - - + + - - - - + + + + - + diff --git a/inlinetest/index.html b/inlinetest/index.html index 4605c97..eb9e6a4 100644 --- a/inlinetest/index.html +++ b/inlinetest/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - inlinetest - Ayakael + inlinetest - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - - - +
    + - - - - + + + + - + diff --git a/js/mastodon.js b/js/mastodon.js new file mode 100644 index 0000000..532cab9 --- /dev/null +++ b/js/mastodon.js @@ -0,0 +1,55 @@ +function escapeHtml(unsafe) { + return unsafe + .replace(/&/g, "&") + .replace(//g, ">") + .replace(/"/g, """) + .replace(/'/g, "'"); +} + +document.getElementById("load-comment").addEventListener("click", function() { + document.getElementById("load-comment").innerHTML = "Loading..."; + fetch('https:///api/v1/statuses//context') + .then(function(response) { + return response.json(); + }) + .then(function(data) { + if(data['descendants'] && + Array.isArray(data['descendants']) && + data['descendants'].length > 0) { + document.getElementById('mastodon-comments-list').innerHTML = ""; + data['descendants'].forEach(function(reply) { + reply.account.display_name = escapeHtml(reply.account.display_name); + reply.account.emojis.forEach(emoji => { + reply.account.display_name = reply.account.display_name.replace(`:${emoji.shortcode}:`, + `Emoji ${emoji.shortcode}`); + }); + mastodonComment = + ``; + document.getElementById('mastodon-comments-list').appendChild(DOMPurify.sanitize(mastodonComment, {'RETURN_DOM_FRAGMENT': true})); + }); + } + else { + document.getElementById('mastodon-comments-list').innerHTML = "

    Not comments found

    "; + } + }); +}); + diff --git a/meta/license/index.html b/meta/license/index.html index 54c223f..c664345 100644 --- a/meta/license/index.html +++ b/meta/license/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - Licensing - Ayakael + Licensing - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Software

    +
    +

    Software

    This site was generated with ikiwiki, which is generally © 2006-2011 Joey Hess, under the GPL-2+ license. See the @@ -271,35 +261,31 @@ For the avoidance of doubt, this Section 6(b) does not affect

    Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.

    Creative Commons may be contacted at creativecommons.org.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -308,23 +294,21 @@ Creative Commons may be contacted at creativeco
    - - -
    -
    + + - - - - + + + + - + diff --git a/recentchanges/index.en.html b/recentchanges/index.en.html index 9df34db..451ed03 100644 --- a/recentchanges/index.en.html +++ b/recentchanges/index.en.html @@ -1,106 +1,94 @@ - - - - - - - + + + + + + + - RecentChanges - Ayakael + RecentChanges - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Recent changes to this wiki:

    +
    +

    Recent changes to this wiki:

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -145,23 +129,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/recentchanges/index.fr.html b/recentchanges/index.fr.html index 9927eee..32295b9 100644 --- a/recentchanges/index.fr.html +++ b/recentchanges/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - RecentChanges - Ayakael + RecentChanges - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Dernières modifications :

    +
    +

    Dernières modifications :

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -146,23 +130,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sample_text/Donec_dapibus/index.html b/sample_text/Donec_dapibus/index.html index 314edcf..80bad8e 100644 --- a/sample_text/Donec_dapibus/index.html +++ b/sample_text/Donec_dapibus/index.html @@ -1,120 +1,106 @@ - - - - - - - + + + + + + + - Donec dapibus - Ayakael + Donec dapibus - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + + + -
    + + -

    Donec dapibus orci sit amet elit. Maecenas rutrum ultrices lectus. Aliquam suscipit, lacus a iaculis adipiscing, eros orci pellentesque nisl, non pharetra dolor urna nec dolor. Integer cursus dolor vel magna. Integer ultrices feugiat sem. Proin nec nibh. Duis eu dui quis nunc sagittis lobortis. Fusce pharetra, enim ut sodales luctus, lectus arcu rhoncus purus, in fringilla augue elit vel lacus. In hac habitasse platea dictumst. Aliquam erat volutpat. Fusce iaculis elit id tellus. Ut accumsan malesuada turpis. Suspendisse potenti. Vestibulum lacus augue, lobortis mattis, laoreet in, varius at, nisi. Nunc gravida. Phasellus faucibus. In hac habitasse platea dictumst. Integer tempor lacus eget lectus. Praesent fringilla augue fringilla dui.

    +
    + Created . + + + Edited . + + +
    + +
    - - - - - - - - - - - - -
    - Created . - - - Edited . - - -
    - - - - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -123,23 +109,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sample_text/Donec_semper/index.html b/sample_text/Donec_semper/index.html index 897f03e..ecf38c0 100644 --- a/sample_text/Donec_semper/index.html +++ b/sample_text/Donec_semper/index.html @@ -1,120 +1,106 @@ - - - - - - - + + + + + + + - Donec semper - Ayakael + Donec semper - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + + + -
    + + -

    Donec semper, sem nec tristique tempus, justo neque commodo nisl, ut gravida sem tellus suscipit nunc. Aliquam erat volutpat. Ut tincidunt pretium elit. Aliquam pulvinar. Nulla cursus. Suspendisse potenti. Etiam condimentum hendrerit felis. Duis iaculis aliquam enim. Donec dignissim augue vitae orci. Curabitur luctus felis a metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In varius neque at enim. Suspendisse massa nulla, viverra in, bibendum vitae, tempor quis, lorem.

    +
    + Created . + + + Edited . + + +
    + +
    - - - - - - - - - - - - -
    - Created . - - - Edited . - - -
    - - - - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -123,23 +109,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sample_text/Lorem_ipsum/index.html b/sample_text/Lorem_ipsum/index.html index 5337b38..45e5b64 100644 --- a/sample_text/Lorem_ipsum/index.html +++ b/sample_text/Lorem_ipsum/index.html @@ -1,122 +1,108 @@ - - - - - - - + + + + + + + - Lorem ipsum - Ayakael + Lorem ipsum - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    [[!meta Error: cannot parse date/time: 45 B.C.]]

    +
    +

    [[!meta Error: cannot parse date/time: 45 B.C.]]

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed at ante. Mauris eleifend, quam a vulputate dictum, massa quam dapibus leo, eget vulputate orci purus ut lorem. In fringilla mi in ligula. Pellentesque aliquam quam vel dolor. Nunc adipiscing. Sed quam odio, tempus ac, aliquam molestie, varius ac, tellus. Vestibulum ut nulla aliquam risus rutrum interdum. Pellentesque lorem. Curabitur sit amet erat quis risus feugiat viverra. Pellentesque augue justo, sagittis et, lacinia at, venenatis non, arcu. Nunc nec libero. In cursus dictum risus. Etiam tristique nisl a nulla. Ut a orci. Curabitur dolor nunc, egestas at, accumsan at, malesuada nec, magna.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -125,23 +111,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sample_text/Nulla_facilisi/index.html b/sample_text/Nulla_facilisi/index.html index 229f6a5..73e25f2 100644 --- a/sample_text/Nulla_facilisi/index.html +++ b/sample_text/Nulla_facilisi/index.html @@ -1,120 +1,106 @@ - - - - - - - + + + + + + + - Nulla facilisi - Ayakael + Nulla facilisi - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + + + -
    + + -

    Nulla facilisi. Nunc volutpat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut sit amet orci vel mauris blandit vehicula. Nullam quis enim. Integer dignissim viverra velit. Curabitur in odio. In hac habitasse platea dictumst. Ut consequat, tellus eu volutpat varius, justo orci elementum dolor, sed imperdiet nulla tellus ut diam. Vestibulum ipsum ante, malesuada quis, tempus ac, placerat sit amet, elit.

    +
    + Created . + + + Edited . + + +
    + +
    - - - - - - - - - - - - -
    - Created . - - - Edited . - - -
    - - - - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -123,23 +109,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sample_text/Sed_eget/index.html b/sample_text/Sed_eget/index.html index f5407de..52b72ae 100644 --- a/sample_text/Sed_eget/index.html +++ b/sample_text/Sed_eget/index.html @@ -1,120 +1,106 @@ - - - - - - - + + + + + + + - Sed eget - Ayakael + Sed eget - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + + + -
    + + -

    Sed eget turpis a pede tempor malesuada. Vivamus quis mi at leo pulvinar hendrerit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque aliquet lacus vitae pede. Nullam mollis dolor ac nisi. Phasellus sit amet urna. Praesent pellentesque sapien sed lacus. Donec lacinia odio in odio. In sit amet elit. Maecenas gravida interdum urna. Integer pretium, arcu vitae imperdiet facilisis, elit tellus tempor nisi, vel feugiat ante velit sit amet mauris. Vivamus arcu. Integer pharetra magna ac lacus. Aliquam vitae sapien in nibh vehicula auctor. Suspendisse leo mauris, pulvinar sed, tempor et, consequat ac, lacus. Proin velit. Nulla semper lobortis mauris. Duis urna erat, ornare et, imperdiet eu, suscipit sit amet, massa. Nulla nulla nisi, pellentesque at, egestas quis, fringilla eu, diam.

    +
    + Created . + + + Edited . + + +
    + +
    - - - - - - - - - - - - -
    - Created . - - - Edited . - - -
    - - - - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -123,23 +109,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sandbox.fr/index.html b/sandbox.fr/index.html index 8e9d649..3f1f958 100644 --- a/sandbox.fr/index.html +++ b/sandbox.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - sandbox.fr - Ayakael + sandbox.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C)2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -173,35 +163,31 @@ msgstr "élement" msgid "WikiLink" msgstr "WikiLink" + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -210,23 +196,21 @@ msgstr "WikiLink"
    - - -
    -
    + + - - - - + + + + - + diff --git a/sandbox/index.html b/sandbox/index.html index c7b3f7f..4349b55 100644 --- a/sandbox/index.html +++ b/sandbox/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - sandbox - Ayakael + sandbox - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This is the SandBox, a page anyone can edit to learn how to use the wiki.

    +
    +

    This is the SandBox, a page anyone can edit to learn how to use the wiki.


    @@ -125,35 +115,31 @@

    WikiLink

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -162,23 +148,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/shortcuts/index.en.html b/shortcuts/index.en.html index 2c03895..e5784d8 100644 --- a/shortcuts/index.en.html +++ b/shortcuts/index.en.html @@ -1,106 +1,94 @@ - - - - - - - + + + + + + + - shortcuts - Ayakael + shortcuts - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This wiki has shortcuts enabled.

    +
    +

    This wiki has shortcuts enabled.

    Some examples of using shortcuts include:

    @@ -194,35 +182,31 @@ consider contributing it to the shortcu wiki, so that future versions of ikiwiki will include your shortcut in the standard underlay.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -231,23 +215,21 @@ ikiwiki will include your shortcut in the standard underlay.

    - - -
    -
    + + - - - - + + + + - + diff --git a/shortcuts/index.fr.html b/shortcuts/index.fr.html index 5fd5c77..2d5bc8c 100644 --- a/shortcuts/index.fr.html +++ b/shortcuts/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - shortcuts.fr - Ayakael + shortcuts.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Les raccourcis sont activés dans ce wiki.

    +
    +

    Les raccourcis sont activés dans ce wiki.

    Voici quelques exemples de raccourcis :

    @@ -195,35 +183,31 @@ avec une directive existante. Ces directives acceptent aussi un paramètre des raccourcis du wiki d'ikiwiki. Ainsi les futures versions d'ikiwiki incluront automatiquement ce raccourci.

    + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -232,23 +216,21 @@ futures versions d'ikiwiki incluront automatiquement ce raccourci.

    - - -
    -
    + + - - - - + + + + - + diff --git a/sidebar/index.en.html b/sidebar/index.en.html index c586fc3..53d10ea 100644 --- a/sidebar/index.en.html +++ b/sidebar/index.en.html @@ -1,141 +1,125 @@ - - - - - - - + + + + + + + - sidebar - Ayakael + sidebar - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - +
    + + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -144,23 +128,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/sidebar/index.fr.html b/sidebar/index.fr.html index 960c1fc..abb99d6 100644 --- a/sidebar/index.fr.html +++ b/sidebar/index.fr.html @@ -1,85 +1,79 @@ - - - - - - - + + + + + + + - sidebar.fr - Ayakael + sidebar.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - +
    + + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -146,23 +130,21 @@
    - - -
    -
    + + - - - - + + + + - + diff --git a/smileys.fr/index.html b/smileys.fr/index.html index 7459429..b024ee0 100644 --- a/smileys.fr/index.html +++ b/smileys.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - smileys.fr - Ayakael + smileys.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -294,35 +284,31 @@ msgstr "" "fonctionner s'il est copié sur d'autres pages du wiki. Aussi, il faut " "inclure le répertoire smileys dans l'adresse du fichier." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -331,23 +317,21 @@ msgstr ""
    - - -
    -
    + + - - - - + + + + - + diff --git a/smileys/index.html b/smileys/index.html index 00a9b98..3d237d6 100644 --- a/smileys/index.html +++ b/smileys/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - smileys - Ayakael + smileys - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    This page is used to control what smileys are supported by the wiki. +

    +

    This page is used to control what smileys are supported by the wiki. Just write the text of a smiley to display it.

      @@ -143,35 +133,31 @@ produces it, followed by a WikiLink to the im will work if it's copied to other pages on the wiki. So be sure to include the smileys directory in the path to the file.

      + - + - + + + - - - + + - +
      + Created . + + + Edited . + + +
      + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -180,23 +166,21 @@ smileys directory in the path to the file.

    - - -
    -
    + + - - - - + + + + - + diff --git a/tag/Cicero/index/index.html b/tag/Cicero/index/index.html index 015283e..f6dd68f 100644 --- a/tag/Cicero/index/index.html +++ b/tag/Cicero/index/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - pages tagged Cicero - Ayakael + pages tagged Cicero - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -136,23 +122,21 @@ Posted
    - - -
    -
    + + - - - - + + + + - + diff --git a/tag/Latin/index/index.html b/tag/Latin/index/index.html index 28cb08b..9e5a374 100644 --- a/tag/Latin/index/index.html +++ b/tag/Latin/index/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - pages tagged Latin - Ayakael + pages tagged Latin - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -136,23 +122,21 @@ Posted
    - - -
    -
    + + - - - - + + + + - + diff --git a/tag/typesetting/index/index.html b/tag/typesetting/index/index.html index f303284..bfc2f24 100644 --- a/tag/typesetting/index/index.html +++ b/tag/typesetting/index/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - pages tagged typesetting - Ayakael + pages tagged typesetting - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -136,23 +122,21 @@ Posted
    - - -
    -
    + + - - - - + + + + - + diff --git a/templates.fr/index.html b/templates.fr/index.html index ee3bca7..3723ca4 100644 --- a/templates.fr/index.html +++ b/templates.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - templates.fr - Ayakael + templates.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -394,35 +384,31 @@ msgstr "\n" #~ "pouvant être confondu avec une balise wiki, alors il n'est pas converti " #~ "en html avant d'être traité comme un WikiLink." + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -431,23 +417,21 @@ msgstr "\n"
    - - -
    -
    + + - - - - + + + + - + diff --git a/templates/index.html b/templates/index.html index b9ef46a..b2817da 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - templates - Ayakael + templates - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Ikiwiki uses many templates for many purposes. By editing its templates, +

    +

    Ikiwiki uses many templates for many purposes. By editing its templates, you can fully customise its appearance, and avoid duplicate content.

    Ikiwiki uses the HTML::Template module as its template engine. This @@ -188,35 +178,31 @@ changed pages. to be customised. + - + - + + + - - - + + - +

    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -225,23 +211,21 @@ to be customised.
    - - -
    -
    + + - - - - + + + + - + diff --git a/templates/note.fr/index.html b/templates/note.fr/index.html index 2d9761a..d634b3f 100644 --- a/templates/note.fr/index.html +++ b/templates/note.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - note.fr - Ayakael + note.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -138,35 +128,31 @@ msgstr "" "\n" "\n" + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -175,23 +161,21 @@ msgstr ""
    - - -
    -
    + + - - - - + + + + - + diff --git a/templates/note/index.html b/templates/note/index.html index 36e392d..808e4c8 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - note - Ayakael + note - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Use this template to insert a note into a page. The note will be styled to +

    +

    Use this template to insert a note into a page. The note will be styled to float to the right of other text on the page. This template has one parameter:

    @@ -92,35 +82,31 @@ parameter:

  • `text` - the text to display in the note + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
  • - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -129,23 +115,21 @@ parameter:

    - - -
    -
    + + - - - - + + + + - + diff --git a/templates/popup.fr/index.html b/templates/popup.fr/index.html index 7e03d43..6be3213 100644 --- a/templates/popup.fr/index.html +++ b/templates/popup.fr/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - popup.fr - Ayakael + popup.fr - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - - # Traduction de ikiwiki +
    + # Traduction de ikiwiki # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the PACKAGE Ikiwiki. # @@ -149,35 +139,31 @@ msgstr "" "[]\n" "\n" + - + - + + + - - - + + - +
    + Created . + + + Edited . + + +
    + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -186,23 +172,21 @@ msgstr ""
    - - -
    -
    + + - - - - + + + + - + diff --git a/templates/popup/index.html b/templates/popup/index.html index 69efb60..93f15db 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -1,90 +1,80 @@ - - - - - - - + + + + + + + - popup - Ayakael + popup - Ayakael - - - - - - - - + + + + + + + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - -
    - -

    Use this template to create a popup window that is displayed when the mouse +

    +

    Use this template to create a popup window that is displayed when the mouse is over part of the page. This template has two parameters:

      @@ -98,35 +88,31 @@ large for good usability.

      Note that browsers that do not support the CSS will display the popup inline in the page, inside square brackets.

      + - + - + + + - - - + + - +
      + Created . + + + Edited . + + +
      + +
    - -
    - Created . - - - Edited . - - -
    - - -
    - -
    -
    - - -
    +
    +
    +
    Copyleft © 2024 ayakael CC-BY-SA
    @@ -135,23 +121,21 @@ inline in the page, inside square brackets.

    - - -
    -
    + + - - - - + + + + - +