088bddc Merge branch 'website'

Merged and Committed by aiscarvalho 2 years ago
166 files changed. 14919 lines added. 135 lines removed.
.gitignore
file modified
+2 -0
Makefile
file modified
+0 -3
README.md
file added
+72
README.md
file removed
-1
common/wrappingS-H-C.js
file modified
+7 -5
common/wrappingS-WEBGL.js
file modified
+2 -3
docs/build.md
file modified
+16 -17
docs/credits.md
file modified
+14 -15
docs/levels.md
file modified
+1 -2
docs/license.md
file added
+674
docs/new-wrapper.mddocs/new_wrapper.md
file renamed
+4 -4
docs/permissions.md
file modified
+8 -11
docs/versions.md
file modified
+1 -2
doxyfile
file modified
+199 -72
logos_images/icons_chrome/icon128.png
file added
+0
logos_images/icons_chrome/icon128.svg
file added
+163
logos_images/icons_chrome/icon16.png
file added
+0
logos_images/icons_chrome/icon16.svg
file added
+137
logos_images/icons_chrome/icon48.png
file added
+0
logos_images/icons_chrome/icon48.svg
file added
+168
logos_images/icons_firefox/icon.png
file added
+0
logos_images/icons_firefox/icon.svg
file added
+168
logos_images/icons_firefox/icon@2x.png
file added
+0
logos_images/icons_firefox/icon@2x.svg
file added
+174
website/Makefile
file added
+91
website/README.md
file added
+33
website/content/images/crawling-apis.png
file added
+0
website/content/images/crawling-architecture.png
file added
+0
website/content/images/portscan-1_captured_traffic.png
file added
+0
website/content/images/portscan-2_request_blocked.png
file added
+0
website/content/pages/build.md
file added
+28
website/content/pages/coding-style.md
file added
+67
website/content/pages/credits.md
file added
+40
website/content/pages/home.md
file added
+120
website/content/pages/install.md
file added
+10
website/content/pages/levels.md
file added
+78
website/content/pages/license.md
file added
+674
website/content/pages/nbs.md
file added
+32
website/content/pages/new-wrapper.md
file added
+286
website/content/pages/permissions.md
file added
+11
website/content/pages/pt/build.md
file added
+32
website/content/pages/pt/home.md
file added
+122
website/content/pages/versions.md
file added
+122
website/content/posts/crawling.md
file added
+140
website/content/posts/localportscanning.md
file added
+84
website/content/posts/pt/crawling.md
file added
+140
website/content/posts/pt/localportscanning.md
file added
+84
website/content/posts/pt/support.md
file added
+55
website/content/posts/support.md
file added
+55
website/content/wrappers/ajax.md
file added
+3
website/content/wrappers/battery-cr.md
file added
+3
website/content/wrappers/be.md
file added
+13
website/content/wrappers/dm.md
file added
+16
website/content/wrappers/ecma-array.md
file added
+3
website/content/wrappers/ecma-date.md
file added
+3
website/content/wrappers/ecma-shared.md
file added
+3
website/content/wrappers/geo.md
file added
+26
website/content/wrappers/h-c.md
file added
+3
website/content/wrappers/hrt.md
file added
+3
website/content/wrappers/html-ls.md
file added
+3
website/content/wrappers/html.md
file added
+18
website/content/wrappers/mcs.md
file added
+17
website/content/wrappers/np.md
file added
+18
website/content/wrappers/pt2.md
file added
+3
website/content/wrappers/weba.md
file added
+20
website/content/wrappers/webgl.md
file added
+29
website/content/wrappers/wrappingS-AJAX.js
file added
+57
website/content/wrappers/wrappingS-BATTERY-CR.js
file added
+49
website/content/wrappers/wrappingS-BE.js
file added
+55
website/content/wrappers/wrappingS-DM.js
file added
+105
website/content/wrappers/wrappingS-ECMA-ARRAY.js
file added
+680
website/content/wrappers/wrappingS-ECMA-DATE.js
file added
+101
website/content/wrappers/wrappingS-ECMA-SHARED.js
file added
+80
website/content/wrappers/wrappingS-GEO.js
file added
+319
website/content/wrappers/wrappingS-H-C.js
file added
+382
website/content/wrappers/wrappingS-HRT.js
file added
+53
website/content/wrappers/wrappingS-HTML-LS.js
file added
+280
website/content/wrappers/wrappingS-HTML.js
file added
+57
website/content/wrappers/wrappingS-MCS.js
file added
+160
website/content/wrappers/wrappingS-NP.js
file added
+335
website/content/wrappers/wrappingS-PT2.js
file added
+124
website/content/wrappers/wrappingS-WEBA.js
file added
+260
website/extract_comments.py
file added
+77
website/favicon.ico
file added
+0
website/favicon.png
file added
+0
website/md-templates/wrapper.md
file added
+4
website/pelicanconf.py
file added
+71
website/plugins/i18n_subsites/README.rst
file added
+165
website/plugins/i18n_subsites/__init__.py
file added
+1
website/plugins/i18n_subsites/i18n_subsites.py
file added
+462
website/plugins/i18n_subsites/implementing_language_buttons.rst
file added
+128
website/plugins/i18n_subsites/localizing_using_jinja2.rst
file added
+202
website/plugins/i18n_subsites/test_data/content/images/img.png
file added
+0
website/plugins/i18n_subsites/test_data/content/pages/hidden-page-cz.rst
file added
+7
website/plugins/i18n_subsites/test_data/content/pages/hidden-page-de.rst
file added
+7
website/plugins/i18n_subsites/test_data/content/pages/hidden-page-en.rst
file added
+7
website/plugins/i18n_subsites/test_data/content/pages/untranslated-page.rst
file added
+5
website/plugins/i18n_subsites/test_data/content/translated_article-cz.rst
file added
+8
website/plugins/i18n_subsites/test_data/content/translated_article-de.rst
file added
+8
website/plugins/i18n_subsites/test_data/content/translated_article-en.rst
file added
+8
website/plugins/i18n_subsites/test_data/content/untranslated_article-en.rst
file added
+9
website/plugins/i18n_subsites/test_data/localized_theme/babel.cfg
file added
+2
website/plugins/i18n_subsites/test_data/localized_theme/messages.pot
file added
+23
website/plugins/i18n_subsites/test_data/localized_theme/static/style.css
file added
+0
website/plugins/i18n_subsites/test_data/localized_theme/templates/base.html
file added
+7
website/plugins/i18n_subsites/test_data/localized_theme/translations/de/LC_MESSAGES/messages.mo
file added
+0
website/plugins/i18n_subsites/test_data/localized_theme/translations/de/LC_MESSAGES/messages.po
file added
+23
website/plugins/i18n_subsites/test_data/output/an-untranslated-article.html
file added
+56
website/plugins/i18n_subsites/test_data/output/cz/an-untranslated-article-en.html
file added
+55
website/plugins/i18n_subsites/test_data/output/cz/feeds_all.atom.xml
file added
+10
website/plugins/i18n_subsites/test_data/output/cz/index.html
file added
+56
website/plugins/i18n_subsites/test_data/output/cz/pages/404.html
file added
+40
website/plugins/i18n_subsites/test_data/output/cz/translated-article.html
file added
+61
website/plugins/i18n_subsites/test_data/output/de/drafts/an-untranslated-article-en.html
file added
+55
website/plugins/i18n_subsites/test_data/output/de/feeds_all.atom.xml
file added
+8
website/plugins/i18n_subsites/test_data/output/de/index.html
file added
+44
website/plugins/i18n_subsites/test_data/output/de/pages/404.html
file added
+40
website/plugins/i18n_subsites/test_data/output/de/pages/untranslated-page-en.html
file added
+34
website/plugins/i18n_subsites/test_data/output/de/translated-article.html
file added
+61
website/plugins/i18n_subsites/test_data/output/feeds_all.atom.xml
file added
+10
website/plugins/i18n_subsites/test_data/output/images/img.png
file added
+0
website/plugins/i18n_subsites/test_data/output/index.html
file added
+57
website/plugins/i18n_subsites/test_data/output/pages/404.html
file added
+41
website/plugins/i18n_subsites/test_data/output/pages/untranslated-page.html
file added
+35
website/plugins/i18n_subsites/test_data/output/theme/style.css
file added
+0
website/plugins/i18n_subsites/test_data/output/translated-article.html
file added
+62
website/plugins/i18n_subsites/test_data/pelicanconf.py
file added
+53
website/plugins/i18n_subsites/test_i18n_subsites.py
file added
+139
website/publishconf.py
file added
+25
website/requirements.txt
file added
+4
website/theme/static/css/fork-awesome.min.css
file added
+12
website/theme/static/css/main.css
file added
+863
website/theme/static/css/minireset.min.css
file added
+1
website/theme/static/fonts/Inter-Black.woff
file added
+0
website/theme/static/fonts/Inter-Black.woff2
file added
+0
website/theme/static/fonts/Inter-Bold.woff
file added
+0
website/theme/static/fonts/Inter-Bold.woff2
file added
+0
website/theme/static/fonts/Inter-Regular.woff
file added
+0
website/theme/static/fonts/Inter-Regular.woff2
file added
+0
website/theme/static/fonts/Inter-SemiBold.woff2
file added
+0
website/theme/static/fonts/OxygenMono-Regular.woff
file added
+0
website/theme/static/fonts/OxygenMono-Regular.woff2
file added
+0
website/theme/static/fonts/forkawesome-webfont.eot
file added
+0
website/theme/static/fonts/forkawesome-webfont.svg
file added
+2849
website/theme/static/fonts/forkawesome-webfont.ttf
file added
+0
website/theme/static/fonts/forkawesome-webfont.woff
file added
+0
website/theme/static/fonts/forkawesome-webfont.woff2
file added
+0
website/theme/static/images/brno-fit-logo.svg
file added
+80
website/theme/static/images/brno-fit-logo_color.svg
file added
+84
website/theme/static/images/crumbled-paper.png
file added
+0
website/theme/static/images/crumbled-paper_dark.png
file added
+0
website/theme/static/images/fsf-logo.svg
file added
+12
website/theme/static/images/icon.png
file added
+0
website/theme/static/images/icon_48px.png
file added
+0
website/theme/static/images/jshelter-hero.svg
file added
+170
website/theme/static/images/jshelter-horizontal.svg
file added
+204
website/theme/static/images/jshelter-horizontal_dark.svg
file added
+213
website/theme/static/images/jshelter-logo.svg
file added
+172
website/theme/static/images/jshelter.svg
file added
+204
website/theme/static/images/nlnet-logo.svg
file added
+183
website/theme/static/js/bowser.js
file added
+1
website/theme/templates/article.html
file added
+22
website/theme/templates/base.html
file added
+196
website/theme/templates/home.html
file added
+36
website/theme/templates/index.html
file added
+32
website/theme/templates/page.html
file added
+20
    Merge branch 'website'
    
        
file modified
+2 -0
file modified
+0 -3
file added
+72
file removed
-1
file modified
+7 -5
file modified
+2 -3
file modified
+16 -17
file modified
+14 -15
file modified
+1 -2
file added
+674
docs/new-wrapper.md docs/new_wrapper.md
file renamed
+4 -4
file modified
+8 -11
file modified
+1 -2
file modified
+199 -72
empty file added
empty file added
empty file added
empty file added
empty file added
file added
+91
file added
+33
empty file added
file added
+0
empty file added
file added
+0
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added