diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:16:04 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:18:23 +0200 |
| commit | f83cc90e1ac9f252dcc36d833505ab5e00ae8e74 (patch) | |
| tree | 799475b6a878895d597496092c62befcb3dc8234 /user/HTC/index.htc | |
| parent | efe1dd9bf92efbf6ab74f7323c39348b5efae4ce (diff) | |
Adding the old test user
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'user/HTC/index.htc')
| -rw-r--r-- | user/HTC/index.htc | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/user/HTC/index.htc b/user/HTC/index.htc new file mode 100644 index 0000000..85e9d70 --- /dev/null +++ b/user/HTC/index.htc | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | \clearance{} | ||
| 2 | \cache{\days{7}} | ||
| 3 | \page{ | ||
| 4 | \h1{HTC - A Hypertext Compiler/Interpreter} | ||
| 5 | \h3{Henrik Rydberg (Copyright 1998--2001)} | ||
| 6 | |||
| 7 | \bf{HTC} is a small, server based, LaTeX-like language, | ||
| 8 | which is used to efficiently create WWW applications. | ||
| 9 | Among the more useful features are: | ||
| 10 | \ul{ | ||
| 11 | \li{ | ||
| 12 | \bf{Access control} - HTC uses a cookie-based authorization | ||
| 13 | mechanism to manage users in a highly transparent way. | ||
| 14 | } | ||
| 15 | \li{ | ||
| 16 | \bf{Database management} - Built in to the language are tools | ||
| 17 | for managing databases. | ||
| 18 | } | ||
| 19 | \li{ | ||
| 20 | \bf{Language control} - HTC handles multiple languages, controllable | ||
| 21 | by standard browser preferences or cookies. | ||
| 22 | } | ||
| 23 | \li{ | ||
| 24 | \bf{Math support} - Due to the built-in LaTeX language, HTC can | ||
| 25 | display simple equations directly in HTML, and has a high | ||
| 26 | degree of transferability to any future standard (such as MathML). | ||
| 27 | } | ||
| 28 | \li{ | ||
| 29 | \bf{Static/dynamic switching} - HTC can be used to create static | ||
| 30 | mirrors, which increase download performance. | ||
| 31 | } | ||
| 32 | \li{ | ||
| 33 | \bf{No frames} - HTC keeps track of the link tree, so that | ||
| 34 | quick access can be made without using frames, and hence | ||
| 35 | suitable also for text-based browsers. | ||
| 36 | } | ||
| 37 | } | ||
| 38 | |||
| 39 | \bf{HTC} is a completely stand-alone \bf{CGI} program written in C++, | ||
| 40 | making heavy use of \bf{STL}; (Standard template library), | ||
| 41 | and using a simple database manager, written the same way. | ||
| 42 | The language interpreter is designed to resemble \bf{LaTeX}, | ||
| 43 | and to run quickly. For more information, | ||
| 44 | send me a \href{mailto: \ADMIN}{mail}. /h | ||
| 45 | |||
| 46 | <H3>Examples</H3> | ||
| 47 | <P> | ||
| 48 | If you want to see a sample of what can be | ||
| 49 | done with it, check the sites listed below. | ||
| 50 | \ul{ | ||
| 51 | \li{\href{http://fy.chalmers.se/ap/}{Applied Physics}} | ||
| 52 | \li{\href{http://fy.chalmers.se/ap/mst/}{Materials Theory}} | ||
| 53 | \li{\href{http://stern.fy.chalmers.se:2001/}{Student server}} | ||
| 54 | \li{\href{http://fy.chalmers.se/mtrl/}{Materialia}} | ||
| 55 | \li{\href{http://coulomb.fy.chalmers.se:5555/}{H. Rydberg}} | ||
| 56 | \li{\href{http://fy.chalmers.se/atomics/}{Atomics}} | ||
| 57 | } | ||
| 58 | To learn more about the language, look for the | ||
| 59 | icons \image{\icons/htc.gif} and \image{\icons/source.gif}. | ||
| 60 | } | ||
