First try converting Luxor to H4-git
authorChuck Hagenbuch <chuck@bluestatedigital.com>
Sat, 24 Apr 2010 16:00:04 +0000 (12:00 -0400)
committerChuck Hagenbuch <chuck@bluestatedigital.com>
Sat, 24 Apr 2010 16:00:45 +0000 (12:00 -0400)
commita6e50ed6d17f606444e6bb7d4130628d36005d52
tree17489977ea3cfba3710613ce134c8385620abb4b
parent3da64025c42e5fd0358801491857b293415f3652
First try converting Luxor to H4-git
52 files changed:
luxor/.htaccess [new file with mode: 0644]
luxor/COPYING [new file with mode: 0644]
luxor/README [new file with mode: 0644]
luxor/bin/.htaccess [new file with mode: 0644]
luxor/bin/indexer [new file with mode: 0755]
luxor/config/.htaccess [new file with mode: 0644]
luxor/config/conf.xml [new file with mode: 0644]
luxor/config/languages.php.dist [new file with mode: 0644]
luxor/config/mime_drivers.php.dist [new file with mode: 0644]
luxor/config/sources.php.dist [new file with mode: 0644]
luxor/docs/CHANGES [new file with mode: 0644]
luxor/docs/CREDITS [new file with mode: 0644]
luxor/docs/INSTALL [new file with mode: 0644]
luxor/docs/TODO [new file with mode: 0644]
luxor/index.php [new file with mode: 0644]
luxor/js/show_var.js [new file with mode: 0644]
luxor/lib/.htaccess [new file with mode: 0644]
luxor/lib/Application.php [new file with mode: 0644]
luxor/lib/Driver.php [new file with mode: 0644]
luxor/lib/Driver/sql.php [new file with mode: 0644]
luxor/lib/Files.php [new file with mode: 0644]
luxor/lib/Files/plain.php [new file with mode: 0644]
luxor/lib/Lang.php [new file with mode: 0644]
luxor/lib/Lang/Generic.php [new file with mode: 0644]
luxor/lib/Luxor.php [new file with mode: 0644]
luxor/lib/SimpleParse.php [new file with mode: 0644]
luxor/lib/Tagger.php [new file with mode: 0644]
luxor/locale/de_DE/LC_MESSAGES/luxor.mo [new file with mode: 0644]
luxor/locale/es_ES/LC_MESSAGES/luxor.mo [new file with mode: 0644]
luxor/locale/ro_RO/LC_MESSAGES/luxor.mo [new file with mode: 0644]
luxor/po/.htaccess [new file with mode: 0644]
luxor/po/README [new file with mode: 0644]
luxor/po/de_DE.po [new file with mode: 0644]
luxor/po/es_ES.po [new file with mode: 0644]
luxor/po/luxor.pot [new file with mode: 0644]
luxor/po/ro_RO.po [new file with mode: 0644]
luxor/scripts/.htaccess [new file with mode: 0644]
luxor/scripts/sql/luxor.sql [new file with mode: 0644]
luxor/search.php [new file with mode: 0644]
luxor/source.php [new file with mode: 0644]
luxor/symbol.php [new file with mode: 0644]
luxor/templates/.htaccess [new file with mode: 0644]
luxor/templates/common-header.inc [new file with mode: 0644]
luxor/templates/directory.html.php [new file with mode: 0644]
luxor/templates/headerbar.inc [new file with mode: 0644]
luxor/templates/menu.inc [new file with mode: 0644]
luxor/templates/symbol.html.php [new file with mode: 0644]
luxor/themes/graphics/favicon.ico [new file with mode: 0644]
luxor/themes/graphics/folder.png [new file with mode: 0644]
luxor/themes/graphics/luxor.png [new file with mode: 0644]
luxor/themes/graphics/parent.png [new file with mode: 0644]
luxor/themes/screen.css [new file with mode: 0644]