Commits on Source (27)
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
nex authored
-
nex authored
-
nex authored
-
nex authored
-
nex authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
(cherry picked from commit bc7889b6)
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
-
Andy Brüchert authored
Conflicts: vendor/autoload.php vendor/composer/InstalledVersions.php vendor/composer/autoload_files.php vendor/composer/autoload_real.php vendor/composer/autoload_static.php vendor/composer/installed.json vendor/composer/installed.php
-
Andy Brüchert authored
Showing
- .gitignore 8 additions, 7 deletions.gitignore
- Makefile 11 additions, 11 deletionsMakefile
- README.md 29 additions, 0 deletionsREADME.md
- bin/composer.phar 0 additions, 0 deletionsbin/composer.phar
- composer.json 5 additions, 3 deletionscomposer.json
- composer.lock 1336 additions, 355 deletionscomposer.lock
- resources/daten/edition/diarium/1600.xml 1 addition, 1 deletionresources/daten/edition/diarium/1600.xml
- resources/daten/edition/diarium/linkmap.xml 1 addition, 1 deletionresources/daten/edition/diarium/linkmap.xml
- resources/daten/edition/diarium/register.xml 1211 additions, 1209 deletionsresources/daten/edition/diarium/register.xml
- resources/daten/repertorium/mss/Augusteer/17-6-aug-4f.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Augusteer/17-6-aug-4f.xml
- resources/daten/repertorium/mss/Novissimi/53-1-Novissimi-8.xml 1 addition, 1 deletion...rces/daten/repertorium/mss/Novissimi/53-1-Novissimi-8.xml
- resources/daten/repertorium/mss/Novissimi/53-2-Novissimi-8.xml 1 addition, 1 deletion...rces/daten/repertorium/mss/Novissimi/53-2-Novissimi-8.xml
- resources/daten/repertorium/mss/Novissimi/53-novissimi-8.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Novissimi/53-novissimi-8.xml
- resources/daten/repertorium/register.xml 132 additions, 129 deletionsresources/daten/repertorium/register.xml
- resources/xproc/repertorium/oais-tei.xsl 4 additions, 2 deletionsresources/xproc/repertorium/oais-tei.xsl
- resources/xslt/tgn2tei.xsl 2 additions, 2 deletionsresources/xslt/tgn2tei.xsl
- vendor/autoload.php 1 addition, 1 deletionvendor/autoload.php
- vendor/bin/var-dump-server 14 additions, 0 deletionsvendor/bin/var-dump-server
- vendor/bin/var-dump-server.bat 4 additions, 0 deletionsvendor/bin/var-dump-server.bat
- vendor/composer/ClassLoader.php 12 additions, 8 deletionsvendor/composer/ClassLoader.php
Some changes are not shown.
For a faster browsing experience, only 20 of 1000+ files are shown.
README.md
0 → 100644
bin/composer.phar
0 → 100644
File added
... | ... | @@ -5,8 +5,10 @@ |
} | ||
}, | ||
"require": { | ||
"ext-openssl": "*", | ||
"ext-xsl": "*", | ||
"silex/silex": "^2.0", | ||
"hab/solr": "dev-master", | ||
"hab/solr": "dev-master#ef528a52d57493ad2ae575037e42442075135f62", | ||
"hab/paginator": "dev-master", | ||
"twig/twig": "~1.0", | ||
"symfony/twig-bridge": "^3.2" | ||
... | ... | @@ -14,11 +16,11 @@ |
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "git@github.com:dmj/php-solr.git" | ||
"url": "https://git.hab.de/dmj/php-solr.git" | ||
}, | ||
{ | ||
"type": "git", | ||
"url": "git@github.com:dmj/php-paginator.git" | ||
"url": "https://git.hab.de/dmj/php-paginator.git" | ||
} | ||
] | ||
} |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
vendor/bin/var-dump-server
0 → 100644
vendor/bin/var-dump-server.bat
0 → 100644