Category:Bitweaver: Difference between revisions

Jump to navigation Jump to search
minor fixes
(minor fixes)
Line 1: Line 1:
{{Wiki Engine
{{Wiki Engine
|name            = Bitweaver
|name            = Bitweaver
|URL              = http://www.bitweaver.org
|URL              = http://www.Bitweaver.org
|logo            = [[File:Bitweaver.JPG|Bitweaver logo]]
|logo            = [[File:Bitweaver.JPG|Bitweaver logo]]
|changes URL      = http://www.bitweaver.org/wiki/Roadmap
|changes URL      = http://www.Bitweaver.org/wiki/Roadmap
|wikinode URL    = No <!--eg: http://WikiEngineURL.org/WikiNode – if none, use 'No'-->
|wikinode URL    = No <!--eg: http://WikiEngineURL.org/WikiNode – if none, use 'No'-->
|about URL        = No <!--eg: http://WikiEngineURL.org/About - if none, use 'No'-->
|about URL        = No <!--eg: http://WikiEngineURL.org/About - if none, use 'No'-->
|documentation URL= http://www.bitweaver.org/wiki/Documentation
|documentation URL= http://www.Bitweaver.org/wiki/Documentation
|maintopic        = Wiki Engine
|maintopic        = Wiki Engine
|founder          = Christian Fowler
|founder          = Christian Fowler
|status          = Dormant
|language        = English
|language        = English
|prog language    = PHP
|prog language    = PHP
|s/w license      = GNU Lesser General Public License
|s/w license      = GNU Lesser General Public License
|status          = Dormant
}}{{PopulateCategory}}
}}{{PopulateCategory}}
{{TOCright}}
{{TOCright}}
Line 18: Line 18:
{{WikiEngineFeatures}}
{{WikiEngineFeatures}}
----
----
Bitweaver is an {{tag|object-oriented}} {{tag|web}} application framework and {{tag|content management system}} (CMS) written in {{tag|PHP}} that is distributed as {{tag|open source}} software under the {{tag|GNU Lesser General Public License}} (LGPL).  Originally known as '''[[TikiPro]]''', and derived from the PHP application known as [[TikiWiki]], Bitweaver has distinguished itself from its predecessor by converting to a highly modular {{tag|software}} application.  It is focused on scalability, data integrity, and stability; and is intended for enterprise or large scale, high traffic websites.  Bitweaver powers a number of such high profile wiki-based websites, including [[Viovio]] and [[voip-info]].
Bitweaver is an {{tag|object-oriented}} {{tag|web}} application framework and {{tag|content management system}} (CMS) written in {{tag|PHP}} that is distributed as {{tag|open source}} software under the {{tag|GNU Lesser General Public License}} (LGPL).  Originally known as '''[[TikiPro]]''', and derived from the PHP application known as {{tag|TikiWiki}}, Bitweaver has distinguished itself from its predecessor by converting to a highly modular [[:Category:Software|software]] application.  It is focused on scalability, data integrity, and stability; and is intended for enterprise or large scale, high traffic websites.  Bitweaver powers a number of such high profile wiki-based websites, including [[Viovio]] and [[voip-info]].


==Technologies==
==Technologies==
Line 29: Line 29:


==History==
==History==
Like many content management systems, Bitweaver originated as a {{tag|fork}} of another project, in this case, TikiWiki.  In late 2003, Christian Fowler began the process of integrating the open source phpBB forum software.  While successful, this revealed a rift among the TikiWiki community - whether the project should remain as a tightly integrated "Swiss Army Knife", or become a more modular, and extensible application more suited to custom software development.  After a fierce, open debate [https://SourceForge.net/mailarchive/forum.php?thread_id=3752617&forum_id=12569 1], [https://SourceForge.net/mailarchive/forum.php?thread_id=3752607&forum_id=12569 2] on the SourceForge mailing lists, the founder of TikiWiki refused to permit the phpBB code changes in the main source-tree.
Like many content management systems, Bitweaver originated as a {{tag|fork}} of another project, in this case, {{tag|TikiWiki}}.  In late 2003, Christian Fowler began the process of integrating the open source phpBB forum software.  While successful, this revealed a rift among the TikiWiki community; whether the project should remain as a tightly integrated 'Swiss Army Knife', or become a more modular, and extensible application more suited to custom software development.  After a fierce, open debate [https://SourceForge.net/mailarchive/forum.php?thread_id=3752617&forum_id=12569 1], [https://SourceForge.net/mailarchive/forum.php?thread_id=3752607&forum_id=12569 2] on the SourceForge mailing lists, the founder of TikiWiki refused to permit the phpBB code changes in the main source-tree.


At that point, several individuals decided to initiate a new project.  Initially called "TikiPro" as a nod to its heritage, the project was ultimately renamed Bitweaver.  Founding members include Christian Fowler, Max Kremmel, Stephan Bourg, and Brian Todoroff.
At that point, several individuals decided to initiate a new project.  Initially called 'TikiPro' as a nod to its heritage, the project was ultimately renamed Bitweaver.  Founding members include Christian Fowler, Max Kremmel, Stephan Bourg, and Brian Todoroff.


==Contents of Bitweaver==
==Contents of Bitweaver==
Being derived from the feature rich code base of its progenitor, [[:Category:TikiWiki|TikiWiki]], the primary challenges were to remove the lesser-used software features from [[TikiWiki]].  After completely modularising the code base, the main features (known as 'packages' in Bitweaver) were updated, and new capabilities were added.  During this process of modularising and code rewriting, the authors of Bitweaver decided to introduce a centralised content management package called [http://www.Bitweaver.org/wikiLibertyPackage liberty].  This means that almost all content is stored in a common location, making new package development very easy, and providing a common standard across the entire platform.
Being derived from the feature rich code base of its progenitor, {{tag|TikiWiki}}, the primary challenges were to remove the lesser-used software features from [[TikiWiki]].  After completely modularising the code base, the main features (known as 'packages' in Bitweaver) were updated, and new capabilities were added.  During this process of modularising and code rewriting, the authors of Bitweaver decided to introduce a centralised content management package called [http://www.Bitweaver.org/wikiLibertyPackage liberty].  This means that almost all content is stored in a common location, making new package development very easy, and providing a common standard across the entire platform.


This architectural design has made it is possible to work with a set of pristine files (e.g., downloaded and kept up to date using {{tag|CVS}}),{{clarify}} and drop in custom packages to add any functionality required for a particular point installation.  In addition, unused packages can be removed simply by deleting the package directory from the server, thus making Bitweaver as compact or as comprehensive as desired.
This architectural design has made it is possible to work with a set of pristine files (e.g., downloaded and kept up to date using {{tag|CVS}}),{{clarify}} and drop in custom packages to add any functionality required for a particular point installation.  In addition, unused packages can be removed simply by deleting the package directory from the server, thus making Bitweaver as compact or as comprehensive as desired.
Line 43: Line 43:
==Bitweaver packages==
==Bitweaver packages==
Bitweaver includes a number of packages with varying functionality including:
Bitweaver includes a number of packages with varying functionality including:
*{{tag|blog}}
*[[:Category:Blog|blog]]
*{{tag|wiki}}
*[[:Category:Wiki|wiki]]
*photo sharing
*photo sharing
*{{tag|forums}}
*[[:Category:Forums|forums]]
*e-commerce
*e-commerce
*file sharing
*file sharing
Line 53: Line 53:
*categorisation
*categorisation
*{{tag|ratings}}
*{{tag|ratings}}
Due to the modular architecture of Bitweaver, the services will extend the functionality of all packages installed.  Packages can be downloaded from [http://www.bitweaver.org/builds/packages/HEAD/|here]
Due to the modular architecture of Bitweaver, the services will extend the functionality of all packages installed.  Packages can be downloaded from [http://www.Bitweaver.org/builds/packages/HEAD/|here]


==Criticisms==
==Criticisms==
Line 67: Line 67:
|colspan=3 align=center|'''ReleaseNull — "Al"
|colspan=3 align=center|'''ReleaseNull — "Al"
|-
|-
|—||2004-04-02||(as TikiPro) project naming, [http://www.bitweaver.org/wiki/DatabasePrefixing database prefixing]
|—||2004-04-02||(as TikiPro) project naming, [http://www.Bitweaver.org/wiki/DatabasePrefixing database prefixing]
|-
|-
|colspan=3 align=center|'''ReleaseZero — "Bonnie"
|colspan=3 align=center|'''ReleaseZero — "Bonnie"
Line 73: Line 73:
|v0.0||2004-07-19||(as TikiPro) code reorganisation
|v0.0||2004-07-19||(as TikiPro) code reorganisation
|-
|-
|colspan=3 align=center|'''ReleaseOne — "Clyde"[http://www.bitweaver.org/wiki/ReleaseOneChangelog]
|colspan=3 align=center|'''ReleaseOne — "Clyde"[http://www.Bitweaver.org/wiki/ReleaseOneChangelog]
|-
|-
|v1.0||2005-06-22||first major release with full re-architecting of all code, and introduction of centralised Liberty CMS
|v1.0||2005-06-22||first major release with full re-architecting of all code, and introduction of centralised Liberty CMS
Line 87: Line 87:
|v1.3.1||2006-06-16||maintenance release
|v1.3.1||2006-06-16||maintenance release
|-
|-
|colspan=3 align=center|'''ReleaseTwo — "Dillinger"[http://www.bitweaver.org/wiki/New+for+R2][http://www.bitweaver.org/wiki/The+Absolute+Beginners+Guide+2.0]
|colspan=3 align=center|'''ReleaseTwo — "Dillinger"[http://www.Bitweaver.org/wiki/New+for+R2][http://www.Bitweaver.org/wiki/The+Absolute+Beginners+Guide+2.0]
|-
|-
|v2.0.2||2008-05-06||
|v2.0.2||2008-05-06||
Line 107: Line 107:
|v3.1||2012-09-07||
|v3.1||2012-09-07||
|-
|-
|colspan=3 align=center|'''ReleaseFour — "Floyd"[http://www.bitweaver.org/wiki/ReleaseFour]
|colspan=3 align=center|'''ReleaseFour — "Floyd"[http://www.Bitweaver.org/wiki/ReleaseFour]
|-
|-
|v4.0||201Y-MM-DD||
|v4.0||201Y-MM-DD||
Line 115: Line 115:
*[http://www.Bitweaver.org Bitweaver.org] — home page
*[http://www.Bitweaver.org Bitweaver.org] — home page
**[http://www.Bitweaver.org/wiki/bitweaver_sites List of Bitweaver sites]
**[http://www.Bitweaver.org/wiki/bitweaver_sites List of Bitweaver sites]
*[https://SourceForge.net/projects/bitweaver Project SourceForge page] — contains dsitrbuted binaries and license information
*[https://SourceForge.net/projects/bitweaver Project SourceForge page] — contains distrbuted binaries and license information
*[http://business.Newsforge.com/article.pl?sid=05/11/01/1534231&tid=3&pagenum=4 Bitweaver mentioned in interview with Bob Young, co-founder of Red Hat]
*[http://business.Newsforge.com/article.pl?sid=05/11/01/1534231&tid=3&pagenum=4 Bitweaver mentioned in interview with Bob Young, co-founder of Red Hat]
*[http://www.gihyo.co.jp/magazine/WSE/english/index.php?/archives/6-Simple,-Collaborative,-Quick-Wiki-Websites.html Bitweaver features in an article from Japanese online magazine, ''Website Expert'']
*[http://www.gihyo.co.jp/magazine/WSE/english/index.php?/archives/6-Simple,-Collaborative,-Quick-Wiki-Websites.html Bitweaver features in an article from Japanese online magazine, ''Website Expert'']
*[http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=fb_conf_speakers Bitweaver features in lecture by Lester Caine at the 2005 Firebird conference]
*[http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=fb_conf_speakers Bitweaver features in lecture by Lester Caine at the 2005 Firebird conference]
*[http://www.Maiahost.com/cms/BitWeaver_Hosting.html Maiahost offers bitweaver hosting]
*[http://www.Maiahost.com/cms/BitWeaver_Hosting.html Maiahost offers bitweaver hosting]

Navigation menu