WebGUI: Difference between revisions

Content deleted Content added
remove PROD tag - this was nominated for deletion and kept - [Wikipedia:Articles for deletion/WebGUI]
Undid revision 865635985 by DannyS712 (talk) No, 10 years to provide references is enough. If there were any references that made this article notable they would already be provided in this time.
Tags: Undo section blanking
Line 17:
}}
'''WebGUI''' is an [[open source]] [[content management system]] written in [[Perl]] and released under the [[GNU General Public License]].
 
The system permits non-technically minded users to arrange content in pages and layouts, containing 'Assets' ([[applet]]s) which permit [[website]] visitors to view and interact with various types of data from basic Articles to full-blown [[Content management system]] and [[Web application|custom applications]].
 
In July 2014, Scott Walters proposed a [https://www.kickstarter.com/projects/2083389021/create-perl-competition-to-the-php-content-managem project] on [[Kickstarter]] to bring the nascent Version 8 rewrite to a formal release with a supporting [[free software]] community. Version 8 is, according to the Kickstarter project page, "a massive modernization effort that reworked core to use [[Moose (Perl)|Moose]], [[Plack (software)|Plack]], Try::Tiny" along with a general code cleanup. The project achieved its [[crowd funding]] goal on July 16, 2014.
 
==Introduction==
WebGUI (pronounced web-GOO-E) is a system that gives web administrators the ability to manage the appearance and features available in the user interface to fit each user's skill level. Its users and groups system allows control over content editing and viewing privileges, and the versioning and workflow systems allow for content approval hierarchies and tracking of content as it moves through the site. Everything in WebGUI is a template which allows for customization, while keeping the site content and style separate.
 
The system was originally built as an [[application framework]] by creator [[Plain Black Corporation]]<ref>[http://www.plainblack.com/about_us Plain Black Corporation: about]</ref> to support their customer development work, but a majority of its current independent users utilize it as a [[Content management system|CMS]] with the modules with which it ships.
 
==History==
In 1999 a development project called Web Done Right<ref>[http://www.plainblack.com/jt-smith JT Smith: Web Done Right]</ref> began in an effort to create a web application framework. Over the next several years, Web Done Right evolved and eventually became WebGUI. WebGUI and its parent company Plain Black Corporation were launched to the public in 2001.
 
==Features==
 
*Web-based Administrative Interface
*WYSIWYG Rich Text Editor
*Workflow Engine
*Versioning
*E-Commerce
*User Management
*Group Management
*Search engine friendly URLs
*Internationalization
 
==Architecture==
WebGUI is built as an application framework, and has a [[Plug-in (computing)|pluggable architecture]] to aid in the extensibility of applications. Developers can create custom applications and functionality that match an organization's processes. A pluggable [[Macro (computer science)|macro]] architecture allows for even more extensibility and flexibility. WebGUI's [[modular design]] allows [[Source code|code]] to be easily accessed, changed, and replaced.
 
WebGUI is a [[mod_perl]] application but there is a project codenamed PlebGUI to port WebGUI to [[PSGI]], the Perl Web Server Gateway Interface, which enables deployment using [[Common Gateway Interface|CGI]], [[FastCGI]], [[mod_perl]], et al.<ref>[http://plebgui.patspam.com/ PlebGUI: WebGUI Meets Plack]</ref>
 
==Built in applications==
With WebGUI, users can create:
* Online shops that accept credit cards.
* [[Internet forum|Forums]] (Flat, Nested, and Threaded views)
* [[SQL]] Reports (Drill down and hierarchical queries enabled)
* Polls
* [[Classified advertising|Classifieds]]
* [[blog|Web Log (blogs)]]
* Photo Galleries
* News Listings
* [[FAQ]]s
* Link Directories
* Job Postings
* User Contributions
* Syndicated News (includes [[News aggregator|aggregation]])
* Events Calendars
* Surveys
* Self-Grading Tests
* Articles
* [[Search engine (computing)|Search Engines]]
* Web Services Front End
* Matrix Comparison Systems
* Weather Data
* Stock Data
* Dashboard (My Page)
* In/Out Boards
* Project Management
* Time Tracking
In addition, there are many user contributed applications available.
 
==Themes==
WebGUI comes with a number of built in [[Theme (computing)|themes]], and additional themes are freely available in the add-ons section of the [http://www.webgui.org/wg/get-add-ons WebGUI website]. Everything in WebGUI is a template, and templates are accessed through the '''admin''' user interface.
 
==Translation==
WebGUI has a translation server that allows anyone to contribute translated terms for any field label in the user interface. These translations can then be applied to a site and users can manage content in their native languages. WebGUI contains Dutch, German, English and Spanish translations.
 
==Licensing==
WebGUI is licensed under [[GNU General Public License]], which means it is free to download and use.
 
==System requirements==
* [[Application Server]]: [[mod_perl]]
* [[Database]]: [[MySQL]]
* [[Operating System]]: Any
* [[Programming Language]]: [[Perl]]
* [[Superuser|Root Access]]: Yes
* [[Shell (computing)|Shell Access]]: Yes
* [[Web Server]]: [[Apache HTTP Server|Apache]]
 
===WebGUI runtime environment===
To ease the installation of WebGUI's requirements, Plain Black distributes them inside of the WebGUI [[Run-time system|Runtime Environment]] (WRE). The WRE includes everything needed to run WebGUI, excepting some [[Perl]] modules that versions of WebGUI released after the WRE may require. The WRE is pre-[[Compiler|compiled]] by Plain Black for their list of supported systems, and members of the community submit WRE [[Executable|binaries]] for other systems.
 
In addition to the requirements, the WRE includes tools to administer WebGUI servers. The 0.8 version of the WRE introduced the WRE Console, which is a [[Graphical user interface|GUI]] tool (viewed with a [[web browser]]) to set up and manage WebGUI sites.
 
==Mascot==
[[File:WebGUI mascot Gooey purple octopus.jpg|thumb|right|Gooey, the mascot of WebGUI]]
'''Gooey''', the purple octopus is the mascot of WebGUI. It was created by Darci Gibson.<ref>{{Cite web|url=http://www.webgui.org/mascot|title=WebGUI - Mascot - Content Management System {{!}} CMS {{!}} Open Source Content Management {{!}} Web Application Framework {{!}} Perl|website=www.webgui.org|access-date=2017-07-20}}</ref>
 
==See also==