mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
tor: improve readability of the packages help text
Whitespace before and after the description makes the package information much more obvious. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
+17
-9
@@ -34,11 +34,11 @@ define Package/tor/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor/Default/description
|
define Package/tor/Default/description
|
||||||
Tor is a toolset for a wide range of organizations and people that want to
|
Tor is a toolset for a wide range of organizations and people that want to
|
||||||
improve their safety and security on the Internet. Using Tor can help you
|
improve their safety and security on the Internet. Using Tor can help you
|
||||||
anonymize web browsing and publishing, instant messaging, IRC, SSH, and
|
anonymize web browsing and publishing, instant messaging, IRC, SSH, and
|
||||||
more. Tor also provides a platform on which software developers can build
|
more. Tor also provides a platform on which software developers can build
|
||||||
new applications with built-in anonymity, safety, and privacy features.
|
new applications with built-in anonymity, safety, and privacy features.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor
|
define Package/tor
|
||||||
@@ -49,7 +49,9 @@ endef
|
|||||||
|
|
||||||
define Package/tor/description
|
define Package/tor/description
|
||||||
$(call Package/tor/Default/description)
|
$(call Package/tor/Default/description)
|
||||||
This package contains the tor daemon.
|
|
||||||
|
This package contains the tor daemon.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor-gencert
|
define Package/tor-gencert
|
||||||
@@ -60,7 +62,9 @@ endef
|
|||||||
|
|
||||||
define Package/tor-gencert/description
|
define Package/tor-gencert/description
|
||||||
$(call Package/tor/Default/description)
|
$(call Package/tor/Default/description)
|
||||||
Generate certs and keys for Tor directory authorities
|
|
||||||
|
Generate certs and keys for Tor directory authorities.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor-resolve
|
define Package/tor-resolve
|
||||||
@@ -71,7 +75,9 @@ endef
|
|||||||
|
|
||||||
define Package/tor-resolve/description
|
define Package/tor-resolve/description
|
||||||
$(call Package/tor/Default/description)
|
$(call Package/tor/Default/description)
|
||||||
Resolve a hostname to an IP address via tor
|
|
||||||
|
Resolve a hostname to an IP address via tor.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor-geoip
|
define Package/tor-geoip
|
||||||
@@ -82,7 +88,9 @@ endef
|
|||||||
|
|
||||||
define Package/tor-geoip/description
|
define Package/tor-geoip/description
|
||||||
$(call Package/tor/Default/description)
|
$(call Package/tor/Default/description)
|
||||||
This package contains a GeoIP database mapping IP addresses to countries.
|
|
||||||
|
This package contains a GeoIP database mapping IP addresses to countries.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor/conffiles
|
define Package/tor/conffiles
|
||||||
|
|||||||
Reference in New Issue
Block a user