├── .codeclimate.yml ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .travis.yml ├── AUTHORS ├── LICENSE ├── README.md ├── codeception.yml ├── composer.json ├── composer.lock ├── docs ├── beispieldaten.sql ├── config.json ├── export-testing-db.sh ├── fontello-config.json ├── nginx-full.conf ├── nginx-minimal.conf ├── nginx-test.conf ├── oparl.md ├── pdfjs.diff ├── pdfjs.patch ├── phpmd-ruleset.xml ├── schema.sql ├── solr-core │ ├── conf │ │ ├── _rest_managed.json │ │ ├── admin-extra.html │ │ ├── admin-extra.menu-bottom.html │ │ ├── admin-extra.menu-top.html │ │ ├── clustering │ │ │ └── carrot2 │ │ │ │ ├── kmeans-attributes.xml │ │ │ │ ├── lingo-attributes.xml │ │ │ │ └── stc-attributes.xml │ │ ├── elevate.xml │ │ ├── german_stop.txt │ │ ├── mapping-FoldToASCII.txt │ │ ├── mapping-ISOLatin1Accent-ris-ocr.txt │ │ ├── mapping-ISOLatin1Accent-ris.txt │ │ ├── mapping-ISOLatin1Accent.txt │ │ ├── protwords.txt │ │ ├── schema.xml │ │ ├── scripts.conf │ │ ├── solrconfig.xml │ │ ├── spellings.txt │ │ ├── stopwords.txt │ │ ├── stopwords_en.txt │ │ ├── synonyms.txt │ │ ├── velocity │ │ │ ├── VM_global_library.vm │ │ │ ├── browse.vm │ │ │ ├── cluster.vm │ │ │ ├── clusterResults.vm │ │ │ ├── debug.vm │ │ │ ├── did_you_mean.vm │ │ │ ├── doc.vm │ │ │ ├── facet_dates.vm │ │ │ ├── facet_fields.vm │ │ │ ├── facet_pivot.vm │ │ │ ├── facet_queries.vm │ │ │ ├── facet_ranges.vm │ │ │ ├── facets.vm │ │ │ ├── footer.vm │ │ │ ├── head.vm │ │ │ ├── header.vm │ │ │ ├── hit.vm │ │ │ ├── hitGrouped.vm │ │ │ ├── join-doc.vm │ │ │ ├── jquery.autocomplete.css │ │ │ ├── jquery.autocomplete.js │ │ │ ├── layout.vm │ │ │ ├── main.css │ │ │ ├── product-doc.vm │ │ │ ├── query.vm │ │ │ ├── queryGroup.vm │ │ │ ├── querySpatial.vm │ │ │ ├── richtext-doc.vm │ │ │ ├── suggest.vm │ │ │ └── tabs.vm │ │ └── xslt │ │ │ ├── example.xsl │ │ │ ├── example_atom.xsl │ │ │ ├── example_rss.xsl │ │ │ └── luke.xsl │ ├── core.properties │ └── data │ │ └── .gitignore ├── solr_schema.xml ├── travis │ ├── custom.php.ini │ ├── mysql-5-5-schema-workaround.sh │ ├── require-clean-working-tree.sh │ └── www.conf ├── triggers.sql └── updating-fontello.md ├── gulpfile.js ├── html ├── OpenSearch.xml ├── browserconfig.xml ├── css │ ├── _antragsliste.scss │ ├── _default_styles.scss │ ├── _fontello.scss │ ├── _map.scss │ ├── _material.scss │ ├── _pdf.scss │ ├── _ripples.scss │ ├── _roboto-font.scss │ ├── _shariff.scss │ ├── _styles.scss │ ├── _variables.scss │ ├── images │ │ ├── animated-overlay.gif │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ ├── jquery-ui-1.11.2.custom.min.css │ ├── mail.scss │ ├── material │ │ ├── _alerts.scss │ │ ├── _animations.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _checkboxes.scss │ │ ├── _icons-material-design.scss │ │ ├── _icons.scss │ │ ├── _inputs.scss │ │ ├── _lists.scss │ │ ├── _mixins.scss │ │ ├── _navbar.scss │ │ ├── _plugin-nouislider.scss │ │ ├── _plugin-snackbarjs.scss │ │ ├── _popups.scss │ │ ├── _progress.scss │ │ ├── _radios.scss │ │ ├── _shadows.scss │ │ ├── _tabs.scss │ │ ├── _variables.scss │ │ ├── _welljumbo.scss │ │ ├── material-wfont.css │ │ ├── material-wfont.css.map │ │ ├── material-wfont.scss │ │ ├── material.css │ │ ├── material.css.map │ │ ├── material.scss │ │ ├── ripples.css │ │ ├── ripples.css.map │ │ └── ripples.scss │ ├── selectizejs.ratsinformant.css │ └── website.scss ├── favicon.ico ├── fonts │ ├── LICENSE-Roboto.txt │ ├── Material-Design-Icons.eot │ ├── Material-Design-Icons.svg │ ├── Material-Design-Icons.ttf │ ├── Material-Design-Icons.woff │ ├── RobotoCondensed-Bold.ttf │ ├── RobotoCondensed-BoldItalic.ttf │ ├── RobotoCondensed-Italic.ttf │ ├── RobotoCondensed-Light.ttf │ ├── RobotoCondensed-LightItalic.ttf │ ├── RobotoCondensed-Regular.ttf │ ├── fontello.eot │ ├── fontello.svg │ ├── fontello.ttf │ ├── fontello.woff │ ├── fontello.woff2 │ └── glyphicons-halflings-regular.woff2 ├── icons │ ├── apple-touch-icon-114x114.png │ ├── apple-touch-icon-120x120.png │ ├── apple-touch-icon-144x144.png │ ├── apple-touch-icon-152x152.png │ ├── apple-touch-icon-180x180.png │ ├── apple-touch-icon-57x57.png │ ├── apple-touch-icon-60x60.png │ ├── apple-touch-icon-72x72.png │ ├── apple-touch-icon-76x76.png │ ├── apple-touch-icon-precomposed.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon-96x96.png │ ├── mstile-144x144.png │ ├── mstile-150x150.png │ ├── mstile-310x150.png │ ├── mstile-310x310.png │ └── mstile-70x70.png ├── images │ ├── HereBeDragons256.png │ ├── HereBeDragons512.png │ ├── HereBePreussens256.png │ ├── HereBePreussens512.png │ ├── abgeordneten_16.png │ ├── abgeordneten_32.png │ ├── imgnoise.png │ ├── mail-download.png │ ├── mail-file.png │ ├── marker-icon-plain-2x.png │ ├── marker-icon-plain.png │ ├── noisy-texture-100x50-o8-d10-c-dddddd-t1.png │ └── pattern-7nl1.png ├── index-test.php ├── index-yii-codeception.php ├── index.php ├── js │ ├── .gitignore │ ├── Leaflet.Control.Geocoder │ │ ├── Control.Geocoder.css │ │ ├── Control.Geocoder.js │ │ └── images │ │ │ ├── geocoder.png │ │ │ └── throbber.gif │ ├── antraegekarte.jquery.js │ ├── custom │ │ ├── ckeditor-settings.js │ │ ├── datepicker-settings.js │ │ ├── dokumente-load.js │ │ ├── hyphentest.js │ │ ├── init-material.js │ │ └── typeahead-settings.js │ ├── hyphenator.js │ ├── jquery-ui-1.11.2.custom.min.js │ ├── leaflet.spiderfy.js │ ├── leaflet.textmarkers.js │ ├── leaflet.textmarkers_top.js │ ├── material │ │ ├── material.js │ │ ├── material.min.js │ │ ├── material.min.js.map │ │ ├── ripples.js │ │ ├── ripples.min.js │ │ └── ripples.min.js.map │ ├── modernizr.js │ └── scrollintoview.js ├── media │ ├── .gitignore │ ├── .gitkeep │ ├── testdokument.odt │ ├── testdokument.pdf │ ├── testdokument.tiff │ └── v1.jpg ├── pdfjs │ ├── LICENSE │ ├── build │ │ ├── pdf.js │ │ └── pdf.worker.js │ └── web │ │ ├── LICENSE │ │ ├── cmaps │ │ ├── 78-EUC-H.bcmap │ │ ├── 78-EUC-V.bcmap │ │ ├── 78-H.bcmap │ │ ├── 78-RKSJ-H.bcmap │ │ ├── 78-RKSJ-V.bcmap │ │ ├── 78-V.bcmap │ │ ├── 78ms-RKSJ-H.bcmap │ │ ├── 78ms-RKSJ-V.bcmap │ │ ├── 83pv-RKSJ-H.bcmap │ │ ├── 90ms-RKSJ-H.bcmap │ │ ├── 90ms-RKSJ-V.bcmap │ │ ├── 90msp-RKSJ-H.bcmap │ │ ├── 90msp-RKSJ-V.bcmap │ │ ├── 90pv-RKSJ-H.bcmap │ │ ├── 90pv-RKSJ-V.bcmap │ │ ├── Add-H.bcmap │ │ ├── Add-RKSJ-H.bcmap │ │ ├── Add-RKSJ-V.bcmap │ │ ├── Add-V.bcmap │ │ ├── Adobe-CNS1-0.bcmap │ │ ├── Adobe-CNS1-1.bcmap │ │ ├── Adobe-CNS1-2.bcmap │ │ ├── Adobe-CNS1-3.bcmap │ │ ├── Adobe-CNS1-4.bcmap │ │ ├── Adobe-CNS1-5.bcmap │ │ ├── Adobe-CNS1-6.bcmap │ │ ├── Adobe-CNS1-UCS2.bcmap │ │ ├── Adobe-GB1-0.bcmap │ │ ├── Adobe-GB1-1.bcmap │ │ ├── Adobe-GB1-2.bcmap │ │ ├── Adobe-GB1-3.bcmap │ │ ├── Adobe-GB1-4.bcmap │ │ ├── Adobe-GB1-5.bcmap │ │ ├── Adobe-GB1-UCS2.bcmap │ │ ├── Adobe-Japan1-0.bcmap │ │ ├── Adobe-Japan1-1.bcmap │ │ ├── Adobe-Japan1-2.bcmap │ │ ├── Adobe-Japan1-3.bcmap │ │ ├── Adobe-Japan1-4.bcmap │ │ ├── Adobe-Japan1-5.bcmap │ │ ├── Adobe-Japan1-6.bcmap │ │ ├── Adobe-Japan1-UCS2.bcmap │ │ ├── Adobe-Korea1-0.bcmap │ │ ├── Adobe-Korea1-1.bcmap │ │ ├── Adobe-Korea1-2.bcmap │ │ ├── Adobe-Korea1-UCS2.bcmap │ │ ├── B5-H.bcmap │ │ ├── B5-V.bcmap │ │ ├── B5pc-H.bcmap │ │ ├── B5pc-V.bcmap │ │ ├── CNS-EUC-H.bcmap │ │ ├── CNS-EUC-V.bcmap │ │ ├── CNS1-H.bcmap │ │ ├── CNS1-V.bcmap │ │ ├── CNS2-H.bcmap │ │ ├── CNS2-V.bcmap │ │ ├── ETHK-B5-H.bcmap │ │ ├── ETHK-B5-V.bcmap │ │ ├── ETen-B5-H.bcmap │ │ ├── ETen-B5-V.bcmap │ │ ├── ETenms-B5-H.bcmap │ │ ├── ETenms-B5-V.bcmap │ │ ├── EUC-H.bcmap │ │ ├── EUC-V.bcmap │ │ ├── Ext-H.bcmap │ │ ├── Ext-RKSJ-H.bcmap │ │ ├── Ext-RKSJ-V.bcmap │ │ ├── Ext-V.bcmap │ │ ├── GB-EUC-H.bcmap │ │ ├── GB-EUC-V.bcmap │ │ ├── GB-H.bcmap │ │ ├── GB-V.bcmap │ │ ├── GBK-EUC-H.bcmap │ │ ├── GBK-EUC-V.bcmap │ │ ├── GBK2K-H.bcmap │ │ ├── GBK2K-V.bcmap │ │ ├── GBKp-EUC-H.bcmap │ │ ├── GBKp-EUC-V.bcmap │ │ ├── GBT-EUC-H.bcmap │ │ ├── GBT-EUC-V.bcmap │ │ ├── GBT-H.bcmap │ │ ├── GBT-V.bcmap │ │ ├── GBTpc-EUC-H.bcmap │ │ ├── GBTpc-EUC-V.bcmap │ │ ├── GBpc-EUC-H.bcmap │ │ ├── GBpc-EUC-V.bcmap │ │ ├── H.bcmap │ │ ├── HKdla-B5-H.bcmap │ │ ├── HKdla-B5-V.bcmap │ │ ├── HKdlb-B5-H.bcmap │ │ ├── HKdlb-B5-V.bcmap │ │ ├── HKgccs-B5-H.bcmap │ │ ├── HKgccs-B5-V.bcmap │ │ ├── HKm314-B5-H.bcmap │ │ ├── HKm314-B5-V.bcmap │ │ ├── HKm471-B5-H.bcmap │ │ ├── HKm471-B5-V.bcmap │ │ ├── HKscs-B5-H.bcmap │ │ ├── HKscs-B5-V.bcmap │ │ ├── Hankaku.bcmap │ │ ├── Hiragana.bcmap │ │ ├── KSC-EUC-H.bcmap │ │ ├── KSC-EUC-V.bcmap │ │ ├── KSC-H.bcmap │ │ ├── KSC-Johab-H.bcmap │ │ ├── KSC-Johab-V.bcmap │ │ ├── KSC-V.bcmap │ │ ├── KSCms-UHC-H.bcmap │ │ ├── KSCms-UHC-HW-H.bcmap │ │ ├── KSCms-UHC-HW-V.bcmap │ │ ├── KSCms-UHC-V.bcmap │ │ ├── KSCpc-EUC-H.bcmap │ │ ├── KSCpc-EUC-V.bcmap │ │ ├── Katakana.bcmap │ │ ├── LICENSE │ │ ├── NWP-H.bcmap │ │ ├── NWP-V.bcmap │ │ ├── RKSJ-H.bcmap │ │ ├── RKSJ-V.bcmap │ │ ├── Roman.bcmap │ │ ├── UniCNS-UCS2-H.bcmap │ │ ├── UniCNS-UCS2-V.bcmap │ │ ├── UniCNS-UTF16-H.bcmap │ │ ├── UniCNS-UTF16-V.bcmap │ │ ├── UniCNS-UTF32-H.bcmap │ │ ├── UniCNS-UTF32-V.bcmap │ │ ├── UniCNS-UTF8-H.bcmap │ │ ├── UniCNS-UTF8-V.bcmap │ │ ├── UniGB-UCS2-H.bcmap │ │ ├── UniGB-UCS2-V.bcmap │ │ ├── UniGB-UTF16-H.bcmap │ │ ├── UniGB-UTF16-V.bcmap │ │ ├── UniGB-UTF32-H.bcmap │ │ ├── UniGB-UTF32-V.bcmap │ │ ├── UniGB-UTF8-H.bcmap │ │ ├── UniGB-UTF8-V.bcmap │ │ ├── UniJIS-UCS2-H.bcmap │ │ ├── UniJIS-UCS2-HW-H.bcmap │ │ ├── UniJIS-UCS2-HW-V.bcmap │ │ ├── UniJIS-UCS2-V.bcmap │ │ ├── UniJIS-UTF16-H.bcmap │ │ ├── UniJIS-UTF16-V.bcmap │ │ ├── UniJIS-UTF32-H.bcmap │ │ ├── UniJIS-UTF32-V.bcmap │ │ ├── UniJIS-UTF8-H.bcmap │ │ ├── UniJIS-UTF8-V.bcmap │ │ ├── UniJIS2004-UTF16-H.bcmap │ │ ├── UniJIS2004-UTF16-V.bcmap │ │ ├── UniJIS2004-UTF32-H.bcmap │ │ ├── UniJIS2004-UTF32-V.bcmap │ │ ├── UniJIS2004-UTF8-H.bcmap │ │ ├── UniJIS2004-UTF8-V.bcmap │ │ ├── UniJISPro-UCS2-HW-V.bcmap │ │ ├── UniJISPro-UCS2-V.bcmap │ │ ├── UniJISPro-UTF8-V.bcmap │ │ ├── UniJISX0213-UTF32-H.bcmap │ │ ├── UniJISX0213-UTF32-V.bcmap │ │ ├── UniJISX02132004-UTF32-H.bcmap │ │ ├── UniJISX02132004-UTF32-V.bcmap │ │ ├── UniKS-UCS2-H.bcmap │ │ ├── UniKS-UCS2-V.bcmap │ │ ├── UniKS-UTF16-H.bcmap │ │ ├── UniKS-UTF16-V.bcmap │ │ ├── UniKS-UTF32-H.bcmap │ │ ├── UniKS-UTF32-V.bcmap │ │ ├── UniKS-UTF8-H.bcmap │ │ ├── UniKS-UTF8-V.bcmap │ │ ├── V.bcmap │ │ └── WP-Symbol.bcmap │ │ ├── compatibility.js │ │ ├── images │ │ ├── annotation-check.svg │ │ ├── annotation-comment.svg │ │ ├── annotation-help.svg │ │ ├── annotation-insert.svg │ │ ├── annotation-key.svg │ │ ├── annotation-newparagraph.svg │ │ ├── annotation-noicon.svg │ │ ├── annotation-note.svg │ │ ├── annotation-paragraph.svg │ │ ├── findbarButton-next-rtl.png │ │ ├── findbarButton-next-rtl@2x.png │ │ ├── findbarButton-next.png │ │ ├── findbarButton-next@2x.png │ │ ├── findbarButton-previous-rtl.png │ │ ├── findbarButton-previous-rtl@2x.png │ │ ├── findbarButton-previous.png │ │ ├── findbarButton-previous@2x.png │ │ ├── grab.cur │ │ ├── grabbing.cur │ │ ├── loading-icon.gif │ │ ├── loading-small.png │ │ ├── loading-small@2x.png │ │ ├── secondaryToolbarButton-documentProperties.png │ │ ├── secondaryToolbarButton-documentProperties@2x.png │ │ ├── secondaryToolbarButton-firstPage.png │ │ ├── secondaryToolbarButton-firstPage@2x.png │ │ ├── secondaryToolbarButton-handTool.png │ │ ├── secondaryToolbarButton-handTool@2x.png │ │ ├── secondaryToolbarButton-lastPage.png │ │ ├── secondaryToolbarButton-lastPage@2x.png │ │ ├── secondaryToolbarButton-rotateCcw.png │ │ ├── secondaryToolbarButton-rotateCcw@2x.png │ │ ├── secondaryToolbarButton-rotateCw.png │ │ ├── secondaryToolbarButton-rotateCw@2x.png │ │ ├── shadow.png │ │ ├── texture.png │ │ ├── toolbarButton-bookmark.png │ │ ├── toolbarButton-bookmark@2x.png │ │ ├── toolbarButton-download.png │ │ ├── toolbarButton-download@2x.png │ │ ├── toolbarButton-menuArrows.png │ │ ├── toolbarButton-menuArrows@2x.png │ │ ├── toolbarButton-openFile.png │ │ ├── toolbarButton-openFile@2x.png │ │ ├── toolbarButton-pageDown-rtl.png │ │ ├── toolbarButton-pageDown-rtl@2x.png │ │ ├── toolbarButton-pageDown.png │ │ ├── toolbarButton-pageDown@2x.png │ │ ├── toolbarButton-pageUp-rtl.png │ │ ├── toolbarButton-pageUp-rtl@2x.png │ │ ├── toolbarButton-pageUp.png │ │ ├── toolbarButton-pageUp@2x.png │ │ ├── toolbarButton-presentationMode.png │ │ ├── toolbarButton-presentationMode@2x.png │ │ ├── toolbarButton-print.png │ │ ├── toolbarButton-print@2x.png │ │ ├── toolbarButton-search.png │ │ ├── toolbarButton-search@2x.png │ │ ├── toolbarButton-secondaryToolbarToggle-rtl.png │ │ ├── toolbarButton-secondaryToolbarToggle-rtl@2x.png │ │ ├── toolbarButton-secondaryToolbarToggle.png │ │ ├── toolbarButton-secondaryToolbarToggle@2x.png │ │ ├── toolbarButton-sidebarToggle-rtl.png │ │ ├── toolbarButton-sidebarToggle-rtl@2x.png │ │ ├── toolbarButton-sidebarToggle.png │ │ ├── toolbarButton-sidebarToggle@2x.png │ │ ├── toolbarButton-viewAttachments.png │ │ ├── toolbarButton-viewAttachments@2x.png │ │ ├── toolbarButton-viewOutline-rtl.png │ │ ├── toolbarButton-viewOutline-rtl@2x.png │ │ ├── toolbarButton-viewOutline.png │ │ ├── toolbarButton-viewOutline@2x.png │ │ ├── toolbarButton-viewThumbnail.png │ │ ├── toolbarButton-viewThumbnail@2x.png │ │ ├── toolbarButton-zoomIn.png │ │ ├── toolbarButton-zoomIn@2x.png │ │ ├── toolbarButton-zoomOut.png │ │ ├── toolbarButton-zoomOut@2x.png │ │ ├── treeitem-collapsed-rtl.png │ │ ├── treeitem-collapsed-rtl@2x.png │ │ ├── treeitem-collapsed.png │ │ ├── treeitem-collapsed@2x.png │ │ ├── treeitem-expanded.png │ │ └── treeitem-expanded@2x.png │ │ ├── l10n.js │ │ ├── locale │ │ ├── ach │ │ │ └── viewer.properties │ │ ├── af │ │ │ └── viewer.properties │ │ ├── ak │ │ │ └── viewer.properties │ │ ├── an │ │ │ └── viewer.properties │ │ ├── ar │ │ │ └── viewer.properties │ │ ├── as │ │ │ └── viewer.properties │ │ ├── ast │ │ │ └── viewer.properties │ │ ├── az │ │ │ └── viewer.properties │ │ ├── be │ │ │ └── viewer.properties │ │ ├── bg │ │ │ └── viewer.properties │ │ ├── bn-BD │ │ │ └── viewer.properties │ │ ├── bn-IN │ │ │ └── viewer.properties │ │ ├── br │ │ │ └── viewer.properties │ │ ├── bs │ │ │ └── viewer.properties │ │ ├── ca │ │ │ └── viewer.properties │ │ ├── cs │ │ │ └── viewer.properties │ │ ├── csb │ │ │ └── viewer.properties │ │ ├── cy │ │ │ └── viewer.properties │ │ ├── da │ │ │ └── viewer.properties │ │ ├── de │ │ │ └── viewer.properties │ │ ├── el │ │ │ └── viewer.properties │ │ ├── en-GB │ │ │ └── viewer.properties │ │ ├── en-US │ │ │ └── viewer.properties │ │ ├── en-ZA │ │ │ └── viewer.properties │ │ ├── eo │ │ │ └── viewer.properties │ │ ├── es-AR │ │ │ └── viewer.properties │ │ ├── es-CL │ │ │ └── viewer.properties │ │ ├── es-ES │ │ │ └── viewer.properties │ │ ├── es-MX │ │ │ └── viewer.properties │ │ ├── et │ │ │ └── viewer.properties │ │ ├── eu │ │ │ └── viewer.properties │ │ ├── fa │ │ │ └── viewer.properties │ │ ├── ff │ │ │ └── viewer.properties │ │ ├── fi │ │ │ └── viewer.properties │ │ ├── fr │ │ │ └── viewer.properties │ │ ├── fy-NL │ │ │ └── viewer.properties │ │ ├── ga-IE │ │ │ └── viewer.properties │ │ ├── gd │ │ │ └── viewer.properties │ │ ├── gl │ │ │ └── viewer.properties │ │ ├── gu-IN │ │ │ └── viewer.properties │ │ ├── he │ │ │ └── viewer.properties │ │ ├── hi-IN │ │ │ └── viewer.properties │ │ ├── hr │ │ │ └── viewer.properties │ │ ├── hu │ │ │ └── viewer.properties │ │ ├── hy-AM │ │ │ └── viewer.properties │ │ ├── id │ │ │ └── viewer.properties │ │ ├── is │ │ │ └── viewer.properties │ │ ├── it │ │ │ └── viewer.properties │ │ ├── ja │ │ │ └── viewer.properties │ │ ├── ka │ │ │ └── viewer.properties │ │ ├── kk │ │ │ └── viewer.properties │ │ ├── km │ │ │ └── viewer.properties │ │ ├── kn │ │ │ └── viewer.properties │ │ ├── ko │ │ │ └── viewer.properties │ │ ├── ku │ │ │ └── viewer.properties │ │ ├── lg │ │ │ └── viewer.properties │ │ ├── lij │ │ │ └── viewer.properties │ │ ├── locale.properties │ │ ├── lt │ │ │ └── viewer.properties │ │ ├── lv │ │ │ └── viewer.properties │ │ ├── mai │ │ │ └── viewer.properties │ │ ├── mk │ │ │ └── viewer.properties │ │ ├── ml │ │ │ └── viewer.properties │ │ ├── mn │ │ │ └── viewer.properties │ │ ├── mr │ │ │ └── viewer.properties │ │ ├── ms │ │ │ └── viewer.properties │ │ ├── my │ │ │ └── viewer.properties │ │ ├── nb-NO │ │ │ └── viewer.properties │ │ ├── nl │ │ │ └── viewer.properties │ │ ├── nn-NO │ │ │ └── viewer.properties │ │ ├── nso │ │ │ └── viewer.properties │ │ ├── oc │ │ │ └── viewer.properties │ │ ├── or │ │ │ └── viewer.properties │ │ ├── pa-IN │ │ │ └── viewer.properties │ │ ├── pl │ │ │ └── viewer.properties │ │ ├── pt-BR │ │ │ └── viewer.properties │ │ ├── pt-PT │ │ │ └── viewer.properties │ │ ├── rm │ │ │ └── viewer.properties │ │ ├── ro │ │ │ └── viewer.properties │ │ ├── ru │ │ │ └── viewer.properties │ │ ├── rw │ │ │ └── viewer.properties │ │ ├── sah │ │ │ └── viewer.properties │ │ ├── si │ │ │ └── viewer.properties │ │ ├── sk │ │ │ └── viewer.properties │ │ ├── sl │ │ │ └── viewer.properties │ │ ├── son │ │ │ └── viewer.properties │ │ ├── sq │ │ │ └── viewer.properties │ │ ├── sr │ │ │ └── viewer.properties │ │ ├── sv-SE │ │ │ └── viewer.properties │ │ ├── sw │ │ │ └── viewer.properties │ │ ├── ta-LK │ │ │ └── viewer.properties │ │ ├── ta │ │ │ └── viewer.properties │ │ ├── te │ │ │ └── viewer.properties │ │ ├── th │ │ │ └── viewer.properties │ │ ├── tl │ │ │ └── viewer.properties │ │ ├── tn │ │ │ └── viewer.properties │ │ ├── tr │ │ │ └── viewer.properties │ │ ├── uk │ │ │ └── viewer.properties │ │ ├── ur │ │ │ └── viewer.properties │ │ ├── vi │ │ │ └── viewer.properties │ │ ├── wo │ │ │ └── viewer.properties │ │ ├── xh │ │ │ └── viewer.properties │ │ ├── zh-CN │ │ │ └── viewer.properties │ │ ├── zh-TW │ │ │ └── viewer.properties │ │ └── zu │ │ │ └── viewer.properties │ │ ├── viewer.css │ │ └── viewer.js └── robots.txt ├── package-lock.json ├── package.json ├── phpunit.xml ├── protected ├── .htaccess ├── RISParser │ ├── AntragData.php │ ├── BAAntragParser.php │ ├── BAInitiativeParser.php │ ├── BAMitgliedListEntry.php │ ├── BAMitgliederData.php │ ├── BAMitgliederParser.php │ ├── CalendarAgendaItem.php │ ├── CalendarAgendaUpdater.php │ ├── CalendarData.php │ ├── CalendarListEntry.php │ ├── DocumentVanishedException.php │ ├── DokumentLink.php │ ├── DokumentParser.php │ ├── GremienmitgliedschaftData.php │ ├── ParsingException.php │ ├── RISDownloader.php │ ├── RISParser.php │ ├── ReferatData.php │ ├── ReferentInnenParser.php │ ├── StadtraetInnenData.php │ ├── StadtraetInnenListEntry.php │ ├── StadtraetInnenParser.php │ ├── StadtratsantragErgebnis.php │ ├── StadtratsantragListEntry.php │ ├── StadtratsantragParser.php │ ├── StadtratsvorlageData.php │ ├── StadtratsvorlageParser.php │ ├── StadtrechtParser.php │ └── TerminParser.php ├── assets │ └── .gitkeep ├── commands │ ├── AddressQueryCommand.php │ ├── BAGrenzenGeojsonCommand.php │ ├── Benachrichtigungen_DebugCommand.php │ ├── Benachrichtigungen_VerschickenCommand.php │ ├── ClearDBCacheCommand.php │ ├── Delete_DocumentsCommand.php │ ├── EMailTestCommand.php │ ├── ExportCommand.php │ ├── Export_Stadtrat_VorlageCommand.php │ ├── GoogleSitemapCreateCommand.php │ ├── ImportStatistikCommand.php │ ├── IndexNewDocumentsCommand.php │ ├── Rebuild_VorgaengeCommand.php │ ├── Recalc_DocumentsCommand.php │ ├── Recalc_Ort2BACommand.php │ ├── Recalc_StatsCommand.php │ ├── Reindex_Antrag_PersonenCommand.php │ ├── Reindex_BA_AntragCommand.php │ ├── Reindex_BA_InitiativeCommand.php │ ├── Reindex_BA_MitgliedCommand.php │ ├── Reindex_DocumentCommand.php │ ├── Reindex_DocumentsCommand.php │ ├── Reindex_RechtCommand.php │ ├── Reindex_ReferentInnenCommand.php │ ├── Reindex_Solr_DocumentsCommand.php │ ├── Reindex_StadtraetInnenCommand.php │ ├── Reindex_Stadtrat_AntragCommand.php │ ├── Reindex_Stadtrat_VorlageCommand.php │ ├── Reindex_TerminCommand.php │ ├── Setze_PasswortCommand.php │ ├── StrassenEinlesenCommand.php │ ├── Update_Ris_DailyCommand.php │ ├── Update_Ris_HourlyCommand.php │ ├── Update_StadtratsantragCommand.php │ └── Update_StadtratsvorlageCommand.php ├── components │ ├── AntiXSS.php │ ├── BrowserBasedDowloader.php │ ├── CurlBasedDownloader.php │ ├── DisableDefaultScopeBehavior.php │ ├── HTMLTools.php │ ├── HistorienEintrag.php │ ├── HistorienEintragAntrag.php │ ├── OParl10Filter.php │ ├── OParl10List.php │ ├── OParl10Object.php │ ├── RISBaseController.php │ ├── RISGeo.php │ ├── RISPDF2Text.php │ ├── RISSolrDocument.php │ ├── RISSolrHelper.php │ ├── RISSucheKrits.php │ ├── RISTools.php │ └── RISUserIdentity.php ├── config │ ├── console.php │ ├── constants.php │ ├── main-production.template.php │ ├── main-test.php │ ├── main-yii-codeception.php │ ├── test.php │ └── urls.php ├── controllers │ ├── AdminController.php │ ├── AntraegeController.php │ ├── BenachrichtigungenController.php │ ├── ExportController.php │ ├── IndexController.php │ ├── InfosController.php │ ├── Oparl10Controller.php │ ├── PersonenController.php │ ├── TermineController.php │ └── ThemenController.php ├── models │ ├── Antrag.php │ ├── AntragHistory.php │ ├── AntragOrt.php │ ├── AntragPerson.php │ ├── BenutzerIn.php │ ├── BenutzerInnenEinstellungen.php │ ├── Bezirksausschuss.php │ ├── BezirksausschussBudget.php │ ├── Dokument.php │ ├── Gremium.php │ ├── GremiumHistory.php │ ├── IRISItem.php │ ├── IRISItemHasDocuments.php │ ├── OrtGeo.php │ ├── Person.php │ ├── RISAenderung.php │ ├── RISMetadaten.php │ ├── Rechtsdokument.php │ ├── Referat.php │ ├── StadtraetIn.php │ ├── StadtraetInGremium.php │ ├── StadtraetInOverrides.php │ ├── StadtraetInReferat.php │ ├── StatistikDatensatz.php │ ├── Strasse.php │ ├── Tag.php │ ├── Tagesordnungspunkt.php │ ├── TagesordnungspunktHistory.php │ ├── Termin.php │ ├── TerminHistory.php │ ├── Text.php │ ├── Vorgang.php │ └── Wahlperioden.php ├── runtime │ └── .gitignore ├── views │ ├── admin │ │ ├── buergerInnenversammlungen.php │ │ ├── index.php │ │ ├── stadtraetInnenBenutzerInnen.php │ │ ├── stadtraetInnenBeschreibungen.php │ │ ├── stadtraetInnenPersonen.php │ │ ├── stadtraetInnenSocialMedia.php │ │ └── tags.php │ ├── antraege │ │ ├── anzeige.php │ │ ├── metainformationen.php │ │ ├── related_list.php │ │ └── themenverwandte.php │ ├── benachrichtigungen │ │ ├── alle_suchergebnisse.php │ │ ├── index.php │ │ ├── reset_password_done.php │ │ ├── reset_password_form.php │ │ ├── reset_password_sent.php │ │ ├── reset_password_set_form.php │ │ ├── suchergebnisse_email_html.php │ │ ├── suchergebnisse_email_txt.php │ │ └── suchergebnisse_liste.php │ ├── index │ │ ├── ba_dokumente.php │ │ ├── ba_liste.php │ │ ├── ba_startseite.php │ │ ├── ckeditable_text.php │ │ ├── dokumentenanzeige.php │ │ ├── dokumentenliste.php │ │ ├── error.php │ │ ├── feed.php │ │ ├── index_antraege_liste.php │ │ ├── login.php │ │ ├── login_modal.php │ │ ├── map.php │ │ ├── pdf_embed.php │ │ ├── quicksearch_prefetch.php │ │ ├── startseite.php │ │ ├── suche.php │ │ ├── suchergebnisse.php │ │ └── suchergebnisse_benachrichtigungen.php │ ├── infos │ │ ├── feedback_done.php │ │ ├── feedback_form.php │ │ ├── glossar.php │ │ ├── glossar_bearbeiten.php │ │ ├── stadtpolitik.php │ │ └── std.php │ ├── layouts │ │ ├── main.php │ │ ├── width_std.php │ │ └── width_wide.php │ ├── personen │ │ ├── ausschuss_mitglieder.php │ │ ├── fraktionen.php │ │ ├── index.php │ │ ├── person-bearbeiten.php │ │ ├── person-binich.php │ │ └── person.php │ ├── termine │ │ ├── anzeige.php │ │ ├── ba_termine_alle.php │ │ ├── ba_zukunft_csv.php │ │ ├── ba_zukunft_html.php │ │ ├── ics_all.php │ │ ├── ics_single.php │ │ ├── index.php │ │ └── termin_liste.php │ └── themen │ │ ├── index.php │ │ ├── referat.php │ │ └── tag.php ├── yiic └── yiic.php └── tests ├── _bootstrap.php ├── _data ├── data.sql ├── dump.sql └── oparl_expected_results.txt ├── _output └── .gitignore ├── _support ├── AcceptanceTester.php ├── FunctionalTester.php ├── Helper │ ├── Acceptance.php │ ├── AccessibilityValidator.php │ ├── Functional.php │ ├── HTMLValidator.php │ ├── Oparl.php │ └── Unit.php ├── OparlTester.php └── UnitTester.php ├── _vnu ├── LICENSE └── vnu.jar ├── acceptance.suite.yml ├── acceptance ├── LoginCept.php ├── _bootstrap.php ├── antraege │ ├── NonexistentCept.php │ └── VerwandteCept.php ├── dokumentenanzeige │ └── BreadcrumbCept.php ├── proxy │ └── ProxyCept.php └── termine │ └── TerminCept.php ├── oparl.suite.yml ├── oparl ├── FilterListCept.php ├── ProxyCept.php ├── _bootstrap.php ├── list │ ├── MeetingListCept.php │ ├── OrganizationListCept.php │ ├── PaperListCept.php │ └── PersonListCept.php └── object │ ├── BodyCept.php │ ├── FileCept.php │ ├── LegislativeTermCept.php │ ├── MeetingCept.php │ ├── MembershipCept.php │ ├── OrganizationCept.php │ ├── PaperCept.php │ ├── PersonCept.php │ └── SystemCept.php ├── phpunit ├── AntragDataTest.php ├── BAMitgliederDataTest.php ├── BAMitgliederListEntryTest.php ├── CalendarAgendaItemTest.php ├── CalendarDataTest.php ├── CalendarListEntryTest.php ├── ReferatDataTest.php ├── StadtraetInnenDataTest.php ├── StadtraetInnenListEntryTest.php ├── StadtratTerminParserTest.php ├── StadtratsantragParserTest.php ├── StadtratsvorlageDataTest.php ├── StadtratsvorlageParserTest.php ├── __snapshots__ │ ├── AntragDataTest__testParseBAAntrag__1.yml │ ├── AntragDataTest__testParseBAInitiative__1.yml │ ├── AntragDataTest__testParseStadtrat1__1.yml │ ├── AntragDataTest__testParseStadtrat2__1.yml │ ├── BAMitgliederListEntryTest__testParseList__1.yml │ ├── CalendarAgendaItemTest__testParseNonpublic1__1.yml │ ├── CalendarAgendaItemTest__testParsePublic1__1.yml │ ├── CalendarAgendaItemTest__testParsePublic2__1.yml │ ├── CalendarAgendaItemTest__testParsePublicBA1__1.yml │ ├── CalendarDataTest__testParseBA1__1.yml │ ├── CalendarDataTest__testParseDate1__1.yml │ ├── CalendarDataTest__testParseDate2__1.yml │ ├── CalendarListEntryTest__testParseList__1.yml │ ├── StadtraetInnenListEntryTest__testParseList__1.yml │ ├── StadtratsvorlageDataTest__testParse1__1.yml │ ├── StadtratsvorlageDataTest__testParse2__1.yml │ ├── StadtratsvorlageDataTest__testParse3__1.yml │ └── StadtratsvorlageDataTest__testParseBa__1.yml ├── bootstrap.php └── data │ ├── AntragParser_BAAntrag1.html │ ├── AntragParser_BAInitiative1.html │ ├── AntragParser_Stadtrat1.html │ ├── AntragParser_Stadtrat2.html │ ├── BAMitgliederParser_Test1_Ausschuesse.html │ ├── BAMitgliederParser_Test1_BA.html │ ├── BAMitgliederParser_Test1_Fraktionen.html │ ├── BAMitglieder_Index.html │ ├── CalendarParser_AgendaDecision1.html │ ├── CalendarParser_AgendaDisclosure1.html │ ├── CalendarParser_AgendaNonpublic1.html │ ├── CalendarParser_AgendaPublic1.html │ ├── CalendarParser_AgendaPublic2.html │ ├── CalendarParser_BA_Agenda1.html │ ├── CalendarParser_BA_Data1.html │ ├── CalendarParser_Data1.html │ ├── CalendarParser_Data2.html │ ├── CalendarParser_index.html │ ├── Referate_index.html │ ├── StadtraetInnenParser_Test1_Ausschuesse.html │ ├── StadtraetInnenParser_Test1_Mitgliedschaften.html │ ├── StadtraetInnenParser_Test2_Mitgliedschaften.html │ ├── StadtraetInnen_index.html │ ├── StadtratsantragParser_index.html │ ├── StadtratsvorlageParser_Antragsliste1.html │ ├── StadtratsvorlageParser_Dokument1.html │ ├── StadtratsvorlageParser_Dokument2.html │ ├── StadtratsvorlageParser_Dokument3.html │ ├── StadtratsvorlageParser_DokumentBa.html │ └── StadtratsvorlageParser_index.html ├── unit.suite.yml └── unit ├── BenutzerInnenEinstellungenCept.php ├── RISSucheKritsCept.php ├── RISSucheKritsData.php └── _bootstrap.php /.codeclimate.yml: -------------------------------------------------------------------------------- 1 | --- 2 | engines: 3 | scss-lint: 4 | enabled: true 5 | duplication: 6 | enabled: true 7 | config: 8 | languages: 9 | - javascript 10 | - php 11 | fixme: 12 | enabled: true 13 | phpmd: 14 | enabled: true 15 | config: 16 | file_extensions: "php" 17 | rulesets: "codesize,design,unusedcode,docs/phpmd-ruleset.xml" 18 | checks: 19 | method-complexity: 20 | enabled: false 21 | method-lines: 22 | config: 23 | threshold: 30 24 | ratings: 25 | paths: 26 | - "html/css/*.scss" 27 | - "protected/**.php" 28 | 29 | exclude_paths: 30 | - config/ 31 | - node_modules/ 32 | - tests/ 33 | - vendor/ 34 | - html/bower/ 35 | - html/css/build/ 36 | - html/pdfjs/ 37 | - html/js/Leaflet.Control.Geocoder 38 | - html/css/_material.scss 39 | - html/css/material 40 | - html/css/_shariff.scss 41 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | [*] 2 | indent_style = space 3 | charset = utf8 4 | 5 | [*.{php,js}] 6 | indent_size = 4 7 | 8 | [*.{scss,yml}] 9 | indent_size = 2 10 | 11 | [{bower.json,.bowerrc,package.json}] 12 | indent_size = 2 13 | 14 | [{composer.json,gulpfile.js}] 15 | indent_size = 4 16 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | html/pdfjs/ linguist-vendored 2 | html/js/material/* linguist-vendored 3 | html/js/Leaflet.Control.Geocoder/* linguist-vendored 4 | docs/solr-core/conf/* linguist-vendored 5 | html/js/jquery-ui-1.11.2.custom.min.js linguist-vendored 6 | html/js/hyphenator.js linguist-vendored 7 | html/js/leaflet.spiderfy.js linguist-vendored 8 | html/js/leaflet.textmarkers.js linguist-vendored 9 | tests/phpunit/__snapshots__/* linguist-generated 10 | tests/phpunit/data/* linguist-vendored 11 | docs/** linguist-documentation 12 | html/pdfjs/** linguist-vendored -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | *.bak 3 | .DS_Store 4 | 5 | # Dependency managers 6 | composer.phar 7 | vendor/ 8 | node_modules/ 9 | html/bower 10 | 11 | # Static files 12 | html/assets/ 13 | html/css/build/ 14 | html/piwik/ 15 | html/sitemap-* 16 | html/google* 17 | html/BingSiteAuth.xml 18 | html/pdfjs/web/build.css 19 | html/pdfjs/web/build.css.map 20 | html/pdfjs/web/build.js 21 | .idea 22 | 23 | protected/config/main-production.php 24 | 25 | # Codeception 26 | tests/_support/_generated/ 27 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | Authors of München Transparent in chronological order of first contribution: 2 | 3 | Tobias Hößl 4 | Bernd Oswald 5 | Konstantin Schütze 6 | -------------------------------------------------------------------------------- /codeception.yml: -------------------------------------------------------------------------------- 1 | actor: Tester 2 | paths: 3 | tests: tests 4 | log: tests/_output 5 | data: tests/_data 6 | support: tests/_support 7 | envs: tests/_envs 8 | settings: 9 | bootstrap: _bootstrap.php 10 | colors: true 11 | memory_limit: 1024M 12 | extensions: 13 | enabled: 14 | - Codeception\Extension\RunFailed 15 | coverage: 16 | enabled: true 17 | include: 18 | - protected/components/RISSucheKrits.php 19 | modules: 20 | config: 21 | Db: 22 | dsn: 'mysql:host=127.0.0.1;dbname=mt-test' 23 | user: 'root' 24 | password: '' 25 | dump: 'tests/_data/dump.sql' # The dataset is created by the travis run script 26 | populate: false 27 | cleanup: false 28 | -------------------------------------------------------------------------------- /docs/phpmd-ruleset.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | It's the naming ruleset without the ShortVariable check 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/solr-core/conf/_rest_managed.json: -------------------------------------------------------------------------------- 1 | { 2 | "initArgs":{}, 3 | "managedList":[]} -------------------------------------------------------------------------------- /docs/solr-core/conf/admin-extra.menu-bottom.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 26 | -------------------------------------------------------------------------------- /docs/solr-core/conf/admin-extra.menu-top.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 26 | -------------------------------------------------------------------------------- /docs/solr-core/conf/clustering/carrot2/kmeans-attributes.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/solr-core/conf/clustering/carrot2/lingo-attributes.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/solr-core/conf/clustering/carrot2/stc-attributes.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/solr-core/conf/protwords.txt: -------------------------------------------------------------------------------- 1 | # The ASF licenses this file to You under the Apache License, Version 2.0 2 | # (the "License"); you may not use this file except in compliance with 3 | # the License. You may obtain a copy of the License at 4 | # 5 | # http://www.apache.org/licenses/LICENSE-2.0 6 | # 7 | # Unless required by applicable law or agreed to in writing, software 8 | # distributed under the License is distributed on an "AS IS" BASIS, 9 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10 | # See the License for the specific language governing permissions and 11 | # limitations under the License. 12 | 13 | #----------------------------------------------------------------------- 14 | # Use a protected word file to protect against the stemmer reducing two 15 | # unrelated words to the same base word. 16 | 17 | # Some non-words that normally won't be encountered, 18 | # just to test that they won't be stemmed. 19 | dontstems 20 | zwhacky 21 | 22 | -------------------------------------------------------------------------------- /docs/solr-core/conf/scripts.conf: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | user= 17 | solr_hostname=localhost 18 | solr_port=8983 19 | rsyncd_port=18983 20 | data_dir= 21 | webapp_name=solr 22 | master_host= 23 | master_data_dir= 24 | master_status_dir= 25 | -------------------------------------------------------------------------------- /docs/solr-core/conf/spellings.txt: -------------------------------------------------------------------------------- 1 | pizza 2 | history -------------------------------------------------------------------------------- /docs/solr-core/conf/stopwords.txt: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/cluster.vm: -------------------------------------------------------------------------------- 1 |

Clusters

2 |
3 | Run Solr with java -Dsolr.clustering.enabled=true -jar start.jar to see results 4 |
5 | 10 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/clusterResults.vm: -------------------------------------------------------------------------------- 1 | #foreach ($clusters in $response.response.clusters) 2 | #set($labels = $clusters.get('labels')) 3 | #set($docs = $clusters.get('docs')) 4 |

#foreach ($label in $labels)$label#if( $foreach.hasNext ),#end#end

5 |
    6 | #foreach ($cluDoc in $docs) 7 |
  1. $cluDoc
  2. 8 | #end 9 |
10 | 11 | 12 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/debug.vm: -------------------------------------------------------------------------------- 1 | #if($params.getBool("debugQuery",false)) 2 | toggle explain 3 |
$response.getExplainMap().get($doc.getFirstValue('id'))
4 | toggle all fields 5 | 6 | #foreach($fieldname in $doc.fieldNames) 7 |
8 | $fieldname : 9 | 10 | #foreach($value in $doc.getFieldValues($fieldname)) 11 | $esc.html($value) 12 | #end 13 | 14 | #end 15 |
16 |
17 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/did_you_mean.vm: -------------------------------------------------------------------------------- 1 | #set($dym = $response.response.spellcheck.suggestions.collation.collationQuery) 2 | #if($dym) 3 | Did you mean $esc.html($dym)? 4 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facet_dates.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/docs/solr-core/conf/velocity/facet_dates.vm -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facet_fields.vm: -------------------------------------------------------------------------------- 1 | #if($response.facetFields) 2 |

Field Facets

3 | #foreach($field in $response.facetFields) 4 | ## Hide facets without value 5 | #if($field.values.size() > 0) 6 | $field.name 7 | 8 | 13 | #end 14 | #end 15 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facet_pivot.vm: -------------------------------------------------------------------------------- 1 |

Pivot Facets

2 | #set($pivot = $response.response.facet_counts.facet_pivot) 3 | #display_facet_pivot($pivot, "") 4 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facet_queries.vm: -------------------------------------------------------------------------------- 1 | #set($field = $response.response.facet_counts.facet_queries) 2 |

Query Facets

3 | #display_facet_query($field, "", "") -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facet_ranges.vm: -------------------------------------------------------------------------------- 1 |

Range Facets

2 | #foreach ($field in $response.response.facet_counts.facet_ranges) 3 | ## Hide facets without value 4 | #if($field.value.counts.size() > 0) 5 | #set($name = $field.key) 6 | #set($display = $name) 7 | #set($f = $field.value.counts) 8 | #set($start = $field.value.start) 9 | #set($end = $field.value.end) 10 | #set($gap = $field.value.gap) 11 | #set($before = $field.value.before) 12 | #set($after = $field.value.after) 13 | #display_facet_range($f, $display, $name, $start, $end, $gap, $before, $after) 14 | #end 15 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/facets.vm: -------------------------------------------------------------------------------- 1 | #parse('facet_fields.vm') 2 | #parse('facet_queries.vm') 3 | #parse('facet_ranges.vm') 4 | #parse('facet_pivot.vm') 5 | #parse('cluster.vm') -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/header.vm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/hit.vm: -------------------------------------------------------------------------------- 1 | #set($docId = $doc.getFieldValue('id')) 2 | 3 |
4 | #if($doc.getFieldValue('name')) 5 | #parse("product-doc.vm") 6 | #elseif($doc.getFieldValue('compName_s')) 7 | #parse("join-doc.vm") 8 | #else 9 | #parse("richtext-doc.vm") 10 | #end 11 |
12 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/hitGrouped.vm: -------------------------------------------------------------------------------- 1 |
2 |
$grouping.key
3 |
Total Matches in Group: $grouping.value.matches
4 |
#foreach ($group in $grouping.value.groups) 5 |
$group.groupValue ($group.doclist.numFound)
6 |
7 | #foreach ($doc in $group.doclist) 8 | #set($docId = $doc.getFieldValue('id')) 9 | #if($doc.getFieldValue('name')) 10 | #parse("product-doc.vm") 11 | #elseif($doc.getFieldValue('compName_s')) 12 | #parse("join-doc.vm") 13 | #else 14 | #parse("richtext-doc.vm") 15 | #end 16 | #end 17 |
18 | #end
19 |
20 | #if($params.getBool("debugQuery",false)) 21 | toggle explain 22 |
$response.getExplainMap().get($doc.getFirstValue('id'))
23 | #end 24 | 25 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/join-doc.vm: -------------------------------------------------------------------------------- 1 |
#field('compName_s')
2 |
Id: #field('id') (company-details document for join)
3 |
Address: #field('address_s')
4 | #parse('debug.vm') -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/jquery.autocomplete.css: -------------------------------------------------------------------------------- 1 | .ac_results { 2 | padding: 0px; 3 | border: 1px solid black; 4 | background-color: white; 5 | overflow: hidden; 6 | z-index: 99999; 7 | } 8 | 9 | .ac_results ul { 10 | width: 100%; 11 | list-style-position: outside; 12 | list-style: none; 13 | padding: 0; 14 | margin: 0; 15 | } 16 | 17 | .ac_results li { 18 | margin: 0px; 19 | padding: 2px 5px; 20 | cursor: default; 21 | display: block; 22 | /* 23 | if width will be 100% horizontal scrollbar will apear 24 | when scroll mode will be used 25 | */ 26 | /*width: 100%;*/ 27 | font: menu; 28 | font-size: 12px; 29 | /* 30 | it is very important, if line-height not setted or setted 31 | in relative units scroll will be broken in firefox 32 | */ 33 | line-height: 16px; 34 | overflow: hidden; 35 | } 36 | 37 | .ac_loading { 38 | background: white url('indicator.gif') right center no-repeat; 39 | } 40 | 41 | .ac_odd { 42 | background-color: #eee; 43 | } 44 | 45 | .ac_over { 46 | background-color: #0A246A; 47 | color: white; 48 | } 49 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/layout.vm: -------------------------------------------------------------------------------- 1 | 2 | 3 | #parse("head.vm") 4 | 5 | 6 |
Solr Admin
7 | 10 |
11 | #parse("tabs.vm") 12 |
13 |
14 | $content 15 |
16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/queryGroup.vm: -------------------------------------------------------------------------------- 1 | #set($queryOpts = $params.get("queryOpts")) 2 | #if($queryOpts == "group") 3 |
4 | #set($groupF = $request.params.get('group.field')) 5 | 16 | 17 |
18 | 19 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/suggest.vm: -------------------------------------------------------------------------------- 1 | #foreach($t in $response.response.terms.name) 2 | $t.key 3 | #end -------------------------------------------------------------------------------- /docs/solr-core/conf/velocity/tabs.vm: -------------------------------------------------------------------------------- 1 | ##TODO: Make some nice tabs here 2 | #set($queryOpts = $params.get("queryOpts")) 3 | Examples: #if($queryOpts && $queryOpts != "")Simple#{else}Simple#end 4 | #if($queryOpts == "spatial")Spatial#elseSpatial#end 5 | #if($queryOpts == "group")Group By#elseGroup By#end 6 |
-------------------------------------------------------------------------------- /docs/solr-core/core.properties: -------------------------------------------------------------------------------- 1 | name=muenchen-transparent 2 | -------------------------------------------------------------------------------- /docs/solr-core/data/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /docs/travis/custom.php.ini: -------------------------------------------------------------------------------- 1 | short_open_tag = On 2 | -------------------------------------------------------------------------------- /docs/travis/mysql-5-5-schema-workaround.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Removes the DEFAULT CURRENT_TIMESTAMP from `created` in the schema 3 | # for mysql 5.5 because on travis 5.6 isn't available yet 4 | 5 | # cd into the git root 6 | cd $(git rev-parse --show-toplevel) 7 | 8 | sed -i 's/`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP/`created` timestamp NOT NULL DEFAULT '"'"'2000-01-01 00:00:00'"'"'/g' docs/schema.sql 9 | sed -i 's/`modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP/`modified` timestamp NOT NULL DEFAULT '"'"'2000-01-01 00:00:00'"'"'/g' docs/schema.sql 10 | -------------------------------------------------------------------------------- /docs/travis/require-clean-working-tree.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | git checkout tests/_support/_generated/ 3 | # http://stackoverflow.com/a/5148851 4 | if [[ `git status --porcelain` ]]; then 5 | git status # debug information 6 | exit 1 7 | fi 8 | -------------------------------------------------------------------------------- /docs/updating-fontello.md: -------------------------------------------------------------------------------- 1 | ## How to include new icons into this font: 2 | 3 | * Go to [Fontello](http://fontello.com/) 4 | * Import the [config.json](docs/fontello-config.json) (Config -> Import) 5 | * Select the new icons 6 | * Download the new package 7 | * Replace the following files / directories: 8 | * docs/fontello-config.json 9 | * html/css/_fontello.scss (by css/fontello.css) 10 | * html/fonts/fontello.* (by font/*) 11 | -------------------------------------------------------------------------------- /html/OpenSearch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | München Transparent 4 | Münchens Stadtpolitik einfach erklärt. Aktuelle Entscheidungen und Dokumente im alternativen Ratsinformationssystem. 5 | UTF-8 6 | https://www.muenchen-transparent.de/favicon.ico 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /html/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | #0f9d58 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/css/_ripples.scss: -------------------------------------------------------------------------------- 1 | .withripple { 2 | position: relative; 3 | } 4 | 5 | .ripple-wrapper { 6 | position: absolute; 7 | top: 0; 8 | left: 0; 9 | z-index: 1; 10 | width: 100%; 11 | height: 100%; 12 | overflow: hidden; 13 | border-radius: inherit; 14 | pointer-events: none; 15 | } 16 | 17 | .ripple { 18 | position: absolute; 19 | width: 20px; 20 | height: 20px; 21 | margin-left: -10px; 22 | margin-top: -10px; 23 | border-radius: 100%; 24 | background-color: rgba(0, 0, 0, 0.05); 25 | -webkit-transform: scale(1); 26 | -ms-transform: scale(1); 27 | transform: scale(1); 28 | -webkit-transform-origin: 50%; 29 | -ms-transform-origin: 50%; 30 | transform-origin: 50%; 31 | opacity: 0; 32 | pointer-events: none; 33 | } 34 | 35 | .ripple.ripple-on { 36 | transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; 37 | transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; 38 | opacity: 0.1; 39 | } 40 | 41 | .ripple.ripple-out { 42 | transition: opacity 0.1s linear 0s !important; 43 | opacity: 0; 44 | } 45 | /*# sourceMappingURL=ripples.css.map */ 46 | -------------------------------------------------------------------------------- /html/css/_variables.scss: -------------------------------------------------------------------------------- 1 | // Used in css for url(...) loading 2 | $icon-font-path: "/bower/bootstrap-sass/assets/fonts/bootstrap/" !default; 3 | $font-path: "/fonts/"; 4 | $pics-path: "/images/"; 5 | 6 | $darkbg-text: rgba(0,0,255,0.84); 7 | $lightbg-text: rgba(0,0,0,0.84); 8 | $navbar-color: $darkbg-text; 9 | 10 | @import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables"; 11 | -------------------------------------------------------------------------------- /html/css/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/animated-overlay.gif -------------------------------------------------------------------------------- /html/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /html/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /html/css/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /html/css/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /html/css/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /html/css/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /html/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /html/css/material/_animations.scss: -------------------------------------------------------------------------------- 1 | // main: _material.scss 2 | 3 | @keyframes input-highlight { 4 | 0% { 5 | left: 20%; 6 | width: 20%; 7 | } 8 | 99% { 9 | width: 0; 10 | left: 0; 11 | opacity: 1; 12 | } 13 | 100% { 14 | opacity: 0; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /html/css/material/_mixins.scss: -------------------------------------------------------------------------------- 1 | @mixin card-variant($background, $color, $border) { 2 | background-color: $background; 3 | color: $color; 4 | 5 | .card-footer, .card-header { 6 | border-color: $border; 7 | } 8 | 9 | a { 10 | color: $color; 11 | } 12 | } 13 | 14 | @mixin button-variant($color) { 15 | background-color: $color; 16 | } 17 | 18 | @mixin alert-variant($color) { 19 | background-color: $color; 20 | } 21 | 22 | @mixin progress-bar-variant($color) { 23 | background-color: $color; 24 | } 25 | 26 | @mixin navbar-variant($color) { 27 | background-color: $color; 28 | } 29 | 30 | @mixin icon-variant($color) { 31 | color: $color; 32 | } 33 | -------------------------------------------------------------------------------- /html/css/material/_plugin-snackbarjs.scss: -------------------------------------------------------------------------------- 1 | // Support for SnackbarJS plugin 2 | // https://github.com/FezVrasta/snackbarjs 3 | 4 | .snackbar { 5 | // Style 6 | background-color: #323232; 7 | color: $darkbg-text; 8 | font-size: 14px; 9 | border-radius: 2px; 10 | @extend .shadow-z-1; 11 | 12 | // Animation 13 | height: 0; 14 | transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s; 15 | transform: translateY(200%); 16 | } 17 | 18 | .snackbar.snackbar-opened { 19 | // Style 20 | padding: 14px 15px; 21 | margin-bottom: 20px; 22 | 23 | // Animation 24 | height: auto; 25 | transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s; 26 | transform: none; 27 | } 28 | 29 | // Variations 30 | .snackbar.toast { 31 | border-radius: 200px; 32 | } 33 | -------------------------------------------------------------------------------- /html/css/material/_popups.scss: -------------------------------------------------------------------------------- 1 | .popover, .tooltip-inner { 2 | background: #323232; 3 | color: #FFF; 4 | border-radius: 2px; 5 | 6 | } 7 | 8 | .tooltip, .tooltip.in { 9 | opacity: 1; 10 | } 11 | 12 | .popover, .tooltip { 13 | &.left .arrow:after, &.left .tooltip-arrow { 14 | border-left-color: #323232; 15 | } 16 | &.right .arrow:after, &.right .tooltip-arrow { 17 | border-right-color: #323232; 18 | } 19 | &.top .arrow:after, &.top .tooltip-arrow { 20 | border-top-color: #323232; 21 | } 22 | &.bottom .arrow:after, &.bottom .tooltip-arrow { 23 | border-bottom-color: #323232; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /html/css/material/_shadows.scss: -------------------------------------------------------------------------------- 1 | .shadow-z-1 { 2 | box-shadow: 0 1px 3px rgba(0,0,0, .12), 3 | 0 1px 2px rgba(0,0,0, .24) ; 4 | } 5 | 6 | .shadow-z-2 { 7 | box-shadow: 0 3px 6px rgba(0,0,0, .16), 8 | 0 3px 6px rgba(0,0,0, .23) ; 9 | } 10 | .shadow-z-2-hover { 11 | box-shadow: 0 3px 6px rgba(0,0,0, .20), 12 | 0 3px 6px rgba(0,0,0, .28) ; 13 | } 14 | 15 | .shadow-z-3 { 16 | box-shadow: 0 10px 20px rgba(0,0,0, .19), 17 | 0 6px 6px rgba(0,0,0, .23) ; 18 | } 19 | 20 | .shadow-z-4 { 21 | box-shadow: 0 14px 28px rgba(0,0,0, .25), 22 | 0 10px 10px rgba(0,0,0, .22) ; 23 | } 24 | 25 | .shadow-z-5 { 26 | box-shadow: 0 19px 38px rgba(0,0,0, .30), 27 | 0 15px 12px rgba(0,0,0, .22) ; 28 | } 29 | -------------------------------------------------------------------------------- /html/css/material/_tabs.scss: -------------------------------------------------------------------------------- 1 | .nav-tabs { 2 | background: $navbar-default-bg; 3 | > li { 4 | > a { 5 | color: #FFFFFF; 6 | border: 0; 7 | margin: 0; 8 | &:hover { 9 | background: transparent; 10 | border: 0; 11 | } 12 | } 13 | &.active > a, &.active > a:hover, &.open > a, &.open > a:hover { 14 | background: transparent !important; 15 | border: 0 !important; 16 | color: #FFFFFF !important; 17 | font-weight: 500; 18 | } 19 | &.disabled > a, &.disabled > a:hover { 20 | color: rgba(255,255,255,0.5); 21 | } 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /html/css/material/material-wfont.scss: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'RobotoDraft'; 3 | font-style: normal; 4 | font-weight: 100; 5 | src: local('RobotoDraft Thin'), local('RobotoDraft-Thin'), url(https://fonts.gstatic.com/s/robotodraft/v2/hope9NW9iJ5hh8P5PM_EA2zZpt1Zv2lgqhgSPQ2HnUo.woff2) format('woff2'); 6 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; 7 | } 8 | @import "material.scss"; 9 | -------------------------------------------------------------------------------- /html/css/material/ripples.css: -------------------------------------------------------------------------------- 1 | .withripple{position:relative}.ripple-wrapper{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;overflow:hidden;border-radius:2px}.ripple{position:absolute;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border-radius:100%;background-color:rgba(0,0,0,0.05);transform:scale(1);transform-origin:50%;opacity:0;pointer-events:none}.ripple.ripple-on{transition:opacity 0.15s ease-in 0s,transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;opacity:1}.ripple.ripple-out{transition:opacity 0.1s linear 0s !important;opacity:0} 2 | /*# sourceMappingURL=ripples.css.map */ 3 | -------------------------------------------------------------------------------- /html/css/material/ripples.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "AAAA,WAAY,CACR,QAAQ,CAAE,QAAQ,CAEtB,eAAgB,CACZ,QAAQ,CAAE,QAAQ,CAClB,GAAG,CAAE,CAAC,CACN,IAAI,CAAE,CAAC,CACP,OAAO,CAAE,CAAC,CACV,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,IAAI,CACZ,QAAQ,CAAE,MAAM,CAChB,aAAa,CAAE,GAAG,CAEtB,OAAQ,CACJ,QAAQ,CAAE,QAAQ,CAClB,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,IAAI,CACZ,WAAW,CAAE,KAAK,CAClB,UAAU,CAAE,KAAK,CACjB,aAAa,CAAE,IAAI,CACnB,gBAAgB,CAAE,gBAAgB,CAClC,SAAS,CAAE,QAAQ,CACnB,gBAAgB,CAAE,GAAG,CACrB,OAAO,CAAE,CAAC,CACV,cAAc,CAAE,IAAI,CAExB,iBAAkB,CACd,UAAU,CAAE,yEAAwB,CACpC,OAAO,CAAE,CAAC,CAEd,kBAAmB,CACf,UAAU,CAAE,iCAAiC,CAC7C,OAAO,CAAE,CAAC", 4 | "sources": ["ripples.scss"], 5 | "names": [], 6 | "file": "ripples.css" 7 | } -------------------------------------------------------------------------------- /html/css/material/ripples.scss: -------------------------------------------------------------------------------- 1 | .withripple { 2 | position: relative; 3 | } 4 | .ripple-wrapper { 5 | position: absolute; 6 | top: 0; 7 | left: 0; 8 | z-index: 1; 9 | width: 100%; 10 | height: 100%; 11 | overflow: hidden; 12 | border-radius: 2px; 13 | } 14 | .ripple { 15 | position: absolute; 16 | width: 20px; 17 | height: 20px; 18 | margin-left: -10px; 19 | margin-top: -10px; 20 | border-radius: 100%; 21 | background-color: rgba(0,0,0,0.05); 22 | transform: scale(1); 23 | transform-origin: 50%; 24 | opacity: 0; 25 | pointer-events: none; 26 | } 27 | .ripple.ripple-on { 28 | transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; 29 | opacity: 1; 30 | } 31 | .ripple.ripple-out { 32 | transition: opacity 0.1s linear 0s !important; 33 | opacity: 0; 34 | } 35 | -------------------------------------------------------------------------------- /html/css/website.scss: -------------------------------------------------------------------------------- 1 | @import "variables"; 2 | @import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; 3 | 4 | @import "ripples"; 5 | @import "material"; 6 | 7 | @import "fontello"; 8 | @import "roboto-font"; 9 | 10 | @import "default_styles"; 11 | @import "antragsliste"; 12 | @import "pdf"; 13 | @import "map"; 14 | @import "styles"; 15 | 16 | @import "shariff"; 17 | 18 | @import "../../node_modules/leaflet/dist/leaflet"; 19 | @import "../js/Leaflet.Control.Geocoder/Control.Geocoder"; 20 | @import "../../node_modules/leaflet.locatecontrol/dist/L.Control.Locate.min"; 21 | @import "jquery-ui-1.11.2.custom.min"; 22 | -------------------------------------------------------------------------------- /html/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/favicon.ico -------------------------------------------------------------------------------- /html/fonts/Material-Design-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/Material-Design-Icons.eot -------------------------------------------------------------------------------- /html/fonts/Material-Design-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/Material-Design-Icons.ttf -------------------------------------------------------------------------------- /html/fonts/Material-Design-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/Material-Design-Icons.woff -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-Italic.ttf -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-Light.ttf -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /html/fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /html/fonts/fontello.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/fontello.eot -------------------------------------------------------------------------------- /html/fonts/fontello.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/fontello.ttf -------------------------------------------------------------------------------- /html/fonts/fontello.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/fontello.woff -------------------------------------------------------------------------------- /html/fonts/fontello.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/fontello.woff2 -------------------------------------------------------------------------------- /html/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /html/icons/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /html/icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/favicon-16x16.png -------------------------------------------------------------------------------- /html/icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/favicon-32x32.png -------------------------------------------------------------------------------- /html/icons/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/favicon-96x96.png -------------------------------------------------------------------------------- /html/icons/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/mstile-144x144.png -------------------------------------------------------------------------------- /html/icons/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/mstile-150x150.png -------------------------------------------------------------------------------- /html/icons/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/mstile-310x150.png -------------------------------------------------------------------------------- /html/icons/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/mstile-310x310.png -------------------------------------------------------------------------------- /html/icons/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/icons/mstile-70x70.png -------------------------------------------------------------------------------- /html/images/HereBeDragons256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/HereBeDragons256.png -------------------------------------------------------------------------------- /html/images/HereBeDragons512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/HereBeDragons512.png -------------------------------------------------------------------------------- /html/images/HereBePreussens256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/HereBePreussens256.png -------------------------------------------------------------------------------- /html/images/HereBePreussens512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/HereBePreussens512.png -------------------------------------------------------------------------------- /html/images/abgeordneten_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/abgeordneten_16.png -------------------------------------------------------------------------------- /html/images/abgeordneten_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/abgeordneten_32.png -------------------------------------------------------------------------------- /html/images/imgnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/imgnoise.png -------------------------------------------------------------------------------- /html/images/mail-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/mail-download.png -------------------------------------------------------------------------------- /html/images/mail-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/mail-file.png -------------------------------------------------------------------------------- /html/images/marker-icon-plain-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/marker-icon-plain-2x.png -------------------------------------------------------------------------------- /html/images/marker-icon-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/marker-icon-plain.png -------------------------------------------------------------------------------- /html/images/noisy-texture-100x50-o8-d10-c-dddddd-t1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/noisy-texture-100x50-o8-d10-c-dddddd-t1.png -------------------------------------------------------------------------------- /html/images/pattern-7nl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/images/pattern-7nl1.png -------------------------------------------------------------------------------- /html/index-test.php: -------------------------------------------------------------------------------- 1 | run(); 24 | -------------------------------------------------------------------------------- /html/index-yii-codeception.php: -------------------------------------------------------------------------------- 1 | 'CWebApplication', 25 | 'config' => $config, 26 | ); 27 | -------------------------------------------------------------------------------- /html/index.php: -------------------------------------------------------------------------------- 1 | run(); 22 | -------------------------------------------------------------------------------- /html/js/.gitignore: -------------------------------------------------------------------------------- 1 | list.js/ 2 | doc-ready/ 3 | eventEmitter/ 4 | eventie/ 5 | get-size/ 6 | get-style-property/ 7 | isotope/ 8 | masonry/ 9 | matches-selector/ 10 | outlayer/ 11 | jquery/ 12 | fullcalendar/ 13 | moment/ 14 | leaflet/ 15 | leaflet.locatecontrol/ 16 | fontawesome/ 17 | mediaelement/ 18 | shariff/ 19 | build/ 20 | 21 | -------------------------------------------------------------------------------- /html/js/Leaflet.Control.Geocoder/images/geocoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/js/Leaflet.Control.Geocoder/images/geocoder.png -------------------------------------------------------------------------------- /html/js/Leaflet.Control.Geocoder/images/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/js/Leaflet.Control.Geocoder/images/throbber.gif -------------------------------------------------------------------------------- /html/js/custom/hyphentest.js: -------------------------------------------------------------------------------- 1 | 2 | $(function () { 3 | if (!Modernizr.testAllProps("hyphens")) $.getScript( "/js/hyphenator.js"); 4 | }); 5 | -------------------------------------------------------------------------------- /html/js/custom/init-material.js: -------------------------------------------------------------------------------- 1 | 2 | $(function () { 3 | $.material.init(); 4 | }); 5 | -------------------------------------------------------------------------------- /html/media/.gitignore: -------------------------------------------------------------------------------- 1 | *.mp4 2 | *.ogv 3 | -------------------------------------------------------------------------------- /html/media/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/media/.gitkeep -------------------------------------------------------------------------------- /html/media/testdokument.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/media/testdokument.odt -------------------------------------------------------------------------------- /html/media/testdokument.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/media/testdokument.pdf -------------------------------------------------------------------------------- /html/media/testdokument.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/media/testdokument.tiff -------------------------------------------------------------------------------- /html/media/v1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/media/v1.jpg -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /html/pdfjs/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /html/pdfjs/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /html/pdfjs/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /html/pdfjs/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /html/pdfjs/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/grab.cur -------------------------------------------------------------------------------- /html/pdfjs/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/grabbing.cur -------------------------------------------------------------------------------- /html/pdfjs/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/loading-icon.gif -------------------------------------------------------------------------------- /html/pdfjs/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/loading-small.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/shadow.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/texture.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /html/pdfjs/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeformunich/muenchen-transparent/1570fa1eec17fff3cca2ad5f75c244e46dbe33d1/html/pdfjs/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /html/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /*/dav/ 3 | Sitemap: https://www.muenchen-transparent.de/sitemap-index.xml 4 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "autoprefixer": "^10.4.1", 4 | "bootstrap-sass": "^3.4.1", 5 | "ckeditor": "^4.12.1", 6 | "desandro-matches-selector": "^2.0.2", 7 | "font-awesome": "^4.7.0", 8 | "fullcalendar": "^5", 9 | "gulp": "^4.0.2", 10 | "gulp-concat": "^2.6.1", 11 | "gulp-exec": "^2.1.2", 12 | "gulp-expect-file": "^0.0.7", 13 | "gulp-if": "^2.0.2", 14 | "gulp-sass": "^5", 15 | "gulp-sourcemaps": "^3.0.0", 16 | "gulp-terser": "^2.1.0", 17 | "gulp-uglify": "^3.0.2", 18 | "gulp-postcss": "^9.0.1", 19 | "jquery": "^2.2.4", 20 | "leaflet": "^0.7.7", 21 | "leaflet-draw": "^0.4.14", 22 | "leaflet.locatecontrol": "^0.62.0", 23 | "list.js": "^1.5.0", 24 | "mediaelement": "2.23.5", 25 | "moment": "2.20.1", 26 | "node-sass": "^7.0.1", 27 | "pa11y": "^4.0.0", 28 | "pdfjs-dist": "^1.10.100", 29 | "phantomjs-prebuilt": "^2.1.7", 30 | "postcss": "^8.4.5", 31 | "typeahead.js": "^0.11.1" 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | tests/phpunit 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /protected/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /protected/RISParser/DocumentVanishedException.php: -------------------------------------------------------------------------------- 1 | disableDefaultScope()->findByPk($doc_id); 10 | 11 | $ch = curl_init(); 12 | curl_setopt($ch, CURLOPT_URL, $dokument->getLinkZumOrginal()); 13 | curl_setopt($ch, CURLOPT_HEADER, 1); 14 | curl_setopt($ch, CURLOPT_NOBODY, 1); 15 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 16 | curl_setopt($ch, CURLOPT_TIMEOUT, 10); 17 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); 18 | curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'HEAD'); // here HTTP request is 'HEAD' 19 | 20 | curl_exec($ch); 21 | $info = curl_getinfo($ch); 22 | 23 | if ($info["http_code"] == 200 && $dokument->deleted == 1) { 24 | $dokument->undelete(); 25 | echo "Wiederherstellen: " . $dokument->id . "\n"; 26 | } elseif ($info["http_code"] == 404 && $dokument->deleted == 0) { 27 | $dokument->delete(); 28 | echo "Gelöscht: " . $dokument->id . "\n"; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /protected/RISParser/ParsingException.php: -------------------------------------------------------------------------------- 1 | findAll(); 13 | foreach ($BAs as $ba) $BAGrenzenGeoJSON[] = $ba->toGeoJSONArray(); 14 | 15 | file_put_contents($args[0], "BA_GRENZEN_GEOJSON = " . json_encode($BAGrenzenGeoJSON) . ";\n"); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /protected/commands/ClearDBCacheCommand.php: -------------------------------------------------------------------------------- 1 | cache->flush(); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /protected/commands/Delete_DocumentsCommand.php: -------------------------------------------------------------------------------- 1 | 0) { 12 | $parser->checkAndDeleteDocument($args[0]); 13 | } 14 | if ($args[0] == "alle") { 15 | $sql = Yii::app()->db->createCommand(); 16 | $sql->select("id")->from("dokumente")->order("id DESC"); 17 | $data = $sql->queryColumn(); 18 | 19 | for ($i = 0; $i < count($data); $i++) { 20 | if (($i % 100) == 0) echo $i . " / " . count($data) . "\n"; 21 | $parser->checkAndDeleteDocument($data[$i]); 22 | } 23 | } 24 | echo "\n"; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /protected/commands/EMailTestCommand.php: -------------------------------------------------------------------------------- 1 | Test 123", "test"); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /protected/commands/Rebuild_VorgaengeCommand.php: -------------------------------------------------------------------------------- 1 | db->createCommand(); 13 | //$sql->select("id")->from("antraege")->where("id < 1245865 AND (seiten_anzahl = 0 OR seiten_anzahl = 9)")->order("id"); 14 | $sql->select("id")->from("antraege")->where("id < 10561")->order("id DESC"); 15 | $data = $sql->queryColumn(["id"]); 16 | foreach ($data as $id) { 17 | echo $id . "\n"; 18 | /** @var Antrag $antrag */ 19 | $antrag = Antrag::model()->findByPk($id); 20 | $antrag->rebuildVorgaenge(); 21 | } 22 | } else { 23 | /** @var Antrag $antrag */ 24 | $antrag = Antrag::model()->findByPk($args[0]); 25 | $antrag->rebuildVorgaenge(); 26 | } 27 | 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /protected/commands/Recalc_Ort2BACommand.php: -------------------------------------------------------------------------------- 1 | findAll(["order" => "id"]); 12 | } else { 13 | /** @var OrtGeo[] $orte */ 14 | $orte = OrtGeo::model()->findAll(["condition" => "id = " . IntVal($args[0])]); 15 | } 16 | 17 | 18 | /** @var Bezirksausschuss[] $bas */ 19 | $bas = Bezirksausschuss::model()->alleOhneStadtrat(); 20 | 21 | foreach ($orte as $ort) { 22 | $found_ba = null; 23 | foreach ($bas as $ba) if ($ba->pointInBA($ort->lon, $ort->lat)) { 24 | echo $ort->id . " - " . $ort->ort . ": " . $ba->ba_nr . "\n"; 25 | $found_ba = $ba->ba_nr; 26 | } 27 | if ($found_ba) { 28 | $ort->ba_nr = $found_ba; 29 | $ort->save(); 30 | } 31 | } 32 | } 33 | } -------------------------------------------------------------------------------- /protected/commands/Recalc_StatsCommand.php: -------------------------------------------------------------------------------- 1 | findAll(["order" => "id", "offset" => 40000, "limit" => 10000]); 10 | for ($i = 0; $i < count($antraege); $i++) { 11 | echo $i . " / " . count($antraege) . ": " . $antraege[$i]->id . "\n"; 12 | $antraege[$i]->resetPersonen(); 13 | } 14 | 15 | } 16 | } -------------------------------------------------------------------------------- /protected/commands/Reindex_BA_AntragCommand.php: -------------------------------------------------------------------------------- 1 | findAllByAttributes(["typ" => Antrag::TYP_BA_ANTRAG, "referat_id" => null]); 14 | foreach ($antraege as $antrag) $parser->parse($antrag->id); 15 | } elseif ($args[0] === "alle") { 16 | $parser->parseAll(); 17 | } elseif (preg_match('/^(?\d{4})-(?\d{2})$/', $args[0], $matches)) { 18 | $parser->parseMonth(intval($matches['year']), intval($matches['month'])); 19 | } elseif ($args[0] > 0) { 20 | $parser->parse($args[0]); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /protected/commands/Reindex_BA_InitiativeCommand.php: -------------------------------------------------------------------------------- 1 | findAllByAttributes(["typ" => Antrag::TYP_BA_INITIATIVE, "referat_id" => null]); 14 | foreach ($antraege as $antrag) $parser->parse($antrag->id); 15 | } elseif ($args[0] == "alle") { 16 | $parser->parseAll(); 17 | } elseif (preg_match('/^(?\d{4})-(?\d{2})$/', $args[0], $matches)) { 18 | $parser->parseMonth(intval($matches['year']), intval($matches['month'])); 19 | } elseif ($args[0] > 0) { 20 | $parser->parse($args[0]); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /protected/commands/Reindex_BA_MitgliedCommand.php: -------------------------------------------------------------------------------- 1 | parseAll(); 13 | } else { 14 | $parser->parse($args[0]); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /protected/commands/Reindex_DocumentCommand.php: -------------------------------------------------------------------------------- 1 | findByPk(intval($args[0])); 11 | if (!$dokument) { 12 | echo "Document not found\n"; 13 | } 14 | 15 | $dokument->reDownloadIndex(); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /protected/commands/Reindex_DocumentsCommand.php: -------------------------------------------------------------------------------- 1 | db->createCommand(); 11 | $sql->select("id")->from("dokumente")->where("id >= " . IntVal($max_id))->order("id DESC"); 12 | $data = $sql->queryColumn(["id"]); 13 | 14 | $anz = count($data); 15 | foreach ($data as $nr => $dok_id) { 16 | echo "$nr von $anz: $dok_id\n"; 17 | /** @var Dokument $dokument */ 18 | $dokument = Dokument::model()->findByPk($dok_id); 19 | $dokument?->reDownloadIndex(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /protected/commands/Reindex_RechtCommand.php: -------------------------------------------------------------------------------- 1 | parseAlle(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /protected/commands/Reindex_ReferentInnenCommand.php: -------------------------------------------------------------------------------- 1 | parseAll(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /protected/commands/Reindex_StadtraetInnenCommand.php: -------------------------------------------------------------------------------- 1 | 0) { 9 | $parser = new StadtraetInnenParser(); 10 | $parser->setParseAlleAntraege(true); 11 | $parser->parse(intval($args[0])); 12 | } else { 13 | $parser = new StadtraetInnenParser(); 14 | $parser->parseAll(); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /protected/commands/Reindex_Stadtrat_AntragCommand.php: -------------------------------------------------------------------------------- 1 | findAllByAttributes(["typ" => Antrag::TYP_STADTRAT_ANTRAG, "referat_id" => null]); 14 | foreach ($antraege as $antrag) $parser->parse($antrag->id); 15 | } elseif ($args[0] === "alle") { 16 | $parser->parseAll(); 17 | } elseif (preg_match('/^(?\d{4})-(?\d{2})$/', $args[0], $matches)) { 18 | $parser->parseMonth(intval($matches['year']), intval($matches['month'])); 19 | } else { 20 | $parser->parse(intval($args[0])); 21 | /** @var Antrag $a */ 22 | $a = Antrag::model()->findByPk($args[0]); 23 | $a->resetPersonen(); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /protected/commands/Reindex_Stadtrat_VorlageCommand.php: -------------------------------------------------------------------------------- 1 | findAllByAttributes(["typ" => Antrag::TYP_STADTRAT_VORLAGE, "referat_id" => null]); 14 | foreach ($antraege as $antrag) $parser->parse($antrag->id); 15 | } elseif ($args[0] == "alle") { 16 | $parser->parseAll(); 17 | } elseif (preg_match('/^(?\d{4})-(?\d{2})$/', $args[0], $matches)) { 18 | $parser->parseMonth(intval($matches['year']), intval($matches['month'])); 19 | } else { 20 | $parser->parse($args[0]); 21 | /** @var Antrag $a */ 22 | $a = Antrag::model()->findByPk($args[0]); 23 | if ($a) $a->resetPersonen(); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /protected/commands/Reindex_TerminCommand.php: -------------------------------------------------------------------------------- 1 | parseAll(); 13 | } elseif (preg_match('/^(?\d{4})-(?\d{2})$/', $args[0], $matches)) { 14 | $parser->parseMonth(intval($matches['year']), intval($matches['month'])); 15 | } elseif ($args[0] > 0) { 16 | $parser->parse(intval($args[0])); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /protected/commands/Setze_PasswortCommand.php: -------------------------------------------------------------------------------- 1 | findByAttributes(["email" => $args[0]]); 11 | if (!$benutzerIn) { 12 | echo "KeinE BenutzerIn mit dieser E-Mail-Adresse gefunden.\n"; 13 | return; 14 | } 15 | 16 | $benutzerIn->setPassword($args[1]); 17 | } 18 | } -------------------------------------------------------------------------------- /protected/commands/Update_StadtratsantragCommand.php: -------------------------------------------------------------------------------- 1 | 0) $parser->parse($args[0]); 10 | elseif (isset($args[0]) && $args[0] == "alle") $parser->parseAll(); 11 | else echo "./yiic update_stadtratsantrag [id|alle]\n"; 12 | 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /protected/commands/Update_StadtratsvorlageCommand.php: -------------------------------------------------------------------------------- 1 | parse($args[0]); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /protected/components/DisableDefaultScopeBehavior.php: -------------------------------------------------------------------------------- 1 | _defaultScopeDisabled = true; 10 | return $this->Owner; 11 | } 12 | 13 | public function getDefaultScopeDisabled() 14 | { 15 | return $this->_defaultScopeDisabled; 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /protected/components/HistorienEintrag.php: -------------------------------------------------------------------------------- 1 | feld = $feld; 21 | $this->alt = $alt; 22 | $this->neu = $neu; 23 | } 24 | 25 | public function getFeld() 26 | { 27 | return $this->feld; 28 | } 29 | 30 | public function getAlt() 31 | { 32 | return $this->alt; 33 | } 34 | 35 | public function getNeu() 36 | { 37 | return $this->neu; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /protected/components/RISSolrDocument.php: -------------------------------------------------------------------------------- 1 | benutzerIn = $benutzerIn; 14 | } 15 | 16 | 17 | /** 18 | * @return Bool 19 | */ 20 | public function authenticate() 21 | { 22 | return false; 23 | } 24 | 25 | 26 | /** 27 | * @return string 28 | */ 29 | public function getId() 30 | { 31 | return $this->benutzerIn->email; 32 | } 33 | 34 | /** 35 | * @return string 36 | */ 37 | public function getName() 38 | { 39 | return $this->benutzerIn->email; 40 | } 41 | 42 | /** 43 | * @return string 44 | */ 45 | public function getEmail() 46 | { 47 | return $this->benutzerIn->email; 48 | } 49 | 50 | 51 | } -------------------------------------------------------------------------------- /protected/config/console.php: -------------------------------------------------------------------------------- 1 | 2 && $_SERVER["argv"][2] == "cron") define("SITE_CALL_MODE", "cron"); 5 | else define("SITE_CALL_MODE", "shell"); 6 | 7 | return require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . "main-production.php"); 8 | -------------------------------------------------------------------------------- /protected/config/constants.php: -------------------------------------------------------------------------------- 1 | 'CodeceptionHttpRequest' 12 | ]; 13 | 14 | return $x; 15 | 16 | -------------------------------------------------------------------------------- /protected/config/test.php: -------------------------------------------------------------------------------- 1 | [ 7 | 'fixture' => [ 8 | 'class' => 'system.test.CDbFixtureManager', 9 | ], 10 | /* uncomment the following to provide test database connection 11 | 'db'=>array( 12 | 'connectionString'=>'DSN for test database', 13 | ), 14 | */ 15 | ], 16 | ] 17 | ); 18 | -------------------------------------------------------------------------------- /protected/models/BenutzerInnenEinstellungen.php: -------------------------------------------------------------------------------- 1 | $val) $this->$key = $val; 28 | } 29 | 30 | /** 31 | * @return string 32 | */ 33 | public function toJSON() 34 | { 35 | return json_encode(get_object_vars($this)); 36 | } 37 | 38 | } 39 | -------------------------------------------------------------------------------- /protected/models/IRISItem.php: -------------------------------------------------------------------------------- 1 | ["Hanspeter Fenzl"], 7 | ]; 8 | } 9 | -------------------------------------------------------------------------------- /protected/models/Wahlperioden.php: -------------------------------------------------------------------------------- 1 | 1, 9 | 2002 => 2, 10 | 2008 => 1418367, 11 | 2014 => 3184778, 12 | 2020 => 5666210, 13 | ]; 14 | public const WAHLPERIODEN_BY_ID = [ 15 | 1 => '1996-05-01 - 2002-04-30', 16 | 2 => '2002-05-01 - 2008-04-30', 17 | 1418367 => '2008-05-01 - 2014-04-30', 18 | 3184778 => '2014-05-01 - 2020-04-30', 19 | 5666210 => '2020-05-01 - 2026-04-30', 20 | ]; 21 | } 22 | -------------------------------------------------------------------------------- /protected/runtime/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /protected/views/benachrichtigungen/alle_suchergebnisse.php: -------------------------------------------------------------------------------- 1 | 10 |
11 |

Alle Suchergebnisse

12 | renderPartial("suchergebnisse_liste", array( 15 | "ergebnisse" => $ergebnisse, 16 | )); 17 | 18 | ?> 19 |
20 | -------------------------------------------------------------------------------- /protected/views/benachrichtigungen/reset_password_done.php: -------------------------------------------------------------------------------- 1 | pageTitle = "Passwort zurückgesetzt"; 8 | ?> 9 | 10 |
11 |
12 |

Geschafft!

13 |
14 | Dein Passwort wurde erfolgreich zurückgesetz. 15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /protected/views/benachrichtigungen/reset_password_form.php: -------------------------------------------------------------------------------- 1 | 8 |
9 |
10 | 22 |
23 |
24 | -------------------------------------------------------------------------------- /protected/views/benachrichtigungen/reset_password_sent.php: -------------------------------------------------------------------------------- 1 | pageTitle = "Passwort zurückgesetzen"; 8 | ?> 9 | 10 |
11 |
12 |

Passwort zurücksetzen

13 |
14 | Es wurde eine E-Mail an die angegebene Adresse geschickt. Rufe den Link darin auf, um ein neues Passwort zu setzen. 15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /protected/views/index/ba_liste.php: -------------------------------------------------------------------------------- 1 | 5 |
6 |

Die Bezirkausschüsse

7 |
    8 | " . CHtml::link($ba->ba_nr . ": " . $ba->name, $ba->getLink()) . "\n"; ?> 9 |
10 |
11 | -------------------------------------------------------------------------------- /protected/views/index/dokumentenliste.php: -------------------------------------------------------------------------------- 1 | '; 7 | foreach ($dokumente as $dok) { 8 | echo '
  • '; 9 | echo CHtml::link($dok->name, $dok->getLink()) . " (" . $dok->seiten_anzahl . " Seiten): "; 10 | if ($dok->antrag_id > 0) echo CHtml::link($dok->antrag->getName(true), $dok->antrag->getLink()); 11 | echo '
  • '; 12 | } 13 | echo ''; 14 | -------------------------------------------------------------------------------- /protected/views/index/error.php: -------------------------------------------------------------------------------- 1 | pageTitle = "Fehler " . $code; 9 | 10 | switch ($code) { 11 | case 404: 12 | if ($message == "") $message = "Die gesuchte Seite gibt es nicht."; 13 | header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found"); 14 | break; 15 | case 403: 16 | if ($message == "") $message = "Kein Zugriff auf diese Seite."; 17 | header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden'); 18 | break; 19 | case 410: 20 | if ($message == "") $message = "Dieser Inhalt wurde gelöscht."; 21 | header($_SERVER["SERVER_PROTOCOL"] . ' 410 Gone'); 22 | break; 23 | case 500: 24 | if ($message == "") $message = "Ein interner Fehler ist aufgetreten."; 25 | header($_SERVER["SERVER_PROTOCOL"] . ' 500 Internal Server Error'); 26 | break; 27 | } 28 | 29 | ?> 30 |
    31 |

    Leider ist ein Fehler aufgetreten

    32 | 33 |
    34 | 35 |
    36 | 37 |
    38 | -------------------------------------------------------------------------------- /protected/views/index/quicksearch_prefetch.php: -------------------------------------------------------------------------------- 1 | layout=false; 9 | header('Content-type: application/json; charset=UTF-8'); 10 | 11 | 12 | $output_data = []; 13 | foreach ($stadtraetInnen as $str) { 14 | $fraktion = ""; 15 | $gremien = []; 16 | $memberships = array_merge( 17 | $str->getMembershipsByType(Gremium::TYPE_STR_FRAKTION), 18 | $str->getMembershipsByType(Gremium::TYPE_BA_FRAKTION), 19 | ); 20 | foreach ($memberships as $fr) { 21 | $fraktion = $fr->gremium->name; 22 | $gremium = ($fr->gremium->ba_nr > 0 ? "BA " . $fr->gremium->ba_nr : "Stadtrat"); 23 | if (!in_array($gremium, $gremien)) $gremien[] = $gremium; 24 | } // @TODO 25 | 26 | $output_data[] = [ 27 | "value" => $str->getName(), 28 | "fraktionen" => $fraktion, 29 | "gremien" => implode(", ", $gremien), 30 | "url" => $str->getLink() 31 | ]; 32 | } 33 | 34 | echo json_encode($output_data); -------------------------------------------------------------------------------- /protected/views/infos/feedback_done.php: -------------------------------------------------------------------------------- 1 | pageTitle = "Danke für die Nachricht"; 6 | 7 | ?> 8 |
    9 | 10 | 11 |

    Nachricht verschickt

    12 | 13 |
    14 | Herzlichen Dank für Ihre Nachricht!
    15 | Wir können es gar nicht erwarten, Ihre Nachricht zu lesen und zu bearbeiten! :-) 16 |
    17 | 18 |
    19 | -------------------------------------------------------------------------------- /protected/views/infos/std.php: -------------------------------------------------------------------------------- 1 | pageTitle = $text->titel; 9 | 10 | $html_text = preg_replace_callback("/CREATE_URL\((?[^\)]+)\)/siu", function($matches) { 11 | return CHtml::encode(Yii::app()->createUrl($matches["url"])); 12 | }, $text->text); 13 | ?> 14 | 15 |
    16 | 20 | 21 | renderPartial("/index/ckeditable_text", array( 23 | "text" => $text, 24 | "my_url" => $my_url, 25 | "show_title" => $show_title, 26 | "insert_tooltips" => false, 27 | )) 28 | ?> 29 | 30 |
    31 | -------------------------------------------------------------------------------- /protected/views/layouts/width_std.php: -------------------------------------------------------------------------------- 1 | beginContent('//layouts/main'); 8 | ?> 9 |
    10 | 11 |
    12 | endContent(); ?> 13 | -------------------------------------------------------------------------------- /protected/views/layouts/width_wide.php: -------------------------------------------------------------------------------- 1 | beginContent('//layouts/main'); 8 | ?> 9 |
    10 | 11 |
    12 | endContent(); ?> -------------------------------------------------------------------------------- /protected/views/termine/ba_termine_alle.php: -------------------------------------------------------------------------------- 1 | pageTitle = "Termine des Bezirksausschuss " . $ba->ba_nr . ", " . $ba->name; 11 | 12 | ?> 13 | 14 |
    15 | 20 |

    Termine des Bezirksausschuss ba_nr . ", " . CHtml::encode($ba->name) ?>

    21 |
    22 |
    23 | renderPartial("termin_liste", array( 25 | "termine" => $termine, 26 | "gremienname" => false, 27 | "twoCols" => true, 28 | )) 29 | ?> 30 | 31 | 32 |
    33 | -------------------------------------------------------------------------------- /protected/views/termine/ba_zukunft_csv.php: -------------------------------------------------------------------------------- 1 | 9 |
    10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | "; 23 | echo ""; 24 | echo ""; 25 | echo ""; 26 | echo ""; 27 | echo ""; 28 | } 29 | ?> 30 | 31 |
    BATerminNameOrt
    " . $termin["ba_nr"] . "" . $termin["termin"] . "" . $termin["name"] . "" . $termin["sitzungsort"] . "
    32 |
    33 | -------------------------------------------------------------------------------- /protected/views/termine/ics_all.php: -------------------------------------------------------------------------------- 1 | add('VEVENT', $curr_termin->getVEventParams()); 13 | } 14 | 15 | echo $vcalendar->serialize(); 16 | -------------------------------------------------------------------------------- /protected/views/termine/ics_single.php: -------------------------------------------------------------------------------- 1 | add('VEVENT', $termin->getVEventParams()); 10 | 11 | echo $vcalendar->serialize(); 12 | -------------------------------------------------------------------------------- /protected/views/themen/tag.php: -------------------------------------------------------------------------------- 1 | pageTitle = $tag->name; 8 | ?> 9 | 10 |
    11 | 16 |

    Anträge und Vorlagen mit dem Schlagwort "name) ?>"

    17 | renderPartial("../index/index_antraege_liste", array( 19 | "title" => "", 20 | "antraege" => $antraege_tag, 21 | "weiter_links_oben" => false, 22 | "zeige_jahr" => true, 23 | )); 24 | ?> 25 |
    26 | -------------------------------------------------------------------------------- /protected/yiic: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | wantTo('log in'); 4 | $I->seeResponseIsHtml('/benachrichtigungen'); 5 | $I->fillField('email', 'user@example.com'); 6 | $I->fillField('password', '1234'); 7 | // TODO: write a helper for the next line when there are more tests working through XSS protection 8 | $I->submitForm('#login', [$I->grabAttributeFrom('#login', 'name') => ""]); 9 | $I->see('Benachrichtigungen an user@example.com:'); 10 | -------------------------------------------------------------------------------- /tests/acceptance/_bootstrap.php: -------------------------------------------------------------------------------- 1 | wantTo('Check that a non-existent Antrag gives a 404'); 4 | $I->seeResponseIsHtml('/antraege/0'); 5 | $I->seePageNotFound(); 6 | -------------------------------------------------------------------------------- /tests/acceptance/antraege/VerwandteCept.php: -------------------------------------------------------------------------------- 1 | wantTo('Check that an Antrag has the correct "Verwandte Seiten"'); 4 | $I->seeResponseIsHtml('/antraege/2'); 5 | $I->see('Antrag mit verwandten Seiten'); 6 | $I->seeLink('Das Dokument zum Antrag mit verwandten Seiten', '/dokumente/2'); 7 | $I->see('Verwandte Seiten'); 8 | $I->seeLink('Ein verwandter Antrag', '/antraege/3'); 9 | $I->dontSeeLink('Ein verwandtes Dokument', '/dokumente/1'); 10 | $I->dontSeeLink('Antrag mit verwandten Seiten', '/antraege/2'); 11 | $I->dontSee('Das Dokument zum Antrag mit verwandten Seiten', '#verwandte_seiten'); 12 | 13 | $I->seeResponseIsHtml('/antraege/1'); 14 | $I->see('Antrag ohne Vorgang'); 15 | $I->dontSee('Verwandte Seiten'); 16 | -------------------------------------------------------------------------------- /tests/acceptance/dokumentenanzeige/BreadcrumbCept.php: -------------------------------------------------------------------------------- 1 | wantTo('Check that a Dokument has the correct Breadcrumb'); 4 | $I->amOnPage('/dokumente/3'); // No validation here yet 5 | $I->seeLink('Antragsseite', '/antraege/4'); 6 | $I->see('Ein Dokument von mehreren in einem Antrag', 'li[class="active"]'); 7 | $I->seeLink('Weitere Dokumente', '#'); 8 | $I->seeLink('Ein Dokument von mehreren in einem Antrag', '/dokumente/3'); 9 | $I->seeLink('Ein anderes Dokument von mehreren in einem Antrag', '/dokumente/4'); 10 | 11 | $I->amOnPage('/dokumente/5'); // No validation here yet 12 | $I->seeLink('Antragsseite', '/antraege/5'); 13 | $I->see('Ein Dokument von einem Antrag mit einem Dokument', 'li[class="active"]'); 14 | $I->dontSeeLink('Ein Dokument von einem Antrag mit einem Dokument', '/dokumente/5'); 15 | 16 | $I->amOnPage('/dokumente/6'); // No validation here yet 17 | $I->dontSee('Antragsseite'); 18 | $I->see('Dokument ohne Antrag', 'li[class="active"]'); 19 | $I->dontSeeLink('Dokument ohne Antrag', '/dokumente/6'); 20 | -------------------------------------------------------------------------------- /tests/acceptance/proxy/ProxyCept.php: -------------------------------------------------------------------------------- 1 | wantTo('Check that the Dokumentenproxy works correctly with pdf and tiff files'); 4 | 5 | $I->amOnPage('/media/testdokument.pdf'); 6 | $I->seeHTTPHeader('Content-Type', 'application/pdf'); 7 | $I->openFile('html/media/testdokument.pdf'); 8 | $I->seeInThisFile($I->grabResponse()); 9 | 10 | $I->amOnPage('/media/testdokument.tiff'); 11 | $I->seeHTTPHeader('Content-Type', 'image/tiff'); 12 | $I->openFile('html/media/testdokument.tiff'); 13 | $I->seeInThisFile($I->grabResponse()); 14 | -------------------------------------------------------------------------------- /tests/acceptance/termine/TerminCept.php: -------------------------------------------------------------------------------- 1 | wantTo('Check that a simply Termin-entry works'); 4 | $I->seeResponseIsHtml('/termine/1'); 5 | 6 | $I->see('Ausschuss mit Terminen (2016-01-01 09:00:00)', 'h1'); 7 | $I->seeLink('Original-Seite im RIS', 'https://www.ris-muenchen.de/RII/RII/ris_sitzung_detail.jsp?risid=1'); 8 | 9 | $I->see('01.01.2016, 09:00', '#datum'); 10 | $I->see('Raum für einen Termin', '#ort'); 11 | $I->see('Ausschuss mit Terminen', '#gremium'); 12 | 13 | $I->seeLink('Voriger Termin', '/termine/3'); 14 | $I->seeLink('Nächster Termin', '/termine/2'); 15 | -------------------------------------------------------------------------------- /tests/oparl.suite.yml: -------------------------------------------------------------------------------- 1 | class_name: OparlTester 2 | modules: 3 | enabled: 4 | - \Helper\Oparl: 5 | updatejson: false 6 | - REST: 7 | depends: PhpBrowser 8 | url: http://localhost:8080/oparl/v1.0 9 | part: Json 10 | - Asserts 11 | - PhpBrowser 12 | - Filesystem 13 | env: 14 | nohtmlvalidation: 15 | # nothing to do here ... 16 | updatejson: 17 | # Updates the json 18 | modules: 19 | enabled: 20 | - \Helper\Oparl: 21 | updatejson: true 22 | -------------------------------------------------------------------------------- /tests/oparl/_bootstrap.php: -------------------------------------------------------------------------------- 1 | wantTo('validate the external list oparl:meeting'); 4 | $I->getOParl('/body/0/list/meeting'); 5 | $I->getOParl('/body/1/list/meeting'); 6 | 7 | // Check that objects with no organization do not get printed 8 | $I->getOParl('/body/0/list/meeting?id=3'); 9 | foreach ($I->getResponseAsTree()->data as $object) { 10 | $I->assertNotEquals($object->meetingState, "Dateninkonsitent"); 11 | } 12 | -------------------------------------------------------------------------------- /tests/oparl/list/OrganizationListCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate the external list oparl:organization'); 4 | $I->getOParl('/body/0/list/organization'); 5 | $I->getOParl('/body/1/list/organization'); 6 | -------------------------------------------------------------------------------- /tests/oparl/list/PaperListCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate the external list oparl:paper'); 4 | $I->getOParl('/body/0/list/paper'); 5 | $I->getOParl('/body/0/list/paper?id=3'); 6 | $I->getOParl('/body/1/list/paper'); 7 | -------------------------------------------------------------------------------- /tests/oparl/list/PersonListCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate the external list oparl:person'); 4 | $I->getOParl('/body/0/list/person'); 5 | $I->getOParl('/body/1/list/person'); 6 | -------------------------------------------------------------------------------- /tests/oparl/object/BodyCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:body objects (the Stadtrat and one BA)'); 4 | $I->getOParl('/body/0'); 5 | $I->getOParl('/body/1'); 6 | -------------------------------------------------------------------------------- /tests/oparl/object/FileCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:file objects (one with many attributes, one with few attributes and one Rathausumschau)'); 4 | $I->getOParl('/file/7'); 5 | 6 | $I->amOnPage($I->getResponseAsTree()->accessUrl); 7 | $I->seeResponseCodeIs(200); 8 | $I->seeHttpHeader('Content-Type', 'application/pdf'); 9 | $I->dontSeeHttpHeader('Content-Disposition', 'attachment; filename="7 - Dokument (pdf) mit vielen Eigenschaften.pdf"'); 10 | 11 | $I->amOnPage($I->getResponseAsTree()->downloadUrl); 12 | $I->seeResponseCodeIs(200); 13 | $I->seeHttpHeader('Content-Type', 'application/pdf'); 14 | $I->seeHttpHeader('Content-Disposition', 'attachment; filename="7 - Dokument (pdf) mit vielen Eigenschaften.pdf"'); 15 | 16 | $I->getOParl('/file/8'); 17 | -------------------------------------------------------------------------------- /tests/oparl/object/LegislativeTermCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:legislativeTerm objects (the unknown term and the 1996-2002 one)'); 4 | $I->getOParl('/legislativeterm/0'); 5 | $I->getOParl('/legislativeterm/1'); 6 | -------------------------------------------------------------------------------- /tests/oparl/object/MeetingCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:meeting objects (one with and one with a file)'); 4 | $I->getOParl('/meeting/1'); 5 | $I->getOParl('/meeting/4'); 6 | -------------------------------------------------------------------------------- /tests/oparl/object/MembershipCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:membership objects (one fraktion and one referat)'); 4 | $I->getOParl('/membership/fraktion/1'); 5 | $I->getOParl('/membership/referat/1'); 6 | $I->getOParl('/membership/gremium/1'); 7 | -------------------------------------------------------------------------------- /tests/oparl/object/OrganizationCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:organization objects (one "Fraktion", one "BA-Gremium" and one "Referat")'); 4 | $I->getOParl('/organization/fraktion/1'); 5 | $I->getOParl('/organization/gremium/1'); 6 | $I->getOParl('/organization/referat/1'); 7 | -------------------------------------------------------------------------------- /tests/oparl/object/PaperCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:paper objects (one with all attributes and one with few attributes)'); 4 | $I->getOParl('/paper/7'); 5 | $I->getOParl('/paper/8'); 6 | -------------------------------------------------------------------------------- /tests/oparl/object/PersonCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:person objects (one with all attributes, one with few attributes and one Referent)'); 4 | $I->getOParl('/person/1'); 5 | $I->getOParl('/person/2'); 6 | $I->getOParl('/person/3'); 7 | -------------------------------------------------------------------------------- /tests/oparl/object/SystemCept.php: -------------------------------------------------------------------------------- 1 | wantTo('validate oparl:system'); 4 | $I->getOParl('/'); 5 | -------------------------------------------------------------------------------- /tests/phpunit/BAMitgliederListEntryTest.php: -------------------------------------------------------------------------------- 1 | assertCount(33, $data); 17 | $this->assertMatchesObjectSnapshot($data); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /tests/phpunit/CalendarListEntryTest.php: -------------------------------------------------------------------------------- 1 | assertCount(65, $data); 17 | $this->assertMatchesObjectSnapshot($data); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /tests/phpunit/ReferatDataTest.php: -------------------------------------------------------------------------------- 1 | assertCount(15, $parts); 17 | 18 | $ref = ReferatData::parseFromHtml($parts[3]); 19 | $this->assertSame('IT-Referat', $ref->name); 20 | $this->assertSame(4769009, $ref->id); 21 | $this->assertSame(4873150, $ref->referentInId); 22 | $this->assertSame('Thomas Bönig', $ref->referentInName); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /tests/phpunit/StadtraetInnenListEntryTest.php: -------------------------------------------------------------------------------- 1 | assertCount(6, $data); 17 | $this->assertMatchesObjectSnapshot($data); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /tests/phpunit/StadtratTerminParserTest.php: -------------------------------------------------------------------------------- 1 | browserBasedDownloader = $this->createMock(BrowserBasedDowloader::class); 24 | $this->curlBasedDownloader = $this->createMock(CurlBasedDownloader::class); 25 | $this->stadtratsantragParser = $this->createMock(StadtratsantragParser::class); // @TODO Used? 26 | $this->parser = new TerminParser($this->browserBasedDownloader, $this->curlBasedDownloader); 27 | CurlBasedDownloader::setInstance($this->curlBasedDownloader); 28 | } 29 | 30 | 31 | public function testDownloadCalendarEntryWithDependencies_withPublic() 32 | { 33 | 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/AntragDataTest__testParseBAInitiative__1.yml: -------------------------------------------------------------------------------- 1 | id: 6202900 2 | antragsnummer: 20-26/I00014 3 | status: BA-Antrag 4 | baNr: 9 5 | baId: 218 6 | title: 'Versetzen der Poller an der Wotanstraße 5' 7 | wahlperiode: 2020-2026 8 | gestelltAm: null 9 | registriertAm: '2020-09-03T00:00:00+02:00' 10 | bearbeitungsfrist: null 11 | erledigtAm: null 12 | art: 'Öffentlicher Vorgang' 13 | typ: 'Initiative eines BA Mitglieds' 14 | bearbeitungsart: null 15 | referatId: null 16 | referatName: null 17 | initiativeNamen: { } 18 | gestelltVon: { } 19 | dokumentLinks: 20 | - { title: Originalinitiative, id: 6204507, url: /dokument/v/6204507, filename: Originalinitiative.pdf } 21 | ergebnisse: 22 | - { sitzungId: 5793749, sitzungAm: '2020-09-15T00:00:00+02:00' } 23 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/AntragDataTest__testParseStadtrat2__1.yml: -------------------------------------------------------------------------------- 1 | id: 7463855 2 | antragsnummer: 20-26/A03390 3 | status: Erledigt 4 | baNr: null 5 | baId: null 6 | title: 'Standards und Arbeitsprozesse im interkommunalen Vergleich darstellen' 7 | wahlperiode: 2020-2026 8 | gestelltAm: '2022-11-29T00:00:00+01:00' 9 | registriertAm: '2022-11-29T00:00:00+01:00' 10 | bearbeitungsfrist: '2022-11-29T00:00:00+01:00' 11 | erledigtAm: '2022-11-29T00:00:00+01:00' 12 | art: 'Öffentlicher Vorgang' 13 | typ: Änderungsantrag 14 | bearbeitungsart: Beschluss 15 | referatId: 12 16 | referatName: Stadtkämmerei 17 | initiativeNamen: 18 | - 'Herr StR Prof. Dr. Hans Theiss' 19 | gestelltVon: 20 | - 'CSU mit FREIE WÄHLER' 21 | dokumentLinks: 22 | - { title: 'CSU - FREIE WAeHLER - Antrag', id: 7463860, url: /dokument/v/7463860, filename: 'CSU - FREIE WAeHLER - Antrag.pdf' } 23 | ergebnisse: 24 | - { sitzungId: 6865934, sitzungAm: '2022-11-30T00:00:00+01:00' } 25 | - { sitzungId: 6865903, sitzungAm: '2022-11-29T00:00:00+01:00' } 26 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/CalendarDataTest__testParseBA1__1.yml: -------------------------------------------------------------------------------- 1 | dateStart: '2021-12-21T19:00:00+01:00' 2 | id: 6243091 3 | status: Abgeschlossen 4 | baNr: 14 5 | baId: 223 6 | sitzungsstand: null 7 | organizationId: 319 8 | organizationName: 'BA 14 - Vollgremium' 9 | wahlperiode: 2020-2026 10 | ort: 'Kulturzentrum Trudering, Wasserburger Landstr. 32, 81825 München' 11 | vorsitzId: 2728887 12 | vorsitzName: 'Friedrich, Alexander' 13 | referatId: null 14 | referatName: null 15 | referentInName: null 16 | nextCalendarId: 6810632 17 | prevCalendarId: 6243035 18 | hasAgendaPublic: true 19 | hasAgendaNonPublic: false 20 | dokumentLinks: 21 | - { title: 'Einladung (oeff)', id: 6951109, url: /dokument/v/6951109, filename: 'Einladung (oeff).pdf' } 22 | - { title: 12-21_prot_ba14_oeff_end, id: 7030755, url: /dokument/v/7030755, filename: 12-21_prot_ba14_oeff_end.pdf } 23 | agendaPublic: { } 24 | agendaNonPublic: { } 25 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/CalendarDataTest__testParseDate1__1.yml: -------------------------------------------------------------------------------- 1 | dateStart: '2021-12-01T09:30:00+01:00' 2 | id: 6431692 3 | status: Abgeschlossen 4 | baNr: null 5 | baId: null 6 | sitzungsstand: null 7 | organizationId: 4 8 | organizationName: 'Ausschuss für Stadtplanung und Bauordnung' 9 | wahlperiode: 2020-2026 10 | ort: 'Großer Sitzungssaal' 11 | vorsitzId: 3312640 12 | vorsitzName: 'Reiter, Dieter' 13 | referatId: 9 14 | referatName: 'Referat für Stadtplanung und Bauordnung' 15 | referentInName: 'Stadtbaurätin Prof. Dr. (Univ. Florenz) Merk' 16 | nextCalendarId: 6944222 17 | prevCalendarId: 6430935 18 | hasAgendaPublic: true 19 | hasAgendaNonPublic: true 20 | dokumentLinks: 21 | - { title: '1. Nachtrag (oeff)', id: 6932423, url: /dokument/v/6932423, filename: '1. Nachtrag (oeff).pdf' } 22 | - { title: 'Einladung Ausschuss oeff', id: 6914370, url: /dokument/v/6914370, filename: 'Einladung Ausschuss oeff.pdf' } 23 | - { title: 'Neufassung (oeff)', id: 6944216, url: /dokument/v/6944216, filename: 'Neufassung (oeff).pdf' } 24 | agendaPublic: { } 25 | agendaNonPublic: { } 26 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/CalendarDataTest__testParseDate2__1.yml: -------------------------------------------------------------------------------- 1 | dateStart: '2021-12-07T14:00:00+01:00' 2 | id: 6431930 3 | status: Abgeschlossen 4 | baNr: null 5 | baId: null 6 | sitzungsstand: Entfällt 7 | organizationId: 6415987 8 | organizationName: 'Ausschuss für Klima- und Umweltschutz' 9 | wahlperiode: 2020-2026 10 | ort: null 11 | vorsitzId: 3312618 12 | vorsitzName: 'Habenschaden, Katrin' 13 | referatId: 6440377 14 | referatName: 'Referat für Klima- und Umweltschutz' 15 | referentInName: null 16 | nextCalendarId: 6431987 17 | prevCalendarId: 6839648 18 | hasAgendaPublic: false 19 | hasAgendaNonPublic: false 20 | dokumentLinks: { } 21 | agendaPublic: { } 22 | agendaNonPublic: { } 23 | -------------------------------------------------------------------------------- /tests/phpunit/__snapshots__/StadtraetInnenListEntryTest__testParseList__1.yml: -------------------------------------------------------------------------------- 1 | - 2 | id: 3312434 3 | link: ./detail/3312434 4 | name: 'Kathrin Abele' 5 | fraktionId: 5986278 6 | fraktionName: 'SPD / Volt - Fraktion' 7 | - 8 | id: 5962886 9 | link: ./detail/5962886 10 | name: 'Leo Agerer' 11 | fraktionId: 32 12 | fraktionName: CSU-Fraktion 13 | - 14 | id: 5962895 15 | link: ./detail/5962895 16 | name: 'Andreas Babor' 17 | fraktionId: 32 18 | fraktionName: CSU-Fraktion 19 | - 20 | id: 3312549 21 | link: ./detail/3312549 22 | name: 'Sabine Bär' 23 | fraktionId: 32 24 | fraktionName: CSU-Fraktion 25 | - 26 | id: 2875703 27 | link: ./detail/2875703 28 | name: 'Anja Berger' 29 | fraktionId: 3312426 30 | fraktionName: 'Fraktion Die Grünen - Rosa Liste' 31 | - 32 | id: 1418545 33 | link: ./detail/1418545 34 | name: 'Paul Bickelbacher' 35 | fraktionId: 3312426 36 | fraktionName: 'Fraktion Die Grünen - Rosa Liste' 37 | -------------------------------------------------------------------------------- /tests/phpunit/bootstrap.php: -------------------------------------------------------------------------------- 1 |