README.rdoc in fcrepo_admin-0.5.0 vs README.rdoc in fcrepo_admin-0.5.1

- old
+ new

@@ -2,12 +2,12 @@ A Rails engine providing an administrative interface to a Fedora Commons repository built on the Hydra project framework. === Status -This project should be considered *experimental* and not ready for production deployment. -Versions earlier than 1.0 may change API and/or UI without notice or regard for backward compatibility. +This project should be considered *experimental*. Versions earlier than 1.0 may change API and/or UI without notice +or regard for backward compatibility. === Requirements fcrepo_admin is designed for installation on hydra-head 6.0 or higher (requires active-fedora 6.1 or higher). See https://github.com/projecthydra/hydra-head/wiki/Installation-Prerequisites. @@ -88,10 +88,10 @@ # Customized settings will go here end end end -Refer to the default configuration settings at https://github.com/projecthydra/fcrepo-admin/blob/master/lib/fcrepo_admin.rb. +Refer to the default configuration settings at https://github.com/projecthydra/fcrepo-admin/blob/master/lib/fcrepo_admin/configurable.rb. All configuration options are set by module methods prefixed by FcrepoAdmin, for example: FcrepoAdmin.read_only = true