Take two:
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 Feb 2009 21:05:30 +0000 (21:05 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 Feb 2009 21:05:30 +0000 (21:05 +0000)
commit652223da644ffb9c9acbc04118a5c174fab10926
tree496c1745ae28e11424ecc032fc8d3043cb4017f3
Take two:
Initial import of www-register-wizard module.  Pulled out of plcwww
193 files changed:
application/config/autoload.php [new file with mode: 0644]
application/config/config.php [new file with mode: 0644]
application/config/constants.php [new file with mode: 0644]
application/config/database.php [new file with mode: 0644]
application/config/hooks.php [new file with mode: 0644]
application/config/index.html [new file with mode: 0644]
application/config/mimes.php [new file with mode: 0644]
application/config/routes.php [new file with mode: 0644]
application/config/smileys.php [new file with mode: 0644]
application/config/user_agents.php [new file with mode: 0644]
application/controllers/conffile.php [new file with mode: 0644]
application/controllers/confirm.php [new file with mode: 0644]
application/controllers/download.php [new file with mode: 0644]
application/controllers/index.html [new file with mode: 0644]
application/controllers/register.php [new file with mode: 0644]
application/controllers/welcome.php [new file with mode: 0644]
application/errors/error_404.php [new file with mode: 0644]
application/errors/error_db.php [new file with mode: 0644]
application/errors/error_general.php [new file with mode: 0644]
application/errors/error_php.php [new file with mode: 0644]
application/errors/index.html [new file with mode: 0644]
application/helpers/index.html [new file with mode: 0644]
application/hooks/index.html [new file with mode: 0644]
application/index.html [new file with mode: 0644]
application/language/english/index.html [new file with mode: 0644]
application/libraries/index.html [new file with mode: 0644]
application/models/index.html [new file with mode: 0644]
application/views/AddConfFile.php [new file with mode: 0644]
application/views/ListConfFiles.php [new file with mode: 0644]
application/views/UpdateConfFile.php [new file with mode: 0644]
application/views/debug.php [new file with mode: 0644]
application/views/footer.php [new file with mode: 0644]
application/views/header.php [new file with mode: 0644]
application/views/index.html [new file with mode: 0644]
application/views/stage0.php [new file with mode: 0644]
application/views/stage1_pcu_choose.php [new file with mode: 0644]
application/views/stage2_pcu_confirm.php [new file with mode: 0644]
application/views/stage3_node_choose.php [new file with mode: 0644]
application/views/stage45_pcuport.php [new file with mode: 0644]
application/views/stage4_node_confirm.php [new file with mode: 0644]
application/views/stage5_bootimage.php [new file with mode: 0644]
application/views/stage6_download.php [new file with mode: 0644]
application/views/stage7_firstcontact.php [new file with mode: 0644]
application/views/stage8_rebootpcu.php [new file with mode: 0644]
application/views/stage9_complete.php [new file with mode: 0644]
application/views/welcome_message.php [new file with mode: 0644]
cache/index.html [new file with mode: 0644]
codeigniter/Base4.php [new file with mode: 0644]
codeigniter/Base5.php [new file with mode: 0644]
codeigniter/CodeIgniter.php [new file with mode: 0644]
codeigniter/Common.php [new file with mode: 0644]
codeigniter/Compat.php [new file with mode: 0644]
codeigniter/index.html [new file with mode: 0644]
database/DB.php [new file with mode: 0644]
database/DB_active_rec.php [new file with mode: 0644]
database/DB_cache.php [new file with mode: 0644]
database/DB_driver.php [new file with mode: 0644]
database/DB_forge.php [new file with mode: 0644]
database/DB_result.php [new file with mode: 0644]
database/DB_utility.php [new file with mode: 0644]
database/drivers/index.html [new file with mode: 0644]
database/drivers/mssql/index.html [new file with mode: 0644]
database/drivers/mssql/mssql_driver.php [new file with mode: 0644]
database/drivers/mssql/mssql_forge.php [new file with mode: 0644]
database/drivers/mssql/mssql_result.php [new file with mode: 0644]
database/drivers/mssql/mssql_utility.php [new file with mode: 0644]
database/drivers/mysql/index.html [new file with mode: 0644]
database/drivers/mysql/mysql_driver.php [new file with mode: 0644]
database/drivers/mysql/mysql_forge.php [new file with mode: 0644]
database/drivers/mysql/mysql_result.php [new file with mode: 0644]
database/drivers/mysql/mysql_utility.php [new file with mode: 0644]
database/drivers/mysqli/index.html [new file with mode: 0644]
database/drivers/mysqli/mysqli_driver.php [new file with mode: 0644]
database/drivers/mysqli/mysqli_forge.php [new file with mode: 0644]
database/drivers/mysqli/mysqli_result.php [new file with mode: 0644]
database/drivers/mysqli/mysqli_utility.php [new file with mode: 0644]
database/drivers/oci8/index.html [new file with mode: 0644]
database/drivers/oci8/oci8_driver.php [new file with mode: 0644]
database/drivers/oci8/oci8_forge.php [new file with mode: 0644]
database/drivers/oci8/oci8_result.php [new file with mode: 0644]
database/drivers/oci8/oci8_utility.php [new file with mode: 0644]
database/drivers/odbc/index.html [new file with mode: 0644]
database/drivers/odbc/odbc_driver.php [new file with mode: 0644]
database/drivers/odbc/odbc_forge.php [new file with mode: 0644]
database/drivers/odbc/odbc_result.php [new file with mode: 0644]
database/drivers/odbc/odbc_utility.php [new file with mode: 0644]
database/drivers/postgre/index.html [new file with mode: 0644]
database/drivers/postgre/postgre_driver.php [new file with mode: 0644]
database/drivers/postgre/postgre_forge.php [new file with mode: 0644]
database/drivers/postgre/postgre_result.php [new file with mode: 0644]
database/drivers/postgre/postgre_utility.php [new file with mode: 0644]
database/drivers/sqlite/index.html [new file with mode: 0644]
database/drivers/sqlite/sqlite_driver.php [new file with mode: 0644]
database/drivers/sqlite/sqlite_forge.php [new file with mode: 0644]
database/drivers/sqlite/sqlite_result.php [new file with mode: 0644]
database/drivers/sqlite/sqlite_utility.php [new file with mode: 0644]
database/index.html [new file with mode: 0644]
fonts/index.html [new file with mode: 0644]
fonts/texb.ttf [new file with mode: 0644]
helpers/array_helper.php [new file with mode: 0644]
helpers/compatibility_helper.php [new file with mode: 0644]
helpers/cookie_helper.php [new file with mode: 0644]
helpers/date_helper.php [new file with mode: 0644]
helpers/directory_helper.php [new file with mode: 0644]
helpers/download_helper.php [new file with mode: 0644]
helpers/email_helper.php [new file with mode: 0644]
helpers/file_helper.php [new file with mode: 0644]
helpers/form_helper.php [new file with mode: 0644]
helpers/html_helper.php [new file with mode: 0644]
helpers/index.html [new file with mode: 0644]
helpers/inflector_helper.php [new file with mode: 0644]
helpers/language_helper.php [new file with mode: 0644]
helpers/number_helper.php [new file with mode: 0644]
helpers/path_helper.php [new file with mode: 0644]
helpers/security_helper.php [new file with mode: 0644]
helpers/smiley_helper.php [new file with mode: 0644]
helpers/string_helper.php [new file with mode: 0644]
helpers/text_helper.php [new file with mode: 0644]
helpers/typography_helper.php [new file with mode: 0644]
helpers/url_helper.php [new file with mode: 0644]
helpers/xml_helper.php [new file with mode: 0644]
index.php [new file with mode: 0644]
language/english/calendar_lang.php [new file with mode: 0644]
language/english/date_lang.php [new file with mode: 0644]
language/english/db_lang.php [new file with mode: 0644]
language/english/email_lang.php [new file with mode: 0644]
language/english/form_validation_lang.php [new file with mode: 0644]
language/english/ftp_lang.php [new file with mode: 0644]
language/english/imglib_lang.php [new file with mode: 0644]
language/english/index.html [new file with mode: 0644]
language/english/number_lang.php [new file with mode: 0644]
language/english/profiler_lang.php [new file with mode: 0644]
language/english/scaffolding_lang.php [new file with mode: 0644]
language/english/unit_test_lang.php [new file with mode: 0644]
language/english/upload_lang.php [new file with mode: 0644]
language/english/validation_lang.php [new file with mode: 0644]
language/index.html [new file with mode: 0644]
libraries/Benchmark.php [new file with mode: 0644]
libraries/Calendar.php [new file with mode: 0644]
libraries/Config.php [new file with mode: 0644]
libraries/Controller.php [new file with mode: 0644]
libraries/Email.php [new file with mode: 0644]
libraries/Encrypt.php [new file with mode: 0644]
libraries/Exceptions.php [new file with mode: 0644]
libraries/Form_validation.php [new file with mode: 0644]
libraries/Ftp.php [new file with mode: 0644]
libraries/Hooks.php [new file with mode: 0644]
libraries/Image_lib.php [new file with mode: 0644]
libraries/Input.php [new file with mode: 0644]
libraries/Language.php [new file with mode: 0644]
libraries/Loader.php [new file with mode: 0644]
libraries/Log.php [new file with mode: 0644]
libraries/Model.php [new file with mode: 0644]
libraries/Output.php [new file with mode: 0644]
libraries/Pagination.php [new file with mode: 0644]
libraries/Parser.php [new file with mode: 0644]
libraries/Profiler.php [new file with mode: 0644]
libraries/Router.php [new file with mode: 0644]
libraries/Session.php [new file with mode: 0644]
libraries/Sha1.php [new file with mode: 0644]
libraries/Table.php [new file with mode: 0644]
libraries/Trackback.php [new file with mode: 0644]
libraries/Typography.php [new file with mode: 0644]
libraries/URI.php [new file with mode: 0644]
libraries/Unit_test.php [new file with mode: 0644]
libraries/Upload.php [new file with mode: 0644]
libraries/User_agent.php [new file with mode: 0644]
libraries/Validation.php [new file with mode: 0644]
libraries/Xmlrpc.php [new file with mode: 0644]
libraries/Xmlrpcs.php [new file with mode: 0644]
libraries/Zip.php [new file with mode: 0644]
libraries/index.html [new file with mode: 0644]
logs/index.html [new file with mode: 0644]
plugins/captcha_pi.php [new file with mode: 0644]
plugins/index.html [new file with mode: 0644]
plugins/js_calendar_pi.php [new file with mode: 0644]
rounded.css [new file with mode: 0644]
rounded.js [new file with mode: 0644]
scaffolding/Scaffolding.php [new file with mode: 0644]
scaffolding/images/background.jpg [new file with mode: 0644]
scaffolding/images/index.html [new file with mode: 0644]
scaffolding/images/logo.jpg [new file with mode: 0644]
scaffolding/index.html [new file with mode: 0644]
scaffolding/views/add.php [new file with mode: 0644]
scaffolding/views/delete.php [new file with mode: 0644]
scaffolding/views/edit.php [new file with mode: 0644]
scaffolding/views/footer.php [new file with mode: 0644]
scaffolding/views/header.php [new file with mode: 0644]
scaffolding/views/index.html [new file with mode: 0644]
scaffolding/views/no_data.php [new file with mode: 0644]
scaffolding/views/stylesheet.css [new file with mode: 0644]
scaffolding/views/view.php [new file with mode: 0644]
www-register-wizard.spec [new file with mode: 0755]