]> BookStack Code Mirror - website/commitdiff
Small typo fixes: "it's" vs "its" 150/head
authorBrandon Rothweiler <redacted>
Wed, 29 Mar 2023 00:00:30 +0000 (20:00 -0400)
committerBrandon Rothweiler <redacted>
Wed, 29 Mar 2023 00:00:30 +0000 (20:00 -0400)
20 files changed:
content/about/confluence-alternative.md
content/about/open-source-documentation-software.md
content/about/teams-wiki-alternative.md
content/blog/5-years-of-bookstack.md
content/blog/7-years-of-bookstack.md
content/blog/beta-release-v0-20-0.md
content/blog/beta-release-v0-24-0.md
content/blog/beta-release-v0-25-1.md
content/blog/beta-release-v0-26-0.md
content/blog/beta-release-v0-30-0.md
content/blog/beta-security-release-v0-30-6.md
content/blog/bookstack-release-v21-08.md
content/blog/bookstack-release-v22-10.md
content/blog/bookstack-support-services.md
content/blog/replacing-ga-and-mailchimp.md
content/blog/services-we-use.md
content/docs/admin/debugging.md
content/docs/admin/security.md
content/docs/admin/updates.md
themes/bookstack/layouts/index.html

index 8bff1db8be53baa335be032538ee7b5d89bb63da..6ed3f7d581b944b5dab2ae33fbc8ccc9793677b9 100644 (file)
@@ -19,7 +19,7 @@ Tired of seeing placeholder content while your pages load? Tired of managing blo
 
 ##### WYSIWYG Editing Experience
 
-BookStack uses a WYSWIYG editor at it's core, with a range of essential formatting options and features. No scary mark-up language. Ideal for mixed-skill environments.
+BookStack uses a WYSWIYG editor at its core, with a range of essential formatting options and features. No scary mark-up language. Ideal for mixed-skill environments.
 
 ##### Standard Content Storage Format
 
index 203cc49cfc6d291f3cd8c5f35e0eb04415b389db..28e6822c3308a42864587ad41a7e0d951d1e4032 100644 (file)
@@ -43,7 +43,7 @@ loses access in an effort to reduce costs. Nor would you want to promote insecur
 (such as user account sharing) to meet user limits.
 
 Speaking of insecure practices, we don't charge extra for advanced authentication features
-like many paid services do. Once something is added to the core code-base, its available
+like many paid services do. Once something is added to the core code-base, it's available
 to all. Features like SAML2, LDAP and multi-factor-auth are baked into the platform.
 
 ### Customize to Requirements
index 266914d40bb3b45c616c866322315529b3538162..876f2ab66135b6ab0b0d930b52102ba0e7744a74 100644 (file)
@@ -19,7 +19,7 @@ These also have the ability to map BookStack user roles to auth system groups fo
 
 BookStack is built to be self-hosted and it can be done so without needing a great deal of resources.
 It's fundamentally a modern PHP application using MySQL as a datastore. 
-It can easily be ran on a 1GB RAM VM, and it's resource usage scales with system activity. 
+It can easily be ran on a 1GB RAM VM, and its resource usage scales with system activity. 
 
 ##### WYSIWYG Editor Experience, Markdown for Power Users
 
index 75c6a8a8dd3556887c6f8d8fd44eca85037e98d4..ec50b7b097797fc27ee68b9f82ec5cd923507b42 100644 (file)
@@ -68,7 +68,7 @@ Growth since January 2016:
 
 #### Thoughts
 
-I've always kept an eye on GitHub stars, so its satisfying to hit the 5k mark at the same time as hitting 5 years. The GitHub stars have been slowly accelerating. The [first 1k](https://www.bookstackapp.com/blog/1k-stars-and-v0-19-0/) took about 2 years & 3 months to accrue, whereas we hit 4k only in February this year.
+I've always kept an eye on GitHub stars, so it's satisfying to hit the 5k mark at the same time as hitting 5 years. The GitHub stars have been slowly accelerating. The [first 1k](https://www.bookstackapp.com/blog/1k-stars-and-v0-19-0/) took about 2 years & 3 months to accrue, whereas we hit 4k only in February this year.
 
 For me, The two most surprising figures are the docker pulls and the discord member count. 45 million is just a staggering number of docker pulls to imagine. I know there's a massive amount of automation in that area leading to such an inflated figure but I still double take when seeing it.
 
index 90d64938ee85580a7d48df802e7a4dc40e32e6fc..440ca66318613159fac62b88909e89b01e57f23b 100644 (file)
@@ -9,7 +9,7 @@ draft = false
 date = 2022-07-12T14:25:00Z
 +++
 
-Another year goes by with BookStack now being 7 years in development from it's
+Another year goes by with BookStack now being 7 years in development from its
 original commit on the 12th of July 2015. In this post we'll continue the yearly
 tradition of reviewing the figures while exploring how this year has proved different
 to the years before it.
index 6d9e35f03678ee46eaa4d1eb110b045de6eb36f9..7bcc101b05e75da757aa338c40be8b2a60efc0a8 100644 (file)
@@ -57,7 +57,7 @@ Previously images could not be secured behind authentication like page content i
 
 Some initial work for support custom views and themes has been added. BookStack is built on Laravel and therefore uses [blade template files](https://laravel.com/docs/5.5/blade) for rendering page content. This new system allows you to selectively override any blade view file that BookStack uses without altering any original BookStack code.
 
-***Note that this feature is very early-on in it's implementation and using it in a production environment is not advised at this time.***
+***Note that this feature is very early-on in its implementation and using it in a production environment is not advised at this time.***
 
 After updating, You'll find a `themes` folder in the top-folder-level of your BookStack install. Within this folder you can create a folder, 'my-custom-theme' for example, to house your view overrides. Within your `.env` file you can then set `APP_THEME=my-custom-theme`. When loading a view BookStack will then look in your specified theme folder before then defaulting to the stock BookStack views. The view will need to match the name and folder structure as those within the `resources/views/` directory.
 
index 7204e9db4364835dfb045728effe60873d86bac8..f74bcc105025a227d34ab14d69b60386e2078773 100644 (file)
@@ -59,7 +59,7 @@ With this release it's now possible to configure, per authentication option, if
 
 This release brings quite a notable addition to BookStack's language support. Thanks to [@kmoj86](https://github.com/BookStackApp/BookStack/pull/945) Arabic is now a language choice. This is the first right-to-left language in BookStack so some functionality has been added to support right-to-left text.
 
-The WYSIWYG editor will now default it's text direction based on your language setting. In addition, If a right-to-left language is in use then additional toolbar options will show to provide control over text direction:
+The WYSIWYG editor will now default its text direction based on your language setting. In addition, If a right-to-left language is in use then additional toolbar options will show to provide control over text direction:
 
 ![wysiwyg_rtl_support.png](/images/2018/09/wysiwyg_rtl_support.png)
 
index 098a4aebb2359ba8dd502c0c1d40199aab01dc2a..8ed31215417652965a6f0fd94d157d47fe86d146 100644 (file)
@@ -19,7 +19,7 @@ removal of the Google Plus API.
 
 ### Google Sign-in Changes
 
-Google [have announced](https://developers.google.com/+/api-shutdown) the shut-down of Google+ API's which is what BookStack was using for it's Google authentication option.
+Google [have announced](https://developers.google.com/+/api-shutdown) the shut-down of Google+ API's which is what BookStack was using for its Google authentication option.
 The API's are due to be shut down on March the 7th, With API failures starting from January the 28th.
 
 In this release the API calls made no longer make use of the Google+ API so all you'll need to do is to update your BookStack instance to continue using the Google sign-in option. You should be able to continue using the same OAuth credentials as before.
index d8b06ae196dc25ed1c3a8a095410c96d832248c5..7c94056104098415088bf09974394acf271a6ed8 100644 (file)
@@ -61,7 +61,7 @@ Previously BookStack would kind of respond to work on smaller devices but a lot
 The header has now been updated to properly collapse down on mobile to reduce used vertical space.
 The old side drawer, containing extra details of the current view, has instead changed to a tabbed interface to save on precious horizontal space.
 
-The editing experience has been reworked to ensure its usable on mobile:
+The editing experience has been reworked to ensure it's usable on mobile:
 
 *v0.25 on the left, v0.26 on the right.*
 
index deb0837611ab8a67322667715ae4e34935f18f48..484216033c78455480df7d06506e4cbc96d92111 100644 (file)
@@ -210,7 +210,7 @@ to the below languages by the following fantastic Crowdin & GitHub members:
 * Added warning wording around role system permissions to indicate what permissions could allow privilege escalation. ([#2105](https://github.com/BookStackApp/BookStack/issues/2105))
 * Added the ability to log login failures to a file. Thanks to [@benrubson](https://github.com/BookStackApp/BookStack/pull/1881). ([#1881](https://github.com/BookStackApp/BookStack/pull/1881), [#728](https://github.com/BookStackApp/BookStack/issues/728))
 * Updated Simplified Chinese translations. Thanks to [@Honvid](https://github.com/BookStackApp/BookStack/pull/2157). ([#2157](https://github.com/BookStackApp/BookStack/pull/2157))
-* Updated WYSIWYG editor css to put editor in it's own layer to improve degraded dark mode performance. ([#2154](https://github.com/BookStackApp/BookStack/issues/2154))
+* Updated WYSIWYG editor css to put editor in its own layer to improve degraded dark mode performance. ([#2154](https://github.com/BookStackApp/BookStack/issues/2154))
 * Updated Czech translations. Thanks to [@jakubboucek](https://github.com/BookStackApp/BookStack/pull/2238). ([#2238](https://github.com/BookStackApp/BookStack/pull/2238))
 * Updated permission system so that the permission map table does not contain ID's since database limits could be met in scenarios where permissions were automatically refreshed on a frequent basis. ([#2091](https://github.com/BookStackApp/BookStack/issues/2091))
 * Updated to role table in the database to remove a redundant name field which fixes issue where changing a role name would not change the name used to match with LDAP groups. ([#2032](https://github.com/BookStackApp/BookStack/issues/2032))
index 76c87fa27af40d6bc209dd339308002c80c33015..bef2d243b1ed7e15a5f18636e28161d6bd87263a 100644 (file)
@@ -20,7 +20,7 @@ You should upgrade to this released as soon as possible if you make use of page-
 
 ### Impact
 
-If a chapter was visible to a user, but all of it's pages were made not visible, then the details of these pages could be visible. Within the BookStack interface, the names of the pages and preview content could be seen. If the parent book was exported then this would include the content of the pages that had been restricted.
+If a chapter was visible to a user, but all of its pages were made not visible, then the details of these pages could be visible. Within the BookStack interface, the names of the pages and preview content could be seen. If the parent book was exported then this would include the content of the pages that had been restricted.
 
 ### Patches
 
index 576887899842af3e2ab8d9a88a7dde26924d0aa1..7ac658088c7b036d82cac747459ed321bf7b0d8b 100644 (file)
@@ -189,7 +189,7 @@ since the initial v21.05 release:
 * Improved audit log user select list stability. ([#2863](https://github.com/BookStackApp/BookStack/issues/2863))
 * Fixed incorrect styling of favourites sidebar when using a non-default homepage option. ([#2783](https://github.com/BookStackApp/BookStack/issues/2783))
 * Fixed issue where empty HTML comments could cause errors. ([#2804](https://github.com/BookStackApp/BookStack/issues/2804))
-* Extracted not found text into it's own view for easier overridding ([58117bc](https://github.com/BookStackApp/BookStack/commit/58117bcf2d91b72620de3e34b0daa705da519f5e))
+* Extracted not found text into its own view for easier overridding ([58117bc](https://github.com/BookStackApp/BookStack/commit/58117bcf2d91b72620de3e34b0daa705da519f5e))
 * Fixed issue where translations system may attempt to load from the root directory when a theme was not in use. ([#2836](https://github.com/BookStackApp/BookStack/issues/2836))
 * Fixed issue where user profile pages item "View All" links used ids hence did not link to proper searches. ([#2857](https://github.com/BookStackApp/BookStack/issues/2857))
 
index 40e7a346f39de5952b9d51c3a852dd5fa958d272..1f89e14e4594c6ab2320fce9edb554cea0ba6bf8 100644 (file)
@@ -111,7 +111,7 @@ performing the copy has permission to edit those shelves (Since they'd effective
 
 Within the WYSIWYG editor it's always been tricky to edit code blocks on mobile, since it's usually done via a double-click
 which is often not possible on mobile browsers. This wasn't much of a problem before since the code editor popup was 
-very mobile unfriendly anyway but, with recent improvements to editing code its now more likely that users may edit code 
+very mobile unfriendly anyway but, with recent improvements to editing code it's now more likely that users may edit code 
 on such devices.
 
 To help access code blocks for edit, a toolbar will now show when a code block is selected with an action that will 
index b2839e297fbbf0db821fdc4e408f31fb14199192..d819848a3b41f07370f6927bf667791e74fa81f6 100644 (file)
@@ -19,7 +19,7 @@ These services are primarily intended to service business BookStack users that n
 of guaranteed, and/or official, support offering to make BookStack viable in their environment.
 Our plans offer an outlet for the IT team of a company to contact directly with an assurance of official support.
 
-Over the last couple of years I have heard multiple accounts of management discounting BookStack due to it's
+Over the last couple of years I have heard multiple accounts of management discounting BookStack due to its
 lack of obvious income routes, skeptical the project may disappear at any moment.
 Upon that I have received an increasing amount of enquiries regarding provision of support, in addition to requests for deeper
 hands-on-help via video calls. 
index f8702d6b3538f4f69c8901a8f94473404c0649fd..5dd3af02c9e4e32903d1878af5724503ef5281dd 100644 (file)
@@ -37,7 +37,7 @@ pages and options so it must be inferior right? But I thought about the question
 * When does a traffic spike occur?
 
 Plausible answers all of these, and it does so directly, in an easy and beautiful UI.
-It's simplicity actually makes it better for the questions I need answered since I no longer
+Its simplicity actually makes it better for the questions I need answered since I no longer
 need to navigate through the slow, confusing interface that Google Analytics presents.
 It's all just there in a single view.
 
index 733145e649c0d66ddcbad8661fe6a37392805177..4aad05bf3a75caf578f3a88bc40eb784954f6ea1 100644 (file)
@@ -91,7 +91,7 @@ making your life easier in the process.
 I added to the project out of curiosity a few years ago and have since left active
 after getting a surprising amount of value back. Code Climate provides code quality
 analysis, highlighting potential maintainability issues in code. 
-I don't follow it's guidance religiously but it's proved useful to get a feel
+I don't follow its guidance religiously but it's proved useful to get a feel
 when particular files might be getting out of control. 
 
 CodeClimate is not open source but it does provide free services to Open Source
index e017a144e1e9c434bb6ba31af347eb2395a6300c..46108479e8d9951c5fcd2dc1854c04faf917c809 100644 (file)
@@ -77,7 +77,7 @@ If certain dynamic elements, like dropdown menus or section tabs, are not workin
 may be other scripts interfering with BookStack's JavaScript code.
 
 - Check that the `APP_URL` option is set in your `.env` file and ensure it matches the URL you're accessing BookStack on (Including the "https://" or "http://" component).
-- If using Cloudflare, with it's DNS proxy feature, ensure that ["Rocket Loader" is disabled](https://developers.cloudflare.com/fundamentals/speed/rocket-loader/enable/).
+- If using Cloudflare, with its DNS proxy feature, ensure that ["Rocket Loader" is disabled](https://developers.cloudflare.com/fundamentals/speed/rocket-loader/enable/).
 - Check your "Custom HTML Head Content" customization setting and, if existing, temporarily remove any code in this setting to ensure it's not interfering. 
 - Use your browser developer tools to check the development console, and see if any errors exist.
 
index eea3214df597201c138e11800bea3a80d456b61e..26ba5e4adc31c6ee4e0d91ea23804cd0182b5f06 100644 (file)
@@ -126,7 +126,7 @@ These are hashed using the standard Laravel hashing methods which use the Bcrypt
 
 ### JavaScript in Page Content
 
-By default, JavaScript tags within page content is escaped when rendered. This can be turned off by setting `ALLOW_CONTENT_SCRIPTS=true` in your `.env` file. Note that even if you disable this escaping the WYSIWYG editor may still perform it's own JavaScript escaping. This option will also alter the [CSP rules](#content-security-policy-csp) set by BookStack.
+By default, JavaScript tags within page content is escaped when rendered. This can be turned off by setting `ALLOW_CONTENT_SCRIPTS=true` in your `.env` file. Note that even if you disable this escaping the WYSIWYG editor may still perform its own JavaScript escaping. This option will also alter the [CSP rules](#content-security-policy-csp) set by BookStack.
 
 ***This option disables some fundamental cross-site-scripting protections. Only use this option on secure instances, where only very trusted users can edit content***
 
index 728d7a41b3d948c3e39b1ef8ec94812413e1b0e3..804b38fb691b7bf8fd5d1c67742c73224baf3e26 100644 (file)
@@ -218,7 +218,7 @@ systemctl restart apache2
 
 #### Updating to v0.30.6, v0.30.7 or higher
 
-**Security** - v0.30.6 and v0.30.7 both address issues where page content could be visible to those without permission. If a chapter was visible to a user, but all of it's pages were made not visible, then the details of these pages could be visible. Within the BookStack interface, the names of the pages and preview content could be seen. If the parent book was exported then this would include the content of the pages that had been restricted. If using BookStack v0.30.6, then all non-visible page content could be visible in plaintext exports. Please see the blog release pages for more details: [v0.30.6](/blog/beta-release-v0-30-6/), [v0.30.7](/blog/beta-release-v0-30-7/).
+**Security** - v0.30.6 and v0.30.7 both address issues where page content could be visible to those without permission. If a chapter was visible to a user, but all of its pages were made not visible, then the details of these pages could be visible. Within the BookStack interface, the names of the pages and preview content could be seen. If the parent book was exported then this would include the content of the pages that had been restricted. If using BookStack v0.30.6, then all non-visible page content could be visible in plaintext exports. Please see the blog release pages for more details: [v0.30.6](/blog/beta-release-v0-30-6/), [v0.30.7](/blog/beta-release-v0-30-7/).
 
 #### Updating to v0.30.5 or higher
 
index 9f0fa48bf8d494cda3fe98c817e1c7e92491d1ed..7def68e94d4c50a96ca369425999085af9a86f3b 100644 (file)
             <div class="col-sm-4" >
                 <h4><span class="icon" aria-hidden="true">{{partial "icon/dark-mode.svg"}}</span>Dark & Light Modes</h4>
                 <p>
-                   BookStack provides it's user interface in both a light theme and a dark theme, saving the eyes
+                   BookStack provides its user interface in both a light theme and a dark theme, saving the eyes
                    of those that prefer to work in the shadows. This is configurable at a user level.
                 </p>
             </div>