From 11ee95dadc408e16e9832af9fd0b41495e78b0a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 19 Oct 2000 13:31:23 +0000 Subject: A big, fat commit with a shitload of internal changes. Not that much visual changes: - removed redundant files user.class.php, calendar.class.php and backend.class.php. - converted *all* mysql queries to queries supported by the database abstraction layer. - expanded the watchdog to record more information on what actually happened. - bugfix: anonymous readers where not able to view comments. - bugfix: anonymous readers could gain read-only access to the submission queue. - bugfix: invalid includes in backend.php - bugfix: invalid use of '$user->block' and last but not least: - redid 50% of the user account system --- faq.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'faq.php') diff --git a/faq.php b/faq.php index a824121c6..d578c8350 100644 --- a/faq.php +++ b/faq.php @@ -51,6 +51,20 @@ $output = "
Is the source code of this site available?
This site is powered by Free Software; including Apache, PHP, MySQL and Linux, and is inspired by several Free Software projects. Therefor we have decided to make the software engine of this site available under terms of GPL.

However, the sources are not available yet at this time, but will be released as soon we have a first, well-rounded source tree that has proven to be stable. If you can't wait or in case you have big plans (like `total domination') with the engine, don't hesitate to contact us and we might grant you CVS access.

+
What features does the engine have?
+
+
  • a theme system: the entire website is fully themable in terms of colors, layout, look-and-feel and markup.
  • +
  • a user account system with session management, secure authentication, human-readable password generator, user and page preferences, comment tracker and so on.
  • +
  • a discussion system: supports different display (threaded, flat, netsted) and order (newest first, oldest first, highest scorings first), comment moderation, customable HTML-support, etc.
  • +
  • a database abstraction layer: allows the website to run on top of different database systems.
  • +
  • anonymous reader/poster support across the entire site in case visitors prefers to remain anonymous or in case cookies are disabled.
  • +
  • a submission queue and submission moderation.
  • +
  • an embedded diary system.
  • +
  • an administrator section which is considered the control center of the website.
  • +
  • a RDF/RSS backend which allows third party websites to become channels in your website with a minimum of extra work.
  • +

    +

    +
    What is your privacy policy?
    --- under construction ---

    -- cgit v1.2.3