Skip to content

Commit baf6116

Browse files
authored
Merge pull request #6 from mambax7/master
updates
2 parents 469aaa5 + fd80685 commit baf6116

File tree

8 files changed

+42
-47
lines changed

8 files changed

+42
-47
lines changed

.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Introduction
1+
### _XOOPS Documentation Series_
2+
![logoXoops.jpg](assets/logoXoops.jpg)
23

34
#### _XOOPS Documentation Series_
4-
5-
![logoXoops.jpg](https://github.com/xoops/newbb-tutorial/tree/54ef6104e66b74e8c6dea683d3cce70ceafdd739/assets/logoXoops.jpg)
6-
5+
6+
![logoModule.png](assets/logoModule.png)
7+
78
## Module NewBB \(Discussion Forums\)
89

910
**for XOOPS 2.5.7**
@@ -12,7 +13,8 @@
1213

1314
### User Manual
1415

15-
© 2015 The XOOPS Project \([www.xoops.org](https://github.com/xoops/newbb-tutorial/tree/54ef6104e66b74e8c6dea683d3cce70ceafdd739/www.xoops.org)\)
16+
![image001.png](assets/image001.jpg)
17+
*Figure 1: Main view of the NewBB Module (Admin side)*
1618

1719
### Module Purpose
1820

@@ -47,7 +49,7 @@ This module is for creating a Discussion Forums, aka BBS \(Bulletin Boards\).
4749
* Disclaimer \(Choose to display Reply / Post / Both / None\)
4850
* Reply first before seeing the other replies
4951

50-
### Download/Fork the Module ![](http://xoops.org/images/forkit.png)
52+
## Download/Fork the Module ![](https://xoops.org/images/forkit.png)
5153

5254
**You can fork the module -->** [**here**](https://github.com/XoopsModules25x/newbb)**\)**
5355

@@ -70,10 +72,20 @@ Editing the book can be done either by updating the markdown files with a text e
7072
* [Module Credits](https://github.com/xoops/newbb-tutorial/tree/54ef6104e66b74e8c6dea683d3cce70ceafdd739/book/9credits.md)
7173
* [About XOOPS CMS](https://github.com/xoops/newbb-tutorial/tree/54ef6104e66b74e8c6dea683d3cce70ceafdd739/book/10aboutxoops.md)
7274

73-
### License:
75+
* [Install/Uninstall](book/1install.md)
76+
* [Administration Menu](book/2administration.md)
77+
* [Preferences](book/3preferences.md)
78+
* [Operating Instructions](book/4operations.md)
79+
* [The User Side](book/5userside.md)
80+
* [Blocks](book/6blocks.md)
81+
* [Templates](book/7templates.md)
82+
* [Miscellaneous](book/8other.md)
83+
* [Module Credits](book/9credits.md)
84+
* [About XOOPS CMS](book/10aboutxoops.md)
7485

7586
[![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
7687
Unless specified, this content is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
7788

78-
All derivative works are to be attributed to XOOPS Project \([www.xoops.org](http://xoops.org)\)
89+
All derivative works are to be attributed to XOOPS Project \([www.xoops.org](https://xoops.org)\)
7990

91+
All derivative works are to be attributed to XOOPS Project ([www.xoops.org](https://xoops.org))

SUMMARY.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Table of contents
22

33
* [Introduction](README.md)
4-
* [Install/Uninstall](install-uninstall.md)
5-
* [Administration Menu](administration-menu.md)
6-
* [Preferences](preferences.md)
7-
* [Operating Instructions](operating-instructions.md)
8-
* [The User Side](the-user-side.md)
9-
* [Blocks](blocks.md)
10-
* [Templates](templates.md)
11-
* [Other](other.md)
12-
* [Module Credits](module-credits.md)
13-
* [About XOOPS CMS](about-xoops-cms.md)
14-
4+
* [Install/Uninstall](book/1install.md)
5+
* [Administration Menu](book/2administration.md)
6+
* [Preferences](book/3preferences.md)
7+
* [Operating Instructions](book/4operations.md)
8+
* [The User Side](book/5userside.md)
9+
* [Blocks](book/6blocks.md)
10+
* [Templates](book/7templates.md)
11+
* [Other](book/8other.md)
12+
* [Module Credits](book/9credits.md)
13+
* [About XOOPS CMS](book/10aboutxoops.md)

de/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Copy files from the default language folder (e.g. /en) here, and then translate
44

55
Also make sure that your language is added the the selection in "LANGS.md" file. For example, for German, we should add
66

7-
* [Deutsch](de)
7+
```* [Deutsch](de)```
88

99
so it looks like this:
1010

11-
* [English](en)
12-
* [Deutsch](de)
11+
```* [English](en)```<br>
12+
```* [Deutsch](de)```
1313

en/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This module is for creating a Discussion Forums, aka BBS (Bulletin Boards).
4444
* Disclaimer (Choose to display Reply / Post / Both / None)
4545
* Reply first before seeing the other replies
4646

47-
## Download/Fork the Module ![](http://xoops.org/images/forkit.png)
47+
## Download/Fork the Module ![](https://xoops.org/images/forkit.png)
4848

4949
**You can fork the module --> [here](https://github.com/XoopsModules25x/newbb))**
5050

@@ -71,4 +71,4 @@ Editing the book can be done either by updating the markdown files with a text e
7171

7272
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />Unless specified, this content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
7373

74-
All derivative works are to be attributed to XOOPS Project ([www.xoops.org](http://xoops.org))
74+
All derivative works are to be attributed to XOOPS Project ([www.xoops.org](https://xoops.org))

en/book/10aboutxoops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
XOOPS is a Content Management System (CSM) and a Web Portal program that allows administrators to easily create dynamic websites with great content and many outstanding features. It is an ideal tool for developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more. It can be installed on an Internet host with a PHP-capable web server (e.g., Apache) and a database (e.g., MySQL).
66

7-
**The main Project websites is http://xooops.org**
7+
**The main Project websites is https://xoops.org**
88

99
XOOPS is released under the terms of the GNU General Public License (GPL) and is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL.
1010

es/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Copy files from the default language folder (e.g. /en) here, and then translate
44

55
Also make sure that your language is added the the selection in "LANGS.md" file. For example, for German, we should add
66

7-
* [Deutsch](de)
7+
```* [Deutsch](de)```
88

99
so it looks like this:
1010

11-
* [English](en)
12-
* [Deutsch](de)
11+
```* [English](en)```<br>
12+
```* [Deutsch](de)```
1313

fr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Copy files from the default language folder (e.g. /en) here, and then translate
44

55
Also make sure that your language is added the the selection in "LANGS.md" file. For example, for German, we should add
66

7-
* [Deutsch](de)
7+
```* [Deutsch](de)```
88

99
so it looks like this:
1010

11-
* [English](en)
12-
* [Deutsch](de)
11+
```* [English](en)```<br>
12+
```* [Deutsch](de)```
1313

0 commit comments

Comments
 (0)