Difference between revisions of "GUI Submission with no Documents"

From EPrints Documentation
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Configuration]]
+
[[Category:Howto]]
[[Category:Rubbish]]
 
 
==Submitting with no documents==
 
==Submitting with no documents==
  

Revision as of 12:30, 20 March 2010

Submitting with no documents

I allow this as we may be adding documents in later after the information.

To allow a submission without a document, edit the file;

vi /var/lib/eprints3/archives/yourarchivename/cfg/cfg.d/document_upload.pl

And change the lines;

$c->{required_formats} =
[
       "text/html",
       "application/pdf",
       "application/postscript",
       "text/plain"
];


To :

$c->{required_formats} =
[
#       "text/html",
#       "application/pdf",
#       "application/postscript",
#       "text/plain"
];