|
|
@ -71,7 +71,7 @@ Name[zu]=KInetD Uhlobo Lokwenza
|
|
|
|
|
|
|
|
|
|
|
|
# id to manipulate the service
|
|
|
|
# id to manipulate the service
|
|
|
|
[PropertyDef::X-KDE-KINETD-id]
|
|
|
|
[PropertyDef::X-KDE-KINETD-id]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# describes the TCP port kinetd should listen to
|
|
|
|
# describes the TCP port kinetd should listen to
|
|
|
|
[PropertyDef::X-KDE-KINETD-port]
|
|
|
|
[PropertyDef::X-KDE-KINETD-port]
|
|
|
@ -89,7 +89,7 @@ Type=bool
|
|
|
|
# if set, this argument is given to the app to start, followed by the number
|
|
|
|
# if set, this argument is given to the app to start, followed by the number
|
|
|
|
# of the socket's fd
|
|
|
|
# of the socket's fd
|
|
|
|
[PropertyDef::X-KDE-KINETD-argument]
|
|
|
|
[PropertyDef::X-KDE-KINETD-argument]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# if true, kinetd can accepts several connections at the same time. Otherwise
|
|
|
|
# if true, kinetd can accepts several connections at the same time. Otherwise
|
|
|
|
# it will block the port when a connection has been established.
|
|
|
|
# it will block the port when a connection has been established.
|
|
|
@ -106,7 +106,7 @@ Type=bool
|
|
|
|
# %f with the user's full name
|
|
|
|
# %f with the user's full name
|
|
|
|
# %i with a UUID thats identical in all URLs of this service
|
|
|
|
# %i with a UUID thats identical in all URLs of this service
|
|
|
|
[PropertyDef::X-KDE-KINETD-serviceURL]
|
|
|
|
[PropertyDef::X-KDE-KINETD-serviceURL]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# if kinetd registers a service URL, this string will be used for its attributes.
|
|
|
|
# if kinetd registers a service URL, this string will be used for its attributes.
|
|
|
|
# The following strings will be substituted:
|
|
|
|
# The following strings will be substituted:
|
|
|
@ -116,7 +116,7 @@ Type=QString
|
|
|
|
# %f with the user's full name
|
|
|
|
# %f with the user's full name
|
|
|
|
# %i with a UUID thats identical in all URLs of this service
|
|
|
|
# %i with a UUID thats identical in all URLs of this service
|
|
|
|
[PropertyDef::X-KDE-KINETD-serviceAttributes]
|
|
|
|
[PropertyDef::X-KDE-KINETD-serviceAttributes]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# the lifetime of a service in seconds. kinets will renew the service
|
|
|
|
# the lifetime of a service in seconds. kinets will renew the service
|
|
|
|
# automatically. Max 65535, never use anything under 2 min. Something like
|
|
|
|
# automatically. Max 65535, never use anything under 2 min. Something like
|
|
|
@ -132,17 +132,17 @@ Type=int
|
|
|
|
# %p with the port number
|
|
|
|
# %p with the port number
|
|
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Name]
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Name]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# if kinetd announces service on network using DNS-SD, this string will be used as service
|
|
|
|
# if kinetd announces service on network using DNS-SD, this string will be used as service
|
|
|
|
# type. It must be in form _yourservice._udp or _yourservice._tcp
|
|
|
|
# type. It must be in form _yourservice._udp or _yourservice._tcp
|
|
|
|
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
|
|
|
|
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
|
|
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Type]
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Type]
|
|
|
|
Type=QString
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
|
|
# defines list of text properties for service announced via DNS-SD
|
|
|
|
# defines list of text properties for service announced via DNS-SD
|
|
|
|
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
|
|
|
|
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Properties]
|
|
|
|
[PropertyDef::X-KDE-KINETD-DNSSD-Properties]
|
|
|
|
Type=QStringList
|
|
|
|
Type=TQStringList
|
|
|
|
|
|
|
|
|
|
|
|