![]() |
|
|
root
cd /usr/roxen/server
./create_configinterface
/etc/rc.d/init.d/roxen restart)
| The homepage of this Roxen RPM is at |
|
| Roxen Internet Software AB, the company behind Roxen Challenger |
|
| A good server for 3rd-party-modules for Roxen is Riverweb |
|
| Find providers/ISPs offering Roxen-based webservers worldwide |
|
| Archive of the Roxen-User mailinglist (Egroups) |
|
| The mailinglists hosted by Roxen Software |
|
| Online documentation for Roxen, RXML and Roxen-TAGs |
|
|
Using the
Result:
Result: |
|
Use the Business diagram-module for generating diagrams without a spreadsheet, add a legend or coloured backgrounds. This even works with a SQL-Query and a supported database, see the SQL-Query-module for some examples. Roxen offers a lot of different subtypes of diagrams:
<diagram type=pie width=240 height=240 quant=128
name='Webserver' 3D tonedbox='blue,white,white,red'>
<data separator=,>5305048,5137269,4399993,8865051</data>
<legend separator=,>Apache, Roxen, Netscape, IIS</legend>
</diagram>
Result:
<diagram type=line width=240 height=300 name='Math. functions'
horgrid tonedbox='lightgreen,lightgreen,white,white'>
<data form=row separator=, xnamesvert xnames>
0,5,10,15,20,25,30
5,6,8,10,15,22,35
0,5,10,15,20,25,30
0,0,0,15,15,15,0
</data>
<legend separator=,>f(a*e^x),f(x),???</legend>
<xaxis quantity=X>
<yaxis quantity=Value>
</diagram>
Result: |
|
Roxen supports it's own counter-system, for every page served. Choose from many different styles (see the RPM-Homepage for a optional RPM containing about 775 variations), rotate or shrink the digits. Or be a cheater and add some visits...
Result:
Result: |
|
Tired of typing
<tablify nicer cellseparator="|"
rowseparator="$">User|Server|Browser$
John|Apache|Netscape$
Oliver|Roxen|Lynx$
Marco|Netscape|Opera$
Don Juan|IIS|CrashMe$
</tablify>
|
|
Make your life easier using your own-HTML-containers or -tags.
Use the internal Roxen Macro Language, global or locally
stored definitions - think of global tags like
<define container=url>
<a href="<contents>"><contents></a>
</define>
<html>
<head>
<title>Simple RXML-demo 1</title>
</head>
<body>
<url>http://www.ls-la.net/roxen/</url>
</body>
</html>
Result within the body-part:
<define tag=companylogo>
<a href="http://www.roxen.com/"><img
src="http://www.roxen.com/img/roxencom.gif"
border=0></a>
</define>
And within every HTML-file:
<insert file="/templates/rxml-definitions.incl">
<html>
<head>
<title>Simple RXML-demo 2</title>
</head>
<body>
<companylogo>
</body>
</html>
|