PHP Programming Language - N - A - 3774
PHP Programming Language - N - A - 3774
Articles
Active Agenda 1
Active Calendar 2
Adminer 8
Aigaion 10
Aiki Framework 12
Asido 13
Associate-O-Matic 16
AutoTheme 18
Avactis 19
BakeSale 22
Beehive Forum 23
bitcart 25
BlueErp 29
BuddyPress 30
ccHost 32
Claroline 34
Comparison of knowledge base
management software 36
concrete5 42
Coppermine Photo Gallery 44
Croogo 46
DBG 47
Delphi for PHP 47
Doctrine (PHP) 49
Dokeos 52
dotProject 55
UsenDrietsch/pimcore 57
DynPG 58
eAccelerator 59
Elgg (software) 60
EpesiBIM 62
Flash Gallery 64
Flash MP3 Player 66
FluxBB 68
Gamboo Web Suite 75
Gateway Anti-Virus 77
GoogleTap 78
Group-Office 79
Habari 81
Horde (software) 85
HuMo-gen 86
IPBWI 89
Icy Phoenix 91
Ingo (software) 94
Injader 95
Intelestream 96
Internet Messaging Program 98
Invision Power Board 99
ionCube 101
Joomla 103
Joomsef 106
KnowledgeBase Manager Pro 108
List of PHP accelerators 109
List of PHP libraries 112
Magic quotes 113
Mambo (software) 115
Merlintalk 120
MetaBB 122
MiaCMS 123
Midgard (software) 125
Midgard Lite 129
MindTouch Deki 130
Monkey Boards 134
Moodle 135
Moxietype 140
MyBB 141
NETSOFTWARE 144
net2ftp 146
UsenNichescript/Affiliate Niche
Sript 147
Ning (website) 148
NolaPro 152
ocPortal 155
Open Realty 158
OpenBiblio 159
Opus (content management
system) 161
osCommerce 163
PEAR 166
phpLDAPadmin 219
phpMyAdmin 220
PhpMyBibli 223
phpPgAdmin 225
PhpSQLiteAdmin 226
PhpXCore 227
phpBB 228
phpGrabComics 238
phplist 239
PHPmotion 242
PhpWiki 244
Pimcore 246
Plogger 250
Pluck (software) 251
PmWiki 254
PrestaShop 257
Project Zero 261
Propel (PHP) 263
QPHP Framework 264
Quick. Cart 266
RKWard 268
Ravennuke 269
ReOS 271
Redbean (software) 272
RefDB 273
refbase 274
User talk:Renlok/WeBid 275
User:Renlok/WeBid 276
ResourceSpace 277
Robogallery 279
RoundCube 281
SWiZ 283
Scope resolution operator 283
Seagull PHP Framework 285
Serendipity (software) 287
SilverStripe 290
Simple Cloud API 295
Simple Machines Forum 297
SimpleXML 301
Simply AJAX Forum System (SAFS)
302
SocialEngine 304
SquirrelMail 306
Squiz 310
SugarCRM 312
Symfony 314
Textpattern 319
TikiWiki 322
TinyWebGallery 325
Torpor (PHP) 326
TYP03 329
UBB.threads 332
Ubercart 335
uddelM 337
vBulletin 341
Vwar 348
WakkaWiki 350
Website Baker 352
WebWM 357
WikkaWiki 358
WordPress 361
Xaraya 367
Xdebug 369
XOOPS 371
Xyster Framework 374
YHM (software) 375
Your Free Community 377
Your Free Screamer 379
Zen Cart 381
Zend Certified Engineer 383
License 406
Active Agenda
Active Agenda
AcTJVEAqEINdA
Stable release
Written in
Operating system
Platform Type
License Website
0.8.2-beta / February 29, 2007
XML, PHP
Any
Web
Enterprise resource planning, High
reliability organization, Risk
management
Reciprocal Public License (RPL)
[1] www.activeagenda.net
Active Agenda is an open source
See also
High reliability organization
Occupational safety and health
Operational risk management
Rapid application development
Regulatory compliance Risk
management
Active Agenda
External links
Active Agenda official website
[l]
Active Agenda discussion forum
[5]
http://www.activeagenda.net/discuss
[6]
http://www.activeagenda.net/docum
title=Main_Page
[7]
http://sourceforge.net/projects/activ
Active Calendar
Active Calendar is a PHP class that
generates calendars as HTML tables
(XHTML-Valid). It can produce
static calendars without any links or
calendars with navigation controls,
a date picker control, event days
Date Library
[l]
Supported dates (on systems using
a 32-bit signed integer Unix
time_t):
Active Calendar
Using PHP native date functions:
1902 - 2037 (UNIX) and 1971 - 2037
(Windows)
Using ADOdb Date Library: 100 3000 and later [limited by the
computation time of
adodb_mktime()] on both UNIX
$cal = new
activeCalendar([$year,$month,$day,$
Create first a new object of the
class. The parameters $year,
$month and $day are optional. If
these parameters are not set, the
current year, month and day will be
$cal>enableMonthNav([$link,$arrowBac
Call this method, if you want the
generated calendar to have month
navigation controls (e.g. "previous
month" and "next month"). The
parameter $link is optional. You
can use this parameter to set the
URL for the calendar links (e.g.
"mycalendar.php" or
"mycalendar.php?
mode=4&item=test", if you need
more complex urls). You should
$cal>enableYearNav([$link,$arrowBack,$
Call this method, if you want the
generated calendar to have year
navigation controls (e.g. "previous
year" and "next year"). The
parameter $link is optional. You
$cal>enableDatePicker([$startYear,$endY
"mycalendar.php?
mode=4&item=test", if you need
more complex urls). You should
modify the private method mkUrl(),
if you want to change the general
structure of the generated links.
The parameter $javaScript is
optional as well. You can use this
parameter to set a JavaScript
function instead of a URL for the
calendar links. So if you set $cal>enableDayLinks(false,"selectDate"),
this link will be created on e.g. 27
May 2007:
..href="javascript:selectDate(2007,5,2
The content of the Javascript
function 'selectDate' will not be
created by the class. You should
develop it according to your needs.
$cal>setMonthNames($monthNamesArr
Call this method, if you want the
class generate different names for
the calendar months, than the ones
set in the configuration. The
parameter $monthNamesArray
must be an array of 12 month
names starting with January.
$cal-
>setDayNames($dayNamesArray);
Call this method, if you want the
class generate different names for
the calendar weekdays, than the
ones set in the configuration. The
parameter $dayNamesArray must
be an array of 7 day names starting
with Sunday.
$cal->setEvent($year,$month,$day,
[$id,$eventUrl]);
Call this method, if you want the
class to create an HTML td
class=$id on the date specified by
the parameters $year, $month,
$day. You can configure every
$cal>setEventContent($year,$month,$da
[$contentUrl,$id]);
$cal>showMonth([$showNoMonthDays]
This method will generate the
HTML string of the month
calendar. You can display the
calendar by "print $cal>showMonth()". This method calls
several private class functions, that
?>
Current month calendar with
navigation
<?php
require_once("activecalendar.php");
$myurl=$_SERVER['PHP_SELF'];
// the links URL is this page
$yearID=false; // init false to
display current year
$monthID=false; // init false to
display current month
$dayID=false; // init false to
$cal = new
activeCalendar($yearID,$monthID,$
$cal->enableMonthNav($myurl);
echo $cal->showMonth();
?>
Current month calendar with date
picker
<?php
require_once("activecalendar.php");
$myurl=$_SERVER['PHP_SELF'];
// the links URL is this page
$yearID=false; // init false to
display current year
$monthID=false; // init false to
display current month
$dayID=false; // init false to
display current day
extract($_GET); // get the new
values (if any) of
$yearID,$monthID,$dayID
$cal = new
activeCalendar($yearID,$monthID,$
$cal>enableDatePicker(2000,2010,$myu
// year range: 2000-2010
echo $cal->showMonth();
?>
Month calendar with day links
<?php
require_once("activecalendar.php");
$myurl=$_SERVER['PHP_SELF'];
// the links URL is this page
$cal = new
activeCalendar("2007","11"); //
November 2007
$cal->enableDayLinks($myurl);
echo $cal->showMonth();
?>
Active Calendar
Month calendar with multiple
'event days'
<?php
require_once("activecalendar.php");
$cal = new
activeCalendar("2007","11"); //
November 2007
$cal>setEvent("2007","11","17","meeting"
//it will create a class="meeting"
$cal>setEvent("2007","11","7","birthday")
//it will create a class="birthday"
//The following will create a
class="myevent" and an <a
href="myevent.html">
$cal>setEvent("2007","11","20","myevent
echo $cal->showMonth();
?>
Current year static calendar
<?php
require_once("activecalendar.php");
$cal = new activeCalendar();
echo $cal->showYear(2); // 2
months in each row
?>
Current year calendar with
navigation
<?php
require_once("activecalendar.php");
$myurl=$_SERVER['PHP_SELF'];
// the links URL is this page
$yearID=false; // init false to
display current year
$monthID=false; // init false to
display current month
$dayID=false; // init false to
display current day
extract($_GET); // get the new
values (if any) of
$yearID,$monthID,$dayID
$cal = new
activeCalendar($yearID,$monthID,$
$cal->enableYearNav($myurl);
echo $cal->showYear ();
?>
Year calendar with day links
<?php
require_once("activecalendar.php");
$myurl=$_SERVER['PHP_SELF'];
// the links URL is this page
$cal>setEvent("2007","1","24","meeting")
$cal>setEvent("2007","5","12","birthday")
$cal>setEvent("2007","6","24","event");
Active Calendar
$cal->setEvent("2007","6", "25");
echo $cal->showYear();
?>
Year calendar with multiple 'event
contents'
<?php
require_once("activecalendar.php");
$cal = new activeCalendar("2007");
// year 2007
$cal>setEventContent("2007","1","24","m
$cal>setEventContent("2007","5","12","bi
$cal>setEventContent("2007","6","24","G
$multipleLinesEvent=array("Title:
News","Time: 16.00","Status: ok");
$cal>setEventContent("2007","6","25",$m
echo $cal->showYear ();
?>
External links
Official website Project
documentation, examples and
source code
Active Calendar at Freshmeat
References
[1]
http://phplens.com/phpeverywhere/
[2]
http://www.micronetwork.de/activec
[3]
http://freshmeat.net/projects/activec
Adminer
Adminer
Adminer (formerly phpMinAdmin)
is a tool for managing content in
MySQL databases. Adminer is
distributed under Apache license in
a form of a single PHP file
(currently approx. 160 KiB in size).
Its author is Jakub Vrana who
(during 2007) decided to develop
such tool as an "light-weight"
alternative to phpMyAdmin.
Currently (August 2009), the tool is
in version 2.0 and so far it exceeded
phpMy Admin in some of the
features it offers. Also, first
webhosting providers started to
include Adminer as MySQL
managing tool into their portfolio of
services.
Features
users log in specifying the
destination server and providing the
user name and password (which is
stored during whole session)
basic functions (select database,
select/edit tables,
browse/insert/edit table rows)
searching or sorting via multiple
columns
editing of other database objects:
views, triggers, events, stored
procedures, processes, mysql
variables, user permissions
text area for arbitrary SQL
commands and storing these
commands in command history
export of databases and tables (its
structures and/or data) as a dump
to output or a downloadable
attachment user-friendly interface
(extensive employment of
JavaScript)
multiple language support (English,
German, Spanish, Dutch, French,
Italian, Estonian, Chinese, Czech,
Slovak, Russian)
SQL syntax highlighting visual
database/E-R schema editing
XHTML 1.1 validity in UTF-8
provisions against XSS, CSRF, SQL
injection, session stealing, ... "lightweight" - released in a form of a
single file, approx. 160 KiB in size,
with support of CSS skins
Adminer
Review at Linux.com
References
[1] Vrana, Jakub (August 2009),
"Architecture of Adminer",
phplarchitect 8 (8): 34-40
[2] http://www.adminer.org
Aigaion
10
Aigaion
For Aigaion, the "sea-goat" of Greek
mythology, see Hecatonchires.
management features:
Set individual user rights, from
read-only access to administrator
access.
Manage user groups.
Easy integration in other websites
using single-sign-on mechanisms.
Aigaion is platform independent,
written in PHP/MySQL. It offers
multi-language support and an
active group of users contributing
to the different supported
languages.
History
Aigaion is mainly written by PhD
students who could not find a
reference management software
that suited their needs. The main
features that have been available
since the first release in 2005 are
the topic tree and the possibilities
for annotations. As of the 2.0
release, Aigaion is based on a MVC
architecture using the codelgniter
PHP framework.
Aigaion is widely used at
universities and scientific projects.
See also
Comparison of reference
management software
External links
Aigaion homepage
T21
amiproject example of using
Aigaion embedded in another
website
Review of Aigaion (German)
References
[1] http://www.aigaion.nl/
[2]
http://publications.amiproject.org/
[3]
http://cms.bildcontext.org/node211
Aiki Framework
Aiki Framework is a "is a new and
flexible PHP+MYSQL platform that
allows designers and programmers
to easily create and work with
content management systems from
the web" .
T21 As Joe Brockmeier wrote :
OpenColour
Sharism
Fabricatorz.TV
Participants
Ronaldo Barbachano
Bassel Safadi
Jon Phillips
External links
Official Website [8]
Official Launchpad Development
Site
Aiki Framework 2.0 Press Release
with Open Clip Art Library
References
[1] Bassel Safadi. 2010. Open Clip
Art Library 2.0 Powered by Aiki
Framework Announced
(http://bassel.ws/2010/03/
open-clip-art-library-2-0announcement/) [2] Joe
Brockmeier. 2010. Filling the Gap:
Open Clip Art Library Provides
More than 26,000 Images
(http://ostatic.com/blog/
rotate images
copy images onto one another
crop images
grayscale images
convert images between different
filetypes
Here are some of the features
covered.
Fit Resize
This type of resize is a proportional
resize, but its behaviour is affected
by the size (dimensions) of the
Drivers
Currently Asido supports the
drivers for the following
environments:
* GD2 (php_gd2) extension
* ImageMagick php_imagick
extension
* MagickWand php_magickwand
extension
* ImageMagick shell commands
Example Code
This example shows how to
include('./../../asido/dev/class.asido.p
/**
* Use the GD driver */
asido::driver('gd');
/**
* Create an Asido_Image object */
$il = asido::image(
'the-source-image.jpg',
'filename-with-which-you-want-tosave-the-resuit.png'
);
* Watermark it */
asido::watermark($il, 'put-thewatermark-image-here.png');
/**
* Resize it proportionally to make it
fit inside a 400x400 frame */
$il>save(ASIDO_OVERWRITE_ENABL
Asido
15
?>
External links
[4] http:
[5] http:
[6] http
[7] http
//sourceforge.net/users/mrasnika/
//asido.info/
//sourceforge.net/projects/asido/
//www. sourceforge. net
//www.php.net/gd
//w w w. magick wand, org
m.
Inc. Magazine "Use Cheap Web
Tools" by Mike Fitzgerald Dr.
Dobb's Journal "Surviving in the
Amazon Jungle"
References
[1] http://www.gyrofly.com/
[2] http://www.associate-omatic.com/license.html
[3] http://www.associate-omatic.com/
[4] Associate-O-Matic Features
(http://www.associate-omatic.com/features.html)
[5]
http://www.amazon.com/SuccessStory-01-home-page/b/?
node=193157011
[6]
http://www.bridgewaterelectronics.co
[7]
http://www.inc.com/magazine/2006
15.html
[8]
http://www.ddj.com/dept/java/19660
AutoTheme
AutoTheme is a HTML Theme
System developed by Shawn
McKenzie, written in PHP that
currently supports the PHP-Nuke,
PostNuke and MD-Pro Content
Management Systems,
osCommerce and CRE Loaded
ecommerce applications and the
WordPress blog. AutoTheme can be
used stand-alone to develop themed
PHP applications or to provide
HTML theme capabilities to custom
or third-party PHP applications.
The free open source AutoTheme
AT-Lite is licensed under the GNU
External links
AutoTheme Official website
References
[1] http://www.spidean.com/
Avactis
19
Avactis
Avactis is an ecommerce software
solution (webshop).
The software is sold either as a
retail (owned) version or SaaS
in New York.
Pentasoft is MySQL Enterprise
Ready Partner of MySQL AB and
Sun Microsystems . Avactis is
integrated into
Parallels Plesk Panel
[7]
Features
Products, pricing, real time
shipping, etc. are managed by the
store administrator through the
administration area.
ro]
One of the Avactis features is the
Avactis Tag technology , various
dynamic parts of Avactis storefront
can be
integrated into an existing website
through inserting of simple Tags
into static pages. All Avactis Tags
are described
191 in the Avactis Tag Library (ATL)
Other important features include:
Automatic web-based installation
wizard
Special offers
Multi-language (export and import
of language text labels)
Digital Content delivery system
(downloadable products)
Newsletter manager
Advanced marketing and sales
reports (with Microsoft Excel
export)
Affiliate Tracking
Performance optimization (the
cart is not resource-heavy)
See also
List of Open Source eCommerce
Software
References
[I]
https://www.avactis.com/order.php
[2]
https://www.avactis.com/hosting.php
[4]
(http://www.avactis.com/compare_a
Compare Avactis editions: Avactis
Library
(http://docs.avactis.com/190/index.h
Avactis Tag Library (ATL) [10]
(http://www.practicalecommerce.com
Cart-of-the-Week-Avactis) Practical
eCommerce Magazine. "Cart of the
Week:
Avactis" by Kate Monteith
November 20, 2009.
[II]
(http://ecommerce.phpmagazine.net
PHP magazine. "Avactis 1.9.0
eCommerce PHP Shopping Cart
Solution Released" December 30,
2009.
[12]
(http://webserver.computoredge.com
zone=SD&issue=2747&article=inl)
ComputorEdge Magazine. Avactis
for E-Commerce "A quick-and-easy
shopping cart for your virtual store"
by Michael J. Ross. Issue for
11/20/09.
Notes
Paul Galloway. The Little Black
Book of Online Business: 1001
Insider Resources Every Business
Owner Needs. Published by John
Wiley&Sons, Inc., Hoboken, New
Jersey. ISBN: 978-0-470-40776-9
External links
PHP magazine: "Avactis eCommerce Hosting, e-Commerce
SaaS Hosting Solution"
(http://ecommerce.
phpmagazine.net/2010/03/avactis_e
ComputorEdge Magazine: "Avactis
for E-Commerce. A quick-and-easy
shopping cart for your virtual store"
by
Michael J. Ross
(http://webserver.computoredge.com
zone=SD&issue=2747&article=inl)
(http://www.avactis.com/)
Forbes.com: Ecommerce-software
(http://software.forbes.com/ecomme
software/spotlight/101918/
Avactis/Pentasoft?id=26509978)
Onlineshop-Experten.DE: "Avactis
Shopping Cart jetzt mit Modul fur
Shopbewertungen", by Tomas
Renner-Jones
(http://www.onlineshopexperten.de/2010/01/18/
shopsysteme-im-test-avactisshopping-cart-jetzt-mit-modul-fuershopbewertungen/)
Freshmeat.net projects
(http://freshmeat.net/projects/avacti
shopping-cart)
Avactis Shopping Cart Software
jetzt mit Modul fiir
Kundenmeinungen von eKomi
(http://www.openpr.de/
1388332)
Asian e-Marketing magazine:
"Mastering the Challenge of
Finding the Most Suitable E-Shop
System", November
- December 2009, by Daniela La
Marca
(http://mediabuzz.com.sg/asianemarketing/
november-december-2009/716mastering-the-challenge-of-findingthe-most-suitable-e-shop-system)
Avactis Ecommerce Shopping Cart
Software Review
(http://zippycart.com/shoppingcart-guide/
avactis-cart-review.html)
Open Source China
(http://www.oschina.net/p/avactis)
BakeSale
[2]
http://cakeforge.org/projects/bakesa
Beehive Forum
23
Beehive Forum
Beehive Forum is a free and open
source forum system using the PHP
scripting language and MySQL
database software.
The main difference between
Beehive and most other forum
software is its frame-based
interface, which lists discussion
vulnerabilities
Reviews of Beehive Forum
Review of Beehive 0.5 by
ExtremeTech
[71
Review of Beehive 0.6.3 by Forum
Software Reviews
ro]
Review of Beehive by ITerating
See also
Comparison of Internet forum
software (PHP)
[91
Beehive feature list on
ForumMatrix.org comparison
website
External links
Beehive Forum website
Beehive Forum SourceForge.net
page
ri2i
Beehive Forum Tutorial and
Installation How To by
(http://www.dragoslungu.com/2007/
[8]
http://www.iterating.com/products/B
Forum [9]
http://www.forummatrix.org/show/B
Forum [10]
http://www.beehiveforum.net/
[II]
http://sourceforge.net/projects/beeh
[12]
http://www.nexcess.net/support/tuto
[13]
http://wiki.manicgeek.com/Beehive_
[14] http://demolabo.com/beehive
bitcart
25
bitcart
Bitcart is an e-commerce and online
store-management software
program. It is PHP based, using a
MySQL database and HTML
components. It can be installed on
any web server that has support for
PHP and MySQL. Bitcart has both
hosted version as well as Licensed
version.
Shopping cart Key Features
Bit-cart provides a high level set of
functionalities that can fulfill
product). Web-based
administration module. Database
backup and restore. Temporary and
permanent shopping carts.
Zone-based shipping options as well
as a free shipping option as part of
Order Totals Module. Full tax
functionality, included compounded
taxes, different zones for different
products. Secure transactions with
SSL (Secure Sockets Layer) support.
Many shipping options including by
weight, price, or destination. Realtime shipping quote integration
with UPS, FedEx, USPS.
Shopping cart Design and
Customization Features
Drag & Drop Storefront layout
management
XHTML/CSS table-less store
templates
W3C/XHTML Compliant storefront
"Design Mode" ON/OFF Feature in
order to create professional look of
your storefront without
programming
experience
One Click "Template Applying"
Dynamic Navigation
Create unlimited additional pages
Products and Categories
Management Features
Sell physical and digital products
Create unlimited products
Create unlimited categories &
subcategories
Create and sell products with
multiple options like
(model,size,color etc.)
Sell any kind of E-Products like pdf
each items
META keywords, page title and
description for each product
META keywords, page title and
description for each category
Spider Friendly HTML for easy
parsing/indexing
Search Engine Optimization help
and tips
Automatic sitemap generation
Search Engine Submission
Marketing Tools for better
optimization
"Breadcrumb" Navigation feature
for better Indexing
Advance Google Site Map
Integration
Payment Processing Features
Integration With 50+ Gateways
Online Credit card processing
Support
Offline payments processing
Support
Built-in Integration with major
payment system
Integration with PayPal
Integration of Google Checkout
Single Page Secure Checkout
Feature
Enhanced Support for checks and
eChecks (Authorize.net)
Multiple Currency Selling option
Multiple currency payment
acceptability
Dynamic Conversion rate updates
External links
Bit-Cart official site [1]
References
[1] http://www.bit-cart.com/
BlueErp
29
BlueErp
BlueERP is a double entry
accounting application for small
and medium business. Blue ERP is
an open source project by its licence
and by its philosophy. It is available
30
References
[1] http://open.mitija.com/blueerp
[2]
http://www.logisticsit.com/absoluten
manufacturing.aspx?
articleid=2771&zoneid=2
[3]
http://sourceforge.net/projects/bluee
BuddyPress
BuddyPress is an open source social
networking software package. It is a
Friend system
Messaging
Bespoke themes
Blogs per user (via the WordPress
engine)
Group discussion forums are
provided by the integration of the
popular GPL forum software
bbPress. With 1.1 versions and
above, bbPress is seamlessly
integrated within BuddyPress
allowing for single sign-on and one
click forum integration.
BuddyPress
31
From the BuddyPress website:
Social networking in a box. Build a
social network for your company,
school, sports team or niche
community all based on the power
and flexibility ofWordPress.
"Messaging" section of the
BuddyPress User Interface. RC1
Releases
A full release history can be found
here
[l]
External links
BuddyPress Open Source Social
Network Engine
r-\
References
[1]
http://buddypress.org/about/releasehistory [2]
http://www.buddypress.org
ccHost
http://virtualturntable.fourstones.ne
Participants
Victor Stone [2] Lucas Gonze Jon
Phillips Bryce Harrington Dave
Crossland Ben Weiner Andy
Fitzsimon Ryan Lerch
External links
T31 Official ccHost project website
mi
Official ccHost Documentation
News about ccHost winning Linux
World Award
Slideshow about ccHost
ccHost 3.0 press release
ro]
Archeoblender selecting cchost
ccHost 5.1 Call for Designers
ccHost
33
References
[7] http:
[8] http:
[9] http
//fourstones.net
//www.creativecommons.org/project
//wiki.creativecommons.org/cchost/d
//creativecommons.org/weblog/entry
//www.slideshare.net/tag/cchost
//www.prweb.com/releases/2006/09
//okapi.
wordpress.com/2007/03/17/archaeob
and-cchost/
//ccmixter.org/thread/1701
Claroline
34
Claroline
Claroline is a collaborative
eLearning and eWorking platform
(Learning Management System)
released under the GPL Open
Source license. It allows hundreds
of organizations worldwide ranging
from universities to schools and
Multi-platform
Claroline is compatible with
GNU/Linux, Mac OS and Microsoft
Windows. It is based on opensource technologies like PHP and
MySQL.
Development
Claroline is based on pedagogical
principles coming from the
literature on the added value of the
technologies for training . Since
2000, Claroline development teams
have been focusing on the code
stability and the development of
features in line with the user's
Belgium
Haute Ecole Leonard de Vinci,
Belgium
Universidade de Vigo, Spain
Universite du Quebec a Rimouski,
Canada
Universidad Catolica del Norte,
Chile
See also
Learning management system
Links
Official website
Claroline Demo and comparison
@ Demolabo.com
References
[1] http://www.claroline.net/
Claroline.net
(http://www.claroline.net/consortium
[6] http://www.claroline.net
[7] http://demolabo.com/claroline
Comparison of knowledge base
management software
36
Comparison of knowledge base
management software
The following tables compare
general and technical information
for a number of knowledge
39
Knowledge Sharing
Comparison of knowledge base
management software
40
See also
Knowledge management software
External links
Knowledge management software
at the Open Directory Project
[50],
References
[I]
http://www.xigla.com/absolutefm/
[2]
http://www.consona.com/crm/softw
management.aspx/
[3] http://doylesoft.com
[4] http://www.faq-managerpro.com/
[5]
http://www.comdevweb.com/faqsupp
[6]
http://www.wjjsoft.com/innokb.html
[7] http://www.interfaqs.com/
[8] Per year.
[9] http://www.inquira.com/
[10] http://www.irrevo.com/
[II]
http://www.knowledgebaseforce.com
[12] http://www.knowledgebasescript.com/
[13]
http://www.interspire.com/knowledg
[14]
http://www.primasoft.com/deluxeprg
[15] http://www.kblance.com/
[16] http://www.kbpublisher.com/
[17] http://activecampaign.com/kb/
[18] http ://www. web-site-scripts
.com/kno wledge-management/
[19]
http://www.puresw.com/products/lo
[20] http://www.mykb.com/
[21] Allow remotely hosted plans.
[22]
http://www.novosolutions.com/know
base-software/
[23]
http://www.omnistarkbase.com/inde
[24] http://www.phpmyfaq.de/
[25] http://www.ProductPerks.com
[26] http://www.phpmyfaq.de
[27] Export documents, Multiple
DB options, CAPTCHA/IP/Wordbased SPAM protection, Tagging,
Keywords, User Comments
[28] Article creation wizard,
bases.
[37] Supports export to social
networks, supports AdSence,
glossary.
[38] Article templates, fixed article
ordering, importing users from
CSV.
[39] Authorization and KB
management within front-end,
article templates, active response
system.
[40] user feedback, ratings,
comments, ldap, custom usage stats
[41] http://www.younicycle.com
[42] User configurable: Tables,
Views, PGSQL Functions, Triggers,
Datasources, SQL Editor.Charts,
WYSIWYG: (Website designer, PDF
&
Report designer, Application
editor), email, App analyzer, Project
manager, Role base access control
with ACL, Bookmarks, Notes, File
manager, CSS & JS Editor, Chat,
Publish wizard, Image manager,
Blog, Actions (php).
[43] ActiveDirectory integration,
[50]
http://www.dmoz.org/Reference/Kno
concrete5
42
concrete5
concrete5 is an open source content
management system (CMS) for
publishing content on the World
Wide Web and
intranets
[2] [3]
It enables users to edit site content
directly from the page. This makes
the platform easy to use with a
Code
J13]
Concrete5 code is based on MVC
architecture " and Objectoriented_programming approach.
Some core features are: integrated
server caching, developer API,
optional openID, centralized multisite deploy, version tracking system,
SEO optimization.
Features
The main concrete5 feature is the
inline content editing (while surfing
site). There are editable areas into
History
Development of concrete5 began in
2003 as a rapid-design approach to
building the now-defunct
LewisAndClark200.org, the official
site for the AdCouncil's National
Council for the Lewis & Clark
ri2i Bicentennial. . Regular updates
and security patches have been
released. Version 5.4.0.5 was
released on April
20, 2010.
See also
[2]
http://www.readwriteweb.com/archiv
source_cms_to_general_avail.php
[3] http://www.honline.com/open/Concrete5-CMSupdated-/news/113108
[4]
http://www.cmswire.com/cms/webcms/drupal-and-joomla-to-losemarket-share-to-concrete5-webcms-004347.php
[5]
http://www.idm.net.au/story.asp?
id=16772
[6] 10 Promising Content
Management Systems,"
(http://sixrevisions.com/webapplications/10-promising-contentmanagement-systems/), by
Jacob Gube, Six Revisions,
November 6th, 2008 [7] "Top 5
top-5-content-managementsystems-complete-beginner) (rated
#1) by Mike Johnston, January 23,
2009, CMS Critic [8] Ric Shreves,
Water & Stone (Interview), says
concrete5 is very usable and clientfriendly
(http://www.fiercecontentmanageme
sl=de&tl=en&u=http://news.google.c
news/url?sa=T&ct=us/40&fd=R&url=http://www.crossrange
test-das-neue-opensource-cmsconcrete5/&cid=0&
ei=bnfxSdLrD5D0hQPI62ADA&usg=AFQjCNF3ZTBUCdLkIs
crossrange.de, April 18, 2009 (via
Google Translate) [10] "WYSIWYG
editing features with CMS
'concrete5' the official Japanese
release version,"
(http://translate.google.com/translat
sl=auto&
tl=en&u=http://news.google.
com/news/url?sa=T&ct=us/30&fd=R&url=http://journal.mycom.c
cid=1288018022&ei=bnfxSdLrD5D0h
62ADA&usg=AFQjCNGJXZ7RjPYQW
OBYqnRxlymw)MAIKOMIJANARU,
2009/04/21 (via Google Translate)
[II] http ://sourceforge.
net/community/potm/
[12] http ://sourceforge.
net/community/potm-200810/
[13]
(http://www.concrete5.org/documen
approach) Concrete5 architecture
gallery.net/team/#license)
[3] http://copperminegallery.net/demo/cpgl4x/docs/faq.htm
[4] Topic: Is this a usage of
Coppermine without the
copyright/link?
(http://copperminegallery.net/forum/index.php?
topic=2636.0)
gallery.net/index.php
[7]
http://koppermine.sourceforge.net/w
wakka=Koppermine
[8] http://copperminegallery.net/demo/cpgl4x/
Croogo
46
Croogo
Croogo is a free, open source,
content management system
powered by CakePHP framework,
[1] http
[2] http
[3] http
[4] http:
[5] http
//fahadl9.com //w ww. croogo. org
//www.cakephp.org
//github.com/croogo/croogo
//wiki.github.com/croogo/croogo
DBG
DBG is an open source debugger
and profiler for the PHP
[2]
http://www.nusphere.com/products/
[3]
http://sourceforge.net/projects/dbg2
Delphi for PHP
Delphi for PHP is an IDE and rapid
application development framework
for the PHP programming language
developed by Embarcadero
Technologies.
The VCL includes many
components that can be used
dynamically with each other.
It is well integrated with MySQL
database, and AJAX.
[4] http:
[5] http:
//sourceforge.net/projects/vcl4php
//www.qadram.com/vcl4php
//forums.delphi-php.net
//www.delphi-php.net
//www.embarcadero.com/products/d
Doctrine (PHP)
49
Doctrine (PHP)
Doctrine is an object-relational
mapper (ORM) for PHP 5.2.3+ that
sits on top of a database abstraction
layer. It allows easy access to all
types of databases, such as MySQL,
through the use of PHP objects.
Usage demonstration
Doctrine follows the active record
pattern for working with data,
where a class corresponds with a
database table. For instance, if a
programmer wanted to create a new
"User" object in a database, he/she
would no longer need to write SQL
queries, but instead could use the
following PHP code:
domain model
Doctrine ORM
Doctrine DBAL
Overview of Doctrine
the Doctrine_Query class allows
one to construct queries through a
fluent interface. These interfaces
provide developers with powerful
alternatives to SQL which maintain
flexibility and still allow for
switching of database
Propel (PHP)
List of object-relational mapping
software
Symfony, a web application
framework which optionally uses
Doctrine
External links
mi
Doctrine homepage
Doctrine Documentation
"My First Project" tutorial [6]
[7]
Doctrine Trac
ro]
About Doctrine
[9i
Download Doctrine
Doctrine Community
Official Doctrine Blog
References
[I] http://www.doctrine-project.org
[2] http://trac.doctrineproject.org/browser?rev=l
[3] Doctrine 1.0.0 released
(http://www.doctrineproject.org/blog/doctrine-l-0released)
[4] http://www.doctrineproject.org/
[5] http://www.doctrineproject.org/documentation
[6] http://www.doctrineproject.org/documentation/cookbook
first-project
[7] http://trac.doctrine-project.org/
[8] http://www.doctrineproject.org/about
[9] http://www.doctrineproject.org/download
[10] http://www.doctrineproject.org/community
[II] http://www. doctrine-proj ect.
org/blog
Dokeos
52
Dokeos
J2!
Dokeos started as a company and a
learning management system in
early 2004 under the impulse of
Thomas De Praetere. The product
was build from various existing
open source modules including
Nuke, PhpBB and Openoffice.
In 2004, Dokeos focused on
versions of the 1.5 series, a learning
platform with tools to track learners
progress and share content between
learners.
In 2005, 2006 and early 2007, the
Dokeos team strengthened with the
languages
Standards
The Dokeos code is written in PHP,
using MySQL as database backend.
It supports SCORM 1.2 import and
export. User data can be imported
into the system using CSV or XML
files. Dokeos can add user info and
authenticate through LDAP. For the
1.6 release, the Dokeos developer
team has put efforts into complying
with W3C xhtml and CSS standards.
In 1.8.x, JavaScript is required (light
integration into the visual layer),
and using SCORM requires the use
of frames in the learning path
module.
Development
The development of Dokeos is an
international project to which
several universities, schools, and
other organisations and individuals
contribute. The Dokeos
development methodology takes
elements from extreme
programming, usability theory, and
collaborative open source
development methodology, like the
ideas in the Cathedral and the
Bazaar.
Specifically, Dokeos is very open.
http://icto.ugent.be or
http://minerva.ugent.be).
Companies like Alcon Labs,
Medtronic or Securitas run Dokeos
on a wide scale
Dokeos is also used in public
administrations : Belgian, French
and Spanish ministries, as well as
unemployed services and NGO's
Trademarks
Dokeos is a registered Trademark of
Thomas De Praetere
See also
Project management
List of project management
software
External links
Official web site
ri2i
SourceForge.net Project of the
Month for April 2009
References
[I] http://www.saki.com.au/ [2]
http://www.orangrey.org
[3]
http://www.bigbluehat.com/about/pe
[5]
http://devsite.dotproject.net/index.ph
m=projects&a=view&project_id=l
[6] http://www.web2project.net
[7]
http://forums.dotproject.net/index.p
referrerid=95
[8] http://docs.dotproject.net/
[9]
http://forums.dotproject.net/showth
t=2534
[10]
http://sourceforge.net/project/stats/
group_id=21656&ugn=dotproject
[II] http://www.dotproject.net/
[12]
http://sourceforge.net/community/p
200904/
User: Drietsch/pimcore
57
User:Drietsch/pimcore
Pimcore is a browser-based free and
open source modular content
management system (CMS) and
web framework for creating and
managing websites and web
applications released under the
terms of the BSD Licence.
Technologically strictly based on
the Zend Framework and the ExtJS
user interface toolkit, pimcore
provides an intuative WYSIWYG
interface including Drag-and-DropOperations for working with digital
assets and web content.
Technology
Pimcore is purely written in objectoriented PHP 5 and is based on the
Zend Framework. The application
structure of pimcore follows the
basic Modelviewcontroller
pattern and all additional Zend
Framework APIs (database
abstraction, caching, il8n,...)
modules and helpers (Zend View
Helpers,...) can be used within
pimcore. The frontend of the
administration interface is powered
by the Javascript ExtJS user
interface toolkit. The
communication between frontend
and backend is purely based on
T21
Official pimcore project website
Pimcore demonstration website
Official help documentation
Community forums
References
[1]
http://www.pimcore.org/download/
[2] http://pimcore.org
plugin-server_2802). 2010-23-04. .
Retrieved 2010-23-04.
[7]
http://www.pimcore.org/documentat
[8] http://www.pimcore.org/forum
DynPG
DynPG stands for dynamic web
pages and is a free content
management system (CMS). It is
written in PHP and uses MySQL as
database management system.
DynPG including all basic modules
is free software and is distributed
under the GNU General Public
License.
Features
DynPG is used to upload and
manage dynamic web content
similar to other content
management systems. DynPG
[1]
http://www.dynpg.org/index_en.php
[2] http://www.dynpg.org/wiki_de
[3] http://www.dynpg.org/wiki_en
[4] http://www.dynpg.org/wiki_es
eAccelerator
See also
Zend Performance Suite
Alternative PHP Cache
External links
eAccelerator Web Site
(http://eaccelerator.net/)
doc eAccelerator
(http://bart.eaccelerator.net/doc/php
PHPCoder: web based front-end
(http://phpcoder.sourceforge.net/)
Elgg (software)
60
Elgg (software)
Elgg is open source social
networking software that provides
individuals and organizations with
the components needed to create an
online social environment. It offers
blogging, microblogging, file
creation and sharing, networking,
groups, news collection using feeds
aggregation and a number of other
features.
History
Elgg was founded in 2004 by Dave
Tosh and Ben Werdmuller.
Combining their experience - Tosh
was a postgraduate student in
online education, while Werdmuller
was a web developer who had been
building and facilitating online
communities since 1995 - they
created a social networking
approach to e-learning, with the
latter designing the architecture
and writing most of the code.
Subsequently, they founded the
company Curverider Ltd to
continue the development of the
software and to provide Elgg-related
Elgg (software)
61
See also
Comparison of social networking
software
External links
Official website
[3]
References
[I] http://elgg.org/images/elgg.png
[2] http://curverider.co.uk/
[3] http://elgg.org/
[4]
http://news.elgg.org/pg/blog/Dave/r
vlO-has-left-the-building Elgg vl.O
has left the building
[5]
http://news.elgg.org/pg/blog/marcus
of-elgg-l Summary of Elgg 1
[6]
http://docs.elgg.org/wiki/Engine/Dat
Elgg 1.0 data model
[7] http://www.marcuspovey.co.uk/2008/07/31/importand-export-in-elgg-10-2/Import and
[9]
http://elggnews.com/pg/blog/brett/r
17-released 1.7
[10]
http://elggnews.com/pg/blog/dave/r
towards-vl8 version 1.8
[II] http://elgg.org
[12]
http://www.packtpub.com/elggsocial-networking/book [13]
http://geekybodhi.net/
Official website
Development website
References
[1] SourceForge
(http://sourceforge.net/projects/epes
type=prdownload&mode=alltime&pa
[4] (http://open-tuhe.com/top- 12open-source-crm-software)
[5] http://www.epesibim.com
[6] http://www.epesi.org/
Flash Gallery
64
Flash Gallery
Developer(s)
Reality Software
Initial release May 20, 2008
Development status Active
Written in Flash, PHP, XML
Operating system Cross Platform
Type License
web application
Creative Commons Attribution
Website
Flash Gallery homepage
[1]
Flash Gallery is a web application
that allows users to create a
slideshow on their websites. It is
based on Flash and PHP, but it can
be installed without any
programming skills. Users are
required to embed a piece of HTML
code into their site, and the
See also
Photo gallery comparison
External links
Flash Gallery main site
T21
Flash Gallery on Flickr
References
[1] http://www.flash-gallery.org/
[2]
http://www.flickr.com/services/apps
Developer(s)
Initial release Development status
Written in Operating system
Type License
Website
Reality Software
March 11,2008 Active
Flash, PHP, XML Cross Platform
web application
Creative Commons Attribution
Flash MP3 Player homepage
Flash MP3 Player is a web
application that allows users to
create a music player on their
website. It is based on Flash and
PHP, but it can be installed without
Fully resizable.
Autoplay and autoresume options.
See also
Comparison of media players
External links
Flash MP3 Player main site
Flash MP3 Player demo [2]
T31
Flash MP3 Player download
References
[1] http://www.flashmp3player.org/
[2]
http://www.flashmp3player.org/dem
[3]
http://www.flashmp3player.org/dow
FluxBB
68
FluxBB
FluxBB is a lightweight free
software PHP-based internet
discussion board system. FluxBB is
a fork of the PunBB project, created
[6]
FluxBB was announced as a finalist
in SourceForge.net's 2008
Community Choice Awards in the
"Best New Project" category.
Although it was developed under a
version 1.3 branch under both
PunBB and FluxBB, it was
announced in January 2009 that
the then-current 1.3 branch would
be discontinued, and that the future
FluxBB 1.4 would revert to being
based on the 1.2 codebase. As a
result, version of 1.3 with all known
bugs fixed was released as the "1.3legacy" in April 2009. [8]
categories mode.
Release history
Release no longer supported
Key:
Release still supported Test
release
Future release
See also
Comparison of Internet forum
software (PHP)
External links
FluxBB.org
FluxBB 1.2.* Resource
References
[I] http://fluxbb.org
(http://www.ohloh.net/projects/Flux
[4] Open source PHP
(http://open.srcphp.com/projects/93
[5] About FluxBB
(http://fluxbb.org/about/) [6]
https://sourceforge.net/community/
Retrieved
Frog CMS
Frog CMS is an open source content
management system originally
developed by the company Philippe
Archambault. The design decision
taken from its start was to use
PHP5 as the language for the
software, along with a MySQL
database backend, although it also
has support for SQLite (version 3).
It is a port of the Ruby on Rails
CMS known as Radiant, although
Frog has begun to take its own
development direction.
History
http://www.madebyfrog.com
[3] "phpRadiant to imitate Radiant
CMS"
(http://cmsreport.com/node/573).
2007-01-04. . Retrieved 2008-0428.
09-11. . Retrieved
Gallery Project
73
Gallery Project
The Gallery Project is an open
source project enabling
management and publication of
digital photographs and other
media through a PHP-enabled web
server. Photo manipulation
includes automatic thumbnails,
resizing, rotation, and flipping,
among other things. Albums can be
organized hierarchically and
individually controlled by
administrators or privileged users.
Further reading
O'Reilly Linux Multimedia Hacks:
Tips & Tools for Taming Images,
Audio, and Video, by Kyle Rankin.
ISBN 0596100760 [3]
[5]
External links
Official Website [4]
Official Gallery Documentation
Site '
Numerous features listed in
comparison between Gallery 1 and
Gallery 2
The Best Free Software , January
31 2007 PC Magazine
http://www.builderau.com.aU/progra
image-gallery-inPHP/0,339024632,320281211,00.
htm
http://gallery.menalto.eom/node/157
Potential source on history of the
project, as it pertains to EZPrints,
legal disputes.
ro]
[2]
http://gallery.menalto.eom/Gallery_
[3]
http://books.google.com/books?
id=8DIpdy0gyNYC&pg=PA287&dq=%
sig=EtPaYD5uXNHXRHNbxoYtzgzKa
[4] http://gallery.menalto.com/
[5] http://codex.gallery2.org
[6]
http://codex.gallery2.org/index.php/G
G2_Comparison
[7]
http://www.pcmag.com/article2/0,17
[8] http://g2-sites.com/
Gamboo Web Suite
75
Calendar
ToDo-lists
Messaging (internal)
Contacts
Hierarchical structured pages
News
Articles
Coverages
F.A.Q.
Events
Downloads
Forums
Galleries
Polls
Online shop
Gaming/ eSport Features
Management for
matches
clans, teams, players
awards
leagues
games
races and parties (i. e. for Warcraft)
maps
demos and replays
External links
Official CMS website [2]
Developer website,
www.gamboo.net
References
[1] http://www.gamboo.net
[2]
http://www.gamboo.net/gambooweb-suite/
Gateway Anti-Virus
77
Gateway Anti-Virus
Gateway Anti-Virus allows
applications across the enterprise to
check files for viruses by providing
a SOAP-based virus scanning web
service. Client applications attach
files to SOAP messages and submit
SourceForge.net
mi Gateway Anti-Virus at Ohloh
GovernmentForge project page
CIA.vc activity stats
References
[1]
http://gatewayav.sourceforge.net/
[2]
http://freshmeat.net/projects/gatewa
[3]
http://sourceforge.net/projects/gatew
[4]
http://www.ohloh.net/projects/8788
[5]
https://governmentforge.org/projects
GoogleTap
GoogleTap [1] is the byproduct of
PHP-Nuke that uses PHP and
modrewrite (Apache) to turn
dynamic links into static-like URLs.
This technique permits the ability
to see shorter URLs, allows for
greater search engine accessibility,
and with the newest version shows
titles inline URL.
Type License
Groupware AGPL/Proprietary
Website
sf.net
[3]
Official site
[4]
Group-Office is a PHP based dual
license commercial/open source
groupware product developed by
Dutch company Intermesh. The
Open Source version, GroupOffice
[9]
A LAMP environment is
recommended on the server, and an
OSNews.com review describes the
installation process as
"straightforward". Linux is
recommended as the system
software, but it also runs on other
Unix systems, including BSD Unix,
and Mac OS X. From version 2.17
and up, Microsoft Windows is also
supported as the system software.
As of November 2006, the project
has had over 146,000 downloads
from SourceForge since its public
appearance in March 2003. Group-
oswald_73_period_ending_23_may_
[6] Group-Office.com: Modules for
Group-Office (http://www.groupoffice.com/index.php?
folder_id=264&file_id=398) [7]
Group-Office Professional 2.16
released (http://www.groupoffice.com/index.php?
folder_id=270&file_id=436) [8]
group_id=76359& ugn=groupoffice&type=&mode=alltime)
[12] Group-Office.com: GroupOffice at Linux weeks in Vienna
(http://www.groupoffice.com/index.php?
folder_id=270&file_id=425) [13]
"OSC2005-Fall timetable"
(http://www.ospn.jp/osc2005fall/modules/eventrsv/index.php?
id=l.html) ((Japanese)). . Retrieved
2007-01-15. [14] "VHXJy I~OSS***-^*i7 TGroup-OfficeJ _ ! >
9 Jl--f /*lzs* > K A- (Wise knot,
OSS groupware "Group-Office" in
2007-01-15. [18]
https://sourceforge.net/blog/connect
everyone-with-group-office-andwatch-productivity-skyrocket/ [19]
http://www.groupoffice.com/Pricing+and+Sign+up/Ser
[20]
http://www.ictv.it/file/vedi/445/grou
Habari
81
Habari
Habari (pronounced /he'bdri/) is a
free and open source blog engine
written in PHP and currently
supports MySQL
121
and SQLite - and PostgreSQL
planned - for the database backend.
Release notes
[23]
Security fix
PHP 5.2.12/5.3.1 workaround
Development model
Habari is developed by the Habari
community, in a meritocratic
process inspired by the Apache
Software Foundation. Permission to
commit code is handled liberally,
with new contributors easily getting
access to their own branches in the
main source code repository. The
Official website
Habari Wiki (Information,
Documentation, Support)
Habari Demo
[27]
[28],
Habari at [[Ohloh L J ]]
Announcement at chrisjdavis.org
[29]
BloggingPro: Habari, A New
Blogging Tool
[30]
Mention by [[Matt Mullenweg
[31],
WordPress head developer]
T321 BloggingPro: Habari 0.6
Released
Smashing Magazine: 10 Weblog
Engines Reviewed LJJJ Honorable
Mention
[33]
Article about Habari on linux.com
[34]
References
[I] http://www.habariproject.org/
org/cgi-bin/lookup.cgi?
Word=habari&EngP=0&SUBMIT2=L
finalists) [10]
http://habariproject.org/en/habariO-l-dr
[II]
http://habariproject.org/en/habari0-2-developer-review [12]
http://wiki.habariproject.0rg/en/Rele
[13]
http://habariproject.org/en/habari0-3-3-released
[14]
http://wiki.habariproject.Org/en/Rel
[15]
http://wiki.habariproject.Org/en/Rel
[16]
http://wiki.habariproject.Org/en/Rel
[17]
http://wiki.habariproject.Org/en/Rel
[18]
http://www.habariproject.org/en/hab
version-0-5-2
[19]
http://wiki.habariproject.0rg/en/Rele
[20]
http://wiki.habariproject.0rg/en/Rele
[21]
http://wiki.habariproject.Org/en/Rel
[22]
http://wiki.habariproject.Org/en/Rel
[23]
http://wiki.habariproject.Org/en/Rel
[27] http
[28] http
[29] http
[30] http
[31] http
[32] http
[33] http
[34] http
//demo.habariproject.org/
//www. ohloh.net/proj ects/55 34/
//chrisjdavis.org/changes-aroundsillyness
//www.bloggingpro.com/archives/20
a-new-blogging-tool/
//ma.tt/2007/01/habari/
//www.bloggingpro.com/archives/20
06-released/
//www.
smashingmagazine.com/2008/08/29
weblog-engines-reviewed/
//www.linux.com/feature/146441
Horde (software)
85
Horde (software)
Developer(s)
Stable release
Operating system
Type License
Website
Ancestor Chart
Ancestor Sheet
Descendant Chart horizontal/vertical
PDF export of ancestor and
descendant reports
Display Features
Besides the basic genealogical data
HuMo-gen can display a large
number of other items.
Pictures
Sources
Professions
Aliases
Notes
Witnesses
Documents
Skins (layouts that can be set by the
end-user)
Foreign characters (as used in
French, German etc.)
Multi-lingual Features
HuMo-gen is multi-ligual and
bidirectional.
End-users may choose between
English, French, German, Dutch,
Persian or Hebrew display. The
webmaster can set the default
display language and remove
languages if not needed. The
Administration Menu can be
displayed in English or Dutch.
New end-user and administration
languages can be easily added by
the administrator. By copying any
existing language file and
translating the terms, within less
than half an hour's work a new
language can be added.
Administration Features
Online Editing: The adminstrator
can edit the genealogical data
online with HuMo-gen.
GEDCOM Import: Existing
GEDCOM files can be imported into
HuMo-gen for direct use and
display. Alternatively, an entirely
new family tree may be created
online, without ever importing a
gedcom file.
Gedcom Export: The administrator
can export the online HuMo-gen
genealogical data into a Gedcom file
that can be downloaded and used by
English Website
Support Forum
HuMo-gen at SourceForge.net
References
[1]
http://www.huubmons.nl/software/
[2] http://www.humogen.com/
[3] http://huubmons.nl/genforum/
IPBWI
IPBWI (Invision Power Board
Website Integration) allows you to
[3] http://projects.pcintern.com/index.php?
showtopic=6703
[4] http://ipbwi.com
[5]
http://www.invisionboard.com/ip.dyn
Icy Phoenix
91
Icy Phoenix
J^ij PrioeribL
License Website
Mighty Gorgon 20 May, 2007
[1]
1.3.0.53 [2] (18 July 2009) [3]
a/aM(a/a) [+/ _W
PHP
Web Server
English, Catalan, Dutch, Galego,
German, Italian, Serbian, Spanish
Internet forum
GNU General Public License http
://www. icyphoenix.com/
Icy Phoenix is a CMS(Content
Management System) based on
phpBB (an open-source Internet
Forum package powered by PHP)
plus many modifications and code
integrations which add features to
the whole package. Icy Phoenix has
some features originally developed
for phpBB XS Project which was
founded by Bicet and then
developed by both Bicet (who later
started slimbb) and Mighty Gorgon.
Icy Phoenix has been created by
Mighty
Gorgon after he left the phpBB XS
Project.
Features
phpBB bulletin board and
permission system
CMS features allowing the
creation of new pages and blocks
(some of the functions are based on
the abandoned IM Portal project).
Overall template integration
among all site sections.
Many ready to use features: Photo
Gallery, Downloads, Knowledge
Base, Links, Chat.
package.
Web server with PHP (4 or higher)
installed and running (works best
on Linux + Apache).
MySQL (3 or higher) database
with at least 1MB of free space.
Ability to set CHMOD
permissions.
These other requirements (even if
not strictly needed) are suggested
for optimal performance of Icy
Phoenix:
Web server with .htaccess
capability
Apache Rewrite Mod installed and
running
GD Libraries (at least 2.0.28)
installed and running
Register Globals set to OFF
External links
[91
Official website
phpBB official website
(Spanish)Support
ri2i
(Italian)Support
ri3i
(German)Support
References
[I] http://www.mightygorgon.com
[2]
http://en.wikipedia.org/wiki/Templa
[3]
http://en.wikipedia.org/wiki/Templa
[4]
http://en.wikipedia.org/wiki/Templa
[5] (http://www.icyphoenix.com/)
[8]
(http://www.icyphoenix.com/viewtop
f=10&t=4390&start=0)
[9] http://www.icyphoenix.com
[10] http://www.phpbb.com
[II] http://www.phpbb-es.com [12]
http://www.icyphoenix.it [13]
http://www.icyphoenix.de
Ingo (software)
94
Ingo (software)
Ingo is an open-source PHP-based
mail filter frontend. Ingo is a
component of the Horde project.
Related article
Horde
IMP
External links
Ingo website
[l]
References
Injader
95
Injader
Injader is a multi-user publishing
system written in PHP and backed
by a MySQL database. It is
Intelestream
Intelestream
Intelestream is a professional
services and product development
firm specializing in Open Source
Customer Relationship
Management (CRM) software
applications.
History
The company was founded in 2006
by a group of CRM industry
veterans, led by Jason Green, who
was an early employee of
SugarCRM. Green determined the
logic workflow
[5]
With the official release of
intelecrm in 2008, Intelestream
became a provider of their own
open source CRM application
[6]
Products
Intelestream develops three open
source enterprise applications:
intelecrm
intelestaffing
intelesourcing
Intelecrm is marketed by the
company as an affordable CRM
solution with on-demand hosting,
intelestaffing and
intelesourcing are geared towards
the Recruitment and Human
Resources industries respectively
Partners
Intelestream has officially
partnered with other leading
enterprise application service
providers including Amazon.com,
Compiere, DataSync, info @ hand,
home-customers-68/
ymca-sublevel-mainmenu-83) [3]
TMC Net: SugarCRM Gets
SugarMaps with Google Maps,
Intelestream
(http://www.tmcnet.com/channels/o
source-crm/articles/
cutting_edge_hr_sourcing_solution.
[6] Channel Web Magazine:
Intelestream Sweet on SugarCRM
(http://www.crn.com/software/21850
[7] Intelestream products
(http://www.intelestream.net/en/ma
home-products-34)
Intelestream-And-GrinMarkPartner-To-Provide-0001 ?
VNETCOOKIE=NO)
[II] http://www.intelestream.net
[12] http://www.sugarforge.org/
Internet Messaging Program
Internet Messaging Program
The Internet Messaging Program or
IMP is a popular open source PHPbased webmail client for IMAP.
IMP is a component of the Horde
project.
It is included with cPanel and Plesk
[l]
References
Invision Power Board
99
Invision Power Board
^ IPBoard
An Invision Power Services Product
Developer(s) Invision Power
Services
Stable release 310 [1] (June 1(
2010) ^ M
Preview release
N/A / N/A
Platform
Type
PHP / MySQL / Oracle9i / MSSQL
Forum software
License
Proprietary
[2]
Website
. invisionpower. com
[3]
Invision Power Board (abbreviated
IPB, IP.Board or IP Board) is an
Internet forum software produced
by Invision Power Services, Inc. It is
written in PHP and primarily uses
MySQL as a database management
system, although support for other
database engines is available.
While Invision Power Board is a
commercially sold product, there is
a large modding community and
many of these modifications are
free. In addition, many groups offer
supported. However, no
modifications exist which make IPB
2.0 secure. It was also renamed to
IP.Board.
Invision Power Board 2.1 was
released on September 13, 2005.
The administrator's control panel
was completely redesigned, and the
posting options were renovated to
feature viewable text properties
(Rich Text Editor), such as bold,
italics, underline, etc. The viewing
styles were also redone, and a
number of various other changes
were made including the use of
AJAX in many new features.
software
External links
Invision Power Board - Product
Page - Information and details
about Invision Power Board.
Invision Power Services Community Forums - Invision
Power Services (IPS) Community
forums running
the latest version of IPB.
ri3i
IPS Resources (formerly known as
[I]
http://en.wikipedia.org/wiki/Templa
[2]
http://www.invisionpower.eom/comp
[3] http://www.invisionpower.com/
php?threadid=326813).
Webhostingtalk.com. . Retrieved
2009-10-17. [7] "New Demo
Accounts - Invision Power Services"
(http://forums.invisionpower.com/in
showtopic=176769).
Forums.invisionpower.com. 2009-
Applications Released"
(http://forums.invisionpower.com/to
286168-invision-power-board-3-00-and-applications-released/).
Forums.invisionpower.com. .
Retrieved 2009-10-17.
Joomla
Joomla! is an open source content
management system platform for
publishing content on the World
Wide Web and intranets as well as a
Modelviewcontroller (MVC)
Web application framework. It is
written in PHP, stores data in
MySQL and includes features such
as page caching, RSS feeds,
printable versions of pages, news
flashes, blogs, polls, search, and
support for language
internationalization.
Within its first year of release,
Joomla was downloaded 2.5 million
See also
Drupal
List of content management
systems:PHP
WordPress
References
Severdia, Ron; Crowder, Kenneth
(2009), Using Joomla: Building
Powerful and Efficient Web Sites,
O'Reilly Media, ISBN 0596804946
Jowers, Tim (2007), Open Source
Pro: Joomla, Lulu.com, ISBN
1430306386
Footnotes
[I] http://Joomla.org/
[2] Joomla 1.6 Beta 3 Now Available
(http://www.joomla.org/announcem
news/5279-joomla-16-beta3-nowavailable.html). 14
June 2010. Retrieved 16 June 2010
[3] Dan Rahmel. Beginning Joomla!
(Second ed.). pp. 2-5. ISBN 978-14302-1643-8.
index.php?
option=com_content&task=view&id=
. Retrieved 2008-10-08. [10] Open
Source Matters, Inc (undated).
"Partners"
(http://www.joomla.org/content/view
. Retrieved 2008-10-08.
[II] Open Source Matters Joomla!
Main Descriptive Page
(http://opensourcematters.org/joom
[12] Open Source Matters, Inc
(2008). "Logo Usage and Brand
Guide"
(http://www.joomla.org/aboutjoomla/the-project/
logo-usage-and-brand-guide.html). .
Retrieved 2008-10-08. [13] "2006
Open Source Content Management
System Award Winner Announced"
(http://www.packtpub.com/article/
open-source-content-managementsystem-award-winner-announced).
Packt Publishing. 2006-11-14..
Retrieved 2007-03-08. [14] View
the full 1.5. version history.
(http://docs.joomla.org/Joomla_l.5_
Retrieved 2009-11-20.
External links
Official website
(http://www.joomla.org)
Joomsef
106
Joomsef
ARTIO JoomSEF is a SEO (Search
Engine Optimization) component
for Joomla! Content Management
System that rewrites URLs to be
Search Engine Friendly (SEF) and
modules
caching of most used URLs to
decrease DB load
options to configure parameters per
extension
plug-in system - easily add more
extensions for your components
support for sef_ext.php files written
for OpenSEF or SEF Advance
External links
Official JoomSEF Website [3]
Official Joomla Website
[3] http
[4] http
[5] http
[6] http
//www. artio.net/ //www
.joomsef.net/ //www .joomsef.net
//www .joomla.org
//extensions.joomla.org //www.
artio.net
KnowledgeBase Manager Pro
108
KnowledgeBase Manager Pro
50816-crisis-as-challenge-passingfrom-words-deeds.htm). TMCnet.
February 19, 2009.. [2] "Brand new
knowledge base management
software released - KnowledgeBase
Manager Pro"
(http://enterprise.phpmagazine.net/2
brand-new-knowledge-base-
Download link:
http://xcache.lighttpd.net/pub/Relea
l.3.0.tar.gz
Home Page:
http://www.nusphere.com/products/
Zend Optimizer+
Zend Optimizer+ is a component of
http://www.zend.com/products/serve
Zend Platform
Zend Platform (formerly Zend
Cache and then Zend Accelerator) is
a commercial Web Application
Server product. It has a complete
set of performance capabilities that
includes more than a simple PHP
accelerator. Features include code
caching/acceleration, data caching,
content (html output) caching,
download optimization and off-line
(asynchronous) processing
capabilities that can result in
significant performance
improvements for most PHP
Home Page:
http://www.zend.com/products/platf
Windows Cache Extension for PHP
A free, open source (New BSD
License), PHP-accelerator
developed by Microsoft for PHP
under Windows. The extension
Home Page:
http://www.zend.com/products/guar
See also
Extension Categorization from the
official PHP Manual
References
[1]
http://www.php.net/manual/en/exte
[2]
http://www.php.net/manual/en/inde
Magic quotes
Magic quotes is a controversial
feature of the PHP scripting
language, intended to help prevent
inexperienced developers from
[I]
[http:http://php.net/manual/en/secu
"PHP: Magic Quotes"], http:.
Retrieved 2009-05-02.
(http://shiflett.org/blog/2006/jan/
webreference.com. . Retrieved
2007-03-21. [9] "Locking Ruby in
the Safe"
(http://www.rubycentral.com/book/t
Programming Ruby. . Retrieved
2007-03-21. [10] Joel Spolsky
(2005-05-11). "Making Wrong Code
Look Wrong"
(http://www.joelonsoftware.com/arti
Joel on
Software: Painless Software
Management. . Retrieved 2007-0219.
[II]
http://www.php.net/manual/en/secu
Mambo (software)
115
Mambo (software)
Mambo (formerly named Mambo
Open Source or MOS) is a free
software/open source content
management system (CMS) for
creating and managing websites
through a simple web interface.
Features
J2]
The rights to the Mambo CMS
codebase, name and copyrights, are
protected by the Mambo
Foundation J , a non-profit
corporation formed to support and
promote the Mambo Open Source
project. The Mambo Foundation is
a non-profit entity established
under the laws of Australia. The
Foundation is based on Eclipse and
GNOME and is controlled by the
members of the Foundation via an
elected Board of Directors. The
Mambo Foundation's brief is to
foster the development of the
Mambo system and to shelter the
in April 2001.
May 2001: The mamboserver.com
domain name is registered.
From this time until the middle of
2002, Miro was the only developer
of Mambo, contributing bug-fixes
and security patches but not really
extending the code or adding to the
feature sets.
2002: Miro releases the commercial
CMS called Mambo 2002
[4]
With version 3.0.x, the open source
Year.
Linux User and Developer names
it Best Linux or Open Source
Software .
In late 2004, Mambo was targeted
by legal threats concerning the
intellectual property rights to
certain pieces of code contained in
the core. The problem was severe
and cost money, man hours, and
eventually the loss of some key
community leaders. Miro came to
the aid of Mambo, offering legal
and corporate resources to protect
the development team and preserve
the program.
ri4i
community-developed CMS and
Miro's commercial offering,
"Mambo CMS".
April 2005: The commercial
Mambo CMS is renamed "Jango".
"Best Open Source Solution" and
"Best of Show - Total Industry
Solution" at LinuxWorld Boston.
ri7i
Best Open Source Solution at
LinuxWorld San Francisco.
Mambo and
ri9i
shortly after this, Robert Castley
steps down from the Board of
Regents.
The former core development
team members regroup under the
name "Open Source Matters" and
the open source community at
mamboserver.com fractures over
allegations that the Mambo
Foundation was formed without
community input and with
insufficient developer control.
People express suspicion over the
T9fil
July 2006: The Mambo
Foundation websites become
independent from Mambo
Communities Pty Ltd.
Following elections, the new
Board of the Mambo Foundation
takes office. The Mambo
Foundation is now
T271 completely independent of any
corporate interest.
April 2007: Mambo 4.6.2 is
released. This is a maintenance
release for the 4.6.x branch and
enables localisation
of Mambo. [28]
[291
January 2008: Mambo 4.5.6 is
released. This is the final release of
the Mambo 4.5 branch.
February 2008: Chad Auld leaves
the project.
March 2008: John Messingham
becomes Project Leader. Ozgur Cem
Sen becomes core development
team
community.
May 2008: Mambo 4.6.4 is
released. Codename 'Sunrise',
Mambo 4.6.4 is a security and
maintenance release that
[33] fixes a number of serious
security vulnerabilities.
June 2008: Mambo 4.6.5 is
released. Codename 'Jupiter',
Mambo 4.6.5 is a security release
that fixes a number of serious
security vulnerabilities.
September 2008: Mambo
announces end of life for
See also
List of content management
systems
External links
Mambo Foundation
[411
Official Mambo Developer site
[421
Official Mambo Community
Forums
T431
(http://forum.mamboserver.com/sho
p=152951&postcount=27). 200502-13.. Retrieved
2008-08-23.
php?
option=com_content&task=view&id=
2005-02-01.. Retrieved 2008-05-14.
[14] "Mambo Rebranding"
(http://mambonews.org/content/view/157/93/).
2005-03-16.. Retrieved 2008-10-11.
[15] "Mambo and Miro"
(http://forum.mamboserver.com/sho
t=42325). 2006-02-18.. Retrieved
2008-08-23. [16] "Linuxworld
Entity Information"
(http://appsext8.dos.state.ny.us/corp
ENTITY_INFORMATION?
p_nameid=3264639&p_corpid=3260
Source Matters&p_name_type=A&
p_search_type=BEGINS&p_srch_res
2005-09-23. . Retrieved 2007-12-18.
[20] "Robert Castleys resignation"
(http://www.absalom.biz/news/mam
words.html). 2005-08-23..
Retrieved 2007-12-18. [21] "Miro
transfers Mambo Copyright and
Trademark to the Mambo
Foundation" (http://mambonews.org/content/view/155/93/).
0,130061733,139208129.00.htm).
2005-08-22. . Retrieved 2008-10-11.
[23] "Company Name Search"
(http://www.search.asic.gov.au/cgibin/gns030c?
acn=091_661_157&juris=9&hdtext=A
(http://miacms.org/index.php?
option=com_content&task=view&id=
May 31, 2008 [33] "Please upgrade
your sites to Mambo 4.6.4"
(http://forum.mambofoundation.org/showthread.php?
t=11799). 2008-05-24. . Retrieved
2008-05-26. [34] "Team Mambo
Announces Release of Mambo
4.6.5" (http://mambodeveloper.Org/content/view/167/l/).
2008-06-26.. Retrieved
2008-07-14. [35] "Mambo goes PHP
5" (http://mambonews.org/content/view/192/34/).
2008-09-12.. Retrieved 2008-09-13.
[40] http
[41] http
[42] http
[43] http
[44] http
[45] http
//mambo-foundation.org
//mambo-developer.org
//forum, mambo-foundation. org
//mambo-support.org
//mambo-news.org
//mambocode.org/gf/project/mambo/
Merlintalk
120
Merlintalk
merlinTalk (formerly named
Geoshrads Com) is a free
software/open source content
management system (CMS) for
creating and managing websites
through a simple ajax based web
interface. It has attracted many
commercial Institutions. It is
written with the PHP programming
language and uses the MySQL
database.
Requirements
As of 24 April 2007, the consist of:
Apache (version 1.3.19 or above)
or Windows IIS
MySQL (version 4.x or above)
PHP (version 4.3.x or above with
extensions: mysql, xml, zlib, ftp)
[3]
[2]
http://geoshrad.com/home/index.ph
page=l35
[3] http://geoshrad.com
[4] "Geoshrad website, Goals and
Objectives" (http://geoshrad.com).
2006-01-09. . Retrieved 2007-0822.
in/profile/geoshrad&ei=SRYVSsyIF8
AarncXpDA&rct=j&q=geoshrad&usg=
PCrhzw).
122
MetaBB
Developer(s)
Stable release Platform
Type License
Website
MetaBB Group
7 / July 26, 2007 PHP
Discussion forum GPL
forums. shockv2. net
[1]
MetaBB is a pre-hacked phpBB
forum created by the MetaBB
Group on November 11, 2004,
seeking to reach the perfect balance
between speed, features, flexibility
and security. MetaBB is used by
many forum users and webmasters.
Most of the features that MetaBB
has can be turned off or on for
greater flexibility.
History
MetaBB has grown through the
years and is one of the more known
phpBB premods. It started in 2004
MetaBB
123
References
[1] http://forums.shockv2.net/
[2] http://shockv2.com/
[3] http://support.shockv2.net/
MiaCMS
miaCMS
Content Management Made Easy
Screenshot of Administrator
Interface
Developer(s) Stable release
Written In
The MiaCMS Team
4.8 [1] /January 17,2009 PHP &
JavaScript
Operating system
Type
Cross-platform
Content management system
License Website
GNU General Public License v2 http
://miacms. org
MiaCMS is an open source content
management system.
History
MiaCMS started as a fork of
Mambo.
April 2008: Four former Mambo
core developers fork Mambo and
form MiaCMS. The founding
members are Chad Auld, Ozgur
Cem Sen, Richard Ong, and Al
(http://code.google.eom/p/miacms/d
open-source-cms-award-finalists)
wakka=ReleaseNotes48).
Notes
125
Midgard (software)
Operating system
Type
License
Website
The Midgard Community
8.09.8 [2] /March 24, 2010
10.05.0 [3] /May6, 2010 Linux,
Unix and Mac OS X
Content Management Framework
LGPL
[4]
Midgard is an open source
persistent storage framework. It
provides an object-oriented and
replicated environment for building
data-intensive applications .
Midgard also ships with MidCOM
content management system (CMS)
built on the Midgard framework .
MidCOM's features include webbased authoring WYSIWYG
interfaces and a component
interface for installing additional
web functionalities , including wikis
and blogs
Etymology
The name Midgard comes from
Nordic mythology, meaning Middle
earth, the world of humans. Most of
the
[231 [24]
Midgard developer community
comes from the Baltic region, and
the project has been referred by
CMS
T251 Watch as the Hanseatic
League of Content Management
History
was released to
[291 the public on May 8, 1999 . It
attracted a steady stream of users,
and the development project
flourished despite
quite primitive early user interfaces
Commercial services for the
platform started to appear in early
2000. One of the first adopters was
Envida, a Dutch company that
realized the potential of Midgard for
Web hosting purposes. First
proprietary application for the
[32] [33]
mi
Midgard Project site
Midgard Documentation Wiki
[49]
An external Wiki with Midgard
Documentation
References
[I] http://www.midgardproject.org/community/whoswho/
[2] The Midgard Project.
"Ragnaroek 8.09.8 released"
(http://www.midgard-
project.org/updates/midgardragnaroek-8-09-8_released/). Press
release. . [3] The Midgard Project.
"Midgard2 10.05 "Ratatoskr"
released!" (http://www.midgardproject.org/updates/
midgard2_10-05-ratatoskrreleased/). Press release. . [4]
http://www.midgard-project.org/
[5] Jepson, Brian (April 2000).
"Data-Drive Sites with Midgard".
Web Techniques. [6] Gottlieb, Seth
(2006-01-23), Content
Management Problems and Open
Source Solutions, Optaros [7]
"MidCOM" (http://www.midgardproject.org/documentation/midcom/
The Midgard Project. . Retrieved
2009-05-14. [8] "MidCOM
components" (http://www.midgardproject.org/documentation/midcomcomponents/). The Midgard
Project. . Retrieved
using_weblog_editors_with_midgard
.
[II] Bergius, Henri (2008-06-02).
"Midgard 2: more than just PHP,
more than just CMS"
(http://bergie.iki.fi/blog/
midgard_2-more_than_just_phpmore_than_just_cms/).. Retrieved
2009-05-14.
interprocess_communications_in_m
d-bus_comes_to_the_web/)..
Retrieved 2009-10-26. [14]
Christense, James; Gottlie, Martin
(2001-10-10). "Midgard Lights An
Open-Source LAMP"
(http://www.cmswatch.com/Feature/
Retrieved
celebrity-cms-deathmatch-part-3/).
. Retrieved 2009-10-26. [23] Byrne,
Tony (2006-06-21). "Midgard keeps
chugging along"
(http://www.cmswatch.com/Trends/
Midgard-keeps-chugging-along).
CMS Watch. . Retrieved 2009-10-
greywolvesorg-goes-back-to-roots/).
. Retrieved 2009-10-26. [28]
"DevShed Interviews the
Developers of Project Midgard"
(http://web.archive.Org/web/200102
Server_Side/PHP/Midgard/).
DevShed. 1999-09-30.. Retrieved
2009-10-26. [29] Linux Today
(1999-05-08). "Midgard 1.0.0
released"
(http://www.linuxtoday.com/develop
Press release. .
Retrieved
(http://www.coss.fi/en/membernews/
nemein-participates-qaikudevelopment). Press release. .
Retrieved 2009-10-26. [43] Helsinki
University of Technology (2008-0103). "New Web Pages for Helsinki
University of Technology"
(http://www.tkk.fi/en/
current_affairs/news/view/tkk_uudi
Press release. . Retrieved 2009-1026. [44] Kuosmanen, Tuomas
(2006-10-27). "Maemo.org
webdesign and free tools"
(http://www.tigert.com/2006/10/27/
References
[1] http://lite.midgard-project.org/
[2] http://midgardlite.tigris.org/
MindTouch Deki
130
MindTouch Deki
MindTouch Deki is a web-based
collaboration, wiki software and
mashup platform. It is divided into
a front-end (written in PHP) and an
API, written in C#. The Deki frontend and API are distributed under
the terms of the GNU General
UI. [8]
For the "Hayes" release in July
2007, the backend was completely
reimplemented in C#, resulting in
an API built as
ro]
web services on top of the new
Dream server and toolset.
The most recent major release,
"Lyons" (release in March 2009) ,
and the associated commercial
version MindTouch 2009 ,
introduces push notifications on
content change , key/value
Dream Technology
ro]
The Deki API is built on a service
layer called Dream (Distributed
REST Application Manager) , a
REST
ri3i
framework for building web
services on the .NET platform.
Web front-end
The most common interface to the
Deki API is its PHP frontend. This
n si An open-source iPhone
interface named DekiMobile was
released in November 2008.
Key features Content authoring
All information in Deki pages is
stored as XML, rather than wikitext.
Pages are edited using a GUI editor,
and can be manipulated as an XML
web service. The frontend supports
embedding rich media and has a
built-in image gallery.
Deki supports internal and external
authentications . Permissions can
be applied to individual pages or
page hierarchies.
DekiScript
MindTouch Deki includes a
complete scripting language, called
DekiScript. DekiScript, a lightweight, interpreted programming
language, allows users to add
dynamic content to wiki pages. It
can be embedded directly into wiki
pages or used in XML extensions.
Example
DekiScript is inserted using double
curly braces. Hello World can be
written easily:
{{ 'Hello World' }}
[I]
http://translate.developer.mindtouch
[2]
http://developer.mindtouch.com/Dek
[3]
http://wiki.mindtouch.com/Products
rankings"
(http://sourceforge.net/project/stats
group_id=173074&ugn=dekiwiki&
day=20090204). SourceForge.net. .
Retrieved 2009-02-05. [6]
"SourceForge.net community blog"
(http://sourceforge.net/community/i
200805/). SourceForge.net. .
Retrieved
2008-11-18. [7] Originally named
'DekiWiki', the name was shortened
in May 2008. "MindTouch
Newsletter, May 16"
(http://wiki.mindtouch.com/
Press_Room/Newsletters/2008-05-
mindtouch.com/Newsroom/Social_M
04-02). . Retrieved 2009-04-10.
Retrieved 2009-04-10.
and Privacy"
(http://wiki.mindtouch.com/Product
. Retrieved 2008-11-05. [20]
"DekiScript"
(http://wiki.developer.mindtouch.com
Retrieved 2008-11-05.
[23] "Extensions"
(http://wiki.developer.mindtouch.com
. Retrieved 2008-11-05.
[24] "MindTouch Sharpens Its Deki
App Masher"
(http://www.linuxinsider.com/story/
Linuxlnsider. . Retrieved 2008-1105. [25] "Jay Cooke release post"
(http://www.mindtouch.com/blog/20
releases-deki-wiki-jay-cookev805/). . Retrieved
[29]
http://sourceforge.net/project/showf
group_id=173074 [30]
https://svn.mindtouch.com/source/p
mediawiki-to-deki-wiki-converter/).
MindTouch.. Retrieved 2008-11-05.
[34] http://WhoRunsGov.com/
[35] "WhoRunsGov.com"
(http://www.mindtouch.com/Press_
MindTouch. 2009-01-22..
Retrieved 2009-04-10.
Monkey Boards
For use of the term Monkey Board
in the drilling industry see List of
components of oil drilling rigs
Monkey Boards is a small, fast and
lightweight PHP-powered
discussion board. It is released
under the GNU General Public
License. Its primary goals are to be
a faster, smaller and more easy to
use alternative to the many other
discussion boards available.
[2]
http://sourceforge.net/tracker2/?
func=browse&group_id=165094&atid
[3]
http://monkeyboards.zenco.net/
[4]
http://sourceforge.net/projects/mon
Moodle
135
Moodle
Moodle (abbreviation for Modular
Object-Oriented Dynamic Learning
business settings.
Developers can extend Moodle's
modular construction by creating
plugins for specific new
functionality. Moodle's
infrastructure supports many types
of plug-ins:
activities (including word and math
games)
resource types
question types (multiple choice,
true and false, fill in the blank, etc)
data field types (for the database
activity)
graphical themes
authentication methods (can
require username and password
accessibility)
enrollment methods
content filters
Many freely-available third-party
Moodle plugins make use of this
infrastructure.
Moodle users can use PHP to
author and contribute new
ro]
such as installing from a Debian
package, deploying a ready-to-use
TurnKey Moodle appliance or using
the Bitnami installer.
Some free Moodle hosting
providers allow educators to create
Moodle-based online classes
without installation or server
knowledge. Some paid Moodle
hosting providers provide valueadded services like customization
and content-development.
Interoperability
dimensions of interoperability.
Moodle's interoperability features
include:
authentication, using LDAP,
Shibboleth, or various other
standard methods (e.g. IMAP)
enrollment, using IMS Enterprise
among other standard methods, or
by direct interaction with an
external database
quizzes and quiz questions,
allowing import/export in a number
of formats: GIFT (moodle's own
format), IMS QTI, XML and
XHTML (NB although export works
Background Origins
Martin Dougiamas, a WebCT
administrator at Curtin University,
Australia, who has graduate degrees
in computer science and education,
wrote the first version of Moodle;
the combined efforts of Todd
Ballaban and Alex Trivas
popularised the system. Dougiamas
started a Ph.D. to examine "The use
of Open Source software to support
a social constructionist
epistemology of teaching and
learning within Internet-based
communities of reflective inquiry".
Although how exactly social
constructivism makes Moodle
ri3i
The stated philosophy of Moodle
includes a constructivist and social
constructionist approach to
education, emphasizing that
learners (and not just teachers) can
contribute to the educational
experience. However, there are no
peer-reviewed studies comparing
Moodle to other learning
management systems, such as Sakai
or Blackboard, that find that
Moodle provides a more
constructivist environment than
any other system. Moreover, a
comparison of features between
Moodle and other comparable
Claroline
Desire2Learn
Dokeos
HotChalk
ILIAS
Instructure
metacoon
OLAT
Sakai Project
WebCT
SharePointLMS
JoomlaLMS
Pass-port
See also
Learning management system
Online learning community
Moodle on WikEd [22]
External links
Moodle.org
T241
Moodle.org. .
[5] http://moodle.com/
id=wfPPblmOG6EC&pg=PA157).
Books.google.com.. Retrieved
2009-06-27.
http://wik.ed.uiuc.edu/index.php/Mo
[23] http://moodle.org/
[24] http://moodlemoot.hu/
[25] http://www.keytoschool.com/
Moxietype
Moxietype is a content
management system specializing in
internet broadcast and electronic
publishing technologies. Moxietype
was launched in 2006 by Sasha
Kandaurov and technology veteran
Valeriy Kandaurov, Ph.D, whose
former projects included creation of
MyBB*
A default installation of MyBB
Developer(s) MyBB Group
MyBB is a free bulletin board
system software package developed
by the MyBB Group. It is written in
PHP and licensed as free software
under the GNU General Public
License, version 3.
History
MyBB was founded in 2002 by
Chris Boulton following a fork of
the XMB development team.
DevBB, a fork of the XMB code
Future development
MyBB 1.6 is currently in a beta test
phase, with a final release expected
soon afterwards. MyBB 1.6 includes
more than 49 new features and
changes. MyBB 1.6 requires PHP 5.1
or later, a significant change from
previous releases.
Following the release of MyBB 1.6,
development on MyBB 2.0 will
begin. Currently in planning stages,
MyBB 2.0 will feature a rewritten
code base, a new default theme, and
numerous new features. A timeline
for MyBB 2.0's development has
not been confirmed.
Features
MyBB includes many features not
included in other free forum
software. Most notably, it includes a
reputation
ri7i
system, multi-quote, and the ability
to create custom BBCode (called
MyCodes) out of the box.
Additionally,
n si MyBB includes support for
multiple calendars with ranged and
repeating events , a scheduled mass
mail and
ri9i
newsletter system , and AJAX-based
features such as quick reply, quick
edit, and inline thread title editing.
For moderators, posts and threads
can be managed through inline post
and thread moderation, allowing for
moderation actions to be applied to
multiple posts or threads at the
same time. Custom moderator tools
allow
T211 administrators to combine
moderation actions into individual
tools to be used in thread and post
moderation.
MyBB also includes an extensive
warning system, which allows for
preset and custom warning types
and
configurable "warning levels,"
where actions are automatically
performed when a user's warning
level reaches a
certain percentage.
Plugins require little or no
modification to core files through
MyBB's extensive use of plugin
hooks. Plugins are
software (PHP)
External links
[291 MyBB Homepage , including
full documentation
Demonstration Example of MyBB
T311 MyBB Source , a source for
free MyBB plugins and themes
T321 MyBB at the Open Directory
Project
References
[1] MyBB Group. "MyBB
Translation Downloads"
(http://mybboard.net/downloads/tra
. Retrieved 2010-1-3.
[2] http://www.mybb.com/
[3] MyBB Group. "About MyBB"
(http://www.mybboard.net/about/m
. Retrieved 2010-1-3.
(http://community.mybboard.net/thr
33865.html). .
[15
[16 [17 [18 [19
[20 [21 [22 [23 [24 [25 [26 [27 [28
[29 [30 [31 [32
Retrieved 2010-1-3.
http://mods.mybboard.net/mods
http://www.opensourcecms.com/ind
php?
option=content&task=view&id=2124
http://www.mybbsource.com
http://www.dmoz.org/Computers/Pr
NETSOFTWARE
144
NETSOFTWARE
NETSOFTWARE
netsoftware.com.ua Type Private
company
Industry Computer and video
games
Founded 1999
Headquarters Kharkov, Ukraine
Website
http://netsoftware.com.ua/
History
NETSOFTWARE was founded in
1999 by Leschenko Nickolay and
Eugene Musienko. It's one of the
first game development companies
in Ukraine, headquartered in
Kharkov. NETSOFTWARE designs
and develops games for a wide
range of mobile handsets
compatible with Java ME, and plans
to start working with iPhone
devices. The Company has
agreements with leading content
providers and major operators of
CIS countries.
Products
Mobile game Bunker 3D: Hitler's
Plan (2006)
Mobile game Laboratory 3D:
Secrets Of III Reich (2007)
Mobile game Castle 3D: Punitive
Operation (2008)
Mobile game Inside-Me: Online
(2007)
Mobile game Spermotoxic: XXX
(2008)
Mobile game Fatality: The Hell
Tournament (2008)
Mobile game Russian Roulette
With Popstars (2008)
Content management system CMS
MyWAY (2002-2008)
Mobile phone game Bunker 3D is
the number one hit of May 2007 on
the leading Russian portal
wap.infon.ru
121
Just after the release of Laboratory
3D, The installment Bunker 3D gets
in the Top 10 bestsellers of Ql,
2008. .
Content Management System
MyWAY consists of core and
connected major components
(modules), which allows a
successfully generation of big
amounts of functions. The presence
of a simple and an understandable
interface makes
it available and comfortable in
usage of a number of clients.
MyWAY meets modern
requirements of information
131 protection, it is stable against
great loading. The system works on
[91
Site of mobile game Bunker 3D
Site of mobile game Laboratory
3D
Site of mobile game Castle 3D
ri2i
Site of mobile game Spermotoxic:
XXX with online ratings
ri3i
Site of mobile game Fatality
CMS MyWAY description page
[14]
References
[3] netsoftwareprograms.com ::
web development:: cms myway
(http://netsoftwareprograms.com/we
[4]
http://www.netsoftware.com.ua/
[5]
http://www.netsoftwaregames.com/
[6]
http://www.netsoftwareprograms.com
[7]
http://www.netsoftwaremedia.com/
[8] http://www.inside-me.com/
[9] http://www.bunker3d.com/
[10] http://www.laboratory3d.com/
[II] http://www.castle3d.com/ [12]
http://xxx.spermotoxic.com/ [13]
http://www.fatalityl.com/
[14]
http://netsoftwareprograms.com/web
net2ftp
146
net2ftp
net2ftp is a web based FTP client,
written in PHP.
Features
As well as offering standard FTP
functions, net2ftp also offers a
variety of features including
archiving and extracting files and
[l]
[2]
net2ftp help
net2ftp.nl.eu.org is version 0.'
Used by the Invisionix Systems
IRSR
[3]
[4]
References
[1] http://www.net2ftp.com/
[2] http://www.net2ftp.
com/help.html
[3] http://net2ftp.nl.eu.org/
UsenNichescript/Affiliate Niche
Sript
147
User:Nichescript/Affiliate Niche
Sript
Affiliate Niche Script, developed by
AffiliateNicheScript.com, is a
commercial online store
management system for
Amazon.com Affiliates. It is PHP-
[1]
http://www.affiliatenichescript.com/
149
ri2i Feature modification was
temporarily disabled on October 21,
2008. The company will replace full
source control
with the ability to bring in new
features or change the logic of
existing features via OpenSocial and
a set of new
APIs to be relaunched in early
2009. [12] [13]
Ning has both free and paid options.
When someone creates a social
network on Ning, it is free by
response to an article in
TechCrunch.
Removal of adult networks
In December 2008, Ning
announced that it would no longer
host adult networks. Adult network
owners were given just over a
month to move their adult content
to another provider. The reasons
cited for removing adult networks
from the platform were that they
did not cover the costs of providing
them and that they created a
disproportionate amount of DMCA
takedown notices for copyright
infringing material.
choice
Creators never received a formal
notice, although Mr. Rosenthal did
eventually post a re-statement of
the original
1271 post more than 24 hours after
the fact
On May 4, 2010, Ning Network sent
official email to all members:
We want to provide a new level of
innovation to Network Creators
and build all the valuable features
Network Creators have asked us to.
To get there, we need to focus 100%
SocialGO
Buddy Press
External links
no]
Petition to keep Ning free for
nonprofit and educational use
enterpriseconnect.ning.com a ning
network
Ning
NingBlog [31]
1321 Interview with Gina Bianchini
co-founder of Ning, Intruders tv
Video
1331 Audio interview with Marc
Andreessen on Ning, social
networking, and education (July
2007)
Audio interview with Gina
Bianchini on Ning (April 2007)
T351 Interview with Gina Bianchini,
Ning CEO Bianchini describes "viral
expansion loops" and how to create
a
successful social network (May
2008)
html?tag=st.nl), by Martin
LaMonica, CNET news, Oct 6, 2005
[5] Ning news: new investment
round
(http://blog.pmarca.com/2007/07/ni
news-new-i.html), by Marc
Andreesen, blog.pmarca.com, Jul
9, 2007 [6] Ning news: Series D
investment round
(http://blog.pmarca.com/2008/04/n
news-serie.html), by Marc
Andreessen, April 18, 2008 [7] Ning
Update
(http://creators.ning.com/forum/top
update?id=4244211:Topic: 151365),
posted 15 april 2010, visited 16
april] [8] TechCrunch - Ning's
Bubble Bursts: No More Free
Networks, Cuts 40% Of Staff
(http://techcrunch.com/2010/04/15/
nings-bubble-bursts-no-more-freenetworks-cuts-40-of-staff/) [9]
Web pioneer touts Ning Inc. as easy
to use social network
(http://www.rockymountainnews.com
0,2777,DRMN_23910_5394821,00.ht
by Michael Liedtke, Rocky
Mountain News, Mar 5, 2007 [10]
http://platformwars.blogspot.com/20
Ning (website)
151
[ll
[12
[13
[14
[15
[16
[17 [18
[19
[20
[21
[22 [23 [24 [25 [26 [27 [28 [29 [30
[31 [32 [33 [34 [35 [36
http://blog.ning.com/2005/12/badge
The Ning Platform: A Few Updates
(http://blog.ning.com/2008/10/thening-platform-a-few-updates.html),
Gina Bianchini, October 21, 2008
(http://blog.ning.com/2008/12/theend-of-the-red-light-district. html).
Ning Blog. . Retrieved 2009-05-24.
http://blog.ning.com/2009/ll/change
to-ning-com-a-rationale.html
The Return of Search on Ning.com
(http://blog.ning.com/2010/03/thereturn-of-search-on-ningcom.html)
http://creators.ning.com/profiles/blo
progress-on-ning Current Progress
on Ning Search]
http://webs.com/pages/free-ningalternative
http://creators.ning.com/forum/topi
update
http://creators.ning.com/forum/topi
update-rolling-out-full
http://education.change.org/petition
http://enterpriseconnect.ning.com
http://www.ning.com
http://blog.ning.com
http://intruders.tv/en-tech/ginabianchini-shows-off-ningcom/
http://www.stevehargadon.com/2007
andreessen-from-web-browser-
to.html
http://www.stevehargadon.com/2007
with-gina-bianchini-from-ning.html
http://personallifemedia.com/podcas
dishymix/episodes/3764-ginabianchini-ning-ceo-top-tips
http://www.nytimes.com/2008/12/2
partner=rss&emc=rss&pagewanted=a
NolaPro
152
NolaPro
NolaPro is a web-based accounting
100,000 users
during 2008. [3]
Independent reviews
mi
FreeDownloadsCenter.com NolaPro Product Review
Linux Journal - Tracking Your
Business Finances with Nolapro
About.com - NolaPro is Packed
with Accounting Features
[71
[4]
http://www.freedownloadscenter.com
[5]
http://www.linuxjournal.com/article
[6]
http://financialsoft.about.com/od/sm
[7]
http://blogs.techrepublic.com.com/ri
p=129
[8]
http://blogcritics.org/archives/2008/
[9]
http://stanlarson.com/wordpress/?
p=83
[10]
http://www.pcpro.co.uk/reviews/221
4.html
[II]
http://numberinsights.com/2007/ll/
leads-the-pack-on-web-basedaccounting-software-alternatives/
[12]
http://3d2f.com/smartreviews/0657-nolapro-accounting-as-it-is-
done-today-read.shtml
[13]
http://blogs.techrepublic.com.com/o
p=160
[14] http://www.noguska.com
[15]
http://sourceforge.net/projects/nola/
ORMer
ORMer is a free, open-source (MIT
License) object-relational mapping
class written in PHP.
Features
Example
// Pull user objects "where
email='[email protected]'"
$users = users::find()>where('email=:email')>parameter('email',
'[email protected]');
// Chain through to pull ordered
products starting with "a"
// the database contains the
following tables: users, orders,
order_products, products
// order_products associates
products with an order
$products = $users->orders>order_products->products>where('product.name
like "a%"');
// Loop over them and display their
names foreach($products as
$product) {
echo $product->name; }
External links
Project Home Page
More Examples
References
[1]
http://www.greaterscope.net/projects
[2]
http://www.greaterscope.net/projects
ocPortal
155
ocPortal
ocPortal is a free and open source
content management system (CMS)
written in PHP and based on a
hosting platform
ro]
2009 . Installatron, a plugin for
hosting control panels also includes
ocPortal within its list of included
scripts
Criticisms
ocPortal's weak points have been
noted as its relatively small
community. Very few community
addons or themes have been
released for ocPortal and the
activity on forums is dwarfed by
large competitors such as Drupal
and
Joomla.
[11]
Features
ocPortal has a number of features
which can be included when
installing the software or added
later those features are:
Self extracting installer option
Automatic Site map Generation
Support for short URLs
Forums
Shopping Cart & e-commerce
functionality
Customisable Pages
Web Banners
Images of the day option
Site statistics and analytics support
Downloads
Calendar
Quizzes and Surveys
Points store
Search functionality
Support ticket support
External software integration
support
Polls Simple voting system by
users
Catalogues for Links & FAQs etc
CEDI (Structured Wikis)
Blogs
Chat Rooms, Instant Messaging &
Shout-out boxes
Multi-site network support
including shared membership
Multiple User group support and
customisation
Control of user privileges
Standards compliance
ocPortal complies with a num
internationalization, metadata and
data storage and distribution.
ri4i
AAA, Unicode, AT AG ,
Internationalisation, UK
Government,
Data and feeds
XML, RSS 2.0 (all
formats/variants), Atom 1.0,
iCalendar 2.0, LDAP 3 & OPML.
Metadata
Dublin Core, hCalendar, hCard,
hReview, rel-nofollow, relenclosure, rel-license, rel-tag & XFN
(limited support)
History
References
ocPortal
(http://webmasterformat.com/learn/
networking-features-support-forsemantic-web-005683.php)
[3]
Open-Realty Demo Open-Realty
Support Forums Free Realty
(Similar software)
[4]
License Issues
References
[1] Open-Realty License
(http://www.openrealty.org/oslicense.html)
[2] http://www.open-realty.org/
[3] http://www.open-
realty.org/demo/
[4] http://support.open-realty.org/
[5] http://freerealty.rwcinc.net/
[6]
http://wprealty.org/forums/showthre
p=133/
OpenBiblio
OpenBiblio is an integrated library
management system.
History
Created in 2002 under General
Public Licence (GNU-GPL). It is
(http://edoc.huberlin.de/conferences/bobcatsss2008
gairin-josep-manel-rodriguez319/PDF/gairin.pdf) [2] La Nacion LA COMUNIDAD DEL SOFTWARE
LIBRE LLEGA A LAS ESCUELAS Staff Writer - Aug 8, 2005 (http://www.
lanacion.cl/prontus_noticias/site/art
[3] OpenBiblio 0.4.0 / Dave Stevens
(http://obiblio.hg.sourceforge.net/hg
http://obiblio.sourceforge.net/
Opus (content management
system)
161
Opus (content management
system)
Permission not yet granted for
logo [1]
Developer(s)
The Hug
[2]
Stable release
Operating system
2.28 / July 6, 2008 Cross-platform
Type License
Content Management System GPL
Website
opus, ex
[21
Opus is a free, open source content
management system for publishing
content on the world wide web and
general-purpose CMS.
Features
Opus is easy to use, and once
installed requires little or no
knowledge of PHP, MySQL or
HTML to maintain. The default
layout has a sidebar with links to
articles, and a top-left icon, with a
main panel extended right from the
sidebar in which the content resides
but it is possible, through the use of
templates, to create web pages laid
out in any way the site owner
wishes. It supports the publication
of news articles in a most-recentfirst format with an option to allow
See also
List of content management
systems
External links
Official Opus website
[5]
[6]
Download Opus
"The Hug", the people who wrote it
m
//www.opus.cx/php/img/opus.gif
//opus.ex/
//www.opus.cx/opus5.html
//www.opus.cx/opus31.html
//www.opus.ex
//www.opus.cx/opus9.html
//www. the-hus.co.uk/
osCommerce
163
osCommerce
products.
In implementing an osCommercebased site one key decision is how
to integrate the design. Unlike its
forks, osCommerce MS2.2 does not
come with a template system,
though third party osCommerce
templates are available. This has
been seen as a negative for some.
However it does mean that designs
can be hand-coded or a template
system installed. There are several
well-known template systems,
including STS, BTS and SMARTY.
Limitations
affected programs.
Customization via Add On or
Custom Code means that
installation of additional Add Ons
may require manual rather than
automated installation.
History
osCommerce was started in March
2000 in Germany by project
founder and leader Harald Ponce de
Leon as The Exchange Project.
While osCommerce is still officially
in its development stage, the
current Milestone 2.2 release
(Release Candidate 2a) is
s=&
showtopic=319173&view=findpost&p
- osCommerce Community Support
Forums [6] (NEWS) osCommerce
Online Merchant v3.0 Alpha 5 osCommerce Community Support
Forums
(http://forums.oscommerce.com/ind
modified.org)
Notes
Watson, Kerry. The osCommerce
Technical Manual. Victoria, BC
Canada: On Demand Manuals, pp.
1114 ISBN 1-4120-3733-6.
Gurevych, Vadym . osCommerce
Webmaster's Guide to Selling
Online. Birmingham, UK: Packt
Publishing, p. 2 ISBN 1-8471-92025.
External links
osCommerce official site
(http://www.oscommerce.com/)
OsCommerce
(http://www.dmoz.org/Computers/P
Commerce/ osCommerce//) at the
Open Directory Project
PEAR
The PHP Extension and Application
Repository, or PEAR, is a repository
of PHP software code. Stig S.
Bakken founded the PEAR project
in 1999 to promote the re-use of
code that performs common
functions. The project seeks to
provide a structured library of code,
maintain a system for distributing
[3] http://pecl.php.net
[4] http://www.pear-forum.org/
PHP accelerator
A PHP accelerator is an extension
designed to boost the performance
of software applications written
using the PHP programming
language. Most PHP accelerators
work by caching the compiled
bytecode of PHP scripts to avoid the
overhead of parsing and compiling
source code on each request (some
or all of which may never even be
executed). For best performance,
caching is to shared memory with
just once.
See also
List of PHP accelerators
External links
Benchmarking Drupal with PHP
op-code caches: APC, eAccelerator
and XCache (and Standard PHP)
compared [1] from April 2008.
PHP on Fire: Five Opcode Caches
compared including a complete
chart featuring Zend Platform, APC,
XCache, eAccelerator ionCube
[1]
http://2bits.com/articles/benchmark
drupal-with-php-op-code-cachesapc-eaccelerator-and-xcachecompared.html
[2] http://itst.net/654-php-on-firethree-opcode-caches-compared
[3] http://itst.net/wpcontent/uploads/2006/10/PHP%20B
[4]
http://php.net/manual/en/book.apc.
PHP syntax and semantics
The syntax of the PHP
programming language is the set of
rules that defines how a PHP
program will be written and
interpreted.
Overview
PHP only parses code within its
delimiters. Anything outside its
output.
One of the language characteristic
features is implicit variable
declaration. Variables are prefixed
with a dollar symbol and a type
does not need to be specified in
advance. Unlike function and class
names, variable names are case
sensitive. Both double-quoted ("")
and heredoc strings allow the ability
to embed a variable's value into the
Ml
string. PHP treats newlines as
whitespace, in the manner of a freeform language (except when inside
"http://www.w3.org/TR/html4/strict
<html>
<head>
<title><?=$page_title;?></title>
</head>
<body>
<p>Hello</p>
</body>
</html>
Colon Syntax
PHP offers an alternative syntax to
the standard curly-brace syntax.
This syntax is called colon syntax
and affects the following control
structures: if, while, for, foreach,
and switch. The syntax varies only
slightly from the curly-brace syntax.
In each case the opening brace ({) is
replaced with a colon (:) and the
close brace is replaced with endif;,
endwhile;, endfor;, endforeach;, or
endswitch;, respectively. An
example of the syntax for an
if/elseif statment is as follows:
Data types
PHP stores whole numbers in a
platform-dependent range. This
range is typically that of 32-bit
signed integers. Integer variables
can be assigned using decimal
(positive and negative), octal and
hexadecimal notations. Real
numbers are also stored in a
platform-specific range. They can be
specified using floating point
notation, or two forms of scientific
{
$dee = "dee dee dum";
If the developer creates a copy of an
object using the reserved word
clone, the Zend engine will check if
a
clone () method has been defined or
not. If not, it will call a default clone
() which will copy the object's
properties. If a clone () method is
defined, then it will be responsible
for setting the necessary properties
in the
04-16.
[II] "Types"
(http://www.php.net/manual/en/lan
The PHP Group. . Retrieved 200803-16.
[12] "Functions"
(http://www.php.net/manual/en/lan
The PHP Group. . Retrieved 200803-16.
Parameters"
(http://www.seoegghead.com/softwa
parameter-skipping-and-namedparameters.seo).
SEO Egghead Inc.. . Retrieved 200901-09.
[15] "History of PHP and related
projects"
(http://www.php.net/history). The
PHP Group.. Retrieved 2008-02-25.
[16] "PHP 5 Object References"
(http://mjtsai.com/blog/2004/07/15
5-object-references/). mjtsai..
Retrieved 2008-03-16.
See also
Quercus (software)
External links
Open source PHP homepage
SourceForge PHP/Java Bridge
homepage
Project Zero homepage
Quercus homepage
References
[1] http://php-javabridge.sourceforge.net/pjb/PROTOCO
[2] http://www.php.net/
[3] http://php-javabridge.sourceforge.net/
[4] http://www.proj
ectzero.org/documentation/
[5] http://quercus.caucho.com/
PHPClasses repository
The PHPClasses repository is a
website with freely distributable
Web programming components in
the form of
PHP classes of objects. It was
File-upload-progress-meter-forPHP-4-at-last.html)
[4]
http://www.phpclasses.org/browse/s
PHPDoc
PHPDoc is an adaptation of Javadoc
for the PHP programming language.
It is a formal standard for
commenting PHP code. It allows
external document generators like
phpDocumentor to generate
documentation of APIs and helps
some IDEs such as Zend Studio,
NetBeans, ActiveState Komodo Edit
and IDE and Aptana Studio to
interpret variable types and other
ambiguities in the loosely typed
language and to provide improved
code completion, type hinting and
debugging.
me! */
define('me',2);
function foo($param = me)
{}
define() statements, functions,
classes, class methods, and class
vars, include() statements, and
global variables can all be
documented, see Elements of the
source code that can be
documented
A DocBlock contains three basic
segments in this order:
Short Description
Long Description
Tags
The Short Description starts on the
first line, and can be terminated
with a blank line or a period. A
period inside a word (like
example.com or 0.1 %) is ignored. If
the Short Description would
become more than three lines long,
only the first line is taken. The Long
Description continues for as many
lines as desired and may contain
HTML
also
* guess the birthday of the author.
*/
Optionally, you may enclose all
paragraphs in a <px/p> tag. Be
careful, if the first paragraph does
not begin with <p>,
phpDocumentor will assume that
the DocBlock is using the simple
double linebreak to define
paragraph breaks as in:
/**
* Short desc *
See also
phpDocumentor
Doxygen
Comparison of documentation
generators
External links
PHPDoc [2]
References
[1]
http://manual.phpdoc.org/HTMLfram
[2] http://www.phpdoc.de/
PHPEclipse
180
PHPEclipse
PHPEclipse is a PHP development
plugin for the Eclipse IDE
Framework
Features
PHP parser
Debugger
Code formatter
Outline view
Templates
Being built on the Eclipse
framework, there is a raft of
additional features provided directly
by Eclipse.
History
The PHPEclipse project was started
in November 2002 as an open
source add-on to the eclipse
framework to provide PHP tools
and highlighting. It is a popular
package,[l][2]. As development has
continued over the years by a
dedicated group of Open Source
developers, new features have been
mi
Project website
Sourceforge project site
See also
Comparison of integrated
development environments - PHP
section
References
PHP Editor Review at php editors
ro]
Review of eclipse plugins
including PHPEclipse
Overview tutorial of PHPEclipse
References
[1] http
[2] http
[3] http
[4] http
[5] http
[6] http
[7] http
[8] http
[9] http
//dev.eclipse. org/
mhonarc/lists/linux-distrosdev/msg00066. html
//www.amazon.com/review/product/
showViewpoints=l
//www.packtpub.com/phpeclipse/boo
//www.phpeclipse.net
//sourceforge.net/projects/phpeclips
//www.phpeditors.com/review/php-
eclipse.htm
//www.php-editors.com
//www.eclipsereview.com/
//www.devarticles.com/c/a/WebAuthoring/Deploying-your-Sitewith-phpEclipse/
User:Papagel/EFront (eLearning
software)
182
User:Papagel/EFront (eLearning
software)
NOINDEX
[17]
All
with a modified features set,
targeted at learning professionals,
educational institutions and
enterprises versions are provided
with their source code but only the
community edition uses an Open
Source Initiative (OSI) accepted
license. The commercial versions of
eFront are distributed via a partners
network with presence in 25
countries
Awards
Reports generators
Modules support
Payment integration (through
Paypal)
Social Tools (Lesson & System
history, User Wall, User Status,
Facebook interconnection)
Customizable notification system
through email
It also has several features needed
in an enterprise environment:
Organization structure
management
Skills management
Job positions management
Automatic assignment of courses to
specific job descriptions
Skills Gap Tests management
User card with training history
LDAP support
Specifications
eFront runs without modification
on Linux, Windows and any other
[I] http://www.efrontlearning.net
7-widely-used-and-open-source-elearning-applications/). . [7]
"Genbeta.com: eFront article (in
Spanish)"
(http://www.genbeta.com/herramien
intuitiva-plataforma-de-e-learning).
. Retrieved
id=0B8vrY4OEQsbRODU5MTg0MTY
2010
(In Turkish) [13] Zaharias, P (2007)
Heuristic evaluation in e-learning
context: Selecting the appropriate
tasks and reporting usability
problems (http://docs.
google.com/fileview?
id=0B8vrY4OEQsbRMzQ4NmYyYjgtM
International
Conference on eLearning (ICEL),
2007 [14] Kor, B. & Tanrikulu, Z.
(2008). Evaluation of Learning
Management Systems with Test
Tools (http://docs.google.com/
fileview?
id=0B8vrY4OEQsbRZjYlMDQxN2UtO
In J. Luca & E. Weippl (Eds.),
Proceedings of World Conference
on Educational Multimedia,
Hypermedia and
Telecommunications, 2008 (pp.
5261-5266), Chesapeake,
VA: AACE [15] Tesseris, G. (2010).
Towards standards based eLearning tools and technologies
(http://docs.google.com/
fileview?
id=0B8vrY4OEQsbRN2JjMTM4Y2Ut
MSC dissertation, University of
http://www.efrontlearning.net/
Phalanger (compiler)
Phalanger is a project which was
started at Charles University in
Prague and was supported by
Microsoft. It compiles source code
written in the PHP scripting
language into CIL byte-code. It
handles the beginning of a
compiling process which is
completed by the JIT compiler
component of the .NET Framework.
It does not address native code
generation nor optimization. Its
purpose is to compile PHP scripts
into .NET assemblies, logical units
html?csaid=lF581A61E0C48AlD).
2007-04-21. . [3] Petricek, Tomas
(2007-04-30). "Using PHP objects
from C# in a type-safe way"
(http://tomasp.net/blog/ducktypingin-phalaner.aspx). . [4] Krill, Paul
(2006-08-24). "Microsoft
accommodates dynamic languages"
(http://www.computerworld.com.au/
id;1718685037;fp;4;fpid;611908207).
Computerworld.. [5] Har-Even,
Benny (2006-12-02). "Jadu gets
PHP and .NET talking"
(http://www.itpro.co.uk/608829/jadu
gets-php-and-net-talking).
ITPRO. . [6] Muncaster, Phil (200611-28). "Jadu brings PHP and .NET
closer together"
(http://www.vnunet.com/vnunet/new
php-net-step-closer). VNUnet.. [7]
http://www.php-compiler.net/
[8]
http://www.codeplex.com/Wiki/View
ProjectName=Phalanger [9]
http://www.eweek.com/article2/0,17
kc=EWRSS03119TXlK0000594 [10]
http://www.computerworld.com.au/i
[II]
http://channel9.msdn.com/ShowPos
pHAML
187
pHAML
pHAML (PHP XHTML Abstraction
Markup Language) is a PHP-centric
Example of Code
The pHAML Code
iii
%html %head
%title Hello World %body
%b Hello World
iii
%html %head
%title Hello World %body
%b Hello World
<! Debug on -->
<! 3:4{ ! ! ! }: ! ! ! >
<html>
<! 5:6: %head > <head>
<! 6:8: %title Hello World >
<title>
Hello World <! 7:6: %taody >
</title> </head> <body>
<! 8:8: %b Hello World >
<b>
Hello World
</b> </body> </html>
Current status
Technical preview is available at
Source Forge, Source Forge Site .
External links
[2]
Documentation
References
[1]
http://sourceforge.net/projects/pham
[2] http://phaml.sourceforge.net
Phoca Gallery
190
Phoca Gallery
Phoca Gallery is a Joomla! gallery image gallery for Joomla! CMS. It
includes component, modules and
plugins
and allows users to display images
or Youtube videos in many different
styles
[2]
For displaying images users can use
the component (Joomla!
component) only. If users wants to
Requirements
Joomla! 1.5 (stable or any later
version) PHP 4.4.1 (or any later
version) with GD library (graphics
library for thumbnails creation).
License
Phoca Gallery is licensed under the
GNU General Public License.
External links
Phoca Gallery main site
[l]
Phoca Gallery Themes
[8]
Phoca Gallery Demo
References
[1]
http://www.phoca.cz/phocagallery
[2] Phoca Gallery
(http://www.phoca.cz/phocagallery)
[3] Phoca Gallery Plugin
(http://www.phoca.cz/phocagalleryplugin)
[4] Phoca Gallery Button Plugin
(http://www.phoca.cz/phocagallery-
button)
[5] Phoca Gallery Slideshow Plugin
(http://www.phoca.cz/phocagalleryslideshow-plugin)
[6] Phoca Gallery Image Module
(http://www.phoca.cz/phocagalleryimage)
[9] http://www.phoca.cz/demo
Photos Project
192
Photos Project
Photo is a photo database, it is a
cross platform web based
application for managing (storing,
cataloging and retrieving) digital
photos. Photo is not designed to be
a system for putting up web
galleries.
This software is a storage system
for your digital photos, by keeping
Official website
[l]
T31 Official Documentation Site
Official Forums Site
[4]
See also
Photo gallery comparison
References
[1]
http://alexking.org/projects/photos/
[2]
http://alexking.org/blog/2003/ll/24/
roadmap/
[3]
http://alexking.org/projects/photos/d
PHP
193
PHP
PHP: Hypertext Preprocessor is a
widely used, general-purpose
scripting language that was
originally designed for web
development to produce dynamic
PHP has today. This included Perllike variables, form handling, and
the ability to embed HTML. The
syntax was
[2i similar to Perl but was more
limited, simpler, and less
consistent.
Zeev Suraski and Andi Gutmans,
two Israeli developers at the
Technion IIT, rewrote the parser in
1997 and formed
[21
the base of PHP 3, changing the
language's name to the recursive
this branch is up to
T71 1R1
version 4.4.9. PHP 4 is no longer
under development nor will any
security updates be released.
[2]
On July 13, 2004, PHP 5 was
released, powered by the new Zend
Engine II. PHP 5 included new
features such as
improved support for objectoriented programming, the PHP
Data Objects extension (which
defines a lightweight
[91 and consistent interface for
accessing databases), and
numerous performance
enhancements. In 2008 PHP 5
became the only stable version
under development. Late static
binding has been missing from PHP
and has been
added in version 5.3.
A new major version has been
under development alongside PHP
5 for several years. This version was
originally planned to be released as
reason
for the removals was that
register_globals had given way to
security holes, and magic quotes
had an unpredictable nature, and
was best avoided. Instead, to escape
characters, magic quotes may be
substituted with the addslashes()
function, or more appropriately an
escape mechanism specific to the
database vendor itself like
mysql_real_escape_string() for
MySQL. Functions that will be
removed in future versions and
have been deprecated in PHP 5.3
will produce a warning if used.
[211
available for MS Windows.
PHP
195
Licensing
PHP is free software released under
the PHP License, which insists that:
The name "PHP" must not be used
to endorse or promote products
derived from this software without
prior
[22]
3.0.0 1998-06-06
Development moves from one
person to multiple developers. Zeev
Suraski and Andi Gutmans rewrite
the base for this version.
4.0.0 2000-05-22
4.1.0 2001-12-10
4.2.0 2002-04-22
4.3.0 2002-12-27
[24] Added more advanced twostage parse/execute tag-parsing
system called the Zend engine.
4.4.0 2005-07-11
Added man pages for phpize and
php-config scripts
[24]
4.4.1
2008-01-03
Several security enhancements and
bug fixes. Was to be the end of life
release for PHP 4. Security updates
only until 2008-08-08, if necessary.
4.4.9 2008-08-07
More security enhancements and
5.3.1 2009-11-19
5.3.2 2010-03-04
Zend Engine II with a new object
model.
[29]
Performance improvements with
introduction of compiler variables
in re-engineered PHP Engine
[29]
Enabled the filter extension by
default. Native ISON support.
[29]
source code
[311 for users to build, customize
and extend for their own use.
[32] PHP primarily acts as a filter,
taking input from a file or stream
containing text and/or PHP
instructions and
outputs another stream of data;
most commonly the output will be
HTML. Since PHP 4, the PHP parser
compiles
input to produce bytecode for
processing by the Zend Engine,
giving improved performance over
its interpreter
predecessor.
[34]
Originally designed to create
dynamic web pages, PHP now
focuses mainly on server-side
scripting, and it is
similar to other server-side
scripting languages that provide
dynamic content from a web server
to a client, such as
[35] Microsoft's Active Server
Pages, Sun Microsystems'
in a release
has been rejected several times in
the past.
[49] Hosting PHP applications on a
server requires a careful and
constant attention to deal with
these security risks.
There are advanced protection
patches such as Suhosin and
Hardening-Patch, especially
designed for web hosting
environments.
Syntax
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php
echo "Hello World";
/* echo ("Hello World"); works as
well, although echo isn't a
function (it's a language construct).
In some cases, such
specified
[59] using floating point notation,
or two forms of scientific notation.
PHP has a native Boolean type that
is similar to
the native Boolean types in Java
and C++. Using the Boolean type
conversion rules, non-zero values
are interpreted
[591 as true and zero as false, as in
Perl and C++. The null data type
represents a variable that has no
value. The only
[59] value in the null data type is
$adder = getAdder(8);
echo $adder(2); // prints "10"
Here, getAdder() function creates a
closure using parameter $x
(keyword "use" forces getting
variable from context), which takes
additional argument $y and returns
it to the caller. Such a function can
be stored, given as the parameter to
other functions, etc. For more
details see Lambda functions and
closures RFC
The goto flow control device was
made available in PHP 5.3 and is
used as follows:
function lock()
{
$file = fopen("file.txt","r+");
retry:
if(flock($file,LOCK_EX))
{
fwrite ($file, "Success!");
fclose ($file);
return 0; } else
goto retry; }
public function
staticGreeting($first, $last) {
return "Hello, my name is $first
$last.";
$him = new Person('John','Smith');
$her = new Person('Sally','Davis');
echo $him->greeting(); // prints
"Hello, my name is John Smith."
echo '<br />';
echo $her->greeting(); // prints
"Hello, my name is Sally Davis."
echo '<br />';
echo
Person::staticGreeting('John','Smith')
// prints "Hello, my name
is John Smith."
Speed optimization
PHP source code is compiled onthe-fly to an internal format that
can be executed by the PHP engine.
In
order to speed up execution time
and not have to compile the PHP
source code every time the webpage
is accessed, PHP scripts can also be
deployed in executable format using
a PHP compiler.
Code optimizers aim to reduce the
runtime of the compiled code by
reducing its size and making other
changes that can reduce the
execution time with the goal of
improving performance. The nature
of the PHP compiler is such that
there are often opportunities for
code optimization, and an example
of a code optimizer is the
eAccelerator PHP
[71]
extension.
T741
Raven - a rewrite of Roadsend
PHP (rphp), based on LLVM and a
new C++ runtime
Phalanger - compiles source code
written in the PHP scripting
language into CIL byte-code
[751
Caucho Resin/Quercus - compiles
PHP to Java bytecode
HipHop - developed at Facebook
and now available as open source,
transforms the PHP Script into
External links
The PHP Group [2]
PHP at the Open Directory Project
PHP Reference Manual [81]
roo]
PHP CLI (Command Line
Interface) web site
PHP Tutorial [83]
References
[I] Rasmus Lerdorf began
assembling C code originally
comp.infosystems.www.authoring.cgi
(Web link)
(http://groups.google.com/group/com
cc7d43454d64dl33). Retrieved on
(http://news.php.net/php.internals/4
The PHP project. . Retrieved 201003-27.
"Unicode"
(http://www.php.net/~derick/meetin
notes.html#unicode). The PHP
Group. . Retrieved 2008-03-25.
"Downloads"
(http://www.php.net/downloads.php
Archived
(http://web.archive.Org/web/200806
manuall/it/html/intro.whatis.php.wh
June 11, 2008 at the Wayback
Machine.
"Manual:Installationrequirements#P
(http://www.mediawiki.org/w/index.
title=Manual:Installation_requireme
oldid=299556#PHP). MediaWiki.
2010-01-25.. Retrieved 2010-02-26.
"PHP is the programming language
in which MediaWiki is written
[...]"
(http://drupal.org/node/176052).
Drupal.org.. Retrieved 2010-06-13.
"Moodle - About"
(http://docs.moodle.org/en/About_M
Moodle.org.. Retrieved 2009-12-20.
"PHP-related vulnerabilities on the
National Vulnerability Database"
(http://www.coelho.net/php_cve.htm
2008-03-01.. "Security and...
Driving? (and Hiring) - Sean
Coates: PHP, Web (+Beer)"
(http://seancoates.com/securityand-driving-and-hiring). Sean
Coates. . Retrieved 2009-07-29.
Computerworlduk.com
(http://www.computerworlduk.com/
source/blogs/index.cfm?
entryid=533&blogid=14), nterview:
Ivo Jansch, February 26, 2008
"PHP Taint Mode RFC"
(http://wiki.php.net/rfc/taint)..
php.net). 2008-08-15. .
http://wiki.php.net/rfc/shortags
Variables"
(http://www.php.net/manual/en/lan
The PHP Group.. Retrieved 200803-16. Instruction separation"
(http://www.php.net/basicsyntax.instruction-separation). The
PHP Group.. Retrieved 2008-03-16.
Comments"
(http://www.php.net/manual/en/lan
syntax.comments.php). The PHP
Group. . Retrieved 2008-03-16.
Integers in PHP, running with
scissors, and portability"
(http://www.mysqlperformanceblog.
integers-in-php-running-withscissors-and-portability/). MySQL
Performance Blog. March 27, 2007.
[69
[70
[71
[72 [73 [74 [75 [76 [77
[78 [79 [80 [81 [82 [83
"Functions"
(http://www.php.net/manual/en/lan
The PHP Group. . Retrieved 200803-16.
http://wiki.php.net/rfc/closures
"PHP 5 Object References"
(http://mjtsai.com/blog/2004/07/15
5-object-references/). mjtsai..
Retrieved 2008-03-16.
"Classes and Objects (PHP 5)"
(http://www.php.net/zend-engine2.php). The PHP Group.. Retrieved
2008-03-16.
"Object cloning"
(http://www.php.net/language.oop5.
The PHP Group. . Retrieved 200803-16.
"How do computer languages
work?" (http://www.linuxtutorial.info/modules.php?
name=Howto& pagename=Unixand-Internet-FundamentalsHOWTO/languages.html)..
Retrieved 2009-11-04.
(Gilmore 2006, p. 43)
"PHP Accelerator 1.2 (page 3, Code
Optimisation)" (http://www.phpaccelerator.co.uk/PHPA_Article.pdf)
(PDF). Nick Lindridge.. Retrieved
2008-03-28.
"eAccelerator"
(http://eaccelerator.net/). .
Retrieved 2009-09-18.
outputs"
(http://technow.owlient.eu/index.ph
php-compilers).
Technow.owlient.eu. . Retrieved
2010-05-20.
"PHP Function List"
(http://www.php.net/quickref.php).
The PHP Group. . Retrieved 200802-25.
http://www.dmoz.Org/Computers/Pr
http://www.php.net/manual
http://www.php-cli.com/
http://phpforms.net/tutorial/tutorial
HipHop for PHP
205
HipHop for PHP
HipHop for PHP is a source code
transformer for PHP script code.
HipHop programmatically
transforms PHP source code into
highly optimized C++ and then uses
g++ to compile it to machine code.
[I]
http://wiki.github.com/facebook/hip
php/
344ad7dcb05b8afed0825fblddd9b4c5
[8]
http://github.com/facebook/hiphopphp [9]
http://github.com/facebook/hiphopphp/ [10]
http://sourceforge.net/projects/hphp
[II]
http://groups.google.com/group/hiph
php-dev [12] http ://www. hiphopfor-php. com
[13]
http://www.stanford.edu/class/ee380
[14] http://ee380.Stanford.edu/cgibin/videologger.php?
target=100505-ee380-300.asx
PHP-GTK
207
PHP-GTK
PHP-GTK is a set of language
bindings for PHP which allow
GTK+ GUI applications to be
written in PHP. PHP-GTK provides
an object-oriented interface to
GTK+ classes and functions.
History
PHP-GTK was originally conceived
by Andrei Zmievski, who is also
actively involved in the
development of PHP and the Zend
Engine. The idea was received well
by the PHP community, and more
people started to get involved with
('Gtk', 'main_quit'));
$button->connect_simple('clicked',
'pressed');
$window->add($button); $window>show_all();
Gtk::main();
?>
The sample PHP-GTK 2 program
instantiates a GtkWindow widget
with the title "Hello World!",
containing a GtkButton labelled
"Click Me." When the button is
pressed, the message "Hello again -
(Portuguese)
[8]
References
[1]
http://freshmeat.net/projects/libgtkh
[2] Mattocks, Scott. Pro PHP-GTK.
ISBN 1-59059-613-7.
[3] http
[4] http
[5] http
[6] http
[7] http
[8] http
//www.priadoblender.com
//pecl.php. net/package/bcompiler
//www.gnope.org
//gtk.php.net/
//php-gtk.eu/
//www.php-gtk.com.br/
PHP-Nuke
PHP-Nuke is a web-based
[4] http
[5] http
[6] http
[7] http
[8] http
[9] http
//www.cpgnuke.com/
//w w w. lgnuke. org/
//www.nuke-evolution.com
//phpnuke-clan.net/
//mega-nuke, com
//www.dmoz.org/Computers/Program
Nuke/
Php4delphi
213
Php4delphi
PHP4Delphi is a Visual
Development Framework for
creating custom PHP Extensions
using Delphi. PHP extension, in the
most basic of terms, is a set of
instructions that is designed to add
functionality to PHP.
Overview
PHP4Delphi provides Visual
Development Framework for
creating custom PHP Extensions
using Delphi. PHP extension, in the
most basic of terms, is a set of
instructions that is designed to add
functionality to PHP.
PHP4Delphi also allows executing
the PHP scripts within the Delphi
program directly from file or
memory. You can read and write
global PHP variables and set the
result value.
PHP4Delphi allows you to embed
[2]
Official CodeGear website
PHPX control [4]
PHP architect magazine
Delphi-PHP Forums [3]
phpDocumentor
215
phpDocumentor
Documentor
The phpDocumentor logo
Stable release
Platform
1.4.3/September 5, 2009
Cross-platform
Type Documentation generator
License GNU Lesser General Public
License
Website
phpDocumentor
[I]
Comparison of documentation
generators
PHPDoc standard for commenting
PHP code
External links
Official Website [2]
PhpDocumentor at the PEAR
project
[3]
References
[1] http://www.phpdoc.org [2]
http://www.phpdoc.org/ [3]
http://pear.php.net/package/PhpDoc
PhpGedView
216
PhpGedView
PhpGedView
J? new to^tja *di.
-^ Finlay Family Genealogy EEz;Jj
.=.
? ? _ x _, T % 7 *
Sample PhpGedView Web Page
Original author(s) John Finlay
Developer(s)
Initial release
Stable release Development status
Written in Operating system
Type License
Website
The PhpGedView Team
[I]
June 2002
[2]
GPL.
PhpGedView is hosted on
Sourceforge, where it was Project of
the Month in December 2003. It is
a widely used
interactive online genealogy
application, with over 1600
registered sites as of November,
2008. On June 26, 2006,
rsi the phpGedView site announced
that phpGedView was the most
active project at Sourceforge. It was
also second
most active in July, 2006.
(http://sourceforge.net/project/mem
group_id=55456), PhpGedView SourceForge.net
title=What_is_PhpGedView)- "I
decided to develop
phpGedView because I wanted to
update the genealogy area on my
web site and decided to look around
for a dynamic GEDCOM to HTML
converter. I looked at few programs,
but was sadly disappointed at the
design and layout of them. This led
me to begin creating my own. I
soon released the first version on
SourceForge in June 2002 John
Finlay" [5] EOGN's
Announcements: Neumont
University offers free
(http://sourceforge.net/forum/forum
forum_id=585569)
[II] PhpGedView Privacy (modes)
(http://phpgedview.net/privacy.php)
task,viewlink/link_id,517/Itemid,35/
[16] http://phpgedview.net [17]
http://wiki.phpgedview.net/en/
[18]
http://sourceforge.net/projects/phpg
PhpGraphy
218
PhpGraphy
phpGraphy is an open source PHP
photo gallery script released under
GPL license.
It can be used to put a small photo
gallery online. It can handle many
pictures. It uses a standard file
structure. It can generate
thumbnails and low-resolution
pictures from uploaded graphics. It
can auto-import IPTC descriptions
into the database, if they were
embedded in your pictures.
External links
Official phpGraphy website
[l]
[2]
http://phpldapadmin.sourceforge.net
phpMyAdmin
220
phpMyAdmin
Developer(s)
phpMjPHMni
phpMyAdmin main screen
The phpMyAdmin Project
Initial release Stable release
Preview release
Written in
Operating system
Available in Type
License Website
September 9, 1998
3.3.3 [1] (May 10, 2010) r , [1 l J [
+/- I
3.3.3-rcl [2] (May 1,2010) [2]
PHP
Cross-platform
Multilingual (57)
1. Web interface
2. MySQL database management
3. Import data from CSV and SQL
4. Export data to various formats:
CSV, SQL, XML, PDF (via the
TCPDF library), ISO/IEC 26300 OpenDocument Text and
Spreadsheet, Word, Excel, LATEX
and others
5. Administering multiple servers
6. Creating PDF graphics of the
database layout
page
phpMyAdmin
223
References
[1]
http://en.wikipedia.org/wiki/Templa
[2]
http://en.wikipedia.org/wiki/Templa
[3]
http://www.phpmyadmin.net/docum
[4]
http://www.phpmyadmin.net/home_
[5]
http://www.phpmyadmin.net/docum
[6] http://www.adminer.org/en/
[7]
http://www.packtpub.com/mastering
phpmyadmin-3-l-fourthedition/book
[8] http://www.phpmyadmin.net/
[9]
http://sourceforge.net/projects/phpm
PhpMyBibli
PMB (PhpMyBibli) is a fully
Reports
SDI (Selective Dissemination of
Information Service)
Administration
Acquisition
The features of PMB are,
User friendly web interfaces for
librarian and users
UNIMARC
Z39.50
Barcode generator
Koha
OpenBiblio
PhpMyLibrary
Tellico
External links
PMB Website [2]
References
[1] http://www.sigb.net/ [2]
http://www.sigb.net
phpPgAdmin
225
phpPgAdmin
phpPgAdmin is a web application,
written in PHP, for managing
PostgreSQL databases.
phpPgAdmin is a web-based client
which leverages PHP scripting and
the PostgreSQL database to provide
a convenient way for users to create
databases, create tables, alter tables
and query their own data using
industry-standard SQL.
The project originally started as a
fork of phpMyAdmin, but is now a
phpSQLiteAdmin is a web
application, written in PHP, for
managing SQLite databases.
phpSQLiteAdmin is a web-based
client which leverages PHP
scripting and the SQLite filedatabase system to provide a simple
way for users to create databases,
create tables, and query their own
data using non-industry-standard
SQLite syntax.
External links
Official website
References
[1]
http://s.userdot.net/projects/phpsqli
PhpXCore
227
PhpXCore
phpXCore is a free open source
content management framework
for creating customized content
management systems written in
PHP. phpXCore framework bases
on Model-view-controller design
pattern and supports both PHP4
and PHP5.
Features
Compatible with PHP4 and PHP5
Request dispatcher with good
looking custom URLs
Fast, flexible templating (Smarty)
Simple AJAX - xajax
JavaScript framework Script.aculo.us
Project status
phpXCore is under heavy
development.
External links
Homepage phpXCore
[l]
Homepage phpXCore on GoogleCode
T31 Unofficial Developers Wiki
[21
References
[1] http://www.phpxcore.org/
[2]
http://code.google.eom/p/phpxcore/
phpBB
228
phpBB
^J
creiL'r.E 2ir.::.-:.'.ils ..::.i..!ii
Written in Available in
Type
License Website
The phpBB Group
3.0.7-PLl [1] (March 5, 2010), , [1] ,
[ +/- 1
[2]
[+/PHP
[3]
phpBB
229
Work on phpBB 3.0.x began in late
2002. It was originally intended to
be released as phpBB 2.2, and the
first planned feature list was
announced on May 25, 2003.
However, as development
progressed, the developers realised
that phpBB 2.1.x (the development
release cycle for 2.2) had eliminated
virtually all compatibility with the
2.0.x line, so the version number
for release was changed to 3.0.0, in
keeping with the Linux kernel
versioning scheme, which phpBB
[21]
The phpBB teams held their firstever phpBB users conference in
London on July 20, 2008, which
was titled
Londonvasion featured
presentations by phpBB team
members on various topics
"Londonvasion 2008
,,[22]
important to the phpBB
community, MOD authors, and
developers. Londonvasion provided
a unique opportunity to
socialise with members of the
phpBB teams. The event also
represented the first time that most
members of the teams had a chance
to meet each other in person.
The phpBB teams underwent
numerous changes in 2009. On
January 1, the teams formally
ended support for
T231 phpBB2. Many of the nondevelopment teams released betas
and release candidates of side
projects during this
an eighteen-month beta/release
candidate stage,
1311 it went gold on December 13,
2007.
Some of phpBB3's major features
include:
Modular design for the Admin
Control Panel, Moderator Control
Panel, and User Control Panel
Support for multiple database
management systems, including
MySQL, Microsoft SQL Server,
Oracle, PostgreSQL, SQLite,
Firebird, OpenLink Virtuoso, and
viewtopic page to
the right in order to provide more
focus on the post content. phpBB3
does not allow the use of HTML
tags in
1341 comments. An alternate
default theme called subsilverl
comes bundled with phpBB, which
is based on the
default theme from phpBB2 called
subSilver. However, an
administrator must install it on the
board manually before
it is accessible to users.
available.
The latest stable release in the 3.0.x
line (code named "Olympus") is
phpBB 3.0.7, the "Run bugs, run!
Bertie is coming!" edition, released
on February 28, 2010. This version
was superseded by 3.0.7-PL1
approximately a week later, on
March 5, 2010, after the initial
public release of 3.0.7 was found to
introduce a security issue. phpBB3
requires PHP 4.3.3 or later and is
fully compatible with PHP 5.
Administration Control Panel
phpBB
232
phpBB2
phpBB2 was the predecessor of the
present-day phpBB3. Developed
during 2001-2002, the source code
was written primarily to run on
PHP 3.0 and 4.0 (version 2.0.13
upped the minimum requirement
to PHP 4.0.3 due to a necessary
security fix), and by the time that
phpBB3 was released in late 2007,
the developers and other team
members felt that it no longer met
their quality coding standards, and
announced plans for the
retirement/end of support of 2.0.x
within
no]
a few months of 3.0.0's release.
phpBB2 was never officially
supported under PHP 5. Although
many users had no problems
running it after making a few
changes to PHP 5's default
configuration settings, the teams
chose not to offer support for this
A default installation of phpBB 2.0.
configuration
[39]
[40]
Official support for phpBB2 ended
on January 1, 2009, and the 2.0.x
support forums have been locked.
no]
Furthermore all development for
phpBB2, including security patches,
has ceased as of February 1, 2009.
However, a number of unofficial
support sites for phpBB2 have
formed to fill the void and will
likely continue supporting phpBB2
indefinitely.
Many administrators still prefer to
[41]
Compatibility with multiple
database management systems
including MySQL, PostgreSQL,
Microsoft SQL Server, and
Microsoft Access,
[42]
Code and interface
customisations, termed MODs and
styles.
[431 The last official release of the
2.0.x line is 2.0.23, released on
February 17, 2008. However, the
code for phpBB
new cache
plugins (XCache, Alternative PHP
Cache, eAccelerator, Memcache,
and a "null" no-cache plugin), and
quick reply
(an often-requested feature by a
subset of phpBB users) among
other minor feature additions.
phpBB 3.0.6 has had
four RC releases and its final
release was on November 17, 2009.
The Development Team has begun
working on phpBB 3.1, formerly
phpBB 3.2. (Before July 29, 2009,
phpBB
followed the original Linux kernel
versioning scheme, in which the
middle number represents a
development version
T451 if it is odd and a stable version
if it is even). The developers
previewed their planned feature list
at Londonvasion,
and new features include a
complete overhaul of the Moderator
Control Panel (MCP) and
moderation capabilities,
implementation of AJAX where it is
Centre.
AutoMOD
AutoMOD, currently in the fourth
release candidate stage, is a tool
developed by the phpBB MOD
Team that parses and automatically
installs phpBB3 MODs distributed
in the MODX format. Users simply
have to upload the contents of a
MOD download to their phpBB
source directory and run AutoMOD,
which will parse the MOD
instructions and make the
necessary file changes. Depending
on the server configurations, it will
either automatically merge the
support forum.
AutoMOD is the successor to
EasyMOD, a tool for phpBB2 which
was also developed by the phpBB
MOD Team and performed
essentially the same task. The latest
version of EasyMOD is 0.4.0,
released on June 30, 2008. Support
and downloads for EasyMOD can be
obtained in the EasyMOD support
forum.
Unified MOD Installation Library
(UMIL)
The Unified MOD Installation
library is a library designed to
phpBB Community
phpBB is also home to large
community of individuals who
contribute greatly to the overall
project. Full of members dedicated
to the open source movement, the
community's user driven content
such as mods and styles available
offers any phpBB user the ability
the customize their board any way
they see fit to do so.
In light of the success of their
London meetup and in an effort to
help with bridging the gap between
team members and community
members, on October 12, 2008,
http://en.wikipedia.org/wiki/Templa
[2]
http://en.wikipedia.org/wiki/Templa
(http://www.phpbb.com/community
p=135543#135543).
Maintenance Announcement"
(http://www.phpbb.com/community
f=14&
phpBB
236
[II
[12
[13
[14
[15 [16
[17 [18 [19
[20
[21
[22
[23
[24
[25
[26
[27 [28
[29
[30
[31
[32 [33
Retrieved 2009-03-09.
"Londonvasion 2008
Announcement"
(http://www.phpbb.com/community
f=14&t=1058455). Phpbb.com..
Retrieved 2009-03-09. "Support for
phpBB 2.0.x has ended"
(http://www.phpbb.com/community
f=14&t=1385785). phpBB.com.
2009-01-01. Retrieved 2009-11-29.
(http://www.phpbb.com/community
f=14&t=1859035). phpBB.com.
2009-11-17.. Retrieved 2009-11-29.
(http://www.phpbb.com/community
f=14&t=853775). .
Marshalrusty (2009-01-01).
"Support for phpBB 2.0.x has
ended"
(http://www.phpbb.com/community
f=14&
=1385785). Phpbb.com. . Retrieved
2009-03-09.
php?f=14&t=2015905). phpBB
Group. . Retrieved 2010-03-07. [48]
"phpBB3 MOD Database Policies"
(http://www.phpbb.com/mods/polici
Phpbb.com. 2009-01-18. . Retrieved
announcement"
(http://area51.phpbb.com/phpBB/vie
f=17&t=29652).
Area51.phpbb.com. . Retrieved
2009-03-09. [56]
Area51.phpBBb.com
(http://area51.phpbb.com/phpBB/vie
f=15) [57] Phpbb.com
(http://www.phpbb.com/mods/umil/
[58] phpBB.com
(http://www.phpbb.com/mods/umil/
[59] phpBB.com
(http://www.phpbb.com/mods/umil/
[60] psoTFX (2004-12-18). "phpBB
team response to Santy worm"
(http://www.phpbb.com/community
f=14&t=248046).
f=14&
f=4&t=24350). Area51.phpbb.com. .
Retrieved
Retrieved 2009-09-16.
[70] http
[71] http
[72] http
[73] http
[74] http
//www.phpbb.com/
//opensourcecms.com/index.php?
option=content&task=view&id=143&
//www.forumsoftware.org/phpbb3/review
//www.dmoz.org/Computers/Program
//github. com/phpbb
phpGrabComics
238
phpGrabComics
GNU phpGrabComics is a web
application (based on PHP and
MySQL) for downloading comic
strips from the web. The main aim
of phpGrabComics is to help users
to read and archive their favourite
comic strips.
PLIST
phplist is an open-source mailing
list manager. It is written in PHP
and uses a MySQL database for
storing information.
Premise
The software runs on a web server
and allows web site administrators
to set up a web based newsletter
subscription system where users
can subscribe to the desired mailing
lists.
It allows email messages to be sent
out to a large number of subscribers
upload, or SSH.
Multiple List Administrators. The
super-admin can assign lists to List
Managers, who can manage their
users and lists. The super-admin
user can 'prepare' messages that can
be sent by list managers to their
lists.
Subscriber preferences. Every
email message contains
personalized URLs for subscribers
to update their preferences or
unsubscribe. Subscribers can
update their own information and
keep your database up to date.
Unlike most other mailing list
expressions.
CSV Import and Export. Use CSV
(Comma-separated values) and tab
delimited files to import your
existing list of users or to export the
users on the phplist system for use
in your in-house database, phplist's
database has a 'foreign key' to help
keep multiple copies of databases
synchronized without duplicating
users.
Attachments can be uploaded and
included in messages for download.
Send a Web page. You can tell
PHPlist the URL of a web page you
sent.
Repetition. A message can be
repeated automatically to send
updated dynamic content and
attachments.
Text from HTML, phplist will
automatically create a text version
of an html message. Optionally the
message composer can create it
manually.
Translations
The administrators interface of
phplist is currently available in 13
languages: English, Spanish,
Mailing list
Netiquette
Usenet
Newsletter
Electronic mailing list
Distribution list
Dada Mail
External links
Official Web Sites
phplist homepage
[71
phplist documentation
phplist forums
Japanese phplist community
Polish phplist community
Reviews
phplist: Not your everyday
Mailman - Sean Kerner
ri2i
phplist - Easy Mass Email
Management
References
[I] "phplist"
(http://sourceforge.net/projects/php
SourceForge.net.. Retrieved 200812-17.
[II]
http://www.linux.com/articles/38327
[12]
http://www.newlifeit.com/wordpress
p=12
PHPmotion
242
PHPmotion
PHPmotion is a free-to-use video
sharing content management
system, written in PHP and using
MySQL databases and ffmpeg.
PHPmotion does not require
payment to use, but a "Powered by
PHPmotion" link is required unless
a fee is paid. The software provides
the average person the ability to
Release milestones
The demo website went live on
June 21, 2007, a week before the
first beta release of the software.
PHPmotion
243
Current status
Currently PHPmotion has over
100,000 webmasters that have
downloaded the software world
wide and the software has been
customized in over 35 different
languages.
Related products
There are a variety of products that
are made to be used in conjunction
with PHPmotion software. These
products enhance the usability,
functionality, and aesthetics of the
software. For example,
VIDEOGRABBER PLUS+ allows
users to easily retrieve authorized
videos to use on their websites from
other websites such as youtube.com
and myspace. InviteMyContacts
allows PHPmotion users the ability
to instantly import contacts from
their email accounts like hotmail,
gmail, and yahoo.
MassUploader(FTP) allows
http://www.phpmotion.com/
http://www.phpmotiontemplates.com
http://www.phpmotion.com/forum
External links
http://wiki.phpmotion.com
http://phpmotion.fr - French
support forum
References
PhpWiki
244
PhpWiki
A hat :s z 'A ikm-kr' 1 . el: .'A :!::::.
:: Leam HowroL'seWiki and learn
about AddingPages . ^.se the
Sar.dEox i.v=e m -y.pw.\-i<x v.di '.'
ildt-a^e;. Please <;i?n ;,-orr r.atre i-i
Rer?titVi'it,i|-'
"iiij .'.i: [11..I1 Pli^c: djc
!.Il:lPulli1^i . Read the
ReleaseNotes .- .:.:.:: ..: .:.' :.::. "' :
'..:.
Developer(s) Reini Urban, MarcEtienne Vargenau
Stable release
Preview release
Written in
Platform Available in
Type License
Website
1.3.14 [2] (July 1,2007) [1]
1.3.14-20070714 [2] (July 14, 2007)
[3]
PHP
Cross-platform
de, en, es, fr, it, ja, nl, po, sv, zh
Wiki GNU GPL
[4]
PhpWiki is a web-based wiki
software application. It began as a
clone of WikiWikiWeb and was the
first wiki written in PHP. PhpWiki
has been used to edit and format
paper books for publication.
History
The first version, by Steve
Official website
References
[1]
http://en.wikipedia.org/wiki/Templa
[2]
http://en.wikipedia.org/wiki/Templa
[3]
http://en.wikipedia.org/wiki/Templa
[4] http://phpwiki.sourceforge.net/
[5] Ehersbach, Anja; Markus
Glaser, Richard Heigl, Gunter
Dueck (2006). Wiki: Web
Collaboration
(http://books.google.com/
books?id=BQ9vV6TUJEC&pg=PA18&dq=phpwiki#P
Springer, pp. 17-18. ISBN
3540259953.. Retrieved 2009-0221. [6] Van der Vlist, Eric (2004).
RELAXNG
(http://books.google.com/books?
id=nYKg2fUzCP8C&pg=PR18&dq=ph
O'Reilly. ISBN 0596004214. .
Retrieved 2009-02-21. [7]
http://senseis.xmp.net/7GoWiki
[8] http://phpwiki.sourceforge.net
Pimcore
246
Pimcore
Pimcore is a browser-based free and
open source modular content
management system (CMS) and
web framework for creating and
managing websites and web
applications released under the
terms of the BSD Licence.
Technologically strictly based on
the Zend Framework and the ExtJS
user interface toolkit, pimcore
provides an intuative WYSIWYG
interface including Drag-and-DropOperations for working with digital
assets and web content.
Technology
Pimcore is purely written in objectoriented PHP 5 and is based on the
Zend Framework. The application
structure of pimcore follows the
basic Modelviewcontroller
pattern and all additional Zend
Framework APIs (database
abstraction, caching, il8n,...)
modules and helpers (Zend View
Helpers,...) can be used within
pimcore. The frontend of the
administration interface is powered
by the Javascript ExtJS user
interface toolkit. The
communication between frontend
and backend is purely based on
T21
Official pimcore project website
Pimcore demonstration website
Official help documentation
Community forums
References
mail
Other features are listed on the
project's homepage.
See also
Comparison of photo gallery
software
External links
Official website
References
[1] http://www.piwigo.org/
[2] PhpWebGallery turns Piwigo
(http://legall.net/pierrick/en/blog/index.php7p
turns-Piwigo)
[3] Release archive
(http://piwigo.org/basics/archive)
[4] http://piwigo.org/ext
Plogger
Plogger is an open-source web
photo gallery application for
creating, editing, and managing
online photo galleries. Plogger will
work with websites on servers that
support MySQL v3.23, GD Graphics
Library 1.0, and PHP 4.
Features
Plogger offers various photo gallery
features, such as custom gallery
organization, RSS feed output,
keyboard shortcuts for accessibility,
as well as a remote uploading
feature. A full list of features can be
found at Plogger's Full Feature List
Documentation
T21
Plogger Documentation
See also
Photo gallery comparison
External links
Plogger's main site
Plogger demo page
Integrating Plogger
HotScripts reviews of Plogger
171
Comment on Scriptdungeon.com
L'
References
[1] http://plogger.org/features/
[2] http://plogger.org/docs/install/
[3] http://plogger.org
[4] http://plogger.org/demo/
[5]
http://www.davidcubed.com/integrat
plogger/
[6]
http://www.hotscripts.com/review/5
[7]
http://www.scriptdungeon.com/freep
Pluck (software)
251
Pluck (software)
Pluck, also known as pluck-cms, is
an open source content
management system, written in the
PHP scripting language. It allows
for easy webpage creation for users
with little or no programming
features :
Simple page creation
Theming system
Module support
Trashcan
It also includes 3 default modules:
Albums
Blog
Contact form
More functionality can be added
[3]
4.2 was the first version with the
name pluck, and also the first
version released
under the GNU General Public
License
[3]
CMSsystem login page
Vulnerabilities
According to Secunia, pluck
currently (as of July 2009) has 0
unpatched security advisories (out
of 5 total).
External links
Official website
[7]
Documentation
Support forum
References
[1] http://www.pluckcms.org/docs/dev:modules
[2] http://www.pluck-cms.org/?
file=kop3.php
[3] http://www.pluckcms.org/forum/viewtopic.php?
pid=2101#p2101
[4] http://www.pluckcms.org/index.php?file=kopll.php
[5]
http://secunia.com/advisories/produ
[6] http://www.pluck-cms.org/
[7] http://www.pluck-cms.org/docs
[8] http://www.pluckcms.org/forum
PmWiki
254
PmWiki
PmWiki is wiki software written by
Patrick R. Michaud in the PHP
programming language. It is free
software, licensed under the terms
of the GNU General Public License.
Design focus
PmWiki is designed to be easy to
install and customize as an engine
for creating professional web sites
with one to any number of content
authors. The software focuses on
ease-of-use, so people with little IT
Content storage
PmWiki uses regular files to store
content. Each page of the wiki is
stored in its own file on the web
server. Pages are stored in ASCII
format and may be edited directly
by the wiki administrator.
According to the author, "For the
standard operations (view, edit,
page revisions), holding the
information in flat files is clearly
faster than accessing
141 them in a database..."
PmWiki is designed to be able to
thumbnail/gallery creation.
Wiki structure
In PmWiki, wiki pages are
contained within "wiki groups" (or
"namespaces"). Each wiki group can
have its own configuration options,
plug-ins, access control, skin,
sidebar (menu), language of the
content and of the interface.
By default, PmWiki allows exactly
one hierarchical level of the pages
("WikiGroup/WikiPage"), but
through recipes, it is possible to
have a flat structure (no wiki
groups), multiple nested groups, or
sub-pages.
Special wiki groups are "PmWiki",
Site, SiteAdmin and Category which
contain the documentation and
some configuration templates.
Templates (skins)
PmWiki offers a template scheme
that makes it possible to change the
look and feel of the wiki or website
with a high degree of flexibility in
both functionality and appearance.
Access control
PmWiki permits users and
administrators to establish
password protection for individual
pages, groups of pages or the entire
site. For example, defined zones
may be established to enable
collaborative work by certain
groups, such as in a company
intranet.
Password protection can be applied
to reading, editing, uploading to and
changing passwords for the
restricted zone. The out-of-the box
installation uses "shared
passwords" rather than login
names, but a built-in option can
enable a sophisticated user/group
based access control system on
ri3i
PmWiki References lists a number
of publications about PmWiki in
various languages
References
[3]
http://www.pmwiki.org/wiki/Cookbo
[4] "PmWiki Design - Flat File
Advantages"
(http://pmwiki.org/wiki/PmWiki/Fla
Retrieved 2008-08-14.
[5]
http://www.pmwiki.org/wiki/PmWik
[6]
http://www.pmwiki.org/wiki/Cookbo
[7]
http://www.embedthis.com/products
web-server.html
[8]
http://www.pmwiki.org/wiki/Cookbo
[9]
http://www.pmwiki.org/wiki/PmWik
[10]
http://www.wikimatrix.org/show/Pm
[II]
http://linuxgazette.net/114/shekhar.h
working correctly:
PHP 5.2.1 (authentication is
impossible)
PHP 5.2.6 (authentication is
impossible under 64bits servers)
PHP 5.2.9 (image
management/upload broken)
PHP < 5.2 (invalid date timezone)
(**) PrestaShop is working from
MySQL 4.1.14 to 5.0 too but some
features are not working (e.g.,
product duplication) or have
strange behaviors
Search
Merchandise return (RMAs) &
credit slips
Package tracking
Offer gift-wrapping & recycled
packaging
PDF customer invoice
Shopping Cart recall
Sale of services & virtual goods
Custom Favicon
RSS feed
Newsletter opt-in
'Pick up in-store' option
Customized product (text and
images)
Wishlist
Loyal customer program
Affiliate program
Sponsor-a-friend benefit program
Customer product reviews
Back Office:
Maintenance Mode
Minimum order amount
Newsletter contact export
Alias search
Bulk lister/import .CSV files
SSL (Secure Sockets Layer)
encryption
Visitors online
Content Management System
(CMS)
Reports
Customer groups
Languages
PrestaShop is now translated into
38 languages: Arabic, Argentina,
Bulgarian, Catalan, Simplified
Chinese, Traditional Chinese,
Czech, Danish, Dutch, Estonian,
English, Finnish, French, Galician,
Georgian, German, Greek, Hebrew,
Hungarian, Indonesian, Iranian,
Italian, Latvia, Lithuanian,
Norwegian, Polish, Portuguese,
Portuguese-Brasilian, Romanian,
Russian, Slovak, Spanish, Swedish,
Thai', Turkish, Ukrainian and
Vietnamese.
Releases
PrestaShop 1.0 was released on July
31, 2008. PrestaShop 1.1 was
released on December 19, 2008,
PrestaShop 1.2 was released on July
29, 2009, PrestaShop 1.3 was
released on May 25, 2010.
External links
Official Prestashop Website
Official Marketplace [3]
mi
Spanish Prestashop Website
Software
References
[1] http://www.prestashop.com/
[2] PrestaShop Modules &
PrestaShop themes
(http://www.prestastore.com/)
PrestaStore
[3] http://www.prestastore.com/
[4]
http://www.todoprestashop.com/
[5] http://www.presta-tr.com/
[6] http://www.presta-shop.ir/
[7] http://www.prestashop.hu/
[8] http://www.prestashopdeutschland.de/
[9] http://www.prestathemes.com/
[10]
http://www.freeprestashopmodules.c
Project Zero
261
Project Zero
WebSphere sMash is a development
and runtime environment from
IBM for the creation of dynamic
T71
OSS Developers: Project Zero
Aims for Next-Gen Web
Applications
ro]
IBM WebSphere sMash VI. 1.0
brings smart application
development to businesses
References
[1] "About Project Zero"
(http://www.projectzero.org/about/)
Project Zero Site.. Retrieved 200806-23.
01.ibm.com/common/ssi/index.wss?
DocURL=http://www01.ibm.com/common/ssi/rep_ca/7/8
417/
index.html&InfoType=AN&InfoSubT
&
paneltext=Announcement%201etter%
descx
Propel (PHP)
Propel is a free, open-source (MIT)
object-relational mapping toolkit
written in PHP. It is also an integral
part of the PHP framework
Symfony and was the default ORM
Features
Propel's primary function is to
provide a mapping between PHP
classes and database tables. To
accomplish this Propel includes a
generator component which uses
source code generation to build
PHP classes based on a datamodel
definition written in XML. Propel
also includes a runtime component
which manages connections,
transactions, and any idiosyncratic
rules that describe the workings of
the RDBMS being used with Propel.
See also
[1] http://www.propelorm.org
[2] http://www.symfonyproject.org/book/l_2/08-Insidethe-Model-Layer
QPHP Framework
264
QPHP Framework
QPHP Framework is an ASP.NET
like, open source, object-oriented
web application framework created
to facilitate the development of
PHP4 / PHP5 based websites. It is
event driven, component based,
Features
PHP4 / PHP5 compatibility
Event driven, component based
Brings the elegance of Java and C#
Relies extensively on OOP concepts
and the MVC design pattern
Code-behind approach is used
Ajax support
Support for multiple database
systems
Internationalization
Framework
Demo [2]
References
[1] http://qphp.net/
[2] http://qphp.net/examples/
Quick.Cart
266
Quick.Cart
Quick.Cart is a freeware shopping
cart software. It is written in PHP,
so it runs on most internet servers.
plugins installation.
Support
It is supported by a web forum,
where most problems concerning
Quick.Cart are discussed. There is
also documentation on the official
page for Quick.Cart. It contains a
description of Quick.Cart and some
basic modifications.
External links
Start - OpenSolution.org shopping cart
141
//opensolution.org/index,pl.html?
sLang=en
//www.opensolution.org/Quick.Cart/
//www.opensolution.org/Quick.Cart/
sLang=en
RKWard
268
RKWard
RKWard is a transparent front-end
to the R programming language, a
very powerful scripting-language
with a strong focus on statistic
[11
References
Ravennuke
269
Ravennuke
RavenNuke is a content
management system platform for
publishing content on the World
Wide Web and intranets. The
system includes features such as
page caching to improve
performance, RSS feeds, printable
versions of pages, news flashes,
accompanying documentation.
History
RavenNuke CMS began in
November, 2005, as a distribution
of PHP-Nuke that included the
Nuke Patched security
improvements and fixes from
NukeFixes.com, the NukeSentinel
security add-on from
NukeScripts.net, and other
pre-installed add-ons
[2] [3]
The initial drivers of RavenNuke
Features
RavenNuke includes the basic
Content Management / Portal
functionality of PHP-Nuke but
without the recognized and unfixed
security concerns of the code upon
which it is based. RavenNuke also
includes advanced user
management, extensive group
access permissions, an event
calendar, advanced newsletter, the
ability generate feeds in RSS and
ATOM formats for most content
types at multiple levels, the ability
to display RSS and ATOM feeds,
customizable error document
External links
RavenNuke Support
ri2i
RavenNuke Demonstration Site
References
[I]
http://www.ravenphpscripts.com/
Released"
(http://www.nukecops.com/article49
2005-11-28. . Retrieved 2009-10-12.
http://secunia.com/product/2385/?
task=advisories [7] Secunia
Vulnerability Report for PHP-Nuke
8.x
http://secunia.com/product/13524/?
task=advisories [8] NukeSentinel
Description
http://www.nukescripts.net/nukesen
[9] WarpSpeed - PHP-Nuke Addons
http://warpspeed.4thdimension.de
[10] "[waraxe-2009-SA#072
(http://www.waraxe.us/advisory72.html) - Multiple Vulnerabilities
in RavenNuke 2.3.0"]. 2009-02-16. .
[II]
http://www.ravenphpscripts.com
[12] http://www.ravennuke.com
ReOS
271
ReOS
ReOS is as open source free webbased real estate listing
management application. It is
designed to be easy to setup and
use. The project was written in PHP
programming language under
Affero General Public License.
References
[3]
http://github.com/gabordemooij/red
[4]
http://github.com/desfrenes/redbean
RefDB
273
RefDB
specifications of a journal or a
publisher.
Text editor extensions are provided
for Emacs and for Vim to integrate
editing, searching, and citing
references as well as transforming
your documents into your familiar
XML, SGML, or LaTeX authoring
environment.
RefDB ports or packages are
available for a variety of operating
systems.
See also
Comparison of reference
management software
External links
Official RefDB website
[l]
SourceForge project page
[2]
References
[1] http://refdb.sourceforge.net/
refbase
274
refbase
Website
refbase
[1]
refbase is web-based institutional
repository and reference
management software which is
often used for self-archiving,
refbase is licensed under the GPL
and written in PHP and uses a
MySQL backend.
It can import and export a variety of
standard bibliographic formats,
including BibTeX, Endnote, RIS,
ISI, MODS XML, PubMed, Medline,
See also
Comparison of reference
management software
External links
Official refbase website
[2]
[1]
refbase users (including databases
which have 10,000 records for atom
probe, cephalopods, conservation
science, marine and polar science)
SourceForge project page
refbase
275
References
[1] http://www.refbase.net/
[2]
http://wiki.refbase.net/index.php/Re
[3]
http://sourceforge.net/projects/refba
User talk:Renlok/WeBid
WeBid is an online Auction package
written in the PHP scripting
language. Available under the GNU
WeBid website
[l]
WeBid wiki
[2]
References
[1] http://www.webidsupport.com/
User:Renlok/WeBid
276
User:Renlok/WeBid
WeBid is an online Auction package
External links
WeBid website
[l]
WeBid wiki
ResourceSpace
277
ResourceSpace
'S ResourceSpace
Comprehensive Exif/IPTC/XMP
header import and export using
ExifTool
Multiple file upload using
SWFupload
Creates preview 'contact sheets'
using FPDF
Minimal hosting requirements uses PHP/MySQL technology which
is supported by all major hosting
providers
Plugin support - third party
developers can create plugins to
extend functionality
References
[1] http://www.montala.net
[2] http://www.resourcespace.org
[3]
http://groups.google.com/group/reso
[4] http://rswiki.montala.net
[5] http://www.resourcespace.de/
Robogallery
279
Robogallery
robo gallery
Developer(s) Stable release
DesignRobots 1.2/June 18,2009
Preview release 1.2.1
Development status Active
Operating system Cross-platform
Platform PHP
License Website
GNU General Public License
version 2 [1]
RoboGallery is WordPress plugin
Current Features
PHP- and (Postgresql-MySQLSqlite)-based
Multilingual capabilities
Full support for MIME and HTML
messages
Compose messages with
attachments
IMAP Support
Multiple sender identities
Basic address book
Customizable Themes
Plugins
T21 A variety of plug-ins are
available from the Plugin
Repository .
See also
Internet Messaging Program
SquirrelMail
BlueMamba
IlohaMail
Comparison of e-mail clients
External links
RoundCube home
RoundCube user forum
RoundCube home page
Roundcube forum Russian users
RoundCube how-to
171 Install Roundcube from
subversion (svn) on FreeBSD
References
[1] Dev_Members - RoundCube
Webmail - Trac
(http://trac.roundcube.net/wiki/Dev_
[2]
http://trac.roundcube.net/wiki/Plugi
[3] http://www.roundcube.net/
[4] http://roundcubeforum.net/
[5] http://www.roundcube.ru/
[6]
http://www.paulstamatiou.com/2005
to-setup-roundcube-webmail-onyour-server/
[7]
http://fak3r.com/2005/ll/15/howto-
install-roundcube-webmail-fromsvn-was-cvs-on-freebsd/
SWiZ
SWiZ (simple visualisation classes)
is open source web application
framework for PHP.
SWiZ is rapid prototyping fr and
follows the model-view-controller
(MVC) paradigm. Common aspects
in SWiZ are modular and
overridable.
External links
SWiZ Homepage
References
[1] http://www.swiz.cz
Scope resolution operator
In computer programming, scope is
an enclosing context where values
and expressions are associated. The
scope resolution operator helps to
identify and specify the context to
which an identifier refers. The
specific uses vary across different
programming languages with the
notions of scoping.
Ruby
C++
The scope resolution operator (::) in
C++ is used to define the already
declared member functions (in the
header file with the .hpp or the .h
extension) of the class. In the .cpp
file one can define the normal
functions or the member functions
of the class. To differentiate from
the normal functions with the
member functions of the class, one
needs to use the scope resolution
operator (::) in between the class
name and the member function
name i.e. ship::foo() where the ship
is the class and the foo() is the
member function in the ship. The
#include <iostream>
using namespace std;
int n = 12; // A global variable
int main() {
int n = 13; // A local variable
cout << ::n << endl; // Print the
global variable: 12
cout << n << endl; // Print the local
variable: 13 }
PHP
In PHP, the scope resolution
Scope (programming)
Name resolution, which includes a
discussion of scope resolution
References
lang.org/en/about/)
Seagull PHP Framework
285
Seagull PHP Framework
Seagull PHP Framework (Seagull)
is an OOP PHP software framework
for building web, command line and
GUI applications. Seagull uses
Model-view-controller design
pattern. Many popular PHP
applications are integrated within
the project, as are various
templating engines, PEAR libs,
testing tools and managed library
code.
Features
Seagull offers the following key
features:
PHP 4/5 compatible
compact core framework with
complete modules in package
Model-view-controller pattern
performance conscious design
multiple input and output formats
integrated object-relational mapper
(December 2006)
Seagull in phpl architect
ro]
PHPHacks frameworks comparison
includes Seagull
Seagull PHP Framework
287
References
[1] http://seagullproject.org/
[2]
http://pear.php.net/manual/en/stand
[3] http://www.seagullproject.org/
[4] http://trac. seagullproject.org/
[5]
http://www.phpit.net/article/tendifferent-php-frameworks/
[6]
http://www.category4.com/blog/200
i-need-to-know-about-a-phpframework-before-i-can-use-it/
[7]
http://www.phparch.com/issue.php?
mid=66
[8]
http://www.phphacks.com/content/v
Serendipity (software)
management system
License Website
BSD license
Serendipity
[1]
Serendipity is a PHP based blog and
web-based content management
system. It is available under a BSD
license. It supports PostgreSQL,
MySQL, and SQLite database
backends, the Smarty template
engine, and a plugin architecture
for user contributed modifications.
Static Pages
Podcasting
RSS planet/aggregator
Robust spam blocking
Tag support
One-click upgrading from any
version
Can be embedded into your existing
web pages
Standards-compliant templating
through Smarty
References
Another reason why Serendipity
Blog ROCKS @Peaz, October 19,
2007 [ \
A Brief Look At The New
Bulletproof Serendipity Template
Framework, October 30, 2007 .
New kid on the blog: A look at
Serendipity 1.0. Linux.com, July 17,
2006 .
T71
Review at Gscripts.net
ro]
Review at ScriptDungeon.com
[91
Review at dissociatedpress.net
Review and Demo at
opensourcecms.com
Review at needforcontent.com
CMS Matrix Review [12]
Serendipity Tips: Agregated
blogging with Serendipity
References
[I] http://www.s9y.org/
[2] http://www.serendipitytemplates.org/
[3] http://s9y-bulletproof.com/
[4]
http://atpeaz.placidthoughts.com/ind
Another-reason-why-SerendipityBlog-ROCKS.html
[5]
http://www.dashken.net/index.php7/
Bulletproof-Serendipity-TemplateFramework.html
[6]
http://www.linux.com/feature/55370
[7] http://gscripts.net/free-phpscripts/Blogs/Serendipity/recommen
[8]
http://www.scriptdungeon.com/freep
[9]
http://www.dissociatedpress.net/200
now/
[10]
http://www.opensourcecms.com/ind
option=com_content&task=view&id=
[II]
http://needforcontent.com/serendipi
review
[12]
http://www.cmsmatrix.org/matrix/cm
matrix?func=viewDetail;listingld= 1
kvjAYUaLqNS_DYdfyJxQ
[13]
http://atpeaz.placidthoughts.com/ind
Automated-Aggregated-Bloggingwith-Serendipity-Weblog.html
SilverStripe
290
SilverStripe
<f>
Website
SilverStripe
2.4.0 [1] /May 5, 2010 Crossplatform
Content management system BSD
Licence
http://silverstripe.org
r-\
SilverStripe is a free and open
source content management system
(CMS) for creating and maintaining
websites. The CMS provides a web-
Highly configurable
security/permissions model (rolebased)
Data object model, database
generation through [objectrelational mapping], suite of
customizable data input controls.
Dynamic asset management,
image resizing
Multiple templates per page
Search engine friendly URLs,
meta-data management, XML
sitemap generation
[121
The SilverStripe themes directory
provides a number of communitycontributed, freely available
themes. These themes can be
quickly added to most SilverStripe
sites.
SilverStripe
292
Modules, Widgets, and Themes are
all available as free downloads
under the BSD license, and the
majority of them are community
contributed.
Software Requirements
SilverStripe is a web application,
requiring a compatible HTTP server
and SQL database. As of version
2.4.0 (5 March 2008), the
requirements for SilverStripe are as
follows :
Apache v 1.3.19+, Lighttpd, or
Microsoft IIS 5.1+ (A URL Rewriter
is strongly encouraged but not
required, to provide friendly URLs.)
MySQL V4.1.X+, Microsoft SQL
Server 2008+, Postgres 8.3+, or
SQLite
History
The SilverStripe software is
developed by SilverStripe Limited, a
website development company
founded in 2000.
Prior to SilverStripe 2.x, the CMS
was commercially available under a
proprietary license. Development of
SilverStripe 2.X started in late 2005,
as a complete overhaul to take
advantage of object orientation and
new features in PHP5.
On 3 February 2007, SilverStripe
2.0.0 was released publicly as free
and open source software
ri7i
In March 2007, SilverStripe was
selected for the Google Summer of
Code programme . This programme
resulted
n 8i in the 2.2 release of
SilverStripe
On 29 November 2007, SilverStripe
announced they would be
participating in the Google Highly
Open Participation (GHOP) contest
. This led to a proliferation of
themes, translations and widgets
that broadened the system.
[16]
software, and silverstripe.org, to act
as the home for the software and its
open source community
[21]
In May 2009, the SilverStripe
company formed partner
associations with other website
development companies to
represent the company in foreign
markets
1231 In February 2010, SilverStripe
claimed the software had been
downloaded 250,000 times since
first released
Recognition Awards
Winner [24] Packtpub Most
Promising CMS Award 2008, $2000
prize.
[251
Winner in New Zealand Open
Source Awards for October 2008
Most promising finalists in the
2007 Open Source CMS Awards
T271
Finalists in the New Zealand Open
nil
Interview on New Zealand
Television Show, 1 May 2007,
(Video) Close Up, Democratic
Technology
T321
Hiveminds Magazine, 15 March
2007, SilverStripe CMS is proof that
open-source works
Related links
SilverStripe related:
T21
changelog/timeline
[371
SilverStripe corporate website
SilverStripe CMS and Sapphire
CMF API documentation [ ]
References
[I]
http://www.silverstripe.org/stabledownload/ [2]
http://silverstripe.org
[3]
http://www.silverstripe.org/assets/vi
[4] http://demo.silverstripe.com
[5] http://help.silverstripe.com/
[6] http://doc.
silverstripe.com/doku.php
[7] http://silverstripe.org/sapphire
[8] http://doc.
silverstripe.com/doku.php?
id=modeladmin
[9] http://translate.
silverstripe.com
[10]
http://www.silverstripe.org/modules
[II]
http://silverstripe.com/widgets/
[12]
http://www.silverstripe.org/themes
[13] "SilverStripe server
requirements"
(http://doc.silverstripe.com/doku.ph
id=server-requirements). 2007-1205. . Retrieved 2007-12-1
SilverStripe, in German)"
(http://www.galileocomputing.de/
s-summer-of.php). 2007-03-23..
Retrieved 2007-12-09. [18]
"SilverStripe 2.2 released!
Redesigned interface and double
the features..."
(http://silverstripe.com/
silverstripe-2-2-releasedredesigned-interface-and-doublethe-features/). 2007-11-02. .
Retrieved 2007-12-09.
SilverStripe
294
[19]
http://code.google.com/opensource/g
8/
silverstripe-website-technologyspreads-with-launch-of-globalpartner-program/). 2009-05-06. .
Retrieved 2009-06-11. [23]
"250,000 downloads"
(http://www.silverstripe.org/250000-downloads/). 2010-02-02..
Retrieved 2010-02-02.
[24] http
[25] http
[26] http
[27] http
[28] http
[29] http
[30] http
[31] http
[32] http
[33] http
[34] http
[35] http
[36] http
[37] http
[38] http
//www.packtpub.com/article/2008most-promising-open-source-cmsannounced
//www.
silverstripe.com/silverstripe-takeshome-nz-open-source-award/
//www.packtpub.com/article/2007open-source-cms-award-finalists
//www. nzosa. org. nz/winners
//www.cmscritic.com/silverstripesteps-up-to-the-plate-and-hits-ahome-run-with-2-3-l-release/
//www. microsoft,
com/casestudies/casestudy. aspx?
casestudyid=4000003 891
//www.read
writeweb.com/archives/silverstripe_
//tvnz. co.
nz/view/page/497100/1090817
//www. hiveminds. co.
uk/node/3236
//doc. silverstripe.org/
//silvers tripe, org/forums
//doc. silverstripe.org/doku.php
//open, silverstripe. org/
Rackspace
Nirvanix
GoGrid
Stable release Written in
0.2 PHP
Operating system
Type
Cross-platform
Application programming interfaces
License Website
attention from
Services
The Simple Cloud API is a common
API for accessing cloud application
services offered by multiple
vendors. The following services are
supported:
Storage with adapters for services
such as Amazon S3 and Nirvanix
Document with adapters for
services such as Azure Table
Storage and Amazon SimpleDB
Queue with adapters for services
ri3i
All development is currently carried
out in the Zend Framework
laboratory . All bug reports and
comments will be collected on the
proposal pages until the API is
approved for inclusion in Zend
Framework.
See also
Cloud Computing
Windows Azure
IBM
Rackspace
Nirvanix
GoGrid
External links
Simple Cloud API
Zend Framework Homepage
ri4i
Simple Cloud API Homepage
References
[I] http://www.simplecloud.org/
zend-teams-with-ibm-microsoftrackspace-and-other-cloud-leaderson-open-source-initiative-to-drivecloud-application-development) [3]
InteroperabiltyMicrosoft Blog
Post
(http://blogs.msdn.com/interoperabi
microsoft-zend-and-othersannounce-simple-api-for-cloudapplication-services.aspx) [4]
BusinessWeek: IBM and Microsoft
Buddy-Upfor a Change
(http://www.businessweek.com/glob
2009/09/ibm_and_microso.html)
[5] Info World: Simple Cloud API
project offers portability hopes
(http://www.infoworld.eom/d/develo
world/
http://framework.zend.com/wiki/dis
hWil+Sinclair
[II]
http://framework.zend.com/wiki/dis
l--l-Wil-l-Sinclair [12]
http://framework.zend.com/wiki/dis
lI-Wil+Sinclair [13]
http://framework.zend.com/wiki/dis
[14] http://www.simplecloud.org
[15] http://framework.zend.com
Simple Machines Forum
297
Simple Machines Forum
simplemachines
Screenshot of a fresh SMF
installation
Developer(s)
Stable release
Preview release
Written In Type
License
Website
The SMF Team
[1]
1.1.11 [2] (December 1, 2009) [2]
2.0 RC3 [3] (March 8, 2010) [3]
PHP
Forum software
Simple Machines License
[4]
http://www.simplemachines.org/
Simple Machines Forum
(abbreviated as SMF) is a freeware
Internet forum application. The
software is written in PHP and uses
many of the
same resource and security
problems of the older YaBB
versions. Joseph Fung and Jeff
Lewis of Lewis Media Inc.
171 , the owners of YaBB SE and the
original owners of SMF, made the
decision to convert to a new brand
and name.
SMF started as a small project by
username "[Unknown]" (one of the
YaBB SE developers) and its main
intent was to add more advanced
templating to YaBB SE. The project
then slowly grew to address
variety of
display options.
Improved upgrade script with better
timeout protection and simpler user
interface.
Custom profile fields to enable
administrators to add additional
member fields from the
administration center.
Use of OpenlD.
The first public beta of SMF 2.0 was
released on Monday, March 17
2008.
Localization
J 13 ]
SMF is available in over 47
languages , including Albanian,
Arabic, Bangla (Bengali), Bulgarian,
Catalan, Chinese, Croatian, Czech,
Danish, Dutch, English, English
British, Finnish, French, German,
Greek, Hebrew, Hindi, Hungarian,
Indonesian, Italian, Japanese,
Kurdish, Macedonian, Malay,
Norwegian, Persian, Polish,
Portuguese, Romanian, Russian,
Serbian, Spanish, Slovak, Swedish,
Thai, Turkish, Ukrainian, Urdu and
Vietnamese. SMF is also being
developers, customization,
documentation, internalization,
marketing, and management
divisions. The SMF support staff
and users provide free support on
the official community forums.
Their duties include helping forum
owners with troubleshooting and
optimization.
Charter Members
People who wish to support Simple
Machines with a donation of 49.95
USD yearly are rewarded with a
Charter Membership. This grants
access to a hidden section on the
forum and advanced beta versions
software
Comparison of Internet forum
software (PHP)
External links
MO]
Simple Machines Homepage
ri9i
Simple Machines Online Manual
Simple Machines Forum Wiki
Simple Machines Review and Live
Demonstration
["221
Simple Machines Thailand
Community
References
[I]
http://www.simplemachines.org/abo
[2]
http://en.wikipedia.org/wiki/Templa
[3]
http://en.wikipedia.org/wiki/Templa
[4]
http://www.simplemachines.org/abo
[5] "Wap Review - SMF"
(http://wapreview.com/blog/?
p=156)..
topic=1714. 0)
[13]
(http://download.simplemachines.or
Source
(http://www.simplemachines.org/abo
[16]
http://www.linux.com/archive/feed/
[17]
http://www.linuxjournal.com/conten
machines-forum
[18]
http://www.simplemachines.org/
[19]
http://docs.simplemachines.org
[20] http://smf.wikia.com/
[21 ] http://www.forumsoftware.org/simple-machines2/review
[22] http://simplemachines.in.th/
SimpleXML
SimpleXML is a PHP extension that
allows users to easily
manipulate/use XML data. PHP 5+
is required.
Functions
addAttribute()
addChild()
asXML()
attributesO
children()
construct)
getDocNamespaces()
getName()
getNamespaces()
registerXPathNamespace()
xpath()
simplexml_import_dom
simplexml_load_file
simplexml_load_string
External links
Php.net's SimpleXML manual
SimpleXML Tutorial [2]
[l]
References
[1]
http://php.net/manual/en/ref.simple
[2]
http://www.devshed.eom/c/a/XML/S
mi
Product Page
Demo Page
References
[1]
http://www.fasttracksites.com/ftspl/
[4]
http://www.fasttracksites.com/ftssaf
[5]
http://www.fasttracksites.com/demo
SocialEngine
304
SocialEngine
SocialEngine is a PHP-based whitelabel social networking service
platform, that installs a custom fullfeatured social network on a user's
website. Main features include
administration of small-to-mid
Third-Party plugins
Third-party companies, such as
SEplugins, SocialEngineMods, HireExperts, Radcodes, OpenCrypt,
iExperts , SocialEngineZzz, and
many others offer modular add-ons
to create new functionalities. These
functionalities may include:
OpenID authentication
Facebook integration
Twitter integration
Skype integration
Membership/subscriptions
File sharing
Language packs for multilingual
support
Games
Searches
Icons
Third-Party templates
SocialEngine installations are
unbranded by default. Webligo does
not supply templates to alter the
appearance of an installation, but
ri2i
SocialEngine.net Official
SocialEngine website
ri3i
Webligo.com Official site of
Webligo developments
References
[I] http://www.socialengine.net/
(http://www.socialengine.net/news.p
news_id=80)
[4] SEplugins. "SocialEngine
Plugins" (http://seplugins.com/).
SEplugins.. Retrieved 2010-05-14.
[5] "SocialEngine Plugins,
SocialEngine Mods, Tutorials,
Customizations"
(http://www.socialenginemods.net/)
SocialEngine Mods..
Retrieved 2010-05-14. [6] "Social
Engine plugins, templates,
customization" (http://www.hireexperts.com/). Hire-Experts. .
Retrieved 2010-05-14. [7] "Web
(http://www.socialengine.net/thirdpa
Socialengine.net.. Retrieved 201005-14.
[12] http://www.SocialEngine.net
[13] http://www.webligo.com
SquirrelMail
306
SquirrelMail
SquirrelMail
webmail
far*
nuts
II. ( Ji,.r. Gm> B 1
I ,;,,..,, :.-... .... ,
SquirrelMail in use as the webmail
service for University College
London
Original author(s) Developer(s)
Initial release Stable release
Preview release Development status
Written in Platform
Available in
Type License
Website
Nathan and Luke Ehresman The
SquirrelMail Project Team
December 14, 1999 [2]
1.4.20/March 6, 2010
1.5.1 /February 19,2006 Active
PHP
Cross-platform
A calendar (calendar)
An interface to submit bug reports
semi-automatically (bug_report)
Examples of functionalities added
by various third-party plugins
include:
Address book/contact grouping and
other address book expansions
Monitoring and security tools to
track usage, fight attackers and
improve security
Password change
Quota reporting
Rich text (HTML) email
composition and display
User-configurable front-ends for
autoreponders, spam filtering
systems such as SpamAssassin and
server-side
mail filters
Weather reporting
User account control panel
Internationalization
SquirrelMail has been translated
bug
T211 tracking system is available for
reporting bugs or submitting
patches. For administrators or
companies official
T221 and third party commercial
support is available.
Skipped 1.4.14 version
On 27 May 2008 the SquirrelMail
Team announced that, while the
latest released version of their
software was 1.4.13, a spammer was
sending unsolicited email messages
to various recipients about a 1.4.14-
RoundCube
Comparison of e-mail clients
External links
T41
Official website
SquirrelMail on SourceForge
References
(http://squirrelmail.org/changelog.ph
. Retrieved 2009-12-13.
[3] "SquirrelMail translation
statistics" (http://110nstats.squirrelmail.org/HEAD/).
L10n-stats.squirrelmail.org. 200906-16.. Retrieved
2009-08-11. [4]
http://www.squirrelmail.org/
fedoraproject.org. .
type=prdownload&mode=alltime&fil
sourceforge.net. . Retrieved 201003-06. [16]
http://squirrelmail.org/wiki/Squirrel
[17] "Microsoft dumped after India
PM's emails go AWOL"
(http://www.theregister.co.uk/2009/
theregister.co.uk. 2009-03-17. .
Retrieved 2010-03-06. [18] "PMO's
email system infected for three
months"
(http://timesofindia.indiatimes.com/
PMOs-email-system-infected-forthreemonths/articleshow/4266663.cms).
timesofindia.indiatimes.com. 200903-15. . Retrieved
2010-03-06. [19] "Indian PM
20090320_indian_pm_abandons_ou
infopackets.com. 2009-03-20. .
Retrieved 2010-03-06. [20] "No
Microsoft mail for PM"
(http://www.techgoss.com/Story/127
No-Microsoft-mail-for-PM.aspx).
techgoss.com. 2009-03-16. .
[23]
http://www.phishtank.com/phish_de
phish_id=752593
See also
List of content management
systems
List of collaborative software
External Links
Squiz website
MySource Matrix website
MySource Matrix Community
References
[I] Jenkins, Chris (August 28,
2007). "Squiz win opens door for
more"
(http://www.theaustralian.com.au/au
it/ squiz-win-opens-door-formore/story-e6frgamo-11 111
14279594). The Australian. .
Retrieved 15 February 2010.
[2] "2008 revenue announcement"
(http://econsultancy.com/pressreleases/
3431-squiz-announces-glohalrevenues-of-15m-stakes-claim-fornew-high-growth-supported-opensource-cms-arena).
Econsultancy.com.
Retrieved 2010-02-15. [3] "Squiz
acquires Funnelback"
(http://www.squiz.net.au/news_and_
releases-and-articles/squizacquires-funnelback).
Squiz.net.au. 2009-07-03..
Retrieved 2010-02-15. [4]
http://www.ouls.ox.ac.uk/website
run on MySource Matrix [5]
http://www.informa.com/website
run on MySource Matrix [6]
http://www.askbootshealth.com/web
run on MySource Matrix [7]
http://www.electoralcommission.org
run on MySource Matrix [8]
http://www.drinkaware.co.uk/websit
run on MySource Matrix [9]
http://www.rcn.org.uk/website run
SugarCRM
312
SugarCRM
SugarCRM is an open-source
software-solution vendor which
produces the Sugar Customer
Relationship Management (CRM)
system.
History
John Roberts, Clint Oram and
Jacob Taylor founded SugarCRM in
2004. The company began as an
open-source project on Sourceforge
Sugar Enterprise
Each product derives from the same
code tree, with Sugar Community
Edition containing roughly 85
percent of the functionality
contained in Sugar Professional and
Sugar Enterprise. The products
originated on the LAMP stack of
Linux, Apache, MySQL and PHP,
but also run well on other platforms
that can deliver PHP (such as
Windows, Solaris and Mac OS X).
SugarCRM can also use MS IIS as a
web server, and MS SQL or Oracle
as alternative databases. Product
functionality includes sales-force
automation, marketing campaigns,
ri2i
Sugarforge Plug-ins and thirdparty projects for SugarCRM
References
[1] http://www.sugarcrm.com/
[2] SourceForge.net: Project of the
Month
(http://sourceforge.net/potm/potm2004-10.php)
316
Development Roadmap
The upcoming new release version
of Symfony will include new
features such as:
A new form generation
framework, first introduced in
version 1.2
A new admin generator (referred
to as scaffolding in Rails) which
makes use of the new form
framework and is no longer
implemented as a helper.
See also
Comparison of web application
frameworks
Lime unit testing framework
Further reading
Potencier, Fabien and Zaninotto,
Francois. (2007). The Definitive
Guide to symfony. Apress. ISBN 159059-786-9.
Potencier, Fabien. (2009).
Practical symfony (2009). Sensio
Labs Books. Doctrine edition, ISBN
978-2-918390-06-0, Propel edition,
978-1-84719-456-5.
External links
[251
Symfony Project Homepage
Symfony 1.4 Documentation
T271
Symfonians.net - A Community of
Projects Using the Symfony
Framework
rofil
SymfonyLab.com - Symfony tips
project.org/forum/index.
php/mv/msg/906/3674/#msg_3674)
http://bookmarks.yahoo.com [15]
Symfony Blog - Yahoo! Bookmarks
uses Symfony
(http://www.symfonyproject.org/blog/2006/10/28/
yahoo-bookmarks-uses-symfony)
[16] http://dailymotion.com [17]
Symfony Blog - Dailymotion,
powered by Symfony
(http://www.symfonyproject.org/blog/2009/02/18/
dailymotion-powered-by-symfony)
[18] Symfony Blog - About Symfony
1.3 and 1.4 (http://www.symfonyproject.org/blog/2009/08/06/aboutsymfony-l-3-and-symfony-l-4) [19]
why-will-symfony-2-0-finally-usephp-5-3)
Symfony
318
[24] http
[25] http
[26] http
[27] http
[28] http
[29] http
//www. timothybowler.com
//www. symfony-project.org
//www. symfonyproject.org/doc/l_4/
//symfonians.net/
//symfony lab. com/
//www.dmoz.org/Computers/Program
Textpattern
319
Textpattern
[4]
Textpattern grew out of the system
used to publish Textism the
personal site of Dean Allen and
was made available to testers in
alpha versions as early as 2001. The
early alpha versions were followed
by a series of beta releases which
saw more widespread use, and
which were themselves superseded
by a series of "gamma" releases
which expanded and refined
Textpattern's capabilities. Originally
some concern existed regarding
licensing, but since the gamma
version numbered 1.19 (released
June 7, 2004), Textpattern has been
External links
ri2i
Official Textpattern Website
ri3i
Textpattern Development :
Development timeline and source
code repository.
ri4i
Textpattern Forum : Textpattern
support forum. TextBook :
Textpattern documentation wiki.
Textpattern Resources : Site listing
news aggregator.
T211
Textpattern Czech : Czech
language Textpattern information
site.
T221
Textpattern Russian : Russian
language Textpattern information
site.
Textpattern Tips
Russian Textpattern tips
References
[I]
http://textpattern.com/contributors
[2] http://textpattern.com
http://thresholdstate.com/threshold/
new-job
[9] http://www.xpattern.net/
[ 14] http://forum.textpattern.com/
[15] http://textpattern.net/
[16] http://textpattern.org/
[17] http://textgarden.org/
[18] http://txpq.com/
[19] http://welovetxp.com/
[20] http://txplanet.net/
[21] http://textpattern.ivorius.com/
[22] http://textpattern.ru/
[23] http://txptips.com/
[24] http://txplife.ru/
TikiWiki
Tiki Wiki CMS Groupware,
originally and more commonly
known as TikiWiki or simply Tiki, is
a free and open source wiki-based,
content management system
written primarily in PHP and
distributed under the GNU Lesser
General Public License (LGPL)
license. In addition to enabling
websites and portals on the internet
and on intranets and extranets,
TikiWiki contains a number of
unique collaboration features
allowing it to operate as a
design, as opposed to a
core+extensions model followed by
other CMSs. This allows for futureproof upgrades (since all features
are released together), but has the
drawback of an extremely large
(more than 1,000,000 lines)
codebase.
TikiWiki can run on any computing
platform that supports both a web
server capable of running PHP
version 4.3.5+ (including Apache,
IIS, Lighttpd, and nginx) and a
MySQL database to store content
and settings.
Major components
development by a large
international community of over
300 developers and
T71 rsi
translators, and is one of the largest
open-source teams in the world.
Project members have donated the
resources and bandwidth required
to host the TikiWiki.org website
and various subdomains. The
project members
refer to this dependence on their
own product as "eating their own
dogfood", which they have been
Bitweaver
Name
The name TikiWiki is written in
CamelCase, a common Wiki syntax
indicating a hyperlink within the
Wiki. It is most likely a compound
word combining two Polynesian
terms, Tiki and Wiki, to create a
self-rhyming name similar to
wikiwiki, a common variant of wiki.
Tiki also forms the backronym:
Tightly Integrated Knowledge
Infrastructure.
See also
(Internationalization) and
languages
[5] http://wikitranslation.com/Cross+Lingual+Wik
Cross Lingual Wiki Engine Project
[6] TikiWiki CMS/Groupware CIA.vc
(http://cia.vc/stats/project/tikiwiki)
[7]
http://sourceforge.net/project/memb
group_id=64258
[8] This is one of the largest opensource teams in the world, and is in
the top 2% of all project teams on
Ohloh. (http://www.ohloh.net/
[II]
http://sourceforge.net/potm/potm2003-07.php SourceForge Project of
the Month (external link) [12]
http://www.bitweaver.org/wiki/Road
Bitweaver Roadmap (external link)
[13]
http://www.econtentmag.com/Article
ArticleID=40160&IssueId=490&Page
EcontentMag.com Top 100
(external link)
[14]
http://cms.wikia.com/wiki/Impl/Bitw
[15]
http://info.tikiwiki.org/Fact+Sheet
[16] http://www.tikiwiki.org
[17]
http://sourceforge.net/projects/tikiw
[18]
http://php.opensourcecms.com/scrip
scriptid=63
[19] http://twbasics.keycontent.org
[20]
http://twessentials.keycontent.org
TinyWebGallery
325
TinyWebGallery
The TinyWebGallery (TWG) is a
photo album / gallery released
under the Open Source license GPL.
Overview
The user interface offers different
Ajax and Html modes and can be
customized by skins or an
integrated color manager. The
image gallery can be configured by
an administration area and it is
possible to customize each
individual album by text files. Files
can be upload with the integrated
freeware TWG Flash Uploader.
TinyWebGallery includes the follow
features
Ajax + Flash navigation with sliding
thumbnails
[2]
http://www.tinywebgallery.com/dem
[3]
http://www.tinywebgallery.com/en/t
Torpor (PHP)
Torpor is free, open source (under
the MIT License) Object-relational
mapping framework for PHP 5.1
and above. It is written entirely in
PHP with limited reliance on
standard XML extensions (and
selected databases) and is
independent of (and aims to be
compatible with) any other PHP
frameworks.
History
PHP was started as an independent
References
[1]
http://code.google.eom/p/torporphp/
[2]
http://www.tricornersoftware.com/P
[3] http://blog.paultomlinson.net/?
s=torpor
txtSQL
328
txtSQL
txtSQL (pronounced "text-sequel")
External links
txtSQL Home Page [2]
txtSQL SourceForge Page
[31
References
[1] http://txtsql.com/index.php?
module=dev
[2] http://txtsql.com/
TYP03
329
TYP03
lhllll , Ihll>ll H
TYP03 Developer(s)
Stable release
Operating system
Platform Type
License Website
. 1 backend module TYP03
Association
4.3.3/April 9, 2010 Cross-platform
PHP
Content management system
GNU General Public License
www.typo3.com
TYP03 is a free and open source
content management system as
well as a Modelviewcontroller
(MVC) Web Application
Development framework written in
PHP. It is released under the GNU
General Public License. It can run
on Apache or IIS on top of Linux,
Microsoft Windows, OS/2 or Mac
OS X.
History
TYP03 was initially authored by
Kasper Skarhoj. It is now developed
by two teams. The maintenance
tree, version 4.x, team leader is
Oliver Hader. The development
tree, version 5.x, team leader is
Robert Lemke.
Many of TYP03's pluggable
extensions have been written by
third party developers.
Features
Along with a set of ready-made
interfaces, functions and modules
Examples:
page.10 = TEXT
page.10.value = Hello, world!
It must be noted that TypoScript is
not a programming language. The
following code will trigger no action
in TYP03 while it will trigger item
creation and removal in
programming languages:
page.10 = TEXT
page.10.value = Hello, world!
page.10 >
systems
TCPDF library for generating PDF
documents with TYP03
Further reading
Rene Fritz, Daniel Hinderink,
Werner Altmann TYP03:
Enterprise Content Management
(Paperback) ISBN 1-904811-41-8
Michael Peacock- Building
Websites with TYPO3 (Paperback) ISBN 1-847191-11-8
Dan Osipov - TYP03 4.3
Multimedia Cookbook (Paperback)
- ISBN 978-1847198488
Dmitry Dulepov - TYP03
Extension Development
(Paperback) - ISBN 978-1847192127
External links
Official Website [6]
[71 Project Developer Homepage
TYP03 Forge - SVN Repository,
Bugtracker, Documentation and
Wiki for TYP03 Core and
Extensions
TYP03 Wiki [4]
[3] http://typo3.org
[4] http://wiki.typo3.org/
[5] http://lists.typo3.org/
[6] http://typo3.com/
[7] http://typo3.org/
[8] http://forge.typo3.org/
[9]
http://blogue.infoglobe.ca/2008/10/2
typo3-sites-which-you-may-nothave-known-were-typo3-based/
[10]
http://typo3.org/documentation/vide
v4/
[II] http://www.typo3test.Org/#cl34
UBB.threads
332
UBB.threads
--- >':
P-vrt/il l-ngi- ItnimUM My SluH
llu-flkl rjl.ndtir Jlethw rapiVi. tturdi FMJ
Situ Lin hi
r-:i[.: , .'7
A screenshot of UBB.threads at
UBBCentral
UBBCentral
[1]
UBB.threads (formerly
WWWThreads) is an Internet
forum software package written by
Rick Baker. Written with PHP using
a MySQL database backend, it is
comparable to other forum software
written in PHP.
WWWThreads was originally
written in Perl starting in 1997, then
a PHP version was made in 2000.
WWWThreads was notable for
being one of the first forum
software packages to support both
Version 7.1
Version 7.1 was released on
February 20, 2007. Primary new
features included some features
that were trimmed out from the
transition from the UBB.classic and
UBB.threads 6.x series to
UBB.threads version 7.0. Some of
these features included custom
titles, user-selectable languages,
and user-defined forum sorting
options. Other major new features
included online mood indicators on
posts, auto-deletion of pointers to
moved threads, and CAPTCHA user
registration.
Version 7.2
Version 7.2 was released on July 16,
2007. The largest new feature in
this version is the addition of an
image gallery feature. Other
significant new features included
teaser forums and a spoiler BBCode
tag, as well as some code cleanup.
Version 7.3
Version 7.3 was introduced on May
7, 2008. Version 7.3 introduces
improved spider-friendly URLs,
with the option to add a fake .html
extension at the end of each page,
as well as group-based permissions.
demonstration example
References
[1] http://www.ubbcentral.com/
[2]
http://www.ubbcentral.eom/forums/
[3]
http://www.ubbcentral.eom/forums/
[4]
http://www.ubbcentral.eom/forums/
[5]
http://www.ubbcentral.eom/forums/
[6] http://www.ubbdev.com
[7]
http://www.ubbcentral.eom/forums/
[8] http://www.forumsoftware.org/ubb-threads/review
Ubercart
335
Ubercart
mi
Overview of setting up a Drupal ecommerce site with Ubercart
Using Drupal - O'Reilly book with
a chapter on Ubercart
References
[1] http:
[2] http
[3] http
[4] http
[5] http:
//www.topnotchthemes.com/handbo
online-store-with-drupal
//www.usingdrupal.com
uddelM
337
uddelM
UddelM is an open source PMS
(in development).
UddelM is one of the most popular
and top rated components on
Joomla.org
[4]
History
UddelM has been designed
beginning in 2005 by Benjamin
Zweifel. After releasing uddelM
0.5b in 2006 he stopped uddelM
support. UddelM 0.5b offered only
some basic communication
features. It was running on Mambo
4.5 and Joomla 1.0 and was used by
lots of systems.
Stephan Slabihoud picked up
uddelM support in September 2006
and released uddelM 0.5 (without
"beta"). Henceforward lots of
features have been added, and
uddelM became the colossus under
the PMS for Joomla. One milestone
was that uddelM 1.3 became a
native Joomla 1.5 component.
The current version runs on
Mambo, Joomla 1.0, Joomla 1.5
legacy, Joomla 1.5 native, and
Joomla 1.6alpha.
Features
VirtueMart
References
Official homepage
[91
uddelM in Joomla Extensions
Directory
uddelM on Joomlacode.org
Article about uddelM 1.3 on
Joomla-Downloads.de
ri2i
Article about uddelM 1.9 on
Joomla-Downloads.de
ri3i
Article about uddelM on German
Joomla news site
ri4i
Recommendation on XING
business portal site
30 Best Joomla Extensions
September 2009
Some more information about
uddelM on XING business portal
site
ri7i
Article about uddelM on Joomla
Switzerland
MO]
Article about uddelM on russian
Joomla site
Article about uddelM on
Taiwanese Joomla News site
Article about uddelM on Chinese
Joomla News site
T211
Installation Guide on
NoArtClub.com in Thai
T221
Turkish uddelM translation
project
[231
Portuguese uddelM translation
project
[241
Installation instructions in
Japanese
Further reading
[I]
http://www.slabihoud.de/software/
[2] Rahmen, D.: Professional
Joomla!, page 90. John Wiley and
Sons, 2007.
[3] Rahmen, D.: Professional
Joomla!, page 236. John Wiley and
Sons, 2007.
[4] JED
(http://extensions.joomla.org/extens
on Joomla.org, listed in Categories
Popular and Top rated
Mambo-Modules/uddeIM1613.html) on Softpedia
[6] uddelM 1.3 becomes native
(http://www.joomladownloads.de/komponenten-undmodule/uddeim-l.
3-privates-nachrichtensystemnativ-fuer-joomla-L5.html), article
on Joomla-Downloads.de [7]
Portuguese translation project
(http://joomlapt.wetpaint.com/page/
[10]
http://joomlacode.org/gf/project/com
http://www.xing.com/app/forum?
op=showarticles;id=12595510
[15] http://www.ajaxline.com/30best-joomla-extensions-september2009
[16]
http://www.xing.com/app/forum?
op=showarticles;id=14007412
[17] http://news.joomla.ch/allnews/extensions/646-uddeim16.html
[18]
http://joomlaportal.ru/content/view/
[19]
http://www.which.tw/content/view/4
[20]
http://www.webtmp.cn/ccomponentguidebook/user-managementcomponents/50-uddeim-12simplified-chinese-languagefile.html [21 ]
http://www.noartclub.com/index.php
1.
4%E0%B9%80%E0%B8%9E%E0%B8%
private-messege-%E0%BS
html [22]
http://code.google.eom/p/joomlaturk
[23]
http://joomlapt.wetpaint.com/page/u
[24]
http://jmemo.hiroba.de/joomla/exte
component/31-uddeimjppack.html
[25]
http://extensions.joomla.org/extensi
[26]
http://www.joomlapolis.com/compon
vBulletin
341
vBulletin
^Bulletin
vBulletin 1.
After subsequent minor releases of
their software, the two decided to
start working on a new version that
would be more than a rewrite of
UBB: they wanted to turn their
software into a competitive solution
for forums. Rewriting the entirety
of the product, vBulletin 2
commenced development. Shortly
thereafter, Limm became the
managing director and Percival the
lead developer. To help with the
scale of the project, two additional
developers, Freddie Bingham and
Mike Sullivan were brought on to
help finish vBulletin 2. Kier Darby
vBulletin 3
Initially, version 3.0 was intended
to be an extension of the 2.x release
that would improve performance
and user experience. However, as
time progressed, it proved to be a
complete rewrite. Some of the key
advantages over vBulletin 2 are as
follows:
The templates and style were
updated to use XHTML and CSS
Hard-coding of English text was
eliminated
Support for multiple languages by
use of phrases
A WYSIWYG editor for users to
post with
Paid subscriptions that allow
administrators to charge for certain
features of their site
Multiple views for threads: Linear
(a flat system), threaded (display of
the entire thread tree), and hybrid
(a
combination of both).
vBulletin 3.5 addressed some of the
problems users had with version
4.1.
vBulletin
343
A database-stored thread-marking
system was added. Previous
versions of vBulletin relied on a
variable stored in the database, and
also a cookie to store information
about what threads had been read
and not read by the user. However,
this information was volatile and
did not keep; additionally, if you
idled for 15 minutes (some forums
have longer timeouts, 15 minutes is
the default) this information would
be lost.
vBulletin 3.6 introduced features
such as the multi-quote system, the
infractions system, the ability to
automatically post threads and
announcements from RSS feeds,
and podcasting support. The Gold
release of vBulletin 3.6.0 was
released on August 3, 2006.
A first look at vBulletin 3.7 was
announced on November 23, 2007.
It was officially released on April
29, 2008.
structure, and
["221
pricing . This announcement was
nearly identical to the May 2009
leaked documents.
Replacing the annual renewal of
$60, the new vBulletin Forum
license was priced at $195, with the
Suite costing $285. With an
announced release cycle of 1824
months for each point release, this
was a cost increase of 200%.
Customers with an inactive license
were offered a small discount off
the Suite and had less than 3 weeks
To educate members.
To help solve problems.
To support the entire member
base professionally and equally.
To provide a place where people
can attain and share information
about vBulletin.
See also
Comparison of Internet forum
software
Comparison of Internet forum
software (PHP)
Internet Brands
Bibliography
Kingsley-Hughes, Kathy; KingsleyHughes, Adrian (April 30, 2006).
vBulletin: A Users Guide:
Configure, manage and maintc
ISBN 1904811671.
[31]
manage and maintain your own
vBulletin discussion forum (1st
ed.). Packt Publishing, pp. 244
External links
[32]
vBulletin.com Official vBulletin
site
vBulletin.org Official vBulletin
Resource Forum
[331
vBulletin at the Open Directory
Project
[I]
http://www.vbulletin.com/order/lice
[2] http://www.vbforums.com/
[3] James Limm. Jelsoft's future:
acquisition news
(http://www.vbulletin.com/forum/sh
t=235378), vBulletin Forums, July
4,
[II]
http://www.vbulletin.com/index.php
do=features [12]
http://www.vbulletin.com/index.php
do=faq#faq-9
[13]
http://www.vbulletin.com/forum/sho
p= 1630421
[14]
http://www.vbulletin.com/forum/sho
t=235378
[15]
http://www.vbulletin.com/forum/sho
t=298059
[16]
http://forum.vbulletinsetup.com/f23
4-0-going-cost-even-17392.html
[17] http ://www.
vbulletin.com/forum/showthread.ph
t=311251
[18]
http://www.vbulletin.com/forum/blo
Mike-Sullivan
[19]
http://www.vbulletin.com/forum/sho
t=311214
[20]
http://www.vbulletin.com/forum/sho
p=1751009&postcount=30
[21]
http://www.vbulletin.com/forum/sho
t=315870
[22]
http://www.vbulletin.com/forum/sho
t=320055
[23]
http://www.vbulletin.com/forum/sho
t=325115
[24]
http://www.vbulletin.com/forum/sho
t=329672
[25]
http://www.vbulletin.com/forum/sho
t=332171
[26]
http://www.vbulletin.com/forum/sho
t=336681
[27]
http://www.vbulletin.com/forum/sho
348372-vBulletin-4.0.3Maintenance-Release&p=1960535
[28]
(http://www.vbulletin.com/forum/sh
p=1679409&postcount=653)
[29]
(http://www.vbulletin.com/forum/sh
p=1677124&postcount=260)
[30] http://www.vbulletin.org/
[31]
http://www.packtpub.com/vbulletin/
[32] http://www.vbulletin.com/
[33]
http://www.dmoz.org/Computers/Pr
Vwar
348
Vwar
Virtual War is a free clan content
management system based on PHP
and MySQL. The system is fully
[2]
Features of Virtual War
The main aim of Virtual War is to
allow a webmaster to create a
community-based portal, with an
automated web site allowing clan
members to post news items (usersubmitted news items are selected
by editors). Users can comment on
these articles using the comments
system.
The standard files that are part of
the core Virtual War system are as
follows:
Calendar
Members
News
Next Actions
Statistics
Wars
You can also add various addons
(also known as Hacks / Mods) via
the Virtual War forum.
License
Virtual War is not opensource in
[2]
http://forum.playerzoom.com/showt
t=14175
[3] http://www.vwar.de/license
[4]
http://forum.playerzoom.com/forum
f=106
WakkaWiki
350
WakkaWiki
WakkaWiki (often shortened as
Wakka) is a very small wiki engine
written in PHP, that is easy to
install, hack and maintain. It was
originally developed by Hendrik
Mans (creator of the PlanetCrap
discussion community) with help
from Carlo Zottmann.
[3]
WikiNi
[5]
WikkaWiki UniWakka
[6]
WakkaWiki
References
[1] http:
[2] http:
[3] http
[4] http:
[5] http:
[6] http
[7] http
//docs. wikkawiki.org/WakkaWiki
//wiki.cs.cityu.edu.hk/citiwiki
//coo. hsfz. net/ wiki/HomePage
//wackowiki.com/Wacko Wiki
//www. wikini.net/ //wikkawiki.org
//uniwakka.sourceforge.net/
Website Baker
352
Website Baker
WebsiteBaker is a free content
management system which is
primarily used to create small and
medium-sized websites.
WebsiteBaker is based on the server
script language PHP and the
MySQL database, which runs under
open-source license and is available
free of charge.
WebsiteBaker is primarily known
for simple use. It has an automated
installation program and a simple
GUI (graphical user interface) that
also allows computer beginners and
less experienced users to publish
met
Modules uploaded via FTP are now
installable via administration area
Improvements to the backend:
More information, full multilingual
core addon support and
adjustments are
available
System Requirements
WebsiteBaker needs a webspace
(space on the Internet) with the
widespread server-side scripting
language PHP and the also
Website Baker
354
Easy to use user interface
Support for running multiple
websites
Possibility to create a fully
accessible frontend
Support for multilingualism
All frontend output is full W3C
valid and SEO optimized
File & media
management
Design templates, based
site output, customizable
per page
Interface for extensions
Creating user groups
Group based access
system (each page can be
determined)
Control of WebsiteBaker and
Extensions (modules)
The growing user community of
WebsiteBaker created and managed
some of the modules, of which
some are already delivered as
standard with WebsiteBaker CMS.
These extensions are all available
free of charge and will be added
after successful testing to the
official "Add-ons" site.
Among the modules are:
Integration of well-known
galleries, internet forums and
WYSIWYG HTML editors for the
admin area
Design templates
There are numerous design
templates, which can be determined
for each single page individually.
The creation of the templates is
done with the languages of HTML,
CSS and PHP. The strict separation
of content and design is guaranteed
and the design can be modified
almost completely independent. It
is only necessary to provide a CSS
and a PHP file.
With the latest version 2.8 the
backend of WebsiteBaker is also
fully skinable and extendable
without touching the core PHP
files.
On October 31, 2009 there are 89
templates listed on the template
repository.
Translations
In the latest version 2.8
WebsiteBaker provides 20
languages plus English (the default)
in the core. The backend and all
core modules in backend and
frontend are translated, also many
modules have different translations
as WebsiteBaker provides the
translation from each module that
matches the chosen language in
backend if available.
Documentation
Documentation of WebsiteBaker is
available for CMS users , module
developers and web designers There
are also several video tutorials .
Community
The Community is rapidly growing,
there are over 9200 members
registered in the support forum in
October 2009 and about 300 new
registrations every months . There
are about 25 team members,
divided in four major teams
[211 T221
and thirteen team groups , the
overall module and template
authors are about 150 . Beside there
are different
T231 support forums and websites,
also there are several User Groups
See also
Content management system
List of content management
systems
External links
pathrev=MAIN). sourceforge.org. .
Retrieved 2005-06-06. [3]
"WebsiteBaker 2.2.0 released"
(http://forum.websitebaker2.org/ind
152.0.html). . [4] "Announcement
of Ryan Djurovich about the future
of WebsiteBaker"
(http://forum.websitebaker2.org/ind
.
websitebaker2.org. . Retrieved
2008-11-16. [7] "Retirement of
Matthias Gallas"
(http://forum.websitebaker2.org/ind
websitebaker2.org.. Retrieved
websitebakers.com. . Retrieved
[15]
http://www.websitebaker2.org/en/he
guide.php
[16]
http://www.websitebaker2.org/en/he
guide.php
[17]
http://www.websitebaker2.org/en/he
guide.php
[18] "Video Tutorial Website"
(http://www.websitebaker.tv/).
websitebaker.tv..
[19] "Searching WebsiteBaker"
(http://www.youtube.com/results?
search_query=website+baker).
youtube.com. .
[20] "Forum statistics"
(http://forum.websitebaker2.org/ind
action=stats). websitebaker2.org. .
Retrieved 2009-10-31.
(http://phpmanufaktur.de/cms/webs
baker/user-group-berlin.php).
phpmanufaktur.de.. Retrieved
2009-10-31.
[24] http://www.websitebaker2.org
[25] http://websitebaker.at
[26]
http://www.websitebakers.com
[27] http://www.websitebakerportable.com
WebWM
WebWM (Web Window Manager)
Authors
Jorge Torres Maldonado
121
Jorge Eduardo Cardona
See also
Windowing system
External links
WebWM [3]
WebWM Sourceforge [4]
References
[1] http://14thesis.blogspot.com
[2]
http://jorgeecardona.blogspot.com
[3] http://webwm.sourceforge.net
[4]
http://www.sourceforge.net/projects
WikkaWiki
358
WikkaWiki
-^WikkaWiki
l-i(VktilV:kl l.l.S.L' nu C1T r.
License Website
Jason Tourtelotte
Wikka Development Team May 29,
2004
[1]
1.2/September 1,2009 1.3 (unstable)
/ nightly
Cross-platform Wiki
GNU General Public License http
://wikkawiki .org
For the neopagan religion and
religious movement, see Wicca.
embedded elements:
images
Flash
tabular data
safe HTML code
RSS feeds
i-frames
mindmaps, through built-in support
for FreeMind data
Advanced access control with user
registration, password
Wikka Documentation
WikkaWiki [13] at Ohloh
FreeMind
References
[I]
http://wikkawiki.org/CreditsPage
[2] "WikkaWiki 1.1.5.0 release
notes"
(http://docs.wikkawiki.org/WikkaRe
2004-09-02.. Retrieved 2009-0808. [3] Armstrong, Sara (2008).
Information Literacy: Navigating &
Evaluating Today's Media
(http://books.google.co.uk/
books?id=WvWeB7E2bN8C). Shell
Education, pp. 99. ISBN
1425805548. . Retrieved 2009-0808. [4] Ohloh (2008-01-30).
"WikkaWiki: Increasing year-overyear development activity"
(http://www.ohloh.net/projects/45/f
. Retrieved 2008-01-30. [5]
Wieduwilt, Frank (December
2006). "Quickie wikis: Lightweight
wikis without databases"
(http://www.linuxmagazine.com/w3/issue/
73/Leightweight_Wikis.pdfe.com/)
wikka-1-2-release-theme-supportand-advanced-table-markup/ [7]
Secunia. "Vulnerability report:
WikkaWiki 1.x"
(http://secunia.com/advisories/produ
Retrieved 2009-06-15. [8] Wikka
Documentation,
http://docs.wikkawiki.org [9]
http://blog.wikkawiki.org [10]
http://tracker.wikkawiki.org
[II]
http://docs.wikkawiki.org/WhatsNew
[12] http://docs.wikkawiki.org/
[13]
http://www.ohloh.net/projects/45
[14]
http://freemind.sourceforge.net/
WordPress
361
WordPress
WordPress is an open source CMS,
often used as a blog publishing
application powered by PHP and
Deployment
WordPress can be deployed using
various methods on a hosting
environment. Users have the option
to download the
ro]
current version of WordPress from
WordPress.org . From there, they
can upload the source code and its
[28]
Vulnerabilities
Many security issues were
uncovered in the software,
particularly in 2007 and 2008.
According to Secunia,
WordPress in April 2009 had 7
unpatched security advisories (out
of 32 total), with a maximum rating
of "Less
T411 T421
Critical". Secunia maintains an upto-date list of WordPress
vulnerabilities.
In January 2007, many high-profile
Search engine optimization (SEO)
blogs, as well as many low-profile
[431 commercial blogs featuring
AdSense, were targeted and
attacked with a WordPress exploit.
A separate
vulnerability on one of the project
site's web servers allowed an
attacker to introduce exploitable
code in the form of
a back door to some downloads of
WordPress 2.1.1. The 2.1.2 release
Andrewapeterson.com. . Retrieved
2010-06-15. [4] "TWiST #16 with
Brandon Kessler I This Week in
Startups (TWiST)"
(http://thisweekinstartups.com/2009
(http://www.altafsayani.com/2008/0
app-for-iphone-and-ipod-touch/
). WordPress iPhone & iPod Touch..
Retrieved 2008-07-12. [7]
"WordPress for BlackBerry"
(http://blackberry.wordpress.org/).
WordPress. . Retrieved 2009-12-27.
[8] http://wordpress.org
SitePoint. .
Retrieved 2009-11-20.
downloads/cms-market-share/).
Cmswire.com. 2009-12-17..
Retrieved 2010-06-15. [16] "Open
Source CMS Award Previous
Winners"
(http://www.packtpub.com/opensource-cms-award-previouswinners). Packt Publishing
no-sponsored-themes-onweblogtoolscollection/). . Retrieved
2007-07-18. [20] Matt Mullenweg
(2007-07-10). "WLTC High
Ground"
(http://photomatt.net/2007/07/10/w
high-ground/).. Retrieved 2007-0718. [21] Lorelle van Fossen (200707-11). "It's Official. Sponsored
WordPress Themes Are Out."
(http://lorelle.wordpress.com/2007/0
its-official-sponsored-wordpressthemes-are-out/). Lorelle on
WordPress. . Retrieved 2007-07-25.
[22] Matt Mullenweg (2007-07-15).
"Version 3.0"
(http://themes.wordpress.net/blog/4
30/).. Retrieved 2008-05-18. [23]
Mark Ghosh (2007-08-04).
"WARNING: TemplatesBrowser dot
com"
(http://weblogtoolscollection.com/ar
1/09/
blogsthemecom-warning/). Weblog
Tools Collection.. Retrieved 200805-18. [25] Joseph Scott (2008-0718). "Theme Directory"
(http://wordpress.org/development/2
directory/). WordPress Blog. .
[28] "Roadmap"
(http://wordpress.org/about/roadma
Blog. Wordpress.org. . Retrieved
2010-06-15.
[29] "Kubrick at Binary Bonsai"
(http://binarybonsai.com/kubrick).
Binarybonsai.com.. Retrieved 201006-15.
367
Xaraya
Xaraya is a Content Management
System and is Free Software
published under the GNU General
Public License. Xaraya is written in
the programming language PHP,
and is based on the previously
unpublished 0.8 branch of
PostNuke (circa mid-2002),
however the codebase has
undergone a complete rewrite.
Xaraya features a modular and
secure architecture, with a focus on
separation between design and
generated.
Branches
Xaraya currently has two
development branches. The original
branch, known alternatively as "lx"
or "Aruba", supports both PHP4 and
PHP5. A newer branch which
supports only PHP5, is known as
"2x" or "Jamaica".
See also
Web content management system
External links
id=8ElaOIGNFKMC&pg=PA37&dq=X
Ik-jNJf02KrOX8). Idea Group Inc.
pp. 37. ISBN 1591405343. . [3]
http://docs.xaraya.com/documentatio
[4] http://bugs.xaraya.com/ [5]
http://mt.xaraya.com/
Xdebug
369
Xdebug
Developer(s)
May 2, 2002
2.0.5 [1]
[1]
(July 3, 2009)
[+/Development status Active Written
in C
Available in Type
English Debugger
License Website
Optimization
DBG (another debugger)
External links
Official website
Xdebug [8] in PECL
References
[1]
http://en.wikipedia.org/wiki/Templa
[2] http://www.xdebug.org/
[3] McArthur, Kevin (2008-03-24).
"Testing, Development, and
XOOPS
371
XOOPS
6? xoops
Developer(s) Stable release
The XOOPS Project [1]
2.4.4/January 22, 2010
Written in Operating system
PHP
Cross-platform
Available in Type
Most languages
content management system
License Website
GPL
http://www.xoops.org/
XOOPS is a free open source
content management systems
(CMS), written in PHP. It uses a
modular architecture allowing users
to customize, update and theme
their websites. XOOPS is released
languages
[3]
Awards/Recognitions/Achievements
XOOPS received numerous awards
and recognitions, among them the
First Runner-Up status in the
SourceForge.net's 2006 Community
Choice Awards in the Development
category, it was selected due to its
reputation as Open Source CMS for
testing by eWeek , and the latest in
Awards/Recognitions in 2008 being
from
Germany's Chip Magazine (5 Stars),
Personalization
Administrators have the ability to
set specific permissions for user
access and control of individual
elements of their websites.
User Management
The ability to search for users by
various criteria, send email and
private messages to users through a
template-based messaging system.
International language support
The XOOPS community has official
support sites around the world for
non-English-speaking users.
Additionally XOOPS itself supports
multi-byte character sets for
languages that use characters not in
the Latin alphabet, for example
Japanese, Simplified and
Traditional Chinese, Korean, etc.
The multi-language support is also
available on the PDF generation
feature provided by the TCPDF
library.
Theme-based skinnable interface
XOOPS uses themes for page
presentation. Both administrators
and users can change the look of
the entire web site by selecting
http://www.xoops.org/modules/news
storyid=5067 [10] Johnston, Mike
(January 24, 2009). "2008 Open
Source CMS Award Finalists
Announced"
(http://www.cmscritic.com/archives/
50-2008-Open-Source-CMS-AwardFinalists-Announced.html). CMS
Critic. .
[II] Ruby, Bryan (September 22,
2009). "Finalists in Packt's 2009
Open Source CMS Award
announced"
(http://cmsreport.com/blog/2009/
finalists-packts-2009-open-sourcecms-award-announced). CMS
Report. .
2008-10-27. . [13]
http://sourceforge.net/projects/xoop
Xyster Framework
374
Xyster Framework
Xyster Framework is an open
References
YHM (software)
375
YHM (software)
YHM is a free hosting billing
software package currently being
developed by Polarbear541
[2]
and licensed as free software under
the GNU General Public License. It
is currently under development
It is written in PHP
[3]
Features General Features
Compatible with cPanel (using the
access hash key).
Unlimited number of clients, staff,
packages etc.
Developed in PHP, compatible
with MySQL database servers.
Modules: Email/Admin
Verification and Post2Host (Under
Development).
Member Features
Client Area.
Profiles and Change Password.
Controls for their Hosting
Package/s.
Announcements and Contact Info
set inside AdminCP.
Fully Featured Support System
(Ticket System under
Development).
Administration Features
Manage Servers, Packages,
Clients, Staff Accounts etc.
[1] http://yhm.techtalk.co.uk/
[2] YHM Announced
(http://mybbsource.com/thread2194.html)
[4] http
[5] http
[6] http:
//yfma.com/aboutus.php#hi4
//en.
wikipedia.org/wiki/Template%3Alate
//en.
wikipedia.org/wiki/Template%3Alate
//yfma.com/
//snakebite.yfma.com/
//www.yfma.com/tmp/
Future
Yfs 2.0 is expected to be released in
early September 2007. The new
version will support both Mysql
backend and Flat-File support.
External links
Your Free Screamer download
page
[4]
Official Support Forum
[6]
Yfma Home Page
//en.
wikipedia.org/wiki/Template%3Alate
//en.
wikipedia.org/wiki/Template%3Alate
//yfma.com/yfs/ //www.
Yfma.com/yfs/ //www.yfma.com/
Zen Cart
381
Zen Cart
Zen Cart is an online store
management system. It is PHPbased, using a MySQL database and
HTML components. Support is
provided for several languages and
currencies, and it is freely available
under the GNU General Public
License.
provided.
The following is a list of some of
the key features of Zen Cart as
stated on their website:
multiple language support
multiple customer modes
unlimited category depth
multiple sales and discounts
multiple display modes
XHTML 1.0 compliant template
system
extra pages
multiple ad banner controller
multiple shipping options
multiple payment options
newsletter manager
discount coupons
gift certificates
featured products
quantity discounts
phpBB integration through external
module
Although Zencart improved the
shop management and
administration with the template
system, still it suffers from the fact
that editing core files for
customizing is often required (no
real modular structure). Therefore,
in case of heavy customizing, the
software is cumbersome to
maintain and update.
Instruction books
Watson, Kerry; Matthew Therrien
(2005). Zen Cart: Building an
Online Store the Zen Way.
See also
List of free and open source
eCommerce software
External links
T31 Official Zen Cart webpage
Zen Cart France webpage
Zen Cart Norwegian webpage
Information on Zen-Cart 2.0
SitePoint.com blog: 18 Great
Shopping Carts to Power Your
Online Store
roi
Collection of Free eCommerce Carts
Zen-Cart Templates
References
[1] http
[2] http
[3] http
[4] http
[5] http
[6] http
[7] http
[8] http
[9] http
//www. zen-cart. com/index. php?
main_page=infopages&pages_id=9
//www.amazon.com/Zen-CartOptimization-2010Performance/dp/098656530X/
//w ww. zen-cart. com/
//www.zencart-france.com/
//www.zen-cart.no/
//www.zen-cart.
com/forum/showpost.php?
p=658855&postcount=l
//www.sitepoint.com/blogs/2009/ll/
cart-solutions/
//www.free-carts.com
//www.algozone.com/zencarttemplates.php
Zend Certified Engineer
383
Zend Certified Engineer
Zend
Certified
Engineer
The Zend Certified Engineer (ZCE)
certification is an internationallyrecognized PHP certification
established by Zend Technologies.
An exam must be passed in order to
be awarded the certification. It is
intended to prove that a person is
fully qualified to develop PHP web
applications.
To help Zend Certified Engineers
gain exposure to potential
employers, Zend
Functions
Arrays
Object-oriented programming
Security, including Cross-site
scripting (XSS) and SQL injection
XML and Web Services, including
SimpleXML, Xpath, SOAP, and
REST
Strings and patterns, including
PCRE
Databases and SQL
Web Features, such as sessions,
[1]
http://www.zend.com/en/store/phpcertification/
[2]
http://www.zend.com/en/services/ce
5-certification/
[3]
http://www.zend.com/en/services/ce
[4]
http://www.zend.com/en/store/educ
pages.php
Zend Engine
The Zend Engine is an open source
See also
Comparison of application virtual
machines
External links
Zend Engine Homepage
T21
The Zend Engine License, version
2.00
References
[1]
http://www.zend.com/products/zend
[2]
http://www.zend.com/license/2_00.t
Zend Framework
385
Zend Framework
Zend Framework (ZF) is an open
source, object-oriented web
application framework
implemented in PHP 5 and licensed
under the New BSD License.
History
Zend Framework was conceived in
early 2005 while many new
Requirements
Zend Framework requires PHP
5.2.4 or later since version 1.7.0.
Previous versions required PHP
5.1.4 or later, although the ZF
Programmer's Reference Guide
strongly recommended PHP 5.2.3 or
later for security and performance
improvements included in these
versions of PHP. PHPUnit 3.0 or
later is required to run the unit
tests
ri2i
shipped with Zend Framework.
Many components also require PHP
extensions.
Features
Zend Framework features include:
All components are fully objectoriented PHP 5 and are E_STRICT
compliant
Use-at-will architecture with
loosely coupled components and
minimal interdependencies
Extensible MVC implementation
supporting layouts and PHP-based
templates by default
See also
List of web application
frameworks
Comparison of web application
frameworks
New BSD License
Zend Server
Zend Studio
External links
Official Website [19]
Zend Framework by Examples
(ZfEx)
[211
Zend Framework IRC Channels
T221
Zend Framework news, links and
tutorials
Tutorials
T231
Rob Allen's popular tutorial
Lyndon Baptiste's tutorial
(http://www.
zend.com//news/zendpr.php?
ozid=109). Zend Technologies. .
Retrieved 2008-07-14. [3]
Gutmans, Andi (2007-07-01). "Zend
Framework 1.0 Released!"
(http://andigutmans.blogspot.com/2
framework-10-released.
(http://andigutmans.blogspot.com/
2005_10_01_archive.html). Andi
on Web & IT. . Retrieved 2009-0211. [6] "History of PHP and related
projects"
(http://www.php.net/history). The
PHP Group. . Retrieved 2009-02-11.
[7] LaMonica, Martin (2005-02-25).
"IBM backs open-source Web
software"
(http://news.cnet.com/IBM-backsopen-source-Web-software/
2100-7344_3-5589559.html?
tag=nw.l4). cnet.com.. Retrieved
2009-02-11. [8] Kernel, Sean
Michael (2006-12-20). "Google
3650066). internetnews.com. .
Retrieved 2009-02-11. [9] Krill,
Paul (2006-10-31). "Microsoft, Zend
boost PHP for Windows"
(http://www.infoworld.com/article/0
infoworld.com. . Retrieved 200902-11. [10] Potter, Mike (2008-0731). "Adobe Contributing AMF
Support to Zend Framework"
(http://blogs.adobe.com/flex/archive
adobe_contributing_amf_support.ht
The Official Flex Team Blog. .
Retrieved 2009-02-11.
Retrieved 2009-11-05.
[18] "Zend Framework website"
(http://framework.zend.com/). .
Retrieved 2009-11-05.
[19] http://framework.zend.com/
[20] http://zend-frameworkexamples.blogspot.com/
[21] http://www.zftalk.com/
[22] http://www.phpzend.net/
[23] http://akrabat.com/zendframework-tutorial/
[24]
http://www.developertutorials.com/t
framwork-tutorial-8-0813/pagel.html
[25]
http://framework.zend.com/docs/qu
[26]
http://www.cybernetica.it/webster/in
Controller-Note/Table/examples/
[27] http://www.zendcasts.com/
Zend Technologies
Zend Technologies Ltd. is a world
wide web infrastructure software
company with headquarters in
Development Council.
List of world wide partners
Zend Japan , sales agency in
Japan, owned by TL Holdings
Brain Alliance , Finland
Ausy , Luxembourg and Belgium
T71
Ibuildings , UK and Netherlands
ro]
Think Open Software , South
Africa
[10] http://zend.ettbrasil.com.br
[II] http://www.zitec.ro [12]
http://www.zend.com
[13]
http://www.zend.com/certification/
[14]
http://www.zend.com/store/educatio
pages.php
[15] http://www.zend.co.jp/
[16]
http://www.swpearl.com/eng/scripts
id=1449706232
[17]
http://www.zend.com/en/partners/re
partners
Zenphoto
391
Zenphoto
zen
PHOTO
a simpler weh pltnto qallBry
Developer(s)
Team-Developed
//www.zenphoto.org/files/nightly/
//w ww. zenphoto. org/
//www.trisweb.com/category/zenpho
//w ww. zenphoto. org
//www.zenphoto.org/support
//www. zenphoto. org. en
//www.
lnc.ru/blog/category/zenphoto/
//w ww. zenphoto. org/zenphoto/
Zikula
393
Zikula
Zikula is a free open source web
application framework released
under the GNU General Public
License. It can be used to develop
robust, secure, interactive and
editable websites and web based
applications. Zikula is written in
PHP object oriented and fully
modular. It requires a database and
may use all leading database
platforms like MySQL, PostgreSQL,
Oracle Database and Microsoft SQL
Server. In July 2008, PostNuke
version 8 was released as Zikula
version 1.
Features
Templating engine for theming
API
RSS feeds
Forums
Polls
Language internationalization
Galleries
Chat
E-Commerce
Games, Reviews, Links... with many
third parties add-ons.
Development
Zikula follows an active
development cycle aiming toward
frequent releases. Project
milestones and roadmap are posted
at the Zikula Code Roadmap. Many
3rd party developers build and
contribute to extensions for the
Zikula Application Framework
which are often developed and
hosted at the Zikula Code website.
Extensions perform tasks like
[1] http://zikula.org/
[2] http://cmscritic.com/zikulacontent-management-system-lxseries-review
[3]
http://code.zikula.org/core/roadmap
Article Sources and Contributors
Adminer Source:
http://en.wikipedia.0rg/w/index.php
oldid=342739129 Contributors:
Bongomatic, Hebrides, Jakub
Vrana, Jean-Guy Badiane, Kocicac
Bonifak, Kriplozoik, Woohookitty, 1
anonymous edits
Aigaion Source:
http://en.wikipedia.org/w/index.php?
oldid=366463875 Contributors:
Andreas Toth, Barticus88,
Benjaminevans82, Devil 520,
Karnesky, Karol Langner, K14m,
K14m-AWB, Mailer diablo, Rich
Farmbrough, Shinkolobwe, The Evil
Spartan, Wafulz, Wetman, Wietseb,
7 anonymous edits
Asido Source:
http://en.wikipedia.0rg/w/index.php
oldid=296793948 Contributors:
Futchi, Gilliam, Greenrd,
Mattbrundage, Switchercat, Trainra,
3 anonymous edits
Associate-O-Ma tic Source:
http://en.wiktpedia.0rg/w/index.
php'?oldid=368405351
Contributors: Gyrofly, Howcheng,
Moeslov, Mvjs, Rich Farmbrough,
Rjwilmsi, Saligron, 6 anonymous
edits
AutoTheme Source:
http://en.wikipedia.org/w/index.php?
oldid=246104637 Contributors:
Avactis Source:
http://en.wikipedia.org/w/index.php?
oldid=367753251 Contributors:
Avactis cart, CommonsDelinker,
Greenman, HaeB, Marcjacobsl978,
MrKris, Rich Farmbrough,
Takumi22, Tim Song, TravisTop,
WikHead, Wuhwuzdat, 3
anonymous edits
BakeSale Source:
http://en.wikipedia.org/w/index.php?
oldid=328042863 Contributors:
Academic Challenger. Black Falcon.
Den fjattrade ankan, Jon513,
bitcart Source:
http://en.wikipedia.org/w/index.php?
oIdid=362158242 Contributors:
Kwiki, Nshahid, 1 anonymous edits
BlueErp Source:
htlp://en.wikipedia.org/w/index.php?
oldid=366526557 Contributors:
Astronaut, Free Software Knight,
Lsces, MRqtH2, Mitija, Rwwww,
Themfromspace
BuddyPress Source:
http://en.wikipedia.org/w/index.php?
oldid=366197666 Contributors:
39Agung, AirlieBirds, Antonio De
Gregoris, CommonsDelinker, D6,
DarkeOrc, Greg Tyler, J04n,
JLaTondre, Katewill, LilHelpa,
Lloydbudd, MBParker, NatGertler,
ccHost Source:
http://en.wikipedia.org/w7index.php
oldid=323425310 Contributors:
Flopsy Mopsy and Cottonmouth,
Fourstones, Jon Phillips, Peak, 1
anonymous edits
Claroline Source:
http://en.wikipedia.org/w/mdex.php?
oldid=366509183 Contributors:
CommonsDelinker, Dipaq, Ffflo,
Indon, JForget, LHOON, MER-C,
concrete5 Source:
http://en.wikipedia.org/w/index.php?
oldid=366506293 Contributors:
16x9, AlbertHerring, Ariley07, Bali
ultimate, Cameron Scott, Ekerazha,
GB fan, Jeff G., Mild Bill Hiccup,
Mrmerlot, Odd nature, Pumpmeup,
Robert Skyhawk, Sendalldavies,
Tedickey, Toddstl, Waykup, 27
anonymous edits
Croogo Source:
http://en.wikipedia.org/w/index.php?
o!did=355329629 Contributors:
Fahadl9, Tedickey, 5 anonymous
edits
DBG Source:
http://en.wikipedia.org/w/index.php?
oldid=343661906 Contributors:
Dawynn, Discospinster, Doglada.
FlamingSilmaril, Hgfernan.
JesseHogan, The Man in Question,
Unomi, 7 anonymous edits
Dokeos Source:
http://en.wikipedia.org/w/index.php?
oldid=366527957 Contributors:
Account9000, Angelaleffler,
Antiochus, Antiochus21, Calltech,
Chase me ladies, I'm the Cavalry,
Dedalus (usurped), Deeahbz,
dotProject Source:
http://en.wikipedia.org/w/index.php'
oldid=366616118 Contributors:
Ajdonnison, Alan De Smet,
User:Drietsch/pimcore Source:
http://en.wikipedia.org/w/mdex.php?
oldid=363152329 Contributors:
Drietsch
DynPG Source:
http://en.wikipedia.org/w/index.php?
oldid=366842314 Contributors:
Axcentor, Bearcat, LilHelpa,
Pdcook, Philipp Weis, S Marshall,
Stimepy
eAccelerator Source:
http://en.wikipedia.org/w/index.php?
oldid=364431662 Contributors:
Abab99, Alnokta, Biktora, Bryan
Derksen, Daniel Bonniot de
Ruisselet, Darkeldress, Dawynn,
Dionyziz, Ency, J.delanoy, Jmorgan,
Leksey, Lobner, Moggie2002, Pablo
Alcayaga, TH-Foreigner, Techietim,
Unknown W. Brackets, WDZ, 11
anonymous edits
EpesiBIM Source:
http://en.wikipedia.org/w/index.php?
oldid=367630191 Contributors:
Ethnar, Jtylek, Nuttah, Rjd0060,
Twirligig, 5 anonymous edits
http://en.wikipedia.org/w/index.php?
oldid=368195894 Contributors:
Andrey Markin, D6, 2 anonymous
edits
FluxBB Source:
http://en.wikipedia.org/w/index.php?
oldid=366476155 Contributors:
ALK, Adamal36, ArbitrarilyO,
Avicennasis, Avouac, Connorhd,
Elbekko, Gioto, Lie2815, Lktll26,
Longhair, Mandarax, Meow,
Monoape, OrangeDog, Plazzmex,
Pmedema, Pohta ce-ara pohtit,
SF007, Sebquantic, ViperSnakel51,
27 anonymous edits
Frog CMS Source:
http://en.wikipedia.org/wAndex.php?
oldid=366470799 Contributors:
Camosniper, Ctjf83, Cyclopia,
Davecrosby uk, DjR, Frap, Gioto,
Lefty 12113, MBisanz, Miami33139,
Odie5533, Pointybeard, Possum,
Snsmurf, Thingg, Tide rolls,
Wikikiller375, 6 anonymous edits
GoogleTap Source:
http://en.wikipedia.org/w/index.php?
oldid=319502524 Contributors:
Egpetersen, Flowerpotman,
JLaTondre, Kenb215, Phorque,
Pxma, Zhen-Xjell, 4 anonymous
edits
Group-Office Source:
http://en.wikipedia.org/w/index.php?
oldid=368363044 Contributors:
Aaron Brenneman,
AlistairMcMillan, Apanait, Auntof6,
Bernard Ladenthin, Cadethacker,
CharlotteWebb, DGG, Dave souza,
Dekimasu, Doc glasgow, EagleOne,
Frap, Gioto, John Vandenberg,
JonHarder, JzG, K14m-AWB,
Meaghan, Mschering, Perfecto,
Piksi, Samsara, Sanjiv swarup,
Stephen Bain, Tkynerd, Xoloz, 17
anonymous edits
Habari Source:
http://en.wikipedia.org/w/index.php?
oldid=366611984 Contributors:
Amandato, Bcse, Bernd.Brincken,
HuMo-gen Source:
http://en.wikipedia.org/wAndex.php?
okiid=367729212 Contributors:
Berean Hunter, DrMaleki,
SpecMode, Yosibeck, 5 anonymous
edits
IPBWI Source:
http://en.wikipedia.org/w/index.php?
oldid=345606200 Contributors:
Dyelton, Firsfron, Gnfnrf,
JASpencer, Malcolma, Pukkie666,
12 anonymous edits
http://en.wikipedia.org/w/index.php?
oldid=366550485 Contributors:
Facibus, Gioto, JamminBen, 2
anonymous edits
Intelestream Source:
http://en.wikipedia.org/wAndex.php?
oldid=345755703 Contributors:
MarekMahut, OneNester,
RayAYang, Staguru2, Tassedethe, 6
anonymous edits
InvisionCube, Ipstenu,
JoaoRicardo, Joebob2k6, JohnLai,
JrdaiglelOOO, Junhalestone, Khlo,
KnowledgeOfSelf, Kobius, Kro,
LiveDigi, Logical2u, Longhair,
LordDarren, LrdChaos, Lrusso99,
MER-C, ManagerJosh,
Marksterl829, MartinAronsen, Matt
Pullen, MattTM, MeltBanana,
Meow, Mephiles602, Minghong,
MrOllie, Muchness,
MutantMonkey, Neilmundy,
NewEnglandYankee, Nlapierre,
Noisy, OverlordQ, Paul Cyr, Pb541,
Phatmonkey, Pip2andahalf, Poccil,
Pti, Putzy2006, Qlzd45,
RaDiOAcTiVe727, RadiantRay,
ionCube Source:
http://en.wikipedia.org/w/index.php?
oldid=307786I4I Contributors:
Alansohn, AlistairMcMillan, AnAj,
CanderOOOO, Centrx, Jafet, Maw,
Moggie2002, Pascal666, SigO,
Thumperward, Where, 15
anonymous edits
Joomla Source:
http://en.wikipedia.org/wAndex.php?
oldid=368448567 Contributors:
.:Ajvol:., .Koen, 16x9, A Train,
Ahunt, Alirobe, Alphachimp,
AmireSO, AmyStephen, Andreatsy,
Andres, Andrew Hampe,
AngelOfSadness, Anjouli,
AnonMoos, Ansell, ApersOn,
ArbitrarilyO, Archer3, Arnabbh,
Atif.t2, Ausref, Bceglowski,
Belovedfreak, Benjaminevans82,
BernardZ, Biker Biker,
Binarypower, Bishonen, Blake-,
Bloggeruk, BlurTento, Bobo2000,
Bohn002, Bonadea, Bovineone,
BrOwnSOuljah, BraneJ,
Brianfedirko, Brianski, Buuneko,
Caseyshowsupplies, Cesarpe,
Joomsef Source :
http://en.wikipedia.org/w/index.php'
oldid=361568510 Contributors:
Biker Biker, Blanchardb,
HarlandQPitt, Munzeitig, 4
anonymous edits
http://en.wikipedia.org/w/index.php?
oldid=259231240 Contributors:
Amux, B. Wolterding, Behdad,
Intgr, Kilva, Lowellian, MoraSique,
NielsenGW, Raysonho, ReCover,
Thumperward, Yannick56, 4
anonymous edits
Merlintalk Source:
http://en.wikipedia.org/w/index.php?
oldid=366520342 Contributors:
Boleyn3. DoriSmith, Geoshrad, 8
anonymous edits
MiaCMS Source:
http://en.wikipedia.org/w/index.php?
oldid=366519511 Contributors:
16x9, Chadauld, Kozuch, LilHelpa,
Ozgurcemsen, 15 anonymous edits
Moodle Source:
http://en.wikipedia.org/w/index.php?
oldid=368156166 Contributors:
16x9, 1959T-120, AGiampani,
Abce2, AbsolutDan, Adrian J.
Hunter, AgentPeppermint,
Aishisheep, AlastairIrvine,
Alcmaeonid, Alexjohnc3,
Amercer09, Anakus, Angelaleffler,
Ann Stouter, Arky, Artlader,
Ascander, Barcex, BarretBonden,
Bennerg, Berean Hunter, Billselak,
Bingomzan, Blake-, Bobblewik,
Bonadea, Borgx, Bovineone, Bryce
thorn ton, Bug24, C.Fred, Calltech,
Calvin 1998, Can't sleep, clown will
eat me, Can-Dutch, CanisRufus,
FlyingToaster, Foul994,
Frederik.Questier, Gadfium, Gary
Cziko, Gilliam, Ginsengbomb,
Godvad, GraemeL, Gronky, Haakon,
Hadal, Haukurth, Here,
Heyjohngreen, Hirzel, Howardjp,
Hrallis, IT Psychologist, Interkrok,
Isilanes, J S Pannu, J.delanoy,
JGXenite, Jackiwatson, Jameselder,
Jamesohagan, JamieS93,
Jbmonville, Jbmurray, Jbvetter,
Jdjunkie, Jennysmith323,
Jensverner, Jh51681, Jni, Jocharles,
Johnbibby, Jose Armando
Jeronymo, JoshDuffMan,
JossDude, Joy, Jpag87a, Jsopher,
Jtneill, Kalogeropoulos, KaurJmeb,
Moxietype Source:
http://en.wikipedia.org/w/index.php?
oldid=359254373 Contributors:
English Lock, Seoevangelist,
Themfromspace, 9 anonymous
edits
MyBB Source:
http://en.wikipedia.org/w/index.php'
oldid=368210547 Contributors: lqx,
Alex Shih, Andylkl, Belloman,
BlackxxJapan, ChaosDoom,
Christian585, CraKteR, CyberSkulI,
Danny247, Debresser, DennisTT,
Detruire, DrPoodle, Edward, Gary
King, GermanX, Gioto, Greatplains,
Gronky, Hamitr, Heerat, Huji,
Influct, JetPack, Joey23art,
NETSOFTWARE Source:
http://en.wikipedia.org/w/index.php?
okiid=363526313 Contributors:
Chowbok, CommonsDelinker,
D.brodale, Nickkiller, Quest for
Truth, 7 anonymous edits
net2ftp Source:
http://en.wikipedia.org/w/index.php?
oldid=315674717 Contributors:
Barticus88, Davelong, Free
Software Knight, Ilanrab,
JLaTondre, Jareha, LLarson,
Lightdarkness, MixedN, RxS,
Sujith84, TheParanoidOne, 20
anonymous edits
User:Nichescript/Affiliate Niche
Sript Source:
http://en.wikipedia.org/w/index.php?
oldid=341477252 Contributors:
Nichescript
Flapdragon, Flowanda,
Francisco.antunes, Gadrane,
Gaffed, Gary Cziko, Gary King,
Geneffects, GeorgelOO, Gogo Dodo,
Gotsocial, Guinness man, Guthrie,
Hateless, Henry W. Schmitt, Husky,
Iangbruk, Ibinthinkin, JLaTondre,
Jdcar, Jingwen91, Kenyon,
Kiemainc, Kinu, Kollision, Leuko,
Lovejasmine, Manuelhp42,
Matruman, Mean as custard, Meco,
Muggzzi, Newtman, Ngb,
Ningipedia, Nostalgicmat, Nurg,
OpenTheWindows, Oxymoron83,
Pengyanan, Recognizance,
Refsworldlee, Requestion, Rjd0060,
Rjwilmsi, Ronebofh, Rzelnik,
ORMer Source:
http://en.wikipedia.Org/w/index.php
oldid=328074448 Contributors:
Switchprog, Tedickey, 7 anonymous
edits
ocPortal Source:
http://en.wikipedia.org/w/index.php?
oldid=367091856 Contributors:
Deviti, Haakon, Oreckel,
Robert.goacher, 4 anonymous edits
OpenBiblio Source:
http://en.wikipedia.org/w/index.php?
oldid=355870489 Contributors:
Bongomatic, Ironholds, Just-AnAverage-Guy, Pohta ce-am pohtit,
Rcmason, Sandstein, 9 anonymous
edits
osCommerce Source:
http://en.wikipedia.org/w/index.php?
oldid=367887744 Contributors:
2trade, Apeloverage, Bonhomie,
CaliforniaAliBaba, CesarB,
Chronoido, Craigbrass, Cwolfsheep,
DWaterson, Damohickey,
Danmilward, DarkSaber2k,
Demontemplates, Den fjattrade
ankan, Dickdock, Discospinster, E.
Ripley, Ecommerceguru,
ElBenevolente, Filaffy, Flyingkites,
Frap, Freeway-writer, Gail, Gang65,
Gioto, GraemeL, Grandmasterka,
Greenman, Gulli, Haraldpdl,
Hermandr, Hm2k,
IceCreamAntisocial, Irrevenant,
PEAR Source:
http://en.wikipedia.0rg/w/index.php
oldid=362081821 Contributors:
Aude, B Fizz, Bkonrad, Blonkm,
Cassandra 73, Cwolfsheep, Fredrik,
FrenchlsAwesome, Goal03,
Greenman, Hans-AC, Hede2000,
HedgeHog, Here, Ikip, IvanLanin,
oldid=343363652 Contributors:
AntPhillips, Etphonehome, Intgr,
JLaTondre, JaGa, Methmann,
MuffledThud, Steve carlson, 4
anonymous edits
PHPDoc Source:
http://en.wikipedia.org/w/index.php'
oldid=366883978 Contributors:
Arto B, Bytebear, FCYTravis, Frap,
Goal03, Greenscientist, KAtremer,
Karl Dickman, MasonM, Minimoe,
PHPEclipse Source:
http://en.wikipedia.org/w/index.php?
oldid=360477224 Contributors:
Alainr345, Edwardmann, Imz,
Kbdank71, Khartlage, Lsces,
Marasmusine, Michoch, Stonethl,
Thomasmallen, Tomhartung,
Toussaint, Tuxcantfly, Wo.luren, 4
anonymous edits
User:Papagel/EFront (eLearning
software) Source:
http://en.wikipedia.org/w/index.php?
oldid=368442733 Contributors:
16x9, Amalthea, Che829, Cmathio,
Duncan, Greenman, Haakon, MERC, MacGyverMagic, Papagel,
Pxtreme75, Ronhjones, SfanOO
IMG, Tim Song, Venakis, 26
anonymous edits
pHAML Source:
http://en.wikipedia.org/w/index.php?
oldid=366612628 Contributors:
Davmor, FatalError, Frap, Husky,
Tedickey, Tobias Bergemann, 17
anonymous edits
oldid=368375751 Contributors:
Emeraude, Hamitr, Pascal666,
Pegship, ShakespeareFanOO,
SkippyUK, Themfromspace
PHP Source:
http://en.wikipedia.org/w/index.php?
oldid=368374860 Contributors: Barry-, -OOPSIE-, 0x6D667061,
16@r, 16x9, 194.78.109.xxx,
2006ict045, 2mcm, 50kalkiller,
Ab5602, Abcorn, Academic
Challenger, Acdx, Adaml2I3,
AdamRetchless, Adhall, AdmN,
Adrian.benko, Aeons, Aetherfukz,
Agentq314, Agorski, Agrado,
Aharonyodaiken, Ahoerstemeier,
Ahunt, Ajvpot, Akhristov,
ChrisHodgesUK, ChrisLoosley,
ChrisO, Chrislk02, Chuggnutt,
Chun-hian, Chuuumus, Cic, Cjxxi,
Ckempo, Clabinger, Clintp,
Closedmouth, Clsdennis2007,
Cmelbye, Coalgames, Coderx,
Coffee2theorems, CogentAgent,
Coldkill, Cometstyles, Conny,
Conscious, Conti, Conversion script,
Cookiecaper, CorbinSimpson,
Cornflake pirate, Corti, Courtarro,
Craig Stuntz, Creek23, Crenner,
Crum375, Csmaster2005, Css,
Cthackers, Ctz, Curps, Cvinoth,
Cwolfsheep, Cybercobra,
Cyberhitesh, Cyberscribe,
DFRussia, DN Lodge, DStoykov,
Da4041ewzer, Daedricnekomata,
Dan Atkinson, Dan scott, DanlOO,
Danakil, Dananderson, Danhuby,
DanielI5, Danolsen, Dany4762,
DarkHorizon, Darkeldress, Darrien,
Dasch, Dave Bell, David SIMMONS
(HF), David mintz, David.Mestel,
David.coallier, Davidds, Davide89v,
Davidhorman, Dcfleck, Dcoetzee,
Dcooper, DeadEyeArrow,
December21st2012Freak,
Decumanus, Deekay, Defsac,
Dejvid, Delldot, Delpino, Deminy,
Den fjattrade ankan, Dendodge,
DennisWithem, Denpick, DerHexer,
Dgies, Diberri, Diego Grez, Digitize,
Digx, Dimo414, Dina, Diomidis
JohnBlackburne, JohnCarm,
Johndrinkwater, Johnny 0,
Johnnybpogi, JonathonReinhart,
Jondel, Jonik, Jorge Stolfi, Jorunn,
Joseph Solis in Australia, Joshua
Issac, JoshuaZ, Josquius,
Jpkoesterl, Jspetrak, Jstastny,
Judas, Juliancolton, Juliano,
JustinD, JustinHagstrom,
Justpassin, Juves, Jvhertum,
Jwestbrook, Kalathalan, Kalinga,
Kanishka 3000, Karl-Henner,
Karlward, Karthick rjkmr,
Karthimuchlove, Kbrose, Kenguest,
Kesla, Ketiltrout, Kexpert, Khalid
hassani, Khlo, Kimachi, King
Kovifor, King Lopez, Kingboyk,
Linkspamremover, LittleDan,
Livefmsonline, Lloydpick,
Lollerskates, LorenzoB, Lotje,
Loudsox, Lucyl98I, Luhshawnda,
Lulu of the Lotus-Eaters, Luna
Santin, Lupo, Lylylylylylylylyl,
Lyoko is Cool, MC10, MER-C,
MONGO, MPerel, Mac, Magicsc,
Mailtosasidaran, Malleus
Fatuorum, Man4mac, Mandarax,
Manil, Mann jess, Map nil,
Mariano.iglesias, Mark Tranchant,
Markaci, Markdr, Martinkunev,
Martpol, Marx Gomes, Mashil2,
Masonbarge, Matt Schwartz,
Matt.T, MattDunbar, MattTM,
Matthewdingley, Mcaruso,
Oliverkeenan, Omicronpersei8,
Onehundredandtwo, Oneiros,
Orderud, OreXero, OsamaK,
Oscarthecat, Ossiemanners,
Oxymoron83, Ozzyslovechild,
POlyglut, PAT or JK, PEAR,
PHPedia, Pako, Parasane, Part
Deux, Patrick, Patriotick, Patstuart,
PauIGregory, Pblag, Pcb21,
Perfecto, Persian Poet Gal,
PeterSymonds, Petrwiki, Pfortuny,
Pgan002, PhantomS, Phil Boswell,
PhilHibbs, Philip Hazelden, Philip
Trueman, Philipolson, Philthecow,
Philwiki, Phoenix-forgotten,
Phosphorescence, Php5,
Pianohacker, Pierre.bonnefoy, Piet
Faisal.akeel, Harrydevoil,
KarlDubost, Lineplus,
Paulmlieberman, Polyethene,
Raysonho, Sstrader, SvGeloven, 14
anonymous edits
PHP-GTK Source:
http://en.wikipedia.org/w/index.php?
oldid=366471079 Contributors:
Akadruid, [email protected],
Andrea.gardoni, CesarB, Elenothar,
FatalError, Frap, Isilanes, Jopsen,
Kedadi, KillerX, K14m-AWB,
LimoWreck, Lockal, Msafiri,
Pablodalloglio, Pavel Vozenilek,
Pounder, Reedy, RevRagnarok,
Scriptorium, Somercet,
Stevietheman, Thumperward,
TohdSBohaithuGhl, Tweenk,
Vdepizzol, Vilerage, Weyrick,
Wickethewok, Wmahan, Ysangkok,
59 anonymous edits
PHP-Nuke Source:
http://en.wikipedia.org/w/index.php?
oldid=366471051 Contributors:
88rollsl999, AThing,
Ahoerstemeier, Alison, Andux,
Antandrus, ApOc01yps3, Art
Graphic, Astalavistabd, Astanhope,
BCube, BW, BadmonkeyOOOl,
Bbtommy, Bennie Noakes,
Bjelleklang, Boothy443, Brian
evans, Ceejayoz, Charles Matthews,
Chowbok, Chris karakas, ChrisO,
Colonies Chris, Conversion script,
Php4delphi Source:
http://en.wikipedia.org/w/index.php?
oldid=296457183 Contributors:
CRGreathouse, Delphi32, GatOr,
Torc2, 3 anonymous edits
phpDocumentor Source:
http://en.wikipedia.org/w/index.php?
oldid=341216613 Contributors:
Agony, Anabus, Ashnazg, Clbustos,
Cmichael, Den fjattrade ankan, Ed!,
Goal03, Gutworth, Jmabel, Khalid
hassani, LeszekKrupinski, Lincher,
LinguistAtLarge, Ownlyanangel,
Sisyph, Tsz, Whispering, Wmahan,
17 anonymous edits
PhpGedView Source:
http://en.wikipedia.org/w/index.php?
oldid=366559222 Contributors:
35calder, 5whlt5, Ahadley, Bgwhite,
Borkhuis, Ceyockey,
DavidWBrooks, Den fjattrade
ankan, Dhinckle, Eug, Femto, Frap,
Free Software Knight, Gadacz,
Gadig, Gioto, Hawstom, Ikun,
KD5TVI, Kalihto, Kjlewis, K14m,
K14m-AWB, Maprie,
MarekZielinski, Mdd4696, Michael
A. White, MmnlOO, Nathanhaigh,
Nizamarain, PKtm, Ronz, WdmOOl,
25 anonymous edits
PhpGraphy Source:
http://en.wikipedia.org/w/index.php'
oldid=353528045 Contributors:
phpLDAPadmin Source:
http://en.wikipedia.Org/w/index.php
oldid=366837905 Contributors:
Agorski, Cwolfsheep, Dbenbenn,
EagleOne, Inoesomestuff,
JonHarder, Khalid hassani,
Marudubshinki, Minghong, Nick
Charlton, Pablo323, RuudVisser,
Snarius, Stevietheman, Studerby,
Thv, Unknown W. Brackets, 10
anonymous edits
phpMyAdmin Source:
http://en.wikipedia.0rg/w/index.php
oldid=368384752 Contributors:
16@r, Allencheung, AlleyKat,
Altintx, Altonbr, Anas2048, Andres,
AntiVanMan, Bdragon,
Betacommand, Calebrw,
Catmoongirl, CharlesC, Chealer,
CommonsDelinker, CryptoDerk,
Cwolfsheep, Danlev, Dcooper,
Delpino, El Zoof, Elf, Engacct,
Espetkov, Fences and windows,
Frap, GPHemsley, Goto, Grymwulf,
HDCase, Imroy, Intgr, Iphoting,
Isilanes, IvanLanin, Jmorgan,
Jwestbrook, Kate, Kelson, K14mAWB, KrisK, Lgrinberg, Liberty
Miller, Lizrael, Lorian, Lped999,
M4gnum0n, MER-C,
Marudubshinki, McBeelen,
Menschenfresser, Miami33139,
Minghong, Mipadi, Mireceq,
Monymirza, Msikma, Nicolaasuni,
Nijel, Phasma Felis, Piano non
troppo, Pradeepsomani,
PseudoSudo, R6MaY89, Ratarsed,
Reedy, Rjnienaber, Rleir, Robomilk,
S Carpenter, SF007, Shyam,
Snarius, Stevenjgarner,
StuffOflnterest, Svick, THForeigner, Terrible Tim,
TheParanoidOne, Thv, Tommy,
Typhoonhurricane, Unknown W.
Brackets, Webbyj, Wheat, Where,
Wickethewok, WikiLaurent,
Wjgilmore, ZStoler, ZanderZ,
PhpMyBibli Source:
http://en.wikipedia.org/w/mdex.php?
oldid=366759305 Contributors:
Baronnet, Dcooper, Frap, Isilanes,
Jebba, M4gnum0n, Omassey, Pohta
ce-am pohtit, Rcmason, Rwwww,
Ssd, Stephan Leeds, Vimal0212, 12
anonymous edits
phpPgAdmin Source:
http://en.wikipedia.org/w/index.php?
oldid=359677373 Contributors:
Allencheung, Angela, Arite, BraneJ,
Chealer, Chriskl, Chronofied, Cogs,
PhpSQLiteAdmin Source:
http://en.wikipedia.org/w/index.php?
oldid=354171425 Contributors:
BentoOO, Inoesomestuff,
Lexington Warner, Reflections728,
Svick, 7 anonymous edits
PhpXCore Source:
http://en.wikipedia.org/w/index.php?
oldid=366559182 Contributors:
AntonShevchuk, Ekerazha, Frap, 1
anonymous edits
phpBB Source:
http://en.wikipedia.org/w/index.php?
oldid=365028483 Contributors:
16@r, 16x9, 21tron, 3kjx,
6stringsamurai, ASSault,
Abelajohnb, AdamR, Aeons, Afluent
Rider, Ageha Winds,
Ahoerstemeier, Alerante, Alfreido,
Allstarecho, Altonbr, Alucard (Dr.),
Alx 91, Amatulic, AndrewRH,
Anthony Appleyard, Arameus, Art
Graphic, Aviaviavi, BP, Barneyboo,
Bbatsell, Beetstra, Bigbluefish,
Blombardo, Bohemian Arcade,
Borgx, Calamarain, Can't sleep,
clown will eat me, Cbrain, Chealer,
phpGrabComics Source:
http://en.wikipedia.org/w/index.php?
oldid=366621552 Contributors:
Baravalle, CambridgeBayWeather,
Ezhiki, GregorB, K14m-AWB, Quarl,
Scarlet Lioness, Steinsky, Welsh, 2
anonymous edits
phplist Source:
http://en.wikipedia.org/w/index.php?
oldid=367461205 Contributors:
Anthony Appleyard, Arjuno3,
B.rudge, Colonies Chris, Den
PHPmotion Source:
http://en.wikipedia.org/w/index.php?
oldid=352499512 Contributors:
Bungle, DarkSpike, Iridescent,
Jadziasmom, Korath,
LadyofShalott, Mennonot,
Rjwilmsi, Sade, Siringo, Toussaint,
Visio, 35 anonymous edits
PhpWiki Source:
http://en.wikipedia.org/w/index.php?
oldid=368135779 Contributors:
16@r, 63.21.255.xxx, Aegicen,
Antaeus Feldspar, Caerwine, Chuck
SMITH, Cometstyles, Conversion
script, Craigyl44, Cwolfsheep, DGG,
Djmckeel, Dori, Eagleal,
Elwikipedista, Greenman, Husky,
Jackaranga, JjupiterlOO, Langec,
Linguist AtLarge, Lunchboxhero,
Maximus Rex : MichaelJanich,
Minghong, Nigosh, Norm, Oboeboy,
PeterThoeny, PkSML, PseudoOne,
RMHED, ReiniUrban, SF007,
SWAdair, Salix alba, Shoaler,
Someguyl221, Stevegiacomelli,
Pimcore Source:
http://en.wikipedia.org/w/index.php?
oldid=363152887 Contributors:
Drietsch
Piwigo Source:
http://en.wikipedia.org/w/index.php?
okiid=3664I 1289 Contributors:
Baeksu, CommonsDelinker,
Dendodge, Jo Lorib,
JohnnyMrNinja, Linuxlefty,
Neustradaraus, Pierrick.legall,
Schmei, 26 anonymous edits
Plogger Source:
http://en.wikipedia.org/w/index.php?
oldid=363942693 Contributors:
Aurachron. Jason4hockey. KD5TV1,
NawlinWiki, Sieve Smith, Tim Ross,
2 anonymous edits
PmWiki Source:
http://en.wikipedia.org/w/index.php?
oldid=367845203 Contributors:
5ko, A12n, Aggelophoros, Akavel,
Alansohn, Angela, Apjha, Ary29,
Awcolley, Barrylb, BenWilson,
Bishopolis, Carlossuarez46,
Catapult, Cometstyles, Cwolfsheep,
David Gerard, DizzyTech,
Dmharvey, Duja, EagleOne, Earle
Martin, FractaB, Frap,
Fvaseoncellos, Gioto, Guyjohnston,
HarryHenryGebel, Hyjwei,
Jackaranga, JoeSmack, Jonathan
Drain, Josquin, Jusjih, Jwmeyert7,
Kjoonlee, K14m-AWB, Kozuch,
Lunchboxhero, Mareusmax,
Martin.Budden, Mebert3,
Minghong, Mwironen, Patrick
Michaud, Pillcrow,
Playdagame6991, Rajshekhar, Rich
Farmbrough, SeanCollins,
Teethmonkey, Thumperward,
Veinor, WETaylor, Wenli, Where,
WhisperToMe, WillColeda, Wongm,
Yaron K., 75 anonymous edits
PrestaShop Source:
http://en.wikipedia.org/w/index.php?
oldid=367609706 Contributors:
Amish Gramish, Chase me ladies,
I'm the Cavalry, EnBob08, Freewaywriter, Gioto, Greenman, Groinkkk,
Gulli, Houghster, Iain99, Jhnstcks,
MER-C, Marcjacobsl978, Rpcrep,
SabMarechal, Starlocke, Takumi22,
Terrible Tim, Unbob, Zpetrasovits,
21 anonymous edits
Mattcourtney, Ohnoitsjamie, 15
anonymous edits
Quick.Cart Source:
http://en.wikipedia.org/w/index.php?
oldid=366548914 Contributors:
Frap, Gib gib, Gioto, Kozuch,
Onlinecorp, Otkrage, Warut, 4
anonymous edits
RKWard Source:
http://en.wikipedia.org/w/index.php'
oldid=352529298 Contributors:
Alisha.4m, Avenue, Den fjattrade
ankan, Djmckeel, Elwikipedista,
Florian Huber, Free Software
Knight, Germarquezm, Karnesky,
Maarten Hermans, MagnusA,
MaryannaNesina, Masgatotkaca,
Naught 101, Nono.231, Peco,
Strepon, Where, Wouterstomp,
Zeno Gantner, 11 anonymous edits
Ravennuke Source:
http://en.wikipedia.org/w/index.php?
oldid=366546777 Contributors:
Codeauthors, Epipelagic, Frap,
Kguske, Michael Devore, Montego,
Newsaholic, RavenWebServices,
Rjwilmsi, 8 anonymous edits
ReOS Source:
http://en.wikipedia.org/w/index.php?
oldid=345137173 Contributors:
Marxua2, Moonriddengirl
RefDB Source:
http://en.wikipedia.org/w/index.php?
oldid=349304036 Contributors:
EdgeOfEpsilon, Fiftyquid,
Karnesky, Mhoenicka,
Shinkolobwe, Sinashahandeh, 1
anonymous edits
refbase Source:
http://en.wikipedia.org/w/index.php?
oldid=349304044 Contributors:
Benjaminevans82, Den fjattrade
ankan, Djmckeel, Free Software
Knight, Karnesky, MSteffens,
MaxEnt, Shinkolobwe, 1
anonymous edits
User:Renlok/WeBid Source:
http://en.wikipedia.org/w/index.php?
oldid=358305280 Contributors:
Racken, 1 anonymous edits
ResourceSpace Source:
http://en.wikipedia.org/w/index.php?
oldid=365218772 Contributors:
Danhuby, ElgertS, ElinorD,
Kevlar67, Zundark, 16 anonymous
edits
Robogallery Source:
http://en.wikipedia.org/w/index.php?
oldid=337223820 Contributors:
Mild Bill Hiccup, Shadowjams
RoundCube Source:
http://en.wikipedia.org/w/index.php?
oldid=365693674 Contributors:
ADobkin, Akosnagy, Barefootguru,
Certes, ClementSeveillac, Danpat,
Ddxc, Dominoconsultant, Dylan
SWiZ Source:
http://en.wikipedia.org/w/index.php?
oldid=364267426 Contributors:
Fabrictramp, Greetek, 2 anonymous
edits
oldid=368428613 Contributors:
A3RO, AndrewHowse, Auntof6,
DaoKaioshin, Easyjae, Eleland,
Fabrictramp, Kusunose, Patrick,
SparsityProblem, Tjic, Yym, Zimmy,
47 anonymous edits
SilverStripe Source:
http://en.wikipedia.org/w/index.php?
oldid=360661901 Contributors:
Ajoneil, Alirobe, AndrewShort,
Chris the speller, EagleOne, Elamic,
Enno0815de, Euchiasmus, Gioto,
Howardgrigg, Ilion2, Jkleijn,
JonHarder, Kiam, Kickme286,
SimpleXML Source:
http://en.wikipedia.org/w/index.php?
oldid=349823219 Contributors: AS,
SocialEngine Source:
http://en.wikipedia.org/w/index.php?
oldid=366589427 Contributors:
Martarius. Michal Nebyla.
Noozachem, Pascal666, Phil949596,
3 anonymous edits
SquirrelMail Source:
http://en.wikipedia.org/w/index.php?
oldid=366739390 Contributors:
Altonbr, Auric, Barefootguru,
BirdbrainedPhoenix, Bitbit,
Corwin8, DStoykov, Darklilac,
Deeahbz, Etow, Gaius Cornelius,
GoddersUK, Gutworth, Herrtodd,
Hungryjon, Hunterhdolan,
Improfane, J Di, Jeremy Visser,
Jomat, Karnesky, Kgadkari,
Kkandlena, Leigh Honeywell,
Lproven, LtWorf, MaryannaNesina,
Masssiveego, Minghong, Mjkaye,
NerdyNSK, Nwatson, Pdontthink,
PuerExMachina, Reedy,
RevRagnarok, Roadmr, RocketJeff,
Squiz Source:
http://en.wikipedia.org/w/index.php?
oldid=368216645 Contributors:
16x9, Beeblebrox, Comindico,
Eastmain, Ged UK, Haakon,
Intendancel3, J04n, Justine,
Klondek, Mbroooks, Nnhubbard,
Proxy User, RayAYang,
RedLavaLamp, Rjwilmsi, Rowstar,
Stuartyeates, Ttonybl, 19
anonymous edits
SugarCRM Source:
http://en.wikipedia.org/w/index.php?
oldid=367240160 Contributors: 1555-confide, Andareed, Bellenion,
Benjisail, Bnajlis, Canadian
Monkey, CanderOOOO,
Capricorn42, Cenarium, Chiok,
Cleduc, CorraTech, Coslycom,
Cryptic, CysieklO, DataWraith,
Dipskinny, Diza, East718,
Enrico.maggi, Ethnar, Evrik,
Fleminra, Fred Bradstadt,
Funjhunjhunwala, G Allegre, Gail,
Grahammcallister, Gregorydavid,
Gronky, Grstain, Guidofd, Hul2,
Hubris67, Ivolator, JLaTondre,
Jacoplane, James Foster, Jaxl,
http://en.wikipedia.org/w7index.php
oldid=366970451 Contributors:
Abtinb, Ahmedshaikhm,
AraniaJain, Archenzo, Asymmetric,
Behnam, Bongomatic, Brian
Kendig, BurnDownBabylon,
Caomhin, Chapultepec, Chtito,
Cubrilovic, Cyberbob37, Deineka,
DisturbedHR, Doc334, Elianel, Eno,
Equinoxe, Erik9, Ethridgela,
Francoisz, Gal Buki, Gary King,
Gasper k, Gioto, Greenman,
Hamidp, IByte, Ice j7, Immunize,
Jamelan, Jameshales, Jtdowney,
Judygrimes, Jvedral, Jwbrown77,
Kiam, Kim Bruning, Kingmundi,
Kiore, Lightmouse, LilHelpa,
Mathijshenquet, Miami33139,
MicahWedemeyer, MikeNolan,
Nicolaasuni, Pborreli, Phirana,
Phoebe, Poliverach, Prophile,
Pwaring, Rdeeb, Rfc 1394, Rimenes,
Robert K S, SF007 ; ShelfSkewed,
Stevengoldberg, Thatha,
Thumperward, Tothwolf,
Weaverryan, WikiLaurent,
Woohookitty, Wxop, Zugec, 108
anonymous edits
Textpattern Source:
http://en.wikipedia.org/w/index.php?
oldid=365613816 Contributors:
Christopherlin, Cwolfsheep,
Cynical, Edhoprima, Edjog,
Elimegrover, Emptymountains, Etz
TikiWiki Source:
http://en.wikipedia.org/w/index.php?
oldid=367957189 Contributors:
16@r, Aitias, Awcolley, Bachrach44,
Berland, Binarypower,
Bluediver999, Bolivian Unicyclist,
Cdrigby, Chealer, Cicada,
Cometstyles, Coredesat, Dkg,
TinyWebGallery Source:
http://en.wikipedia.org/w/index.php?
oldid=352755079 Contributors:
Biker Biker, Dances with Waves,
Dkoenigl, J04n, Nzv8fan,
Woohookitty, 12 anonymous edits
http://en.wikipedia.org/w/index.php?
oldid=366537690 Contributors:
Adamblang, Einarkristjan, Frap,
Gioto, Hujaza, Jeff3000, Mr.
D.M.Black, Netalarm, Noveltyghost,
Shiftmain7, ZinnKid, 8 anonymous
edits
TYP03 Source:
http://en.wikipedia.org/w/index.php?
oldid=368378804 Contributors: Majestic-, 16x9, 21tron, Aaronbrick,
Afita, Anthony Appleyard, Arnabbh,
Aronzak, Biesior, Catgut,
CharlotteWebb, Chealer,
Christophlauks, Computerjoe,
CryptoDerk, Cwolfsheep,
Cwooodside79, Cybercraft, DJ John,
UBB.threads Source:
http://en.wikipedia.org/w/index.php?
oldid=363304894 Contributors:
Adahan, AllenAyres, Andros 1337,
B7T, Balloonguy, Chaos351,
Corthell, Cwolfsheep, CyberSkull,
DonutLover, Goplat, HappyDog,
Ipbwiki, Lastnico, Ltfhenry, Mraldo,
PTSE, Pohta ce-am pohtit,
Pontificalibus, Remember the dot,
Siedlaro, Stevietheman, Tothwolf,
Yay unto the Chicken, 16
anonymous edits
Ubercart Source:
http://e11.wikipedia.0rg/w/index.php
o!did=345561795 Contributors:
Dawynn, Gioto, Gruznov,
Jwthompson2, KalhrynLybarger,
Rszrama, Siberian Laika,
Stephthegeek, Takumi22, 14
anonymous edits
uddelM Source:
http://en.wikipedia.org/w/index.php?
oldid=368427793 Contributors:
Biker Biker, D6, Kam Solusar,
LadyofShalott, Rich Farmbrough,
Slabbi, Thinking of England, 21
anonymous edits
vBulletin Source:
http://en.wikipedia.org/w/index.php?
oldid=367811278 Contributors:
04nunhucks, 16@r, 16x9, 2005,
21tron, Achilles2.0, Alansohn,
Alerante, Alucard (Dr.), AmiDaniel,
Andros 1337, Andy-ch, Anti Bullshit,
Any44, Arnoud, AtOMiCNebula, B,
BamaStangGuy, BanyanTree,
Battlestar27, Benzo, Bithaze,
Bobol92, Boid, Borgs8472, Brandon
Sheley, Bushcarrot, CRaiGaFeR14,
Caiman, Can't sleep, clown will eat
me, Canderson7, Canterbury Tail,
CellarDoor2001, CesarB, Cheen,
Chowbok, C1A10386,
Cmdrjameson, Code Monkey,
Colonies Chris, Conscious,
Vwar Source:
http://en.wikipedia.org/w/index.php?
oldid=366610766 Contributors:
Payuco, Ricky81682, VinOk
WakkaWiki Source:
http://en.wikipedia.org/w/index.php?
oldid=366624070 Contributors:
16@r. Ahenmann, Cap'n Relsmmat,
Cmdrjameson. DarTar. Dawynn.
Dysprosia. Frap, Giolo. Hemanshu,
Hephaestos, JavaWoman, Kate,
K14m-AWB, Kozuch, Kukutz,
Ludraman, Lunchboxhero, Reedy,
Slipstream, Stein, Tannin,
Tomheaton, Yanb, Yaron K., 20
anonymous edits
anonymous edits
WebWM Source:
http://en.wikipedia.org/w/index.php?
oldid=325725877 Contributors:
Andy 16666, Chelseafan528,
CoolingGibbon, Cwolfsheep,
MBisanz, Nasa-verve, Tizio, Tobias
Bergemann, Torrmal,
TubularWorld, TuukkaH, 19
anonymous edits
WikkaWiki Source:
http://en.wikipedia.0rg/w/index.php
oldid=363970775 Contributors:
16@r, 2mcm, Aezram, Altenmann,
AnonMoos, Brian0918, Brianko,
Cpastern, DarTar, Djmckeel,
WordPress Source:
http://en.wikipedia.org/w/index.php'
oldid=368451022 Contributors:
16x9, lnspire007, lwolfblake,
2fargon, A-giau, A. B., A3RO, AK
Auto, AWPT, Aarondanhall,
Abdullais4u, Aegis Maelstrom,
AffiliatePro, Agamemnon2, Al
Cmacl500, Cobol981,
ColinHelvensteijn, Computerjoe,
Conti, Copperboom, Cosmix, Crails,
Ctbolt, Cwolfsheep, Cyde, Cynical,
D0762, DStoykov, Dancingberry,
Dancter, Dar-Ape, Darth NormaN,
Daveswagon, David Latapie,
Deeahbz, Denisutku, DennyColt,
Derek farn, Designdroide,
Dgonzal4, Diza, Dkza, Dogposter,
DominatorMatrix, Doogate, Dopex,
Doubleyouyou, DougalCampbell,
Dpetley, DrFeinstein,
Dragonstrike09, Dreamyshade,
Drkameleon, Drmike,
DropDeadGorgias, Dtwong, DuckeJ,
Dulcepixels, Dvishnu, EEMIV,
Xaraya Source:
http://e11.wikipedia.0rg/w/index.php
oldid=366534454 Contributors:
Cantons-de-1'Est, Caraes naur,
Frap, FrogBoyGeorge, Gioto,
Judgej, Kozuch, Olematon,
PhilKnight, Ryandavidwalker,
SaintEgo, Signalhead, Vhorvat, 8
anonymous edits
Xdebug Source:
http://en.wikipedia.org/w/index.php?
oldid=360448926 Contributors:
CWii, Fabrictramp, Ironholds,
JLaTondre, Koavf, Natrajv, Rich
Farmbrough, Tothwolf, Unomi, 1
anonymous edits
XOOPS Source:
http://en.wikipedia.org/w/index.php?
o!did=366886273 Contributors:
0x6D667061, 16@r, Bcartolo,
CanisRufus, Comflash2,
Cwolfsheep, Deeahbz, Delivery:435,
Den fjattrade ankan, Denisutku,
Dionyziz, Elliotgoodrich, Equendil,
Everyking, Frap, Gestroud, Gioto,
Greenman, Gronky, Haakon, Herko,
ElectronicsEnthusiast, Frap,
Freakingme, Freeaqingme, Fritztho,
Gioto, Gokusandwich, Greenman,
Gregh2k5, Gutworth,
HappylnGeneral,
Heroeswithmetaphors,
Hundertwumms, Ian Bailey,
JLaTondre, JalOOO, Jamelan,
Jeffreybolle, KennethJ, Killian,
K14m-AWB, Kuraga, Luis Felipe
Braga, Macarse, Mann jess, Mcorne,
Miami33139, Michael Ray, Nlu,
Ofus, PaD, Pascal.Tesson, R0m23,
Ramat ram ne, Refdoc, Rfcl394,
Rgishri, Rich Farmbrough,
Rjwilmsi, Roham, Ronz, SbiellONE,
Sebal989, Snailwalker, Somercet,
SpaceFlight89, Superm401,
TheRealNightRider, Thing2b,
Thingg, Wagner51, WikiLaurent,
Wllm, Zur887, ZyMOS, 156
anonymous edits
Zenphoto Source:
http://en.wikipedia.org/w/index.php?
oldid=352796096 Contributors:
Arthena, Craftyminion, Dismas,
DrSlony, Gbart en, Jacl6888,
Klngyo, Krainbolt, Mercenario97,
Spatz, Tonohono, Trisweb, Zverik,
Zikula Source:
http://en.wikipedia.org/w/index.php?
oldid=366534254 Contributors:
16x9, B7T, Cantoiis-de-1'Est,
Davehil, DavidBailey, Dmolavi,
Dzero-net, FluffyWyld2, Gioto,
Gwen Gale, JornWildt, Kozuch,
Legotech, Pinnecco, Relevantsus,
Starblueheather, Twinzor,
Vmabillot, Zikula drak, 27
anonymous edits
Image Sources, Licenses and
Contributors
Image:Active Agenda Logo.png
Image:2activecalendar640x480.jpg
Source:
http://en.wikipedia.org/w/index.php?
title=File:2activecalendar640x480.jpg
License: unknown Contributors:
Andrerl, BazookaJoe, Georgiost,
Jni, 1 anonymous edits
Image:Adminer01.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Adminer01.png License:
Apache Contributors: Jakub Vrana
Image:aigaion screenshot.gif
Source:
http://en.wikipedia.org/w/iiidex.php'
title=File:Aigaion_screenshot.gif
License: unknown Contributors:
Wietseb
Image:Asido-logo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Asido-logo.png License:
unknown Contributors:
UsenCydebot, User:DerHexer,
User:Futchi, UsenOrphanBot,
User:Polbot
File:Associate-0-Matic_Logo.png
Source: http://en. wikipedia.
org/w/index.php?title=File: As
File:Concrete5 screenshot.png
Source:
http://en.wikipedia.org/w/index.php'
title=File:Concrete5_screenshot.png
License: GNU Lesser General
Image:Coppermine logo.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:Coppermine_logo.png
License: GNU General Public
License Contributors: Rehcsif,
WikipediaMaster Image:Doctrine
logo white.png Source:
http://en.wikipedia.Org/w/index.php
title=File:Doctrine_logo_white.png
License: unknown Contributors:
User:Cydebot, User:FairuseBot,
User:MBisanz, User:Nv8200p,
User:PXE-MOF
Image:doctrine-layers.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Doctrine-layers.jpg
License: GNU Free Documentation
License Contributors: Jwage Image
:Logodokeos250. png Source:
http://en.wikipedia.org/w/index.php?
title=File:Logodokeos250.png
License: Creative Commons
Attribution-Sharealike 3.0
Contributors: Antiochus
Image:Pimcore_logo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Pimcore_logo.png
License: Creative Commons
Attribution-Sharealike 3.0
Contributors: User:Drietsch
Image:Epesi-Iogo.gif Source:
http://en.wikipedia.org/w/index.php?
title=File:Epesi-logo.gif License:
Creative Commons AttributionSharealike 3.0 Contributors:
User:Jtylek Image:Flashgallery.png
Source:
http://en.wikipedia.org/w/index.php'
title=File:Flashgallery.png License:
unknown Contributors: Andrey
Markin, Salavat
Image:Flashmp3player.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Flashmp3player.png
License: unknown Contributors:
Andrey Markin Lmage:FluxBB
1.4.png Source:
http://en.wikipedia.org/w/index.php?
title=File:FluxBB_1.4.png License:
GNU General Public License
Contributors: FluxBB.org
Developers File:FluxBB 1.2.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:FluxBB_l.2.png License:
GNU General Public License
Contributors: FluxBB.org
Developers Image:frogCMS.png
Source: http://en. wikipedia.
org/w/index. php?
title=File:FrogCMS.png License:
unknown Contributors: DjR,
Melesse Image:Gallery logo.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:Gallery_logo.png License:
unknown Contributors: Apoc2400,
Neilmundy Image:Group-Office.jpg
Source:
http://en.wikipedia.org/w/index.php?
title=File:Group-Office.jpg License:
Public Domain Contributors:
Mschering Image:Habarilogo.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:Habarilogo.png License:
unknown Contributors:
Massimiliano.en Image:Horde.svg
Source:
http://en.wikipedia.org/w/index.php?
title=File:Horde.svg License:
Attribution Contributors: Colin
Viebrock
http://en.wikipedia.org/w/index.php?
title=File:Icy_Phoenix_Default_Inst
License: GNU General Public
License Contributors: Original
uploader was Tonyfl2 at
en.wikipedia
Image:Ip_board.svg Source:
http://en.wikipedia.org/w/index.php?
tit!e=FiIe:Ip_board.svg License:
unknown Contributors: Craigbrass,
Skier Dude Image:IonCube
logo.png Source:
http://en.wikipedia.org/wAndex.php?
title=File:IonCube_logo.png
License: unknown Contributors:
Moggie2002
Image:Kmp-scr-01.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Kmp-scr-01.jpg License:
GNU General Public License
Contributors: WSS Knowledge
Mnaagement Software team
Image:MeatBB site.png Source:
http://en. wikipedia.
org/w/index.php?
title=File:MeatBB_site. png
License: unknown Contributors:
Chick Bowen, Darkgrammer,
Image:MiaCMSAdministrator.png
Source:
http://en.wikipedia.org/wAndex.php?
title=File:MiaCMSAdministrator.png
License: GNU Free Documentation
License Contributors: Chadauld
Image: Mid gard logo.png Source:
http://en. wikipedia. org/w/index.
php'?title=File :Midgard_logo. png
License: unknown Contributors:
Bergie Image:Midgard-1.8.0.jpg
Source:
http://en.wiktpedia.0rg/w/index.php
title=File:Midgard-1.8.0.jpg
License: unknown Contributors:
Bergie
Inc
Image :MoodIe logo.png Source:
http://en. wikipedia.
org/w/index.php?
title=File:Moodle_logo. png
License: unknown Contributors:
User: 143.117.161.54,
UsenBetacommandBot,
User:Cydebot, UsenDougiamas,
User:Dragons flight,
User:Masterhomer, User:Mcld,
User:PNG crusade bot,
User:Remember the dot
title=File:Moodle_l
.3_sample_course_screengrab.png
License: unknown Contributors:
Ianaf4you, Rolandg, Shirimasen,
Viriditas, 5 anonymous edits
unknown Contributors: -
Image:Npss.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Npss.jpg License: GNU
Free Documentation License
Contributors: Donovon Lee of
Noguska LLC Image:Os
commerce.svg Source:
http://en.wikipedia.org/w/mdex.php?
title=File:Os_commerce.svg
License: unknown Contributors:
Craigbrass, Skier Dude
t_professor_page.png License:
Creative Commons Attribution 3.0
Contributors: Epignosis LTD
File:PHP-logo.svg Source:
http://en.wikipedia.org/w/index.php?
title=File:PHP-logo.svg License:
unknown Contributors: User:Mysid
File:Wikibooks-logo-en.svg Source:
http ://en. wikipedia.
org/w/index.php?title=File: Wiki
books-logo-en. svg License: logo
Contributors: User:Bastique,
User:Ramac
Image:Rasmus_Lerdorf_cropped.jpg
Source:
http://en.wikipedia.org/w/index.php?
title=File:Rasmus_Lerdorf_cropped.
Image:Zeev Suraski
2005_cropped.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Zeev_Suraski_2005_cropp
License: Creative Commons
Attribution-Sharealike 2.0
Contributors: User:Austin5I2
title=File:ExampleOfAplication.png
License: unknown Contributors:
Vdepizzol image:Logo-trans.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:Logo-trans.png License:
unknown Contributors: Eastmain,
Gutworth
Image:PhpGedView logo.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:PhpGedView_logo.png
License: GNU General Public
License Contributors: Den fjattrade
ankan Image:PhpGedView
Welcome Page screenshot.jpg
Source:
http://en.wikipedia.org/w/index.php?
title=File:PhpGedView_Welcome_Pa
License: GNU General Public
License Contributors: Den fjattrade
ankan
Image:PhpMyAdmin screenshot
new.png Source:
http://en.wikipedia.org/w/index.php?
title=File:PhpMyAdmin_screenshot_
License: GNU General Public
License Contributors: phpMyAdmin
dev team, http://phpmyadmin.net
Image:Phpbb3-ccw-logo.png
Source:
http://en.wikipedia.orgAv/index.php?
title=File:Phpbb3-ccw-logo.png
http://en.wikipedia.org/w/index.php?
title=File:PhpBB3_ACP.png
License: GNU General Public
License Contributors: UsenMeow
Image:phpBB 2.0.png Source:
http://en.wikipedia.org/w/index.php?
title=File:PhpBB_2.0.png License:
GNU General Public License
Contributors: User:Meow
Image:PhpGrabComics.png Source:
http://en.wikipedia.org/w/index.php?
title=File:PhpGrabComics.png
License: GNU Free Documentation
License Contributors: Baravalle
File:Phplist logo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Phplist_logo.png License:
Source:
http://en.wikipedia.org/w/index.php?
title=File:Cmssystem_login.png
License: unknown Contributors:
Sander Thijsen Image:Pmwiki32.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Pmwiki-32.png License:
unknown Contributors:
User:Awcolley, User:Cydebot
Image:Prestashop-logo.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Prestashop-logo.jpg
License: unknown Contributors:
Houghster
title=File:Websphere_Iogo.png
License: unknown Contributors:
Abelson, Bovineone, Fuzzy510,
Skier Dude, Wondigoma
title=File:Refbase_logo.png
License: GNU Free Documentation
License Contributors: MSteffens
Image:refbase.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Refbase.png License:
GNU Free Documentation License
Contributors: MSteffens
Image:Resourcespace.gif Source:
http://en.wikipedia.org/w/index.php'
title=File:Resourcespace.gif
License: Creative Commons
Attribution-Sharealike 3.0
Contributors: User:Danhuby
Image:Resourcespacel.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Resourcespacel.jpg
Image:SilverStripe-AdministrationPanel-2.2.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:SilverStripeAdministration-Panel-2.2.jpg
License: unknown Contributors:
Image:SilverStripe-Default-Theme2.2.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:SilverStripe-DefaultTheme-2.2.jpg License: unknown
Contributors: Original uploader was
TateyJohnson at en.wikipedia
Image:SiIverStripe__The_Complete_Guide_to_CMS_De
Source:
http://en.wikipedia.org/w/index.php?
title=File:SilverStripe__The_Complete_Guide_to_CMS_De
License: unknown
Contributors: SigurdMagnusson
Image:Simple-cloud-api.png
Source:
http://en.wikipedia.org/w/index.php'
title=File:Simple-cloud-api.png
License: Creative Commons
Attribution-Sharealike 3.0
Contributors: Wllm
Image:Simplemachines.png Source:
http://en.wikipedia.org/w/index.php?
litle=File:Simplemachines.png
License: unknown Contributors:
Crislan, Vbgamer45
Image:SMF.png Source:
http://e11.wikipedia.0rg/w/index.php
title=File:SMF.png License:
Image:squirrelmail logo.png
Source: http://e
11.wikipedia.org/w/index.php?
title=File:Squirrelmail_logo.png
License: GNU General Public
License Contributors: Yanngeffrotin
Image:sqmailscreenshot.png
Source:
http://en.wikipedia.org/w/index.php?
title=File:Sqmailscreenshot.png
License: unknown Contributors:
GoddersUK
Image:Symfony.gif Source:
http://en.wikipedia.org/w/index.php?
title=File:Symfony.gif License:
Creative Commons AttributionSharealike 3.0 Contributors:
Original uploader was Ice j7 at en.
wikipedia
WikipediaMaster
Image:Textpattern.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Textpattern.png License:
unknown Contributors:
Ubernostrum
Screenshot by Litter
Image:UBB.threads screenshot.png
Source:
http://en.wikipedia.org/w/iiidex.php?
title=File:UBB.threads_screenshot.pn
License: unknown Contributors:
Andros 1337, Remember the dot
Image:Ubercart logo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Ubercart_logo.png
License: GNU General Public
License Contributors: Peter Sieg
Image:Uddeim logo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Uddeim_logo.png
License: unknown Contributors:
Hux, Slabbi Image:Uddeim
compose.jpg Source:
http://en.wikipedia.org/w/index.php?
title=File:Uddeim_compose.jpg
License: unknown Contributors:
Slabbi Image :VBulletin.svg Source:
http://en. wiki
pedia.org/w/index.php?
title=File:VBulletin.svg License:
unknown Contributors: Craigbrass,
Skier Dude
Image:Screenshot mindmap.jpg
Source:
http://en.wikipedia.org/w/index.php?
title=File:Screenshot_mindmap.jpg
License: GNU General Public
License Contributors: Original
uploader was DarTar at en.
wikipedia
file:WordPress_logo.svg Source:
http://en.wikipedia.org/w/index.php?
title=File:WordPress_logo.svg
License: Trademarked
Contributors:
w:WordPressWordPress
file:Wordpress Template
Hierarchy.png Source:
http://en.wikipedia.org/w/index.php?
title=File:Wordpress_Template_Hier
License: Public Domain
Contributors: Rami
Image:XarayaLogo.png Source:
http://en.wikipedia.org/w/index.php?
title=File:XarayaLogo.png License:
GNU General Public License
Contributors: Marty Vance
Image:Xdebug-logo.png Source:
http://en.wikipedia.org/w/index.php?
tille=File:Xdebug-logo.png License:
unknown Contributors: CWii
Image:logoXOOPSWikipedia.jpg
Source:
http://en.wikipedia.org/w/index.php'
title=File:LogoXOOPSWikipedia.jpg
License: GNU Free Documentation
License Contributors: Mbeck, Sav
vas
Image:screenshotXOOPSWikipedia.jp
Source:
http://en.wikipedia.org/w/index.php?
title=File:ScreenshotXOOPSWikiped
License: GNU Free Documentation
License Contributors:
Mbeck
http://en.wikipedia.org/wAndex.php?
title=File:Zend-framework.png
License: unknown Contributors:
Wllm
Image:Zenphoto_logo.png Source:
http://e11.wikipedia.0rg/w/index.php
title=File:Zenphoto_logo.png
License: GNU General Public
License Contributors: zenphoto
team
Image:ZikuIa-Logo.gif Source:
http://en.wikipedia.org/w/index.php?
title=File:Zikula-Logo.gif License:
GNU Free Documentation License
Contributors: Zikula
License
Creative Commons AttributionShare Alike 3.0 Unpolled
http://creativccommons.ora/liccn
scs/by-sa/3.0/