Websites and Antelope

From BRTT

Jump to: navigation, search
Question
Question:
Websites and Antelope


How do I create a website with Antelope?

Answer:
There are several Antelope interfaces to server-side languages including PHP, Python, Java and Perl


In the Antelope contributed code repository there are several interfaces to popular server-side languages. These currently include PHP (PHP Hypertext Preprocessor; http://www.php.net), Python (http://www.python.org), Java and Perl. The most used of these is currently PHP, although many people are now using Python. You can find more information about them by looking at man pages for the contributed code. Typing:

man pythondb

or

man pythonorb

will display the man pages for those interfaces.

Rob Newman has some documentation on his website that outline some basics.

The Antelope User Group Github wiki page also has some documentation.