Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
Tourinsoft
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bolt Extensions
Tourinsoft
Commits
9dfd9222
Commit
9dfd9222
authored
Sep 25, 2018
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(all): Update ReadMe
parent
082fcb92
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
15 deletions
+44
-15
README.md
README.md
+41
-14
list.html.twig
templates/Backend/flux/list.html.twig
+1
-1
en.yml
translations/en.yml
+1
-0
fr.yml
translations/fr.yml
+1
-0
No files found.
README.md
View file @
9dfd9222
...
@@ -5,34 +5,61 @@ Tourinsoft Extension
...
@@ -5,34 +5,61 @@ Tourinsoft Extension
#### *Composer.json edition*
#### *Composer.json edition*
In file
**extensions/composer.json**
add this following line:
In file
**extensions/composer.json**
```
json
1- In this block , after accolade of "Bolt"
```
`
"repositories": {
"packagist": false,
"bolt": {
"type": "composer",
"url": "https://market.bolt.cm/satis/"
}
```
`
2- Add this following line:
--
**First option, by packages.appolo :**
```
"appolo": {
"appolo": {
"type": "composer",
"type": "composer",
"url": "https://packages.lab.appolo.fr/"
"url": "https://packages.lab.appolo.fr/"
},
},
```
```
--
**Second option, by path :**
in this block:
```
"tourinsoft": {
"type": "path",
"url": "~/CheminVersLeDossierCloné/"
},
```
```
json
"repositories"
:
{
3- After the block "repositories" add this block :
"packagist"
:
false
,
```
"bolt"
:
{
"require": {
"type"
:
"composer"
,
"appolo/tourinsoft": "dev-master"
"url"
:
"https://market.bolt.cm/satis/"
}
},
},
```
```
#### *Composer require*
G
o to base dir with terminal and run this following lines :
4- In the CLI g
o to base dir with terminal and run this following lines :
```
bash
```
`
cd extensions
cd extensions
composer require appolo/tourinsoft
composer require appolo/tourinsoft
```
````
## After installation
- Before click on the **"Api Tourinsoft"** menu in admin, **check the database to update** !
- In the config of application, change **"locale: en_GB"** to **"locale: en"** or **"locale: fr"**
#### Necessary extensions
#### Necessary extensions
...
...
templates/Backend/flux/list.html.twig
View file @
9dfd9222
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<tbody
class=
"sortable striping_odd ui-sortable"
>
<tbody
class=
"sortable striping_odd ui-sortable"
>
<tr
class=
"header"
>
<tr
class=
"header"
>
<th
class=
"hidden-xs"
>
{{
__
(
'appolo.tourinsoft.id'
)
}}
</th>
<th
class=
"hidden-xs"
>
{{
__
(
'appolo.tourinsoft.id'
)
}}
</th>
<th>
{{
__
(
'
general.phrase.titl
e'
)
}}
</th>
<th>
{{
__
(
'
appolo.tourinsoft.nam
e'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.code'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.code'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.key'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.key'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.content_type'
)
}}
</th>
<th>
{{
__
(
'appolo.tourinsoft.content_type'
)
}}
</th>
...
...
translations/en.yml
View file @
9dfd9222
...
@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Select an action
...
@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Select an action
appolo.tourinsoft.id
:
"
#"
appolo.tourinsoft.id
:
"
#"
appolo.tourinsoft.code
:
Code
appolo.tourinsoft.code
:
Code
appolo.tourinsoft.key
:
Key
appolo.tourinsoft.key
:
Key
appolo.tourinsoft.name
:
Name
appolo.tourinsoft.syndication_key
:
Syndication key
appolo.tourinsoft.syndication_key
:
Syndication key
appolo.tourinsoft.content_type
:
Content type
appolo.tourinsoft.content_type
:
Content type
appolo.tourinsoft.actions_for_flux
:
Actions for flux
appolo.tourinsoft.actions_for_flux
:
Actions for flux
...
...
translations/fr.yml
View file @
9dfd9222
...
@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Sélectionner une action
...
@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Sélectionner une action
appolo.tourinsoft.id
:
"
#"
appolo.tourinsoft.id
:
"
#"
appolo.tourinsoft.code
:
Code
appolo.tourinsoft.code
:
Code
appolo.tourinsoft.key
:
Clé
appolo.tourinsoft.key
:
Clé
appolo.tourinsoft.name
:
Nom
appolo.tourinsoft.syndication_key
:
Clé de syndication
appolo.tourinsoft.syndication_key
:
Clé de syndication
appolo.tourinsoft.content_type
:
Type de contenu
appolo.tourinsoft.content_type
:
Type de contenu
appolo.tourinsoft.actions_for_flux
:
Actions pour les flux
appolo.tourinsoft.actions_for_flux
:
Actions pour les flux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment