|
1 | 1 | # phpBB SiteMaker Extension
|
2 | 2 |
|
3 |
| -phpBB SiteMaker is an Extension for [phpBB 3.2](https://www.phpbb.com/) |
| 3 | +phpBB SiteMaker is an Extension for [phpBB](https://www.phpbb.com/) |
4 | 4 |
|
5 | 5 | ## Description
|
6 | 6 |
|
7 | 7 | phpBB SiteMaker allows you to transform your phpBB3 board into a full-blown site.
|
8 | 8 |
|
9 |
| -[](https://travis-ci.org/blitze/phpBB-ext-sitemaker) |
| 9 | +[](https://github.com/blitze/phpBB-ext-sitemaker/actions) |
10 | 10 | [](https://scrutinizer-ci.com/g/blitze/phpBB-ext-sitemaker/?branch=develop)
|
11 |
| -[](https://scrutinizer-ci.com/g/blitze/phpBB-ext-sitemaker/?branch=develop) |
| 11 | +[](https://codecov.io/gh/blitze/phpBB-ext-sitemaker) |
12 | 12 | [](https://crowdin.com/project/phpbb-ext-sitemaker)
|
13 | 13 | [](https://codeclimate.com/github/blitze/phpBB-ext-sitemaker_content/maintainability)
|
14 | 14 | [](https://www.phpbb.com/customise/db/extension/phpbb_sitemaker_2/)
|
15 | 15 | [](https://packagist.org/packages/blitze/sitemaker)
|
16 | 16 |
|
17 | 17 | ## Features
|
18 | 18 |
|
19 |
| -* Customize your site using blocks of content |
20 |
| -* Drag and drop interface for adding/removing blocks |
21 |
| -* Customizable block display - background color, title, etc |
22 |
| -* Set any front-facing controller as your site's landing page |
23 |
| -* Create layouts for each page or set a default layout for your entire site |
24 |
| -* Icon picker for choosing blocks/menu icons using font awesome |
25 |
| -* Limit access to specific blocks based on group memberships |
26 |
| -* Create Menus with nested lists |
27 |
| -* Create blocks with your own content using html/bbcode |
| 19 | +- Customize your site using blocks of content |
| 20 | +- Drag and drop interface for adding/removing blocks |
| 21 | +- Customizable block display - background color, title, etc |
| 22 | +- Set any front-facing controller as your site's landing page |
| 23 | +- Create layouts for each page or set a default layout for your entire site |
| 24 | +- Icon picker for choosing blocks/menu icons using font awesome |
| 25 | +- Limit access to specific blocks based on group memberships |
| 26 | +- Create Menus with nested lists |
| 27 | +- Create blocks with your own content using html/bbcode |
28 | 28 |
|
29 | 29 | ## Documentation
|
30 | 30 |
|
31 |
| -* [Changelog](CHANGELOG.md) |
32 |
| -* [User guide](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/introduction) |
33 |
| -* [Developing Guide](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/developer-extensions) |
34 |
| -* [Contributing](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/contrib-overview) |
| 31 | +- [Changelog](CHANGELOG.md) |
| 32 | +- [User guide](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/introduction) |
| 33 | +- [Developing Guide](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/developer-extensions) |
| 34 | +- [Contributing](https://blitze.github.io/phpBB-ext-sitemaker/docs/en/contrib-overview) |
35 | 35 |
|
36 | 36 | ## Download & Installation
|
37 | 37 |
|
38 |
| -* Download the extension from [here](https://www.phpbb.com/customise/db/extension/phpbb_sitemaker_2/) |
39 |
| -* Extract and upload it to your phpBB/ext/ folder so you have phpBB/ext/blitze/sitemaker |
40 |
| -* Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB Sitemaker" extension. |
| 38 | +- Download the extension from [here](https://www.phpbb.com/customise/db/extension/phpbb_sitemaker_2/) |
| 39 | +- Extract and upload it to your phpBB/ext/ folder so you have phpBB/ext/blitze/sitemaker |
| 40 | +- Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB Sitemaker" extension. |
41 | 41 |
|
42 | 42 | ## Upgrade from phpBB Primetime
|
43 | 43 |
|
44 |
| -* Disable (do not Purge) phpBB Primetime |
45 |
| -* Install phpBB Sitemaker as described above |
46 |
| -* Purge phpBB Primetime |
| 44 | +- Disable (do not Purge) phpBB Primetime |
| 45 | +- Install phpBB Sitemaker as described above |
| 46 | +- Purge phpBB Primetime |
47 | 47 |
|
48 | 48 | ## Collaborate
|
49 | 49 |
|
50 |
| -* Create a issue in the [tracker](https://github.com/blitze/phpBB-ext-sitemaker/issues) |
51 |
| -* Note the restrictions for [branch names](https://wiki.phpbb.com/Git#Branch_Names) and [commit messages](https://wiki.phpbb.com/Git#Commit_Messages) are similar to phpBB3 |
52 |
| -* Submit a [pull-request](https://github.com/blitze/phpBB-ext-sitemaker/pulls) |
53 |
| - |
54 |
| -## Testing |
55 |
| - |
56 |
| -We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests). |
| 50 | +- Create a issue in the [tracker](https://github.com/blitze/phpBB-ext-sitemaker/issues) |
| 51 | +- Note the restrictions for [branch names](https://wiki.phpbb.com/Git#Branch_Names) and [commit messages](https://wiki.phpbb.com/Git#Commit_Messages) are similar to phpBB3 |
| 52 | +- Submit a [pull-request](https://github.com/blitze/phpBB-ext-sitemaker/pulls) |
57 | 53 |
|
58 | 54 | ## License
|
59 | 55 |
|
|
0 commit comments