Commits on Source (47)
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
David Maus authored
-
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 6 additions, 5 deletionscomposer.json
- composer.lock 1407 additions, 362 deletionscomposer.lock
- public/index.php 1 addition, 1 deletionpublic/index.php
- resources/daten/dienste.xml 11 additions, 2 deletionsresources/daten/dienste.xml
- resources/daten/edition/diarium/1600.xml 1 addition, 1 deletionresources/daten/edition/diarium/1600.xml
- resources/daten/edition/diarium/diarium.xml 1 addition, 1 deletionresources/daten/edition/diarium/diarium.xml
- resources/daten/edition/diarium/linkmap.xml 1 addition, 1 deletionresources/daten/edition/diarium/linkmap.xml
- resources/daten/edition/diarium/register.xml 1222 additions, 1220 deletionsresources/daten/edition/diarium/register.xml
- resources/daten/edition/einleitung.xml 68 additions, 47 deletionsresources/daten/edition/einleitung.xml
- resources/daten/repertorium/mss/Augusteer/1-17-aug-2f.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Augusteer/1-17-aug-2f.xml
- resources/daten/repertorium/mss/Augusteer/11-17-aug-2f.xml 0 additions, 1 deletionresources/daten/repertorium/mss/Augusteer/11-17-aug-2f.xml
- resources/daten/repertorium/mss/Augusteer/11-aug-2f.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Augusteer/11-aug-2f.xml
- resources/daten/repertorium/mss/Augusteer/15-5-aug-2f.xml 0 additions, 1 deletionresources/daten/repertorium/mss/Augusteer/15-5-aug-2f.xml
- resources/daten/repertorium/mss/Augusteer/15-9-aug-2f.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Augusteer/15-9-aug-2f.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/Augusteer/18-9-aug-4.xml 1 addition, 1 deletionresources/daten/repertorium/mss/Augusteer/18-9-aug-4.xml
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,21 +5,22 @@ |
| } | ||
| }, | ||
| "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", | ||
| "willdurand/negotiation": "^2.3" | ||
| "symfony/twig-bridge": "^3.2" | ||
| }, | ||
| "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.