A platform to create documentation/wiki content built with PHP & Laravel
Go to file
Dan Brown d949b97cc1
Merge pull request #4955 from BookStackApp/oidc_userinfo
OIDC userinfo endpoint support
2024-04-19 16:55:29 +01:00
.github Meta: Updated workflows, licence and readme 2024-03-18 14:26:31 +00:00
app OIDC Userinfo: Fixed issues with validation logic from changes 2024-04-19 16:43:51 +01:00
bootstrap Played around with a new app structure 2023-05-17 17:56:55 +01:00
database Migrations: Added prefix support to schema inspection 2024-03-19 10:30:26 +00:00
dev JS Build: Split markdown to own file, updated packages 2024-04-08 14:41:51 +01:00
lang Licensing: Added links and tests for new licenses endpoint 2024-03-23 22:04:18 +00:00
public Use zopfli for oxipng for extra 3KB~ 2024-03-26 12:31:54 +01:00
resources Code Editor: Added scala to language list 2024-04-16 14:44:17 +01:00
routes Licensing: Added licenses app view 2024-03-23 16:31:13 +00:00
storage Added system cli, and created backups directory 2023-04-28 19:08:45 +01:00
tests OIDC Userinfo: Fixed issues with validation logic from changes 2024-04-19 16:43:51 +01:00
themes Added view override support 2017-12-31 16:25:58 +00:00
.env.example Mail Config: Updated how TLS is configured 2023-06-24 11:32:07 +01:00
.env.example.complete Oidc: Properly query the UserInfo Endpoint 2023-12-15 14:11:48 -07:00
.gitattributes Initial commit 2015-07-12 20:01:42 +01:00
.gitignore PHPStan: Fixed larastan loading and address some level2 issues 2023-12-10 14:58:05 +00:00
LICENSE Meta: Updated workflows, licence and readme 2024-03-18 14:26:31 +00:00
artisan Re-aligned init files with Laravel default 2020-10-31 23:05:48 +00:00
bookstack-system-cli Updated System CLI 2023-05-22 10:28:12 +01:00
composer.json Licensing: Added license gen as composer command 2024-03-24 11:58:31 +00:00
composer.lock Deps: Updated custom symfony/mailer package 2024-03-17 16:32:59 +00:00
crowdin.yml Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
docker-compose.yml chore(dev): add xdebug support for docker setup 2022-01-22 17:43:29 +01:00
package-lock.json JS Build: Split markdown to own file, updated packages 2024-04-08 14:41:51 +01:00
package.json JS Build: Split markdown to own file, updated packages 2024-04-08 14:41:51 +01:00
phpcs.xml Added and ran PHPCS 2022-09-18 01:25:20 +01:00
phpstan.neon.dist Licensing: Updated license gen scripts to share logic 2024-03-23 15:33:05 +00:00
phpunit.xml Testing: Updated PHPUnit from 9 to 10 2024-03-17 15:41:11 +00:00
readme.md Licensing: Added links and tests for new licenses endpoint 2024-03-23 22:04:18 +00:00
version Dev: Fixed flaky OIDC test, updated dev version 2024-03-12 12:08:26 +00:00

readme.md

BookStack

GitHub release license Crowdin Build Status Lint Status Maintainability

Alternate Source Repo Stats Discord Mastodon

PeerTube YouTube

A platform for storing and organising information and documentation. Details for BookStack can be found on the official website at https://www.bookstackapp.com/.

📚 Project Definition

BookStack is an opinionated documentation platform that provides a pleasant and simple out-of-the-box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience.

BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above.

In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.

You can read more about the project and its origins in our FAQ here.

🌟 Project Sponsors

Shown below are our bronze, silver and gold project sponsors. Big thanks to these companies for supporting the project. Note: The listed services are not tested, vetted nor supported by the official BookStack project in any manner.

Project donation details - GitHub Sponsors Page - Ko-fi Page

Bronze Sponsors

Diagrams.net Cloudabove
Practicali Stellar Hosted
NETWAYS Web Services

🛣️ Road Map

Below is a high-level road map view for BookStack to provide a sense of direction of where the project is going. This can change at any point and does not reflect many features and improvements that will also be included as part of the journey along this road map. For more granular detail of what will be included in upcoming releases you can review the project milestones as defined in our Release Process documentation.

  • Platform REST API - (Most actions implemented, maturing)
    • A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.
  • Permission System Review - (In Progress)
    • Improvement in how permissions are applied and a review of the efficiency of the permission & roles system.

🛠️ Development & Testing

Please see our development docs for full details regarding work on the BookStack source code.

If you're just looking to customize or extend your own BookStack instance, take a look at our Hacking BookStack documentation page for details on various options to achieve this without altering the BookStack source code.

Details about BookStack's versioning scheme and the general release process can be found here.

🌎 Translations

Translations for text within BookStack is managed through the BookStack project on Crowdin. Some strings have colon-prefixed variables such as :userName. Leave these values as they are as they will be replaced at run-time.

Please use Crowdin to contribute translations instead of opening a pull request. The translations within the working codebase can be out-of-date, and merging via code can cause conflicts & sync issues. If for some reason you can't use Crowdin feel free to open an issue to discuss alternative options.

If you'd like a new language to be added to Crowdin, for you to be able to provide translations for, please open a new issue here.

Please note, translations in BookStack are provided to the "Crowdin Global Translation Memory" which helps BookStack and other projects with finding translations. If you are not happy with contributing to this then providing translations to BookStack, even manually via GitHub, is not advised.

🎁 Contributing, Issues & Pull Requests

Feel free to create issues to request new features or to report bugs & problems. Just please follow the template given when creating the issue.

Pull requests are welcome but, unless it's a small tweak, it may be best to open the pull request early or create an issue for your intended change to discuss how it will fit into the project and plan out the merge. Just because a feature request exists, or is tagged, does not mean that feature would be accepted into the core project.

Pull requests should be created from the development branch since they will be merged back into development once done. Please do not build from or request a merge into the release branch as this is only for publishing releases. If you are looking to alter CSS or JavaScript content please edit the source files found in resources/. Any CSS or JS files within public are built from these source files and therefore should not be edited directly.

The project's code of conduct can be found here.

🔒 Security

Security information for administering a BookStack instance can be found on the documentation site here.

If you'd like to be notified of new potential security concerns you can sign-up to the BookStack security mailing list.

If you would like to report a security concern, details of doing so can be found here.

Accessibility

We want BookStack to remain accessible to as many people as possible. We aim for at least WCAG 2.1 Level A standards where possible although we do not strictly test this upon each release. If you come across any accessibility issues please feel free to open an issue.

🖥️ Website, Docs & Blog

The website which contains the project docs & blog can be found in the BookStackApp/website repo.

⚖️ License

The BookStack source is provided under the MIT License.

The libraries used by, and included with, BookStack are provided under their own licenses and copyright. The licenses for many of our core dependencies can be found in the attribution list below but this is not an exhaustive list of all projects used within BookStack.

👪 Attribution

The great people that have worked to build and improve BookStack can be seen here. The wonderful people that have provided translations, either through GitHub or via Crowdin can be seen here.

Below are the great open-source projects used to help build BookStack. Note: This is not an exhaustive list of all libraries and projects that would be used in an active BookStack instance.

For a detailed breakdown of the JavaScript & PHP projects imported & used via NPM & composer package managers, along with their licenses, please see the dev/licensing/js-library-licenses.txt and dev/licensing/php-library-licenses.txt files.