IncPlugins

What is IncPlugins?

IncPlugins is a scalable plugins-based web site engine for PHP with dynamic pages, CSS and JavaScript. Free and commercial editions are available.

IncPlugins Main Features

  • Plugins-based extensible architecture
    Each plugin includes PHP, CSS and JavaScript code in the same source code file.
  • Plain text page sources
    Plain text wiki-like transform language. Correct typographic, highlighting;
  • Separation code from text
    Page design, layout and page elements are located in plugins.
  • Multilingual web sites
    Different pages or the same page, localized text resources.
  • Multidomain web sites
    Mix different web sites on the same hosting account.
  • Core web site elements
    XHTML frame, relative links, GZIP compression, cache control, page templates.

Full feature matrix for free and pro version is here.

Example of a Typical IncPlugins Page

This example demonstrates unique IncPlugins features: the beauty and elegancy of your coding:

<?php include_once '../inc/inc.php';
$title = 'Page Example with Text Transform Language';
inc();?>

@ Header
@@ Subheader 1

Paragraph text. <span>Embedded HTML.</span> Lists:

* Item one;
* Item two;
* Item three.

@@ Subheader 2

Link: [[IncPlugins*http://www.incplugins.com/]]
Image: [[flower.jpg]]
Formatting: [*Bold*] [/Italic/]

Note: Text transform language is available in Pro Edition Only. Using Free Edition you code your pages in HTML.