Add the screenshots for the password file authentication and ldap authentication.
Adding theme configuration screenshot to docs
More screenshots for the docs
FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.
Add a new class ApplicationController.
(generated image commit) add ObjectPathMap reference for an indication about how we might read the bytes of a science metadata file for generating the index events.
add new Stand-alone indexer component that can utilize more of the cn-index-processor code (Spring configuration) as is. Include Hazelcast reference to illustrate listener mechanism for responding to events that affect the index.
Change the name of the class SolrFieldParser to IDocumentSubprocessorFactory.
Add SolrDoc and SolrElementField class.
added more classes to the index diagram to reflect current state of the code - needs to be updated to include plan for implementation (e.g., DocType object is not what we want). http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5884
enable plantuml generation when building the sphinx documentation. note that you do need to have graphviz installed, but hopefully that is all.
update MN registration screen shot and amend instructions that say a nodeId will be assigned during registration.add section about generating SM for a new Member Node that has existing Metacat data.
Set mime type on images.
Set mime type.
Updated configuration documentation in admin guide for Metacat DataONE section. Changed links in configuration utility to point at the Admin guide.
edited the configuration docs, swapped in new fully-configured screen shothttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=5516
Continued authoring the description of DataONE in Metacat. More to come.
Moving Metacat Sphinx RST documentation from docs/dev to docs/user directory.
Merged most recent changes from trunk into the RST converted version of the Administrator's Guide. Now the Sphinx/RST version is up to date rlative to the most recent word document, and is now the active copy. The MS Word document will be deprecated and removed. All future changes should be made to the RST version.
Removing unused screenshots that are duplicates of the others in the admin doc.
Screenshots from the Metacat admin guide.
Adding new documentation section for Metacat design documents in Sphinx/ReStructured Text format. Build this documentation using theprovided Makefile, assuming that both Sphinx and PlantUML are installed and on the local executable path by running 'make plantuml html'....