Need a hint

Creating and modifying plugins.
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Need a hint

Post by Lux »

Hi!

I need to find out which plugin is responsible for modifying an URL like this

http://media.ccc.de/browse/conferences/ ... ntopp.html

Code: Select all

http://media.ccc.de/browse/conferences/froscon/2014/froscon2014_-_1449_-_en_-_hs1_-_201408231245_-_open_source_management_-_kristian_kohntopp.html
to

http://media.ccc.de/browse/conferences/ ... ntopp.html

Code: Select all

http://media.ccc.de/browse/conferences/froscon/2014/froscon2014_-%3Cu%3E1449%3C/u%3E-%3Cu%3Een%3C/u%3E-%3Cu%3Ehs1%3C/u%3E-%3Cu%3E201408231245%3C/u%3E-%3Cu%3Eopen_source_management%3C/u%3E-_kristian_kohntopp.html
Any hint welcomed.

Cheers

Dirk
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Need a hint

Post by Timbalu »

This is markdown or textile, I assume.
You need a command to exclude this link from parsing like using backticks '`', or as an unparsed block by 4 spaces or one tab.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Need a hint

Post by Lux »

Timbalu wrote:This is markdown or textile, I assume.
You need a command to exclude this link from parsing like using backticks '`', or as an unparsed block by 4 spaces or one tab.
I am using neither markdown nor textile.

These are my plugins (German):

Textformatierung: GeSHi
Avatar Plugin
Textformatierung: BBCode
Textformatierung: NL2BR
Textformatierung: Serendipity
Textformatierung: Smilies
Spamschutz Biene (Honeypot, Verstecktes Captcha)
Spamschutz
Statistiken
Smiley-Auswahlleiste
Spartacus
Sample!
Suchmaschinen-Sitemap Generator
Freie Artikel-Tags
Einträge ankündigen
Spamschutz (Bayes)
Durchsuche Kommentare mit der Schnellsuche
Hebe Suchwörter hervor
Erweiterter Kommentarbereich
Sonderzeichen/Erweiterte Buttons für Non-WYSIWYG
Statische Seiten
Kontaktformular
Einträge via XML-RPC erstellen
Flattr
DBClean

Cheers

Dirk
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Need a hint

Post by Timbalu »

Oh, well, in that case it is "Textformatierung: Serendipity". Just disable it via entrypoperties plugin for/in this specific entry.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Need a hint

Post by Lux »

Timbalu wrote:Oh, well, in that case it is "Textformatierung: Serendipity". Just disable it via entrypoperties plugin for/in this specific entry.
Perfect, thank you Ian.

I do not know exactly what the text format serendipity plugin was for. But with over 3000 articles, I do not know, if I need it for the old ones.

Cheers

Dirk
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Need a hint

Post by Timbalu »

You may just read some of those.
http://board.s9y.org/search.php?keyword ... bmit=Suche

Essentially it is a poor mans simple markup plugin. Very old. Invented for the early Serendipity bird. (And I don't think used very often.) If you dont know, just leave it as is and disable it by entry, in case you have to link an url with _foo_ for example, which does not happen that often, I presume.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Need a hint

Post by Lux »

Timbalu wrote:You may just read some of those.
http://board.s9y.org/search.php?keyword ... bmit=Suche

Essentially it is a poor mans simple markup plugin. Very old. Invented for the early Serendipity bird. (And I don't think used very often.) If you dont know, just leave it as is and disable it by entry, in case you have to link an url with _foo_ for example, which does not happen that often, I presume.
Thank you Ian!

Dirk
Post Reply