Compare commits

...

10 Commits

Author SHA1 Message Date
Joey Hess 93921c7c2b
remove spammer test page 2024-01-20 12:03:14 -04:00
Joey Hess 0c968115cf
revert rename of recentchanges by insane person (which broke build) 2024-01-20 12:01:11 -04:00
HK 481861474c 2023-12-31 10:16:57 -04:00
foo@50f7021950716b6933c29af069a77d9c431546ca afc48c7db1 2023-12-31 06:32:49 -04:00
jmtd 30a9722934 reply 2023-12-05 06:37:36 -04:00
linusvejlo+ikiwiki@f4df502e03f916e148e6d3353a04d5860fdf752b 6df09b6973 2023-11-27 08:25:46 -04:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 98af5d5c63 2023-10-31 00:55:30 -04:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 d83ce25e3f test 2023-10-31 00:55:18 -04:00
intrigeri d6874b5698 Update branch location 2023-10-13 05:11:24 -04:00
intrigeri 3b26770bc4 Update branch location 2023-10-13 05:09:18 -04:00
8 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,5 @@
The following error is displayed when trying to include a `jpg` image:
`[[!img Error: failed to read filename.jpg: Exception 435: unable to open image 'jpeg:/path/to/source/folder/filename.jpg[0]': No such file or directory @ error/blob.c/OpenBlob/3569]]`
> I routinely include JPEGs via img. Can you share a) exactly the directive you've tried to use to generate that error and b), if possible, the source image? — *[[Jon]], 2023-12-05*

View File

@ -2,7 +2,7 @@
With po4a 0.58+, the po plugin incorrectly extracts UTF-8 strings from source pages.
I've prepared a branch to fix this: https://salsa.debian.org/tails-team/ikiwiki/-/tree/po-fix-utf8
I've prepared a branch to fix this: https://gitlab.tails.boum.org/tails/ikiwiki/-/tree/po-fix-utf8
This branch adds a test case that fails on current `master`.
That test case passes from my branch on Debian sid with po4a 0.55 (Buster), 0.62 (Bullseye), and 0.66 (sid).

View File

@ -1,4 +1,4 @@
General information
General Information
===================
Feel free to add your own ikiwiki site! In case you have created a custom theme consider adding it to [the theme list](http://ikiwiki.info/themes/)

View File

@ -1,3 +1,5 @@
[[Number.MAXIMUM_VALUE]]
### testing graph directive...
[[!graph src=""""
@ -276,3 +278,5 @@ Install ikiwiki
If you're using Debian or Ubuntu, ikiwiki is an apt-get install ikiwiki away. If you're not, see the download and install pages.
You may also want to try out IkiWiki in a container.
This line was added using the web interface.

View File

@ -0,0 +1 @@
test

View File

@ -1 +0,0 @@
tada!

View File

@ -6,7 +6,7 @@ the end-user. More precisely, PO files for these languages are updated
normally, however, HTML creation will be disabled and no reference to
these translations will be visible on the website.
See also downstream bug report in tails: <https://labs.riseup.net/code/issues/15355>
See also downstream bug report in tails: <https://gitlab.tails.boum.org/tails/tails/-/issues/15355>
> From the downstream bug report it appears this branch is not yet
> considered ready (as of February 2019), so I haven't attempted to
@ -22,7 +22,7 @@ See also downstream bug report in tails: <https://labs.riseup.net/code/issues/15
> --[[smcv]]
>> I've put this branch into a shape that I now dare submitting:
>> https://salsa.debian.org/tails-team/ikiwiki/tree/feature/15355-po-plugin-disable-languages.
>> https://gitlab.tails.boum.org/tails/ikiwiki/-/tree/feature/15355-po-plugin-disable-languages.
>> It adds a little bit test coverage in the form of integration tests
>> for the proposed feature, that incidentally exercise the rest of the
>> basic functionality of the PO plugin.