BookStack
{{Short description|Open-source wiki software}}
{{About|the wiki software|the library architecture|library stack}}
{{Use British English|date=June 2021}}
{{Use dmy dates|date=June 2021}}
{{Primary sources|date=November 2022}}
{{Infobox software
| name = BookStack
| logo = File:BookStack logo.svg
| screenshot = BookStack v21.05.1 page.png
| caption = A page of BookStack
| collapsible = yes
| author = Dan Brown
| developer = Dan Brown
| released = {{Start date and age|2015|07|12|df=yes}}
| discontinued =
| latest release version = {{BookStack version}}
| latest release date = {{BookStack version|releasedate}}
| latest preview version =
| latest preview date =
| programming language = PHP
| operating system = Cross-platform
| platform = Cross-platform
| size =
| language count = 43{{cite web |title=BookStack/resources/lang/ |url=https://github.com/BookStackApp/BookStack/tree/master/resources/lang |website=GitHub |publisher=BookStack |access-date=1 December 2022}}
| genre = Wiki software
| license = MIT License
| website = {{Official URL}}
}}
BookStack is a free and open-source wiki software aimed for a simple, self-hosted, and easy-to-use platform. Based on Laravel, a PHP framework, BookStack is released under the MIT License. It uses the ideas of books to organise pages and store information.{{cite web |title=Content Overview |date=23 September 2018 |url=https://www.bookstackapp.com/docs/user/content-overview/ |publisher=BookStack |access-date=9 June 2021}} BookStack is multilingual and available in over thirty languages.
History
BookStack’s first commit was published on 12 July 2015 by Dan Brown, an English web developer.{{cite web |last=Brown |first=Dan |title=Five Years of BookStack |url=https://www.bookstackapp.com/blog/5-years-of-bookstack/ |publisher=BookStack |access-date=9 June 2021 |date=28 July 2020}} Originally named ‘Oxbow’, the project was renamed to BookStack after only 11 days. The initial proper layout was inspired by DokuWiki, and in October of the same year, the current layout of BookStack was settled.{{cite web |last=Brown |first=Dan |title=A Year of BookStack |url=https://www.bookstackapp.com/blog/1-year-of-bookstack/ |publisher=BookStack |access-date=9 June 2021 |date=11 July 2016}} The overall design was significantly optimised with the release of v0.26 on 6 May 2019, especially on the mobile experience.{{cite web |last=Brown |first=Dan |title=Beta Release v0.26.0 |url=https://www.bookstackapp.com/blog/beta-release-v0-26-0/ |publisher=BookStack |access-date=9 June 2021 |date=6 May 2019}}
After over five years of development by Brown and the community members, it ended the beta stage with the release of v21.04 on 9 April 2021.{{cite web |last=Brown |first=Dan |title=BookStack Release v21.04 |url=https://www.bookstackapp.com/blog/bookstack-release-v21-04/ |publisher=BookStack |access-date=9 June 2021 |date=9 April 2021}} BookStack has become the most popular wiki software written in PHP on GitHub, as of June 2021.{{cite web |title=wiki |url=https://github.com/topics/wiki |publisher=GitHub |access-date=9 June 2021}}
Features
File:BookStack v21.05 editing page mobile dark mode.png
=== Installation and configuration ===
PHP, MySQL or MariaDB, Git (for updates), and Composer are required for the installation of BookStack.{{Cite web |date=2017-01-01 |title=Installation · BookStack |url=https://www.bookstackapp.com/docs/admin/installation/ |access-date=2023-03-11 |website=BookStack |language=en-gb}} It also can be installed via a Docker container.{{cite web |title=Installation |date=January 2017 |url=https://www.bookstackapp.com/docs/admin/installation/ |publisher=BookStack |access-date=28 June 2022}} The name, logo and registration options can be changed, and whether the whole system is publicly viewable or not can be also changed.{{cite web |title=Features |url=https://www.bookstackapp.com/#features |publisher=BookStack |access-date=9 June 2021}}
= Content levels =
BookStack, as the name suggests, is based of the ideas of a normal stack of books. The categorisation of BookStack is limited to four levels— shelves, books, chapters, and pages. Books and pages are required for storing contents, while chapters are optional for better organisation of pages. Shelves can contain multiple books, and a single book could be placed on multiple shelves.
= Organisation =
On a BookStack website, chapters and pages can be sorted within a book. A chapter can be moved to another book, and a page can be moved to either another book or another chapter.{{cite web |title=Organising Content |date=January 2017 |url=https://www.bookstackapp.com/docs/user/organising-content/ |publisher=BookStack |access-date=9 June 2021}} Page revisions and image management are available, as well as a full role and permission system that allows to lock down contents and actions.
= Editing and searching =
= Integrated authentication =
= Extensibility =
BookStack does not have a traditional "Plugin" system, but it does offer a few methods of extension. BookStack's customization settings provide an input to add custom HTML content to the head of the page, which can then utilize "Editor Events" to customize the page editors. A REST API is built-in, covering CRUD actions for the core content types within BookStack. A "Visual Theme System" can be used to customize views, translation text and icons within the platform. A "Logical Theme System" allows back-end PHP-based logical customization without needing to alter core application files.{{cite web |title=Hacking BookStack |date=2 February 2020 |url=https://www.bookstackapp.com/docs/admin/hacking-bookstack/ |publisher=BookStack |access-date=28 Jun 2022}}
See also
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
{{Commons category}}
- {{Official website|2=BookStack homepage}}
{{Wiki software}}
Category:Collaborative software
Category:Cross-platform free software
Category:Free content management systems