- 0 Talk
-
Telegard
Contents |
Telegard for DOS & IBM OS/2
Edit
The original telegard project was written in Turbo Pascal, C and Assembly. It was a very popular, and widely used BBS software, distributed as an installable binary. There is much debate about how the origin of its original code, as well as the supposed leaked source code around version Telegard 2.5 that led to several other BBS variants such as Renegade.
Telegard/2 for *nix
Edit
Telegard/2 (OpenTG) is an open-source implementation of a bulletin board system (BBS) software program written for Linux and/or Unix. Written from scratch in Ruby, the goal is to reproduce the look, feel, and functionality of similar legacy BBS systems such as Telegard or Renegade, which were written for DOS and OS/2 during the pre-internet communication era. No original code is being used or referenced. 
Added by SharkoslinuxOn August 17, 2008, the project was founded by Chris Tusa with work on version 1 of the code. A year later, development on this branch, now known as OpenTG/1, ended. The back-end configuration tool had taken shape using the NCurses library, and database abstraction using ruby-DBI amd PostgreSQL for the backend database engine. The developer deemed this version of the code a failure due to problems maintaining NCurses screen layouts and SQL queries through DBI.
With lessons learned and upfront design planning, iteration two now known as Telegard/2, is under heavy development. The code has moved from MRI Ruby to JRuby running on OpenJDK. The latest code introduces:
- MVC Design (Model View Controller)
- Database Abstraction through the use of the Sequel ORM
- Input Validation from Apache Commons
- Integrated H2 SQL Database
- Themes based on the FreeMarker template engine
- Web Based administration tool based on Ramaze
Current Goals
Edit
- Use standards based formats.
- Produce a usable configuration and management interface, similar in scope to traditional BBS WFC tools.
- Allow system operators to have flexibility of how their system is configured and consumed.
- Implement security at the core, not as an after-thought.
- Provide modern access using secure protocols such as SSH.
- Provide a web interface for both administration and user management.
- Hook into existing daemons and libraries where possible to reduce code efforts and conform to standards.
- WWIVnet & FidoNET Compatability
- TgNET - Internet based Telegard/2 network
More status and goal information is available on the project homepage.
Software Stack
Edit
The following is a listing of software components used in Telegard/2
- OpenJDK 6
- Jruby 1.5.3 (Ruby = 1.8.7)
- H2_(DBMS)
- Ramaze Web Frameworkd
- Apache Commons
- JLine
- Gems : {ruby-bcrypt, sequel, ramaze, haml}
Developer Information
Edit
This project was founded and currently led by Chris Tusa. It is hosted on Launchpad_(website) and uses Bazaar for source code control. Developers can find information about contributing on the project's website.