Skip to content

Commit 8fc0989

Browse files
committed
v2.0.0 Complete revamp based on Ubuntu:18.04
1 parent ac40f06 commit 8fc0989

32 files changed

Lines changed: 806 additions & 868 deletions

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file? false = no!
4+
root = false
5+
6+
[{*.rst,*.rst.txt}]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
indent_style = space
12+
indent_size = 3
13+
14+
# MD-Files
15+
[*.md]
16+
charset = utf-8
17+
end_of_line = lf
18+
insert_final_newline = true
19+
trim_trailing_whitespace = true
20+
indent_style = space
21+
indent_size = 4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
*GENERATED*
33
*NOT_VERSIONED*
4+
/**/node_modules

ALL-for-build/Makedir/_htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Options -Indexes
1+
Options +Indexes
22

33
RewriteEngine On
44

@@ -9,7 +9,7 @@ RewriteRule ^[0-9]+(\.[0-9]+)(\.[0-9]+)*(-dev)?/(.*)$ - [L]
99
RewriteRule ^[0-9]+-dev/(.*)$ - [L]
1010

1111
# Do not rewrite URLs starting with the provided words
12-
RewriteRule ^(latest|packages|stable)(.*)$ - [L]
12+
RewriteRule ^(latest|master|packages|stable)(.*)$ - [L]
1313

1414
# still needed?
1515
RewriteRule ^manuals.json(.*)$ - [L]

ALL-for-build/Makedir/_info.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
_info.txt
22

3+
2019-05-23
4+
35
This folder 'Makedir/' and all files and folders within need to
46
be world writable.
57

@@ -8,11 +10,17 @@ The toolchain 'RenderDocumentation' requires this 'makedir' folder.
810
The toolchain reads the settings of './buildsettings.sh'
911
and expects './conf.py' to exist.
1012

11-
The toolchain creates file './build.checksum' and others
12-
named './temp_*'.
13+
The toolchain creates file './build.checksum' and others named './temp_*'.
14+
15+
conf-2017-09.py is
16+
https://raw.githubusercontent.com/TYPO3-Documentation/typo3-docs-typo3-org-resources/master/userroot/scripts/bin/conf-2017-09.py
17+
as of today (2019-05-23). It is here for information and comparison with
18+
conf.py only. conf.py initially is a copy of conf-2017-09.py but may be updated
19+
and modified here for the purpose of this Docker image.
1320

14-
The Docker-build-process will fetch provide the most recent
15-
'conf.py'.
21+
_htaccess is
22+
https://raw.githubusercontent.com/TYPO3-Documentation/typo3-docs-typo3-org-resources/master/userroot/scripts/config/_htaccess-2016-08.txt
23+
and a fresh download is made at build time.
1624

1725
The toolchain 'RenderDocumentation' is more and more being
1826
modified to accept all needed parameters from the commandline.

0 commit comments

Comments
 (0)