Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed May 21, 2024
2 parents c66df73 + 49ceb10 commit aa7acd9
Show file tree
Hide file tree
Showing 43 changed files with 47 additions and 86 deletions.
39 changes: 36 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:
- '[34].[0-9]+.x'

jobs:
build:
build-dev-docs:
name: 'Build development docs'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -31,3 +32,35 @@ jobs:
run: |
cd development
make html
build-user-docs-pdf:
name: 'Build user docs PDF'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install fop
run: |
sudo apt-get install -y fop
- name: Build pdf documentation
working-directory: ${{ github.workspace }}/documentation
run: |
./create_pdf.sh
- name: Archive PDF output
uses: actions/upload-artifact@v4
with:
name: Documentation PDF
path: ${{ github.workspace }}/documentation/*.pdf

build-user-docs-website:
name: 'Build user docs for website'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install xsltproc
run: |
sudo apt-get install -y xsltproc
- name: Build documentation for website
working-directory: ${{ github.workspace }}/documentation
run: |
mkdir build_website
./create_docs.sh build_website
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Thumbs.db
.DS_Store
.idea/
/development/_build
/documentation/build
1 change: 0 additions & 1 deletion documentation/content/cs/chapters/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
1 change: 0 additions & 1 deletion documentation/content/cs/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/cs/chapters/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/cs/chapters/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/cs/chapters/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/cs/chapters/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/da/chapters/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down
1 change: 0 additions & 1 deletion documentation/content/de/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/server_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="server_guide">
<?dbhtml dir="serverguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/en/chapters/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
4 changes: 1 addition & 3 deletions documentation/content/en/chapters/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down Expand Up @@ -421,7 +419,7 @@
<title>Drafts</title>
<para>When creating a post, it can be saved or loaded using the drafts feature. If the board permissions allow drafts to be saved, then <guilabel>Save</guilabel> and <guilabel>Load</guilabel> buttons will appear on the posting page.</para>
<itemizedlist>
<listitem><para><guilabel>Save</guilabel> - Saves a post as a draft. When a draft is saved, only the subject and message of the post are stored. Topic icons, attachments, etc&hellip; will be lost.</para></listitem>
<listitem><para><guilabel>Save</guilabel> - Saves a post as a draft. When a draft is saved, only the subject and message of the post are stored. Topic icons, attachments, etc... will be lost.</para></listitem>
<listitem><para><guilabel>Load</guilabel> - Loads a saved draft. When clicked, a listing of available drafts will appear. Click the title of the desired post to load the draft. Any information in the current post will be lost and replaced with that of the draft.</para></listitem>
</itemizedlist>
<para>Once a draft is used, it is removed. For more information on managing drafts, please see <link linkend="ucp_drafts">UCP Drafts</link>.</para>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/hu/chapters/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/nl/chapters/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/admin_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="admin_guide">
<?dbhtml dir="adminguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/glossary.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="glossary">
<?dbhtml dir="glossary" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/moderator_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="moderator_guide">
<?dbhtml dir="moderatorguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/quick_start_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="quick_start_guide">
<?dbhtml dir="quickstart" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/upgrade_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="upgrade_guide">
<?dbhtml dir="upgradeguide" filename="index.html" ?>
<chapterinfo>
Expand Down
2 changes: 0 additions & 2 deletions documentation/content/pl/user_guide.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="user_guide">
<?dbhtml dir="userguide" filename="index.html" ?>
<chapterinfo>
Expand Down
8 changes: 6 additions & 2 deletions documentation/create_docs.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/bash

# set this to the correct path
path="/var/www/phpbb.com/htdocs/support/documentation/3.3"
path=${1:-'/var/www/phpbb.com/htdocs/support/documentation/3.3'}

echo "Removing build directory"
rm -rf build

echo "Creating docs"
xsltproc --xinclude xsl/proteus_php.xsl proteus_doc.xml
exit_code=$? # Capture the exit code

if [ "$?" == "0" ]; then
if [ "$exit_code" == "0" ]; then
echo "Successfully created documentation"
echo "Removing $path"
rm -rf $path
Expand All @@ -24,3 +25,6 @@ if [ "$?" == "0" ]; then
else
echo "Failed creating documentation"
fi

# Output exit code
exit $exit_code
4 changes: 3 additions & 1 deletion documentation/create_pdf.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

echo "Removing previous PDF"
rm proteus_doc.pdf
if [ -f proteus_doc.pdf ]; then
rm proteus_doc.pdf
fi

echo "Creating new PDF"
fop -xml proteus_doc.xml -xsl xsl/proteus_pdf.xsl -pdf proteus_doc.pdf
Expand Down
6 changes: 0 additions & 6 deletions documentation/proteus_doc.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"https://www.docbook.org/xml/4.4/docbookx.dtd" [
<!ENTITY % xinclude SYSTEM "includes/xinclude.mod" >
%xinclude;
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" >
]>
<book>
<bookinfo>
<title>phpBB 3.3 <emphasis>Proteus</emphasis> Documentation</title>
Expand Down

0 comments on commit aa7acd9

Please sign in to comment.