PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : html code



geronet
20.10.01, 12:59
hab grad versucht < und > darzustellen aber der UBB-Code funktioniert gar nicht:


<#include test.h>

<include test.h>

< >>

> <<

geronet
20.10.01, 13:00
aha der zweite funktioniert nicht...

wie soll ich dann was posten mit der config vom apache, der klammern aussenrum hat?

netzmeister
20.10.01, 22:42
Hallo,

nur in den Programmierforen ist html deaktiviert.

Viele Grüsse

Eicke

mightymike99
21.10.01, 03:54
Zum Thema HTML im Programmierforum:

Man koennte das Zeugs einschalten & fuer richtige Darstellung einfach ein kleines Script drueberlaufen lassen, das das ganze dann in HTML umwandelt und nebenbei noch ein Syntaxhighlighting reinbastelt, aber ich weiss nicht ob das vielleicht nicht das Board etwas zumüllt.


<PRE>
<FONT color=#8080ff>#!/bin/bash</FONT>
<FONT color=#00ffff>SCRIPT</FONT>=<FONT color=#ff40ff>$1</FONT>
<FONT color=#00ffff>VIM2HTML</FONT>=<FONT color=#22ff00>"</FONT><FONT color=#ff6060>/usr/share/vim/current/syntax/2html.vim</FONT><FONT color=#22ff00>"</FONT>
vim <FONT color=#ff40ff>-c</FONT> <FONT color=#22ff00>"</FONT><FONT color=#ff6060>syntax on</FONT>"<FONT color=#ff40ff>-c</FONT> <FONT color=#22ff00>"</FONT><FONT color=#ff6060>set nu</FONT><FONT color=#22ff00>"</FONT> <FONT color=#ff40ff>-c</FONT> <FONT color=#22ff00>"</FONT><FONT color=#ff6060>so </FONT><FONT color=#ff40ff>$VIM2HTML</FONT>"</FONT> <FONT color=#ff40ff>-c</FONT> wq <FONT color=#ff40ff>-c</FONT> q <FONT color=#ff40ff>$1</FONT>
cat <FONT color=#ff40ff>${</FONT><FONT color=#ff40ff>SCRIPT</FONT><FONT color=#ff40ff>}</FONT>.html
<FONT color=#8080ff>#rm ${SCRIPT}.html</FONT>
</PRE>

Gruß
fork

[ 21. Oktober 2001: Beitrag editiert von: fork ]

netzmeister
21.10.01, 23:05
Hallo,

die Tage des UBB sind "gezählt".

In ca. 3 Wochen können wir da nochmal drüber reden.

Viele Grüsse

Eicke