Bureaucrats, checkuser, Interface administrators, interwiki, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), staff, Suppressors, Administrators
83,693
edits
Hoof Hearted (talk | contribs) (|alt=) |
Hoof Hearted (talk | contribs) (Source code in infobox, tidy) |
||
| Line 1: | Line 1: | ||
{{Wiki Engine <!--see 'Template:Wiki Engine' for full detail--> | {{Wiki Engine <!--see 'Template:Wiki Engine' for full detail and hidden help advice--> | ||
|name = Bitweaver | |name = Bitweaver | ||
|URL = http://www.Bitweaver.org | |URL = http://www.Bitweaver.org | ||
|logo = [[File:Bitweaver.JPG|Bitweaver logo|alt=]] | |logo = [[File:Bitweaver.JPG|Bitweaver logo|alt=]] | ||
|wide logo = y | |wide logo = y<!--insert 'y' when the logo is too wide AND / OR the title is too long--> | ||
|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 | ||
|source code URL = https://SourceForge.net/projects/bitweaver<!--eg: https://GitHub.com/RepoAuthor/WikiEngine, or similar--> | |||
|maintopic = Wiki Engine<!--leave this as is, it can not be over-ridden--> | |maintopic = Wiki Engine<!--leave this as is, it can not be over-ridden--> | ||
|founder = Christian Fowler | |founder = Christian Fowler | ||
| Line 14: | Line 15: | ||
|prog language = PHP | |prog language = PHP | ||
|s/w license = GNU Lesser General Public License | |s/w license = GNU Lesser General Public License | ||
|status = Dormant<!--'Active | |status = Dormant<!--'Active' if available, 'Dead' if not, 'Dormant' if available but no staff support--> | ||
}}{{PopulateCategory}} | }}{{PopulateCategory}} | ||
{{TOCright}} | {{TOCright}} | ||
'''Category: Bitweaver''' — this [[Special:Categories|category]] contains [[wiki]]s which are powered by the '''Bitweaver''' wiki engine. [[Bitweaver]] is the wiki software used generally by sites such as [[voip-info]], the telephony-via-Internet wiki. | '''Category: Bitweaver''' — this [[Special:Categories|category]] here on WikiIndex contains [[wiki]]s which are powered by the '''Bitweaver''' wiki engine. [[Bitweaver]] is the wiki software used generally by sites such as [[voip-info]], the telephony-via-Internet wiki. | ||
---- | ---- | ||
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 ''' | 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 ({{tag|fork}}ed) 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 {{tag|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== | ||
Bitweaver uses the {{tag|ADOdb}} database abstraction library and makes sure that all database queries work on the following databases: | Bitweaver uses the {{tag|ADOdb}} database abstraction library, and makes sure that all database queries work on the following databases: {{tag|PostgreSQL}}, {{tag|MySQL}}, {{tag|Oracle}}, and Firebird. | ||
Due to the large number of [[:Category:Database|databases]] it supports, it is considered {{tag|cross-platform}}. In addition to ADOdb, Bitweaver uses the well-established {{tag|Smarty}} template presentation framework, which allows Bitweaver to efficiently separate logic from presentation, making theming and site design logical and straight forward. The targeted template overriding inherited from TikiWiki makes theming much easier than traditional fixed [[:Category:HTML|HTML]] designs. This makes it much easier to upgrade and work with the coding philosophy advocating pristine source. | |||
Due to the large number of databases it supports, it is considered {{tag|cross-platform}}. In addition to ADOdb, Bitweaver uses the well-established {{tag|Smarty}} template presentation framework, which allows Bitweaver to efficiently separate logic from presentation, making theming and site design logical and straight forward. The targeted template overriding inherited from TikiWiki makes | |||
==History== | ==History== | ||
| Line 45: | Line 41: | ||
==Bitweaver packages== | ==Bitweaver packages== | ||
Bitweaver includes a number of packages with varying functionality including: | Bitweaver includes a number of packages with varying functionality including: [[:Category:Blog|blog]], [[:Category:Wiki|wiki]], photo sharing, [[:Category:Forums|forums]], e-[[:Category:Commerce|commerce]], and file sharing. | ||
In addition to the content handling packages, Bitweaver provides site administrators with various "''services''" which enable you to enhance the way the content is displayed or managed. Some of the more notable ones: various methods of access control, [[Category|categorisation]], and {{tag|ratings}}. | |||
In addition to the content handling packages, Bitweaver provides site administrators with various "''services''" which enable you to enhance the way the content is displayed or managed. Some of the more notable ones: | |||
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== | ||
*While being well-suited for customisation, the high-end features, modularity, and object-oriented design makes it less friendly to individuals looking for small PHP script they can utilise for a personal website. | *While being well-suited for customisation, the high-end features, modularity, and object-oriented design makes it less friendly to individuals looking for small PHP script they can utilise for a personal website. | ||
*The use of {{tag|XHTML}} 1.0 Strict, and a table-less design where possible make advanced styling a daunting task for the {{tag|Cascading Style Sheets}} (CSS) novice. | *The use of {{tag|XHTML}} 1.0 Strict, and a table-less design where possible, make advanced styling a daunting task for the {{tag|Cascading Style Sheets}} (CSS) novice. | ||
*In March 2006, it was discovered to have an HTML injection vulnerability by noted security website SecurityFocus.{{Fact}} | *In March 2006, it was discovered to have an HTML injection vulnerability by noted security website SecurityFocus.{{Fact}} | ||
| Line 118: | Line 105: | ||
==External links== | ==External links== | ||
{{WikiEngineFeatures}} | |||
*[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] | ||
**[http://www.Bitweaver.org/wiki/bitweaver+and+TikiWiki Bitweaver and TikiWiki] | **[http://www.Bitweaver.org/wiki/bitweaver+and+TikiWiki Bitweaver and TikiWiki] | ||
*[[SourceForge:projects/bitweaver|Project SourceForge page]] — contains | *[[SourceForge:projects/bitweaver|Project SourceForge page]] — contains distributed 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 [[:Category:Red Hat|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 [[:Category:Red Hat|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] | ||
edits