212
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 3 days ago.
Posted over 5 years ago by [email protected] (LarsDW223)
Do you know where can one read which abbreviation is to be used for which language? Searching the internet revealed an ISO standard: ISO 639.2 "Codes for the Representation of Names of Languages" DokuWiki seems to use it as there is a link to it on https://www.dokuwiki.org/localization.
Posted over 5 years ago by [email protected] (LarsDW223)
Do you know where can one read which abbreviation is to be used for which language? Searching the internet revealed an ISO standard: ISO 639.2 "Codes for the Representation of Names of Languages" DokuWiki seems to use it as there is a link to it on https://www.dokuwiki.org/localization.
Posted over 5 years ago by [email protected] (krang)
Aloha, I am looking for someone who could create a plugin for me. I offer 40 USD (Please provide a price for this kind of customization if you think it is too low) (payment in Bitcoins). I would like to have a status indicator after each external ... [More] link on my wiki. Each link need to be checked after the page is fully loaded. So checking status of external link cannot delay page loading. Once wiki page is fully loaded each external link is checked and got own status. First status is "checking" (once page is loaded, this status shows, next to external link symbol, till page is checked, so this is first temporary status, default one, before we get main info about offline or online) - this status icon should be yellow dot - • Second is "online" - page status ok, server response 200 - icon green dot - • Third is "offline" - broken link, server response 404 - red dot - • I think php curl or php wget function can be used for this. I just know that in standard curl it can be done by running command: curl -s -o /dev/null -I -L -w "%{http_code}\n" http://google.com -s - Silent or quiet mode. -o - Write output to instead of stdout. -I - Fetch the headers only. -L - If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place. -w - Make curl display information on stdout after a completed transfer. I was looking for some info about php-curl and maybe this function could be helpful: curl_getinfo — Get information regarding a specific transfer curl_getinfo ( resource $ch [, int $opt ] ) : mixed where parameter opt may be one of the following constants: CURLINFO_RESPONSE_CODE - The last response code. Thanks in advance! [Less]
Posted over 5 years ago by [email protected] (krang)
Aloha, I am looking for someone who could create a plugin for me. I offer 40 USD (Please provide a price for this kind of customization if you think it is too low) (payment in Bitcoins). I would like to have a status indicator after each external ... [More] link on my wiki. Each link need to be checked after the page is fully loaded. So checking status of external link cannot delay page loading. Once wiki page is fully loaded each external link is checked and got own status. First status is "checking" (once page is loaded, this status shows, next to external link symbol, till page is checked, so this is first temporary status, default one, before we get main info about offline or online) - this status icon should be yellow dot - • Second is "online" - page status ok, server response 200 - icon green dot - • Third is "offline" - broken link, server response 404 - red dot - • I think php curl or php wget function can be used for this. I just know that in standard curl it can be done by running command: curl -s -o /dev/null -I -L -w "%{http_code}\n" http://google.com -s - Silent or quiet mode. -o - Write output to instead of stdout. -I - Fetch the headers only. -L - If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place. -w - Make curl display information on stdout after a completed transfer. I was looking for some info about php-curl and maybe this function could be helpful: curl_getinfo — Get information regarding a specific transfer curl_getinfo ( resource $ch [, int $opt ] ) : mixed where parameter opt may be one of the following constants: CURLINFO_RESPONSE_CODE - The last response code. Thanks in advance! [Less]
Posted over 5 years ago by [email protected] (Michaelsy)
Not bad! Do you know where can one read which abbreviation is to be used for which language?
Posted over 5 years ago by [email protected] (Michaelsy)
Not bad! Do you know where can one read which abbreviation is to be used for which language?
Posted over 5 years ago by DokuWiki Develtools)
Good Morning! This are the git changes for DokuWiki committed yesterday. Please test them and report bugs. --------------------------------------------------------------------- Merge: 8974c08 1fe1455 ...
Posted over 5 years ago by geekitude)
Hi, geekitude opened a new pull request at The goal is to make it easy to create an alternate save button with a 'form' attribute pointing to that ID, be it in pagetools or anywhere else (related to Please help us to review this pull request, so new contributors get feedback in ...
Posted over 5 years ago by phy25)
Hi, phy25 opened a new pull request at This fixes #2517. The idea mainly comes from I also removed the quote detection code in `css_onelinecomment_cb()` because ...
Posted over 5 years ago by Nahabedian, Bridget)
Good morning. I am new to DokuWiki and have been attempting to edit my page. Every time I make a change and save it, inevitably the text on the rest of the page becomes skewed or then starts to appear as HTML. Sometimes the changes I make don't ... [More] appear after saving. I thought maybe I need to download the software to be able to edit so I attempted to do that but when I downloaded the file it just gave me a pdf file (which I couldn't open.) I am completely new here and feel like there is a basic mistake I must be ... [Less]