-
transmission-qt-2.92-1.lbn19.x86_64
Qt graphical interface of Transmission BitTorrent client.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
transmogrify.bastioncallcentre-1.0.4-1.lbn13.noarch
transmogrifier.bastioncallcentre is package of transmogrifier blueprints for uploading content
via Zope XML-RPC API to a BastionCallCentre/CRM site.
Plone site does not need any modifications, but vanilla Zope XML-RPC is used.
Usage
Common Options
target
Url of BastionCallCentre to upload content. You will need to include the username and password using the url syntax. e.g. http://user:password@site.com/helpdesk. If you'd prefer not to hardcode your password in a pipeline.cfg you can use mr.migrator which lets you override your pipeline using the commandline.
path-key
Which blueprint item dictionary key is used to extract the remote path information or the item. Default value path .
transmogrify.bastioncallcentre.constructor
Drop in replacement for constructor that will use xmlprc calls to construct content on a remote plone site
Options:
target: see Common Options
path-key: see Common Options
type-key: Key of the field with item type to create. Defaults to 'type','portal_type', 'Type','_type'
creation-key: Key of the field to determine if item should be created. Defaults to '_creation_flag'
alias-key: Key of the field with a path of where the original content was found such as by transmogrifier.webcrawler. transmogrify.bastioncallcentre.remoteredirector will set this path as an alias which allows the constructor to find the same content if it is run a second time even if a the items desired path has changed. Defaults to '_origin_path'.
create-condition:
TAL expression to determine if item should be added. Defaults to 'python:True'
move-condition: If the content has already been uploaded and then moved this TAL expression will determine if the content should be moved back. Default is 'python:True'
remove-condition:
If the content has already been uploaded and is of a different type this TAL expression will determine if the item can be removed and recreated.
Located in
LBN
/
…
/
PMOBoss Program Management
/
BastionLinux 13
-
transmogrify.bastioncallcentre-1.0.4-1.lbn13.noarch
transmogrifier.bastioncallcentre is package of transmogrifier blueprints for uploading content
via Zope XML-RPC API to a BastionCallCentre/CRM site.
Plone site does not need any modifications, but vanilla Zope XML-RPC is used.
Usage
Common Options
target
Url of BastionCallCentre to upload content. You will need to include the username and password using the url syntax. e.g. http://user:password@site.com/helpdesk. If you'd prefer not to hardcode your password in a pipeline.cfg you can use mr.migrator which lets you override your pipeline using the commandline.
path-key
Which blueprint item dictionary key is used to extract the remote path information or the item. Default value path .
transmogrify.bastioncallcentre.constructor
Drop in replacement for constructor that will use xmlprc calls to construct content on a remote plone site
Options:
target: see Common Options
path-key: see Common Options
type-key: Key of the field with item type to create. Defaults to 'type','portal_type', 'Type','_type'
creation-key: Key of the field to determine if item should be created. Defaults to '_creation_flag'
alias-key: Key of the field with a path of where the original content was found such as by transmogrifier.webcrawler. transmogrify.bastioncallcentre.remoteredirector will set this path as an alias which allows the constructor to find the same content if it is run a second time even if a the items desired path has changed. Defaults to '_origin_path'.
create-condition:
TAL expression to determine if item should be added. Defaults to 'python:True'
move-condition: If the content has already been uploaded and then moved this TAL expression will determine if the content should be moved back. Default is 'python:True'
remove-condition:
If the content has already been uploaded and is of a different type this TAL expression will determine if the item can be removed and recreated.
Located in
LBN
/
…
/
BastionLedger
/
BastionLinux 13
-
transmogrify.bastioncallcentre-1.0.4-1.lbn19.noarch
transmogrifier.bastioncallcentre is package of transmogrifier blueprints for uploading content
via Zope XML-RPC API to a BastionCallCentre/CRM site.
Plone site does not need any modifications, but vanilla Zope XML-RPC is used.
Usage
Common Options
target
Url of BastionCallCentre to upload content. You will need to include the username and password using the url syntax. e.g. http://user:password@site.com/helpdesk. If you'd prefer not to hardcode your password in a pipeline.cfg you can use mr.migrator which lets you override your pipeline using the commandline.
path-key
Which blueprint item dictionary key is used to extract the remote path information or the item. Default value path .
transmogrify.bastioncallcentre.constructor
Drop in replacement for constructor that will use xmlprc calls to construct content on a remote plone site
Options:
target: see Common Options
path-key: see Common Options
type-key: Key of the field with item type to create. Defaults to 'type','portal_type', 'Type','_type'
creation-key: Key of the field to determine if item should be created. Defaults to '_creation_flag'
alias-key: Key of the field with a path of where the original content was found such as by transmogrifier.webcrawler. transmogrify.bastioncallcentre.remoteredirector will set this path as an alias which allows the constructor to find the same content if it is run a second time even if a the items desired path has changed. Defaults to '_origin_path'.
create-condition:
TAL expression to determine if item should be added. Defaults to 'python:True'
move-condition: If the content has already been uploaded and then moved this TAL expression will determine if the content should be moved back. Default is 'python:True'
remove-condition:
If the content has already been uploaded and is of a different type this TAL expression will determine if the item can be removed and recreated.
Located in
LBN
/
…
/
PMOBoss Program Management
/
BastionLinux 19
-
transmogrify.dexterity-1.0-1.lbn13.noarch
The transmogrify.dexterity package provides a transmogrifier pipeline section for updating field values of dexterity content objects. The blueprint name is transmogrify.dexterity.schemaupdater.
The schemaupdater section needs at least the path to the object to update. Paths to objects are always interpreted as being relative to the context. Any writable field who's id matches a key in the current item will be updated with the corresponding value.
Fields that do not get a value from the pipeline are initialized with their default value or get a missing_value marker. This functionality will be moved into a separate constructor pipeline...
The schmemaupdater section can also handle fields defined in behaviors.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
transmogrify.dexterity-1.6.3-1.lbn19.noarch
The transmogrify.dexterity package provides a transmogrifier pipeline section for updating field values of dexterity content objects. The blueprint name is transmogrify.dexterity.schemaupdater.
The schemaupdater section needs at least the path to the object to update. Paths to objects are always interpreted as being relative to the context. Any writable field who's id matches a key in the current item will be updated with the corresponding value.
Fields that do not get a value from the pipeline are initialized with their default value or get a missing_value marker. This functionality will be moved into a separate constructor pipeline...
The schmemaupdater section can also handle fields defined in behaviors.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
transmogrify.extract-0.4.0-1.lbn13.noarch
This Transmogrifier blueprint extracts text from within the specified CSS id.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
transmogrify.extract-0.4.0-1.lbn19.noarch
This Transmogrifier blueprint extracts text from within the specified CSS id.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
transmogrify.filesystem-1.0b6-1.lbn13.noarch
Transmogrifier source for reading files from the filesystem
This package provides a Transmogrifier data source for reading files, images and directories from the filesystem. The output format is geared towards constructing Plone File, Image or Folder content. It is also possible to add arbitrary metadata (such as titles and descriptions) to the content items, by providing these in a separate CSV file.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
transmogrify.filesystem-1.0b6-1.lbn19.noarch
Transmogrifier source for reading files from the filesystem
This package provides a Transmogrifier data source for reading files, images and directories from the filesystem. The output format is geared towards constructing Plone File, Image or Folder content. It is also possible to add arbitrary metadata (such as titles and descriptions) to the content items, by providing these in a separate CSV file.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19