Vincent Peugnet

Results 69 comments of Vincent Peugnet
trafficstars

By default, private pages could have this option set to 1. As the problem of this is to publish secret infos

an interesting solution to add those infos using HTML would be to use the [HTML data-* attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*). As maybe in the future the [`attr()` CSS function will be very powerfull](https://developer.mozilla.org/fr/docs/Web/CSS/attr)...

One possible strategy could be to share source only if the page contain a link to it. 🤪 For example, a page that have: ```html ``` an attribute will be...

Someone have created a composer package with it: https://github.com/rap2hpoutre/convert-accent-characters Usefull if I want to have more dependecies ;) https://packagist.org/packages/rap2hpoutre/convert-accent-characters (15 000 installs)

OR event the biggg solution: https://github.com/voku/portable-ascii

Or event bigger: The slugyfier https://github.com/cocur/slugify

AND at least another option: Using PHP transliterator https://www.php.net/manual/en/transliterator.transliterate.php#111939

This is something that could be an sort of extension using the API. This could be something to experiment during an API testing event. Concerning link aggregating feature, this remember...

I just put it there:

The chosen option is : - database config file are stored in the same database folder as a json, BUT with `.jsonc` extension to differentiate it from pages. - webmaster...