Skip to content

Commit abf494d

Browse files
authored
compatibility with ImpressCMS 2.0 (#16)
* $icmsModule transform to icms::$module * add missing index files * update version info * update readme * add deploy action * no src folder yet * move sourcecode to src folder * moving to src * moving to src, 3 * moving to src. images * github actions now pushes from src folder * icms_version constants added * Create index.html * re-adding admin folder * add block, class * Create index.html * Create index.html * Add default imageset * upload templates * upload include folder * cleanup $icmsModule * cleanup old $icmsModule * cleanup old $icmsModule * cleanup old $icmsModule * cleanup old $icmsModule * Update Crowdin configuration file
1 parent 30656ba commit abf494d

788 files changed

Lines changed: 1017 additions & 787 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: πŸš€ FTP Deploy
2+
on:
3+
workflow_dispatch
4+
jobs:
5+
ftp-deploy:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: πŸ›’ Checkout
9+
uses: actions/checkout@v4.1.2
10+
- name: πŸ“¦ Get LFTP
11+
run: sudo apt install lftp
12+
- name: πŸ› οΈ Configure LFTP
13+
run: mkdir ~/.lftp && echo "set ssl:verify-certificate false;" >> ~/.lftp/rc
14+
- name: πŸ”‘ Load Secrets
15+
run: echo "machine ${{ secrets.FTP_HOSTNAME }} login ${{ secrets.FTP_USERNAME }} password ${{ secrets.FTP_PASSWORD }}" > ~/.netrc
16+
- name: πŸ“ Upload Folder
17+
run: lftp -e "mirror --parallel=2 -R ./src/ "${{ secrets.TARGET_FOLDER }} ${{ secrets.FTP_HOSTNAME }}

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 1 deletion

β€Žcrowdin.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
files:
2+
- source: /src/language/english/
3+
translation: /src/language/%language%/%original_file_name%
-354 Bytes
Binary file not shown.
-554 Bytes
Binary file not shown.
-371 Bytes
Binary file not shown.
-596 Bytes
Binary file not shown.
-528 Bytes
Binary file not shown.
-789 Bytes
Binary file not shown.
-528 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)