Differences

This shows you the differences between two versions of the page.

Link to this comparison view

publications [2015/02/09 15:12]
ipa
publications [2021/03/02 13:28]
Line 1: Line 1:
-~~NOCACHE~~ ​ 
- 
-<php> 
-require_once('​../​ipabib/​bibtex2html.php'​);​ 
-$text = bibfile2html('​../​ipabib/​ipa.bib','',​false,​false,'​http://​ipa-server.hci.uni-heidelberg.de/​ipabib/​ipa.bib',''​); ​   ​ 
-$text = str_replace ("​ä",​ "&​auml;",​ $text); 
-$text = str_replace ("​Ä",​ "&​uml;",​ $text); 
-$text = str_replace ("​ö",​ "&​ouml;",​ $text); 
-$text = str_replace ("​Ö",​ "&​Ouml;",​ $text); 
-$text = str_replace ("​ü",​ "&​uuml;",​ $text); 
-$text = str_replace ("​Ü",​ "&​Uuml;",​ $text); 
-$text = str_replace ("​ß",​ "&​szlig;",​ $text); 
- 
-echo $text; 
-  
-</​php>​