Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Dec 30, 2018
1 parent b8b8355 commit b695a0f
Show file tree
Hide file tree
Showing 39 changed files with 164 additions and 184 deletions.
6 changes: 3 additions & 3 deletions Angular/AngularJS-API/README.md
Expand Up @@ -23,17 +23,17 @@ Setup example:

**SBT:**
```scala
"net.liftmodules" %% "fobo-angularjs-api_3.1 % "2.0"
"net.liftmodules" %% "fobo-angularjs-api_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-angularjs-api_3.1_2.12.2</artifactId>
<artifactId>fobo-angularjs-api_3.3_2.12.7</artifactId>
<version>2.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

For more information on the AngularJS API module see [FoBo AngularJS Toolkit Module](https://github.com/karma4u101/Angular/AngularJS).
Expand Down
8 changes: 4 additions & 4 deletions Angular/AngularJS-Res/README.md
Expand Up @@ -70,17 +70,17 @@ For example (when using this module as a separete stand alone module outside of
**SBT:**
```scala
"net.liftmodules" %% "fobo-angularjs-res_3.0 % "1.6"
"net.liftmodules" %% "fobo-angularjs-res_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-angularjs-res_3.0_2.10.4</artifactId>
<version>1.6</version>
<artifactId>fobo-angularjs-res_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.0.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.
## Contributions
Expand Down
8 changes: 4 additions & 4 deletions Angular/AngularJS/README.md
Expand Up @@ -48,17 +48,17 @@ For example when using this module as a stand alone module i.e without using the
**SBT:**
```scala
"net.liftmodules" %% "fobo-angularjs_3.1 % "2.0"
"net.liftmodules" %% "fobo-angularjs_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-angularjs_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-angularjs_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo AngularJS Toolkit module v2.0 built for Lift 3.1.x.
The example will include the FoBo AngularJS Toolkit module v2.1.0 built for Lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.
### Lift FoBo boot hooks (when used in the FoBo / FoBo module)
Expand Down
9 changes: 4 additions & 5 deletions Bootstrap/Bootstrap2/Twitter-Bootstrap-API/README.md
Expand Up @@ -11,17 +11,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twitter-bootstrap-api_3.1 % "2.0"
"net.liftmodules" %% "fobo-twitter-bootstrap-api_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twitter-bootstrap-api_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twitter-bootstrap-api_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the Bootstrap2 Lift/FoBo API module built for Lift 3.1.
The example will include the Bootstrap2 Lift/FoBo API module built for Lift 3.3.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand All @@ -45,4 +45,3 @@ For more information on how to use Twitter Bootstrap in the FoBo module see the
## Contributions

Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md). You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)
8 changes: 4 additions & 4 deletions Bootstrap/Bootstrap2/Twitter-Bootstrap-Res/README.md
Expand Up @@ -15,17 +15,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.1 % "2.0"
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twitter-bootstrap-res_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twitter-bootstrap-res_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand Down
9 changes: 3 additions & 6 deletions Bootstrap/Bootstrap2/Twitter-Bootstrap/README.md
Expand Up @@ -15,14 +15,14 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twitter-bootstrap_3.1 % "2.0"
"net.liftmodules" %% "fobo-twitter-bootstrap_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twitter-bootstrap_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twitter-bootstrap_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
Expand Down Expand Up @@ -56,6 +56,3 @@ For more information on how to use Twitter Bootstrap in the FoBo module see the
## Contributions

Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md). You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)



9 changes: 4 additions & 5 deletions Bootstrap/Bootstrap3/TwBs-Bootstrap3-API/README.md
Expand Up @@ -10,16 +10,16 @@ but can also be used as-is, see below for setup information.
Example setup:

```scala
"net.liftmodules" %% "fobo-twbs-bootstrap3-api_3.1 % "2.0"
"net.liftmodules" %% "fobo-twbs-bootstrap3-api_3.3" % "2.1.0"
```
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twbs-bootstrap3-api_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twbs-bootstrap3-api_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo Bootstrap3 API module v2.0 built for Lift 3.1.x.
The example will include the FoBo Bootstrap3 API module v2.1.0 built for Lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand All @@ -39,4 +39,3 @@ fobo.API.init = fobo.API.Bootstrap3

Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md).
You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)
8 changes: 4 additions & 4 deletions Bootstrap/Bootstrap3/TwBs-Bootstrap3-Res/README.md
Expand Up @@ -15,17 +15,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.1 % "2.0"
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twitter-bootstrap-res_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twitter-bootstrap-res_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand Down
8 changes: 4 additions & 4 deletions Bootstrap/Bootstrap3/TwBs-Bootstrap3/README.md
Expand Up @@ -15,17 +15,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twbs-bootstrap3_3.1 % "2.0"
"net.liftmodules" %% "fobo-twbs-bootstrap3_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twbs-bootstrap3_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-twbs-bootstrap3_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo Bootstrap3 toolkit module built for lift 3.1.
The example will include the FoBo Bootstrap3 toolkit module built for lift 3.3.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand Down
6 changes: 3 additions & 3 deletions Bootstrap/Bootstrap4/TwBs-Bootstrap4-API/README.md
Expand Up @@ -10,13 +10,13 @@ but can also be used as-is, see below for setup information.
Example setup:

```scala
"net.liftmodules" %% "fobo-twbs-bootstrap4-api_3.3 % "2.1"
"net.liftmodules" %% "fobo-twbs-bootstrap4-api_3.3" % "2.1.0"
```
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twbs-bootstrap4-api_3.3_2.12.6</artifactId>
<version>2.1</version>
<artifactId>fobo-twbs-bootstrap4-api_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo Bootstrap4 API module v2.1 built for Lift 3.3.x.
Expand Down
6 changes: 3 additions & 3 deletions Bootstrap/Bootstrap4/TwBs-Bootstrap4-Res/README.md
Expand Up @@ -15,17 +15,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.3 % "2.1"
"net.liftmodules" %% "fobo-twitter-bootstrap-res_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twitter-bootstrap-res_3.3_2.12.6</artifactId>
<version>2.1</version>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.3.x.
The example will include a module built for lift v3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used in the FoBo module)
Expand Down
7 changes: 3 additions & 4 deletions Bootstrap/Bootstrap4/TwBs-Bootstrap4/README.md
Expand Up @@ -15,14 +15,14 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-twbs-bootstrap4_3.3 % "2.1"
"net.liftmodules" %% "fobo-twbs-bootstrap4_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twbs-bootstrap4_3.3_2.12.6</artifactId>
<version>2.1</version>
<artifactId>fobo-twbs-bootstrap4_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo Bootstrap3 toolkit module built for lift 3.3.
Expand Down Expand Up @@ -58,4 +58,3 @@ For more information on how to use Twitter Bootstrap see [Twitter Bootstrap](htt
## Contributions

Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md). You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)

10 changes: 5 additions & 5 deletions FoBo/FoBo-API/README.md
Expand Up @@ -9,7 +9,7 @@ FoBo / FoBo API provides generic resouce injection functionality but resource in
## Integration into your project

```scala
import net.liftmodules.fobo
import net.liftmodules.fobo
:
fobo.API.init = fobo.API.FoBo1
```
Expand All @@ -22,15 +22,15 @@ Setup example:

**SBT:**
```scala
"net.liftmodules" %% "fobo-api_3.1 % "2.0"
"net.liftmodules" %% "fobo-api_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-angularjs-api_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-angularjs-api_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.
8 changes: 3 additions & 5 deletions FoBo/FoBo/README.md
Expand Up @@ -20,17 +20,15 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo_3.1 % "2.0"
"net.liftmodules" %% "fobo_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include the FoBo module built for lift 3.1.x.
If you are using maven observe that the artifact id also needs the Scala version.
9 changes: 4 additions & 5 deletions Font-Awesome/Font-Awesome-API/README.md
Expand Up @@ -11,17 +11,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-font-awesome-api_3.1 % "2.0"
"net.liftmodules" %% "fobo-font-awesome-api_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-font-awesome-api_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-font-awesome-api_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used as stand alone module)
Expand All @@ -39,4 +39,3 @@ fobo.API.init = fobo.API.FontAwesomeX
Contributions
------
Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md). You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)
7 changes: 3 additions & 4 deletions Font-Awesome/Font-Awesome-Res/README.md
Expand Up @@ -15,14 +15,14 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-font-awesome-res_3.1 % "2.0"
"net.liftmodules" %% "fobo-font-awesome-res_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-font-awesome-res_3.1_2.12.2</artifactId>
<version>2.0</version>
<artifactId>fobo-font-awesome-res_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
Expand Down Expand Up @@ -50,4 +50,3 @@ For more information on how to use the font awesome fonts see [Font Awesome](htt
## Contributions

Improvements, contributions and suggestions are welcome! Please see the [Contribution Document](https://github.com/karma4u101/FoBo/blob/master/CONTRIBUTING.md). You can also leave a issue report or drop a question/suggestion on [Lift's mailing list](http://groups.google.com/group/liftweb/)

8 changes: 4 additions & 4 deletions Font-Awesome/Font-Awesome/README.md
Expand Up @@ -15,17 +15,17 @@ Example setup:

**SBT:**
```scala
"net.liftmodules" %% "fobo-font-awesome_3.1 % "2.1"
"net.liftmodules" %% "fobo-font-awesome_3.3" % "2.1.0"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-font-awesome_3.1_2.12.2</artifactId>
<version>2.1</version>
<artifactId>fobo-font-awesome_3.3_2.12.7</artifactId>
<version>2.1.0</version>
</dependency>
```
The example will include a module built for lift 3.1.x.
The example will include a module built for lift 3.3.x.
If you are using maven observe that the artifact id also needs the Scala version.

### Lift FoBo boot hooks (when used as stand alone module)
Expand Down

0 comments on commit b695a0f

Please sign in to comment.