Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets/js
AgeCommit message (Collapse)Author
2019-08-02Improved JS code for Staticman POST URLVincent Tam
2019-07-26Dynamically set form action URLVincent Tam
https://www.willmaster.com/library/manage-forms/bot-block-for-forms.php
2019-07-26Added avatar and close button in reply noticeVincent Tam
2019-05-21Fixé le bouton "Reset"Vincent Tam
Grâce à https://stackoverflow.com/a/193787/3184351
2019-05-21Nettoyage après une submission réussieVincent Tam
2019-05-21Affichage du msg de succès pendant trois secondesVincent Tam
2019-05-21Exception trouvéeVincent Tam
2019-05-21Ajouté la trad'n pour le btn resetVincent Tam
2019-05-21Staticman i18nVincent Tam
Ce script en AWK a été appliqué ```awk /^# [A-Z].*/,/^[a-z-]+:/ { print $0 } /^[a-z-]+:/ { sub(":", "", $1) system("ls i18n | grep -q " $1 " && echo true || echo false"); print "" } /comment_btn_submit/,/comment_error_msg/ { split($1, a, "_") a31 = toupper(substr(a[3],1,1)) a32 = substr(a[3],2) print("- id: " a[2] a31 a32) split($0, b, " : ") print(" translation: " b[2]) } /comment_error_msg/ { print "" } ``` sur le fichier d'i18n du thème Beautiful Jekyll. J'ai vérifié mot à mot de l'esperanto. Néanmoins, le norvégien est d'autant plus dûr que j'avais pas envie de vérifier son grammaire.
2019-05-20{static => assets}/css|js/staticman.css|jsVincent Tam
1. Preparation pour i18n 2. Suppression du dialogue « modal » d'Edouardo Bourças
2019-05-20Tidy up READMEVincent Tam