Import Beatnik from CVS
authorBen Klang <ben@alkaloid.net>
Wed, 16 Sep 2009 16:16:18 +0000 (12:16 -0400)
committerBen Klang <ben@alkaloid.net>
Wed, 16 Sep 2009 16:16:18 +0000 (12:16 -0400)
commitc26bec99cfa41bff83bc05c53c13d53b9ba09cb1
treef7e4f90bd174bb877d82fc7c7469e3c56df75a61
parent19e4902b7388356321c589fd133a66046649fd52
Import Beatnik from CVS
46 files changed:
beatnik/autogenerate.php [new file with mode: 0644]
beatnik/commit.php [new file with mode: 0644]
beatnik/config/.cvsignore [new file with mode: 0644]
beatnik/config/autogenerate.php.dist [new file with mode: 0644]
beatnik/config/conf.xml [new file with mode: 0644]
beatnik/config/prefs.php.dist [new file with mode: 0644]
beatnik/delete.php [new file with mode: 0644]
beatnik/docs/CHANGES [new file with mode: 0644]
beatnik/docs/CREDITS [new file with mode: 0644]
beatnik/docs/INSTALL [new file with mode: 0644]
beatnik/docs/RELEASE_NOTES [new file with mode: 0644]
beatnik/docs/TODO [new file with mode: 0644]
beatnik/editrec.php [new file with mode: 0644]
beatnik/index.php [new file with mode: 0644]
beatnik/js/beatnik.js [new file with mode: 0644]
beatnik/js/src/beatnik.js [new file with mode: 0644]
beatnik/lib/Application.php [new file with mode: 0644]
beatnik/lib/Beatnik.php [new file with mode: 0644]
beatnik/lib/Driver.php [new file with mode: 0644]
beatnik/lib/Driver/ldap2dns.php [new file with mode: 0644]
beatnik/lib/Driver/pdnsgsql.php [new file with mode: 0644]
beatnik/lib/Driver/sql.php [new file with mode: 0644]
beatnik/lib/Forms/Autogenerate.php [new file with mode: 0644]
beatnik/lib/Forms/DeleteRecord.php [new file with mode: 0644]
beatnik/lib/Forms/EditRecord.php [new file with mode: 0644]
beatnik/lib/base.php [new file with mode: 0644]
beatnik/lib/version.php [new file with mode: 0644]
beatnik/listzones.php [new file with mode: 0644]
beatnik/locale/en_US/help.xml [new file with mode: 0644]
beatnik/locale/sl_SI/LC_MESSAGES/beatnik.mo [new file with mode: 0644]
beatnik/po/beatnik.pot [new file with mode: 0644]
beatnik/po/sl_SI.po [new file with mode: 0644]
beatnik/scripts/export_config.php [new file with mode: 0644]
beatnik/scripts/sql/beatnik.mysql.php [new file with mode: 0644]
beatnik/templates/common-header.inc [new file with mode: 0644]
beatnik/templates/listzones/footer.inc [new file with mode: 0644]
beatnik/templates/listzones/header.inc [new file with mode: 0644]
beatnik/templates/listzones/row.inc [new file with mode: 0644]
beatnik/templates/menu.inc [new file with mode: 0644]
beatnik/templates/view/footer.inc [new file with mode: 0644]
beatnik/templates/view/header.inc [new file with mode: 0644]
beatnik/templates/view/record.inc [new file with mode: 0644]
beatnik/themes/graphics/beatnik.png [new file with mode: 0644]
beatnik/themes/graphics/commit-all.png [new file with mode: 0644]
beatnik/themes/screen.css [new file with mode: 0644]
beatnik/viewzone.php [new file with mode: 0644]