Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The publication.actorsRights.<the login of the user or the name of the group to which the permissions are assigned> key. Comma-separated permissions. Note: if the login contains spaces, they must be preceded with the “\” character. The list of possible permissions (for more information about permissions, see here):


    • pv – access only to published publication versions,
    • pr – access to all publication editions, and
    • pe – publication management.
  • Klucz The publication.collections
    Identyfikatory kolekcji, oddzielone przecinkiem, do których ma zostać przypisana publikacja. key
    Comma-separated identifiers of collections to which the given publication is to be assigned.
  • The Klucz publication.destination.directoryId
    Identyfikator katalogu, w którym ma się znaleźć publikacja.Klucz key
    The identifier of the directory in which the given publication is to be put.
  • The publication.destination.parentPublicationId
    Identyfikator publikacji grupowej, w której ma się znaleźć publikacja.
  • Klucz publication.mainFile
    Nazwa pliku głównego publikacji (wraz z rozszerzeniem). Plik główny musi znajdować się w katalogu opisującym publikację.
  • Klucz publication.metadataFile
    Nazwa pliku metadanych (wraz z rozszerzeniem). Plik metadanych musi znajdować się w katalogu opisującym publikację oraz być zgodny z jednym z formatów obsługiwanych przez aktualnie zainstalowane rozszerzenia do importu metadanych (zwykle jest to RDF, MARC lub Bibtex - zobacz rozdział Import i eksport metadanych). Jeśli wartość dla tego klucza nie jest zdefiniowana, domyślnie wyszukiwane są pliki o nazwie takiej samej jak nazwa pliku głównego, z rozszerzeniami domyślnymi dla każdego obsługiwanego formatu (np. .rdf, .mrc, .bib).
  • Klucz publication.name
    Łańcuch znaków określający nazwę publikacji. Jeśli wartość dla tego klucza nie zostanie zdefiniowana, aplikacja spróbuje wygenerować nazwę na podstawie wartości atrybutów (w taki sam sposób, jak w drugim kroku kreatora nowej publikacji).
  • Klucz publication.notes
    Łańcuch znaków określający notatki/uwagi administracyjne.
  • Klucz publication.published
    Łańcuch znaków wskazujący na to, czy pierwsze wydanie tej publikacji ma zostać opublikowane. Jeśli wartość jest true wydanie to będzie opublikowane. W każdym innym przypadku wydanie nie będzie opublikowane. Domyślną wartością jest false.
  • Klucz publication.secured
    Łańcuch znaków wskazujący na to, czy publikacja ma być zabezpieczona. Jeśli wartość jest true publikacja będzie zabezpieczona. W każdym innym przypadku publikacja nie będzie zabezpieczona.Domyślną wartością jest false.
  • Klucz image.content
    Nazwa pliku, który zawiera miniaturę wydania.
  • Klucz publication.publishingDate
    Planowana data udostępnienia publikacji.
  • – the identifier of the group publication in which the publication is to be put.
  • The publication.mainFile
    The name of the main file of a publication (with the extension). The main file must be in the directory which describes the publication.
  • The publication.metadataFile
    The name of the metadata file (with the extension). A metadata file must be in the directory which describes the given publication and must be in one of the formats which are supported by the currently installed metadata import extension (usually, those are the RDF, MARC, or Bibtex formats – see the Importing and Exporting Metadata chapter). If the value for that key is not defined, then the default search is for files with the same name as the name of the main file, with the default extensions for the supported format (for example, rdf, .mrc, or .bib).
  • The publication.name key
    This is a sequence of characters which determines the name of the given publication. If the value for that key is not defined, the application will try to generate the name on the basis of the attribute values (just like in the second step of the new publication creator).
  • The publication.notes key
    This is a sequence of characters which determines the administrative notes for the given publication.
  • The publication.published key
    This is a sequence of characters which determines if the first edition of the publication is to be published. If the value is true, the edition will be published. In any other case, the edition will not be published. The default value is false.
  • The publication.secured key
    This is a sequence of characters which determines if the given publication is to be protected. If the value is true, the publication will be protected. In any other case, the publication will not be protected. The default value is false.
  • The image.content key
    The name of the file which contains the thumbnail of the given edition.
  • The publication.publishingDate key
    The planned date of making the given publication available.

A sample publication.properties filePrzykładowy plik publication.properties:

Code Block
borderStylesolid
titlepublication.properties
publication.actorsRights.publicGroup=pr
publication.collections=2,7,12
publication.destination.directoryId=1
publication.mainFile=index.htm
publication.metadataFile=metadata.rdf
publication.name=Przykładowa publikacja
publication.notes=Stworzone przez Jana Kowalskiego
publication.published=true

...