Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs_fs2erp5_gadget
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
officejs_fs2erp5_gadget
Commits
9f866d19
Commit
9f866d19
authored
Sep 23, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme.md
parent
74e2446c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
Readme.md
Readme.md
+13
-4
No files found.
Readme.md
View file @
9f866d19
## About
The purpose of this Gadget is export of a git repositories which contain web projects
into ERP5 bt5 format. ERP5 allows to upload this format as business template.
into ERP5 bt5 format. ERP5 allows to upload this format as business template.
## TODO
1.
currently zip is used as exported format, but erp5 bt5 tgz is needed. So repack is needed after export.
1.
deploy jekill hosting pages to lab.nexedi.com .
## Using
to use this Gadget the following steps should be done:
1.
fork current repository and add
`names of exported respositories`
in index.html
...
...
@@ -13,7 +15,9 @@ to use this Gadget the following steps should be done:
1.
public repository branch containing the above files to GitHub Pages.
1.
add repository name to index.html
1.
open gadget page then select repo and press button export
##erp5_/erp5.json example:
## erp5_/erp5.json example:
```
json
{
"name"
:
"erp5_officejs_fs2erp5_gadget"
,
...
...
@@ -50,15 +54,20 @@ to use this Gadget the following steps should be done:
]
}
```
### name
the name of created bt5 package
the name of created bt5 package
### dependecies
used to generate erp5 bt5 dependency_list
### id_prefix
if used then id_prefix added to erp5 id of every exported document.
id_prefix will not be added to the path of the document.
id_prefix may be used for different documents having the same path can relate to different erp5 business templates.
id_prefix may be used for different documents having the same path can relate to different erp5 business templates.
### scopes
if option scopes used when only files in scope.paths are used for creating erp5 package.
### scopes.prefix
prefix which will be added to the path (reference) of the document in erp5
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