Skip to content

updates #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules

# Book build output
_book

# eBook build output
*.epub
*.mobi
*.pdf
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# newbb-tutorial
Tutorial for XOOPS NewBB Module
### _XOOPS Documentation Series_
![logoXoops.jpg](assets/logoXoops.jpg)

# Module NewBB (Discussion Forums)
#### for XOOPS 2.5.7

![logoModule.png](assets/logoModule.png)

## User Manual

© 2015 The XOOPS Project (www.xoops.org)

## Module Purpose

This module is for creating a Discussion Forums.

![image001.png](assets/image001.png)
*Figure 1: Main view of the XXX Module (Admin side)*

# Table of Content

* [Install/Uninstall](book/1install.md)
* [Administration Menu](book/2administration.md)
* [Preferences](book/3preferences.md)
* [Operating Instructions](book/4operations.md)
* [The User Side](book/5userside.md)
* [Blocks](book/6blocks.md)
* [Templates](book/7templates.md)
* [Other](book/8other.md) //delete, if not used
* [Module Credits](book/9credits.md)
*

##License:

<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>.

All derivative works are to be attributed to XOOPS Project (www.xoops.org)
12 changes: 12 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Table of Content

* [Install/Uninstall](book/1install.md)
* [Administration Menu](book/2administration.md)
* [Preferences](book/3preferences.md)
* [Operating Instructions](book/4operations.md)
* [The User Side](book/5userside.md)
* [Blocks](book/6blocks.md)
* [Templates](book/7templates.md)
* [Other](book/8other.md) //delete, if not used
* [Module Credits](book/9credits.md)

Binary file added assets/info/important.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/info/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/info/stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/info/tips.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logoModule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logoXoops.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions book/1install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 1.0 Install/Uninstall
1 change: 1 addition & 0 deletions book/2administration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 2.0 Administration Menu
1 change: 1 addition & 0 deletions book/3preferences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 3.0 Preferences
1 change: 1 addition & 0 deletions book/4operations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 4.0 Operating Instructions
1 change: 1 addition & 0 deletions book/5userside.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 5.0 The User Side
1 change: 1 addition & 0 deletions book/6blocks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 6.0 Blocks
1 change: 1 addition & 0 deletions book/7templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 7.0 Templates
1 change: 1 addition & 0 deletions book/8other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 8.0 Other
1 change: 1 addition & 0 deletions book/9credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 9.0 Module Credits
Binary file added cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.