regardscitoyens / the-law-factory

Track the french law-making process
https://www.lafabriquedelaloi.fr
GNU Affero General Public License v3.0
75 stars 15 forks source link

Add links to articles who don't cite the text #249

Closed mdamien closed 3 years ago

mdamien commented 3 years ago

goes with https://github.com/regardscitoyens/the-law-factory-parser/pull/134

RouxRC commented 3 years ago

En vue de la migration, ptet sécuriser ce code pour gérer les dossiers tels que générés avant aussi? Genre plutôt :

alinea.replace(lien.texte || lien, '<a href="https://duckduckgo.com/?q=!ducky+' + encodeURIComponent(lien.texte_complet || lien.texte || lien) + '" target="_blank">' + (lien.texte || lien) + '</a>');

?

mdamien commented 3 years ago

Bonne idée mais la PR est abandonnée pour le moment (https://github.com/regardscitoyens/the-law-factory-parser-test-cases/pull/4#issuecomment-731894290)