boklm pushed to branch tor-browser-90.1.1-11.0-1 at The Tor Project / Applications / fenix
Commits:
a4407578 by Matthew Finkel at 2021-07-14T03:54:30+00:00
Bug 40002: Add GitLab CI
Pin CI builds to runners with 32GB of RAM to avoid OOM conditions.
- - - - -
5c13ead2 by Matthew Finkel at 2021-07-14T03:54:31+00:00
Rename as Tor Browser
Bug 40020: Change applicationId
Bug 40020: Change app name
Bug 40020: Change deeplink scheme
Bug 40020: Change App icons
Bug 40073: Use correct branding on About page
Bug 40088: Use Tor Browser logo in migration screen
- - - - -
6f5d49c7 by Matthew Finkel at 2021-07-14T03:54:32+00:00
Disable features and functionality
Bug 33594: Disable data collection by default (Glean)
Bug 40019: Adjust is disabled on Release when data collection is disabled
Bug 34338: Disable the crash reporter
Bug 40014: Neuter Google Advertising ID
Bug 40018: Disable Push service
Bug 40034: Disable PWA onboading
Bug 40072: Disable Tracking Protection
Bug 40061: Do not show "Send to device" in sharing menu
Bug 40109: Reduce requested permissions
Exclude LOCATION and NETWORK_STATE
Bug 40162: Disable Numbus experiments
- - - - -
77eb8a1c by Georg Koppen at 2021-07-14T03:54:34+00:00
Modify build system
Bug 40083: Make locale ordering in BuildConfig deterministic
Bug 40042: Add option do overwrite timestamp in extension version
Bug 40059: Use MOZ_BUILD_DATE for versionCode
At the same time we adapt MOZ_BUILD_DATE to our needs where it is
actually used and not in tor-browser-build. This gives us more
flexibility. See: tor-browser-build#40084.
Bug 40067: Fix reproducibility issue in classes2.dex
We make sure our MOZ_BUILD_DATE gets used as a source for showing date
related information on the Fenix about page.
Bug 40071: Show only supported locales
Bug 40064: Use Gecko Beta for Nightly and Debug variants
Bug 40123: Allow building the instrumented tests apks for variants other than debug
This allows to specify the variant of the instrumented tests via
a `testBuildType` gradle argument. It also applies a workaround for
a R8 issue from https://issuetracker.google.com/issues/140851070.
Bug 40143: Use deterministic date in Test apk
The build config was using Date() when generating the Test apk's
versionName.
- - - - -
fcec39d1 by Matthew Finkel at 2021-07-14T03:54:35+00:00
Add Tor integration and UI
Bug 40001: Start Tor as part of the Fenix initialization
Bug 40028: Implement Tor Service controller
Bug 40028: Integrate Tor Controller into HomeFragment
Bug 40028: Implement Tor connect and logger screens
Bug 40028: Implement Tor Onboarding
Bug 40028: Implement new home screen
Bug 40028: Define bootstrapping events and Quick Start
Bug 40041: Implement Tor Network Settings
Bug 40041: Integrate Tor Network Settings
Bug 40179: Show Snowflake bridge option on Release
- - - - -
0ad5971c by Alex Catarineu at 2021-07-14T03:54:36+00:00
Modify UI/UX
Bug 40015: Modify Home menu
Bug 40016: Hide unwanted Settings
Bug 40016: Modify Default toolbar menu
Bug 40016: Add Donate settings button
Bug 40016: Move Allow Screenshots under Advanced
Bug 40016: Don't install WebCompat webext
Bug 40016: Don't onboard Search Suggestions
Bug 40094: Do not use MasterPasswordTipProvider in HomeFragment
Bug 40095: Hide "Sign in to sync" in bookmarks
Bug 40031: Hide Mozilla-specific items on About page
Bug 40032: Set usesCleartextTraffic as false
Bug 40063: Do not sort search engines alphabetically
Bug 34378: Port external helper app prompting
With the corresponding android-components patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
Bug 34403: Disable Normal mode by default
Bug 40087: Implement a switch for english locale spoofing
Bug 40144: Hide Download Manager
Bug 40141: Hide EME site permission
Bug 40166: Hide "Normal" tab (again) and Sync tab in TabTray
Bug 40167: Hide "Save to Collection" in menu
Bug 40172: Find the Quit button
- - - - -
0b68579e by Alex Catarineu at 2021-07-14T03:54:38+00:00
Modify Add-on support
Bug 40030: Install HTTPS Everywhere and NoScript addons on startup
HTTPS Everywhere is installed as a builtin extension and NoScript as
a regular AMO addon. To avoid unnecessary I/O we only install NoScript
the first time, and rely on the browser addon updating mechanism for
keeping up with new versions. This is the same behaviour that was
implemented in the Fennec-based Tor Browser, where it was installed
as a "distribution addon", which also only occurred once.
Bug 40062: HTTPS Everywhere is not shown as installed
Also 40070: Consider storing the list of recommended addons
This implements our own AddonsProvider, which loads the list of
available addons from assets instead of fetching it from an
endpoint. In this list, we replace https-everywhere by
our https-everywhere-eff, so that the EFF one is shown as installed
in the addons list and the AMO one is not displayed.
Also, we hide the uninstall button for builtin addons.
Bug 40058: Hide option for disallowing addon in private mode
- - - - -
5a2c5927 by Matthew Finkel at 2021-07-14T03:54:39+00:00
Add Security Level UI
Bug 40026: Implement Security Level settings
Bug 40026: Integrate Security Level settings
- - - - -
04d8a103 by Matthew Finkel at 2021-07-14T03:54:40+00:00
Bug 40165: Announce v2 onion service deprecation on about:tor
- - - - -
a05cb028 by HackerNCoder at 2021-07-14T03:54:42+00:00
Bug 40177: Hide Tor icons in settings
- - - - -
30 changed files:
- + .gitlab-ci.yml
- app/build.gradle
- app/proguard-rules.pro
- app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt
- − app/src/beta/res/drawable/ic_launcher_foreground.xml
- app/src/beta/res/mipmap-hdpi/ic_launcher.png
- app/src/beta/res/mipmap-mdpi/ic_launcher.png
- app/src/beta/res/mipmap-xhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxxhdpi/ic_launcher.png
- app/src/beta/res/values/static_strings.xml
- app/src/beta/res/xml/shortcuts.xml
- − app/src/debug/res/drawable/ic_launcher_foreground.xml
- app/src/debug/res/xml/shortcuts.xml
- app/src/main/AndroidManifest.xml
- + app/src/main/assets/allowed_addons.json
- app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
- app/src/main/java/org/mozilla/fenix/FenixApplication.kt
- app/src/main/java/org/mozilla/fenix/HomeActivity.kt
- app/src/main/java/org/mozilla/fenix/addons/InstalledAddonDetailsFragment.kt
- app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
- app/src/main/java/org/mozilla/fenix/components/Analytics.kt
- app/src/main/java/org/mozilla/fenix/components/Components.kt
- app/src/main/java/org/mozilla/fenix/components/Core.kt
- + app/src/main/java/org/mozilla/fenix/components/TorAddonCollectionProvider.kt
- + app/src/main/java/org/mozilla/fenix/components/TorBrowserFeatures.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/AdjustMetricsService.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/MetricsUtils.kt
- app/src/main/java/org/mozilla/fenix/components/toolbar/DefaultToolbarMenu.kt
- app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/aeedb6b53781…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/aeedb6b53781…
You're receiving this email because of your account on gitlab.torproject.org.
boklm pushed to branch android-components-90.0.12-11.0-1 at The Tor Project / Applications / android-components
Commits:
677d4310 by Matthew Finkel at 2021-07-14T03:59:38+00:00
Bug 40005: Modify Default toolbar menu
- - - - -
3eccbe80 by Alex Catarineu at 2021-07-14T03:59:39+00:00
Bug 40007: Port external helper app prompting
Together with the corresponding fenix patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
- - - - -
13a4643a by Alex Catarineu at 2021-07-14T03:59:41+00:00
Bug 40002: Ensure system download manager is not used
- - - - -
0e075a1c by Alex Catarineu at 2021-07-14T03:59:42+00:00
Bug 40009: Change the default search engines
This matches the search engines from desktop, that is:
DDG as the default, then YouTube, Google, DDGOnion,
Startpage, Twitter, Wikipedia and Yahoo.
- - - - -
b544b250 by Alex Catarineu at 2021-07-14T03:59:43+00:00
Modify Addon support
Bug 40011: Hide option for disallowing addons in private mode
Bug 40016: Allow inheriting from AddonCollectionProvider
This will allow implementing our own AddonsProvider in fenix.
- - - - -
67fbe20a by Georg Koppen at 2021-07-14T03:59:45+00:00
Bug 40013: Add option do overwrite timestamp in extension version
- - - - -
b76d66a2 by Alex Catarineu at 2021-07-14T03:59:46+00:00
Bug 40015: Port padlock states for .onion services
- - - - -
9f38a18b by Alex Catarineu at 2021-07-14T03:59:48+00:00
Bug 40021: Force telemetry=false in Fennec settings migration
- - - - -
98b68423 by Alex Catarineu at 2021-07-14T03:59:49+00:00
Bug 40022: Migrate Tor security level from Fennec
- - - - -
905a33bd by Matthew Finkel at 2021-07-14T03:59:50+00:00
Modify Tracking Protection configuration
Bug 40020: Disable third-party cookies
Bug 40024: Disable tracking protection by default
- - - - -
ab795362 by Matthew Finkel at 2021-07-14T03:59:52+00:00
Bug 40023: Stop PrivateNotificationService
- - - - -
3457484e by Matthew Finkel at 2021-07-14T03:59:53+00:00
Add support for new GeckoView interfaces
Bug 40006: Expose Security Level interface
Bug 40019: Expose spoofEnglish pref
Bug 34439: Isolate Icon loader on Android
- - - - -
30 changed files:
- build.gradle
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt
- components/browser/icons/src/main/java/mozilla/components/browser/icons/loader/HttpIconLoader.kt
- components/browser/menu/src/main/java/mozilla/components/browser/menu/WebExtensionBrowserMenuBuilder.kt
- + components/browser/search/src/main/assets/searchplugins/ddg-onion.xml
- + components/browser/search/src/main/assets/searchplugins/startpage.xml
- + components/browser/search/src/main/assets/searchplugins/yahoo.xml
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/DisplayToolbar.kt
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/SiteSecurityIconView.kt
- components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml
- components/browser/toolbar/src/main/res/values/attrs_browser_toolbar.xml
- components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
- components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt
- components/concept/fetch/src/main/java/mozilla/components/concept/fetch/Request.kt
- components/concept/toolbar/src/main/java/mozilla/components/concept/toolbar/Toolbar.kt
- components/feature/addons/src/main/java/mozilla/components/feature/addons/amo/AddonCollectionProvider.kt
- components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
- components/feature/app-links/build.gradle
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksFeature.kt
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksUseCases.kt
- components/feature/contextmenu/src/main/java/mozilla/components/feature/contextmenu/ContextMenuCandidate.kt
- components/feature/downloads/build.gradle
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/AbstractFetchDownloadService.kt
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsFeature.kt
- components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
- components/feature/search/src/main/assets/search/list.json
- components/feature/search/src/main/assets/searchplugins/ddg.xml
- components/feature/toolbar/src/main/java/mozilla/components/feature/toolbar/ToolbarPresenter.kt
- components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare…
You're receiving this email because of your account on gitlab.torproject.org.
commit 4034ec2e5059e40c1d76b499006c8cade56fbc46
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jul 14 09:47:52 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+fr.po | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
diff --git a/contents+fr.po b/contents+fr.po
index 661c22e1a1..a57ffa7ef9 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -5344,6 +5344,10 @@ msgid ""
"in the URL bar, and the New Identity option by clicking the small sparky "
"broom icon at the top-right of the screen."
msgstr ""
+"Vous pouvez donc accéder à l'option Nouveau Circuit dans le menu "
+"d'information du site dans la barre d'URL, et à l'option Nouvelle Identité "
+"en cliquant sur la petite icône de balai scintillant en haut à droite de "
+"l'écran."
#: https//support.torproject.org/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -6426,6 +6430,8 @@ msgid ""
"Close Tor Browser before you edit your `torrc`, otherwise Tor Browser may "
"erase your modifications."
msgstr ""
+"Fermez le Navigateur Tor avant de modifier votre `torrc`, sinon le "
+"Navigateur Tor peut effacer vos modifications."
#: https//support.torproject.org/tbb/tbb-editing-torrc/
#: (content/tbb/tbb-editing-torrc/contents+en.lrquestion.description)
@@ -6433,6 +6439,8 @@ msgid ""
"Some options will have no effect as Tor Browser overrides them with command "
"line options when it starts Tor."
msgstr ""
+"Certaines options n'affecteront pas le navigateur puisqu'il les remplace par"
+" des options de ligne de commande lorsqu'il démarre Tor."
#: https//support.torproject.org/tbb/tbb-editing-torrc/
#: (content/tbb/tbb-editing-torrc/contents+en.lrquestion.description)
@@ -6588,7 +6596,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
msgid "Can I run Tor Browser on an Android device?"
-msgstr ""
+msgstr "Puis-je utiliser le Navigateur Tor sur un appareil Android ?"
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6634,7 +6642,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
msgid "Can I run Tor Browser on an iOS device?"
-msgstr ""
+msgstr "Puis-je utiliser le Navigateur Tor sur un appareil iOS ?"
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6680,7 +6688,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
msgid "How do I run Tor Browser on Windows Phone?"
-msgstr ""
+msgstr "Comment puis-je utiliser le Navigateur Tor sur Windows Phone ?"
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
@@ -6781,6 +6789,8 @@ msgid ""
"[Learn how to add a repository to F-Droid](https://f-droid.org/en/tutorials"
"/add-repo/)."
msgstr ""
+"[Apprendre comment ajouter un dépôt sur "
+"F-Droid](https://f-droid.org/en/tutorials/add-repo/)."
#: https//support.torproject.org/gettor/gettor-1/
#: (content/gettor/gettor-1/contents+en.lrquestion.title)
@@ -6847,6 +6857,8 @@ msgid ""
"In the body of the mail, write the name of your operating system (such as "
"Windows, macOS, or Linux)."
msgstr ""
+"Dans le corps du courriel, écrivez le nom de votre système d’exploitation "
+"(comme Windows, macOS, ou Linux)."
#: https//support.torproject.org/gettor/gettor-2/
#: (content/gettor/gettor-2/contents+en.lrquestion.description)
@@ -6884,6 +6896,8 @@ msgid ""
"GetTor via Twitter is currently under maintenance. Please use the "
"[email](https://support.torproject.org/gettor/gettor-2) instead."
msgstr ""
+"GetTor via Twitter est actuellement en maintenance. Veuillez utiliser un "
+"[courriel](https://support.torproject.org/gettor/gettor-2) à la place."
#: https//support.torproject.org/gettor/gettor-4/
#: (content/gettor/gettor-4/contents+en.lrquestion.title)
@@ -7267,6 +7281,8 @@ msgid ""
"You may try one or more of the following activities in case you encounter "
"this error:"
msgstr ""
+"Vous pouvez essayer une ou plusieurs des propositions suivantes si vous "
+"rencontrez cette erreur :"
#: https//support.torproject.org/connecting/connecting-4/
#: (content/connecting/connecting-4/contents+en.lrquestion.description)
@@ -7274,6 +7290,8 @@ msgid ""
"* If you have an antivirus, it may be interfering with the Tor service. "
"Disable the antivirus and restart the browser."
msgstr ""
+"* Si vous avez un antivirus, cela peut interférer avec le service Tor. "
+"Désactivez l'antivirus et relancez le navigateur."
#: https//support.torproject.org/connecting/connecting-4/
#: (content/connecting/connecting-4/contents+en.lrquestion.description)
@@ -7281,11 +7299,13 @@ msgid ""
"* You should not have moved the Tor Browser folder from its original "
"location to a different location."
msgstr ""
+"* Vous ne devriez pas bouger le fichier du Navigateur Tor de son emplacement"
+" original."
#: https//support.torproject.org/connecting/connecting-4/
#: (content/connecting/connecting-4/contents+en.lrquestion.description)
msgid "If you did this, revert the change."
-msgstr ""
+msgstr "Si c'est le cas, annulez ce changement."
#: https//support.torproject.org/connecting/connecting-4/
#: (content/connecting/connecting-4/contents+en.lrquestion.description)
@@ -7492,7 +7512,7 @@ msgstr ""
#: https//support.torproject.org/censorship/how-can-i-use-snowflake/
#: (content/censorship/how-can-i-use-snowflake/contents+en.lrquestion.title)
msgid "How can I use Snowflake?"
-msgstr ""
+msgstr "Comment puis-je utiliser Snowflake ?"
#: https//support.torproject.org/censorship/how-can-i-use-snowflake/
#: (content/censorship/how-can-i-use-snowflake/contents+en.lrquestion.description)
commit 90a03bf46bc8395a8eb629e94d6a7a5c7b89f847
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jul 14 09:17:48 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+fr.po | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/contents+fr.po b/contents+fr.po
index 27878b8084..661c22e1a1 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2582,6 +2582,8 @@ msgstr ""
#: (content/faq/staying-anonymous/contents+en.lrquestion.description)
msgid "### Use Tor Browser and software specifically configured for Tor"
msgstr ""
+"### Utiliser le Navigateur Tor et des logiciels spécifiquement configurés "
+"pour Tor"
#: https//support.torproject.org/faq/staying-anonymous/
#: (content/faq/staying-anonymous/contents+en.lrquestion.description)
@@ -2638,6 +2640,7 @@ msgstr "– Dangereux : [BitTorrent par Tor](/misc/misc-4)"
#: (content/faq/staying-anonymous/contents+en.lrquestion.description)
msgid "### Control what information you provide through web forms"
msgstr ""
+"### Contrôlez quelles informations vous fournissez via les formulaires Web"
#: https//support.torproject.org/faq/staying-anonymous/
#: (content/faq/staying-anonymous/contents+en.lrquestion.description)
@@ -4532,6 +4535,11 @@ msgid ""
"browser/-/issues) and create a [GitLab issue](/misc/bug-or-feedback/) about "
"what you're experiencing."
msgstr ""
+"Si votre problème n'est pas listé ici, veuillez regarder en premier le "
+"[système de suivi des problèmes du Navigateur "
+"Tor](https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues) et"
+" de créer un [problème GitLab](/misc/bug-or-feedback/) sur ce qui vous "
+"arrive."
#: https//support.torproject.org/tbb/tbb-10/
#: (content/tbb/tbb-10/contents+en.lrquestion.title)
commit 696a0249c967839517032c5bd444fedf6306f507
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jul 14 07:15:12 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 47 insertions(+), 4 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index caa7dc82a4..ed1b9191a5 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12858,6 +12858,8 @@ msgstr "* [Tor aktarıcı rehberi](https://community.torproject.org/relay)"
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "* Set up an informative website on the exit IP(s) on port 80."
msgstr ""
+"* Çıkış IP adresinin 80 numaralı kapısına bilgilendirici bir web sitesi "
+"kurun."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12865,6 +12867,8 @@ msgid ""
"A disclaimer helps giving people the right idea about what is behind traffic"
" coming from these IPs."
msgstr ""
+"Bir sorumluluk reddi metni, insanlara bu IP adreslerinden gelen trafiğin "
+"arkasında ne olduğu hakkında doğru fikir vermeye yardımcı olur."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12872,11 +12876,15 @@ msgid ""
"A simple notice can be published without a separate webserver using Tor's "
"\"DirPortFrontPage \" directive."
msgstr ""
+"\"DirPortFrontPage\" Tor komutu kullanılarak, ayrı bir web sunucusu kurmadan"
+" basit bir bildirim yayınlanabilir."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "* Try to use dedicated IPs, and when possible dedicated hardware."
msgstr ""
+"* Yalnız bu amaca atanmış IP adresleri ve olabiliyorsa bu amaca atanmış "
+"donanım kullanmaya çalışın."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12886,6 +12894,11 @@ msgid ""
" it's best to be able to easily show that you do Tor exiting, and nothing "
"else (on that IP or server)."
msgstr ""
+"* Diski şifrelemek, düğüm anahtarlarınızı korumak için yararlı olabilir. "
+"Ancak şifrelenmemiş bilgisayarların gerektiğinde \"denetlenmesi\" daha "
+"kolaydır. Yalnız Tor çıkışı sağladığınızı ve başka hiçbir şey yapmadığınızı "
+"(ilgili IP adresi veya sunucuda) kolayca gösterebilmenin en iyisi olduğunu "
+"düşünüyoruz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12894,6 +12907,9 @@ msgid ""
" 'proxy', 'tor-proxy'. So when other people see the address in their web "
"logs, they will more quickly understand what's going on."
msgstr ""
+"* Ters DNS adresini, kullanım amacını belirtecek şekilde ayarlayın. Örneğim "
+"'anonymous-relay', 'proxy', 'tor-proxy' gibi. Böylece başkaları, web "
+"günlüklerinde adresi gördüğünde ne olduğunu daha kolay anlar."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12903,11 +12919,16 @@ msgid ""
" this will protect you from users using your exit node to forge e-mails "
"which look like they come from you."
msgstr ""
+"Bunu yaparsanız ve çıkış ilkenizde SMTP kullanımına izin veriliyorsa, etki "
+"alanınız için [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework) "
+"yapılandırmayı değerlendirin. Böylece çıkış aktarıcınızı sahtekarlık için "
+"kullanarak e-postaların sizden geliyormuş gibi görünmesini sağlayacak "
+"kişilerden korunursunuz."
#: https//community.torproject.org/relay/community-resources/tor-relay-universities/
#: (content/relay/community-resources/tor-relay-universities/contents+en.lrpage.title)
msgid "Tor Relay Universities"
-msgstr ""
+msgstr "Tor Aktarıcı Üniversiteleri"
#: https//community.torproject.org/relay/community-resources/tor-relay-universities/
#: (content/relay/community-resources/tor-relay-universities/contents+en.lrpage.subtitle)
@@ -13378,19 +13399,19 @@ msgid ""
"bin/mailman/listinfo/tor-relays-universities) mailing list (and other "
"education institutions too)."
msgstr ""
-"[Tor Aktarıcı Üniversiteleri](https://lists.torproject.org/cgi-"
+"[Tor aktarıcı üniversiteleri](https://lists.torproject.org/cgi-"
"bin/mailman/listinfo/tor-relays-universities) (ve diğer eğitim kurumlarının)"
" e-posta listesine abone olun."
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.title)
msgid "Good Bad ISPs"
-msgstr ""
+msgstr "Good Bad ISPs"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.subtitle)
msgid "Some ISPs are Tor-friendly, some are not"
-msgstr ""
+msgstr "Bazı İnternet hizmeti sağlayıcıları Tor dostuyken, bazıları değildir"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13454,12 +13475,15 @@ msgid ""
"| **Company/ISP** | **ASN** | **Bridges** | **Relay** | **Exit** | "
"**Comments** | **Last Updated** |"
msgstr ""
+"| **Kuruluş/ISP** | **ASN** | **Köprü** | **Aktarıcı** | **Çıkış** | **Not**"
+" | **Son güncelleme** |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
msgid ""
"|-------------------------|-------------|-----------------|--------------|-------------|---------------------|------------------------|"
msgstr ""
+"|-------------------------|-------------|-----------------|--------------|-------------|---------------------|------------------------|"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13468,6 +13492,9 @@ msgid ""
"not care what their customers do at all (unless you have a business "
"connection) | 12/2011 |"
msgstr ""
+"| [UPC Austria GmbH](https://www.upc.at/) | - | - | Evet | Evet | (ISP) "
+"müşterilerinin ne yaptığı ile ilgilenmiyor (iş bağlantısı olmadıkça) | "
+"12/2011 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13476,6 +13503,9 @@ msgid ""
"Hosts already some big exit/entry nodes which seem to have no problems. Very"
" expensive traffic. | 12/2011 |"
msgstr ""
+"| [Silver Server GmbH](http://sil.at/) | - | -| Evet | Evet | Şikayetleri "
+"iletiyor. Bazı büyük çıkış ve giriş aktarıcılarını sorunsuz olarak "
+"barındırıyor. Trafik çok pahalı. | 12/2011 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13485,6 +13515,9 @@ msgid ""
"\"proxies\" on private lines. Cheap synchronous (SDSL) connections. | "
"12/2011 |"
msgstr ""
+"| [Tele2 Austria GmbH](https://tele2.at/) | - | - | Evet | Evet | İş "
+"bağlantılı şikayetleri iletiyor. Trafik kalitesi iyi. Özel hatlarda \"vekil "
+"sunuculardan\" hoşlanmıyor. Ucuz senkron (SDSL) bağlantılar. | 12/2011 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13493,6 +13526,9 @@ msgid ""
"like Abuse (in any form) at all. Seems to give out customer data at alleged "
"abuse. Not recommended but cheap. | 12/2011 |"
msgstr ""
+"| [A1(eski Telekom Austria)](http://a1.net) | - | - | Evet | Hayır | Kötüye "
+"kullanımı sevmiyor (her türlüsünü). Kötüye kullanım iddia edildiğinde "
+"müşteri verilerini veriyor gibi görünüyor. Önerilmez ama ucuz. | 12/2011 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13501,6 +13537,9 @@ msgid ""
"relaxed at all services, but better get in touch with their (very "
"understanding) support when you expect abuse. | 12/2011 |"
msgstr ""
+"| [xpirio GmbH](http://xpirio.at) | - | - | Evet | ? | Genel olarak tüm "
+"hizmetlerde oldukça rahat, ancak kötüye kullanım durumunda (çok anlayışlı) "
+"destek ekipleri ile görüşürseniz iyi olur. | 12/2011 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13513,6 +13552,9 @@ msgid ""
"| [VPS.BG](https://www.vpsbg.eu/en/) | - | Yes | Yes | Yes | They don't "
"collect any personal info and you can pay in bitcoin. | 01/11/2016 |"
msgstr ""
+"| [VPS.BG](https://www.vpsbg.eu/en/) | - | Evet | Evet | Evet | Herhangi "
+"bir kişisel bilgi toplamıyor. Bitcoin ile ödeme yapılabiliyor. | 01/11/2016 "
+"|"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13561,6 +13603,7 @@ msgstr "### Çek Cumhuriyeti"
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
msgid "| [T-Systems`](http://www.t-systems.cz/) | - | Yes | Yes | ? | - | - |"
msgstr ""
+"| [T-Systems`](http://www.t-systems.cz/) | - | Evet | Evet | ? | - | - |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
commit ef77372ad6b46d66153b10e47f752f4e976319c9
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jul 14 06:45:16 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 47 insertions(+), 4 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 183efa80ab..caa7dc82a4 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12613,6 +12613,8 @@ msgid ""
"very small number of complaints, especially compared to the amount of "
"traffic we push."
msgstr ""
+"TorServers.net oldukça büyük bir Tor çıkış işletmecisidir ve özellikle "
+"gönderdiğimiz trafik miktarına oranla çok az sayıda şikayet alıyoruz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12642,8 +12644,8 @@ msgid ""
msgstr ""
" Torservers.net üzerindeki "
"kalıplara](https://www.torservers.net/wiki/abuse/templates) ek olarak, "
-"değişik senaryolar için hazırlanmış daha fazla kalıbı [Tor Şikayet Yanıtlama"
-" Kalıpları](/relay/community-resources/tor-abuse-templates/) bölümünde "
+"değişik senaryolar için hazırlanmış daha fazla kalıbı [Tor şikayet yanıtlama"
+" kalıpları](/relay/community-resources/tor-abuse-templates/) bölümünde "
"bulabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
@@ -12652,6 +12654,8 @@ msgid ""
"It is exceptionally rare to encounter a scenario where none of these "
"templates apply."
msgstr ""
+"Bu kalıpların hiçbirinin geçerli olmadığı bir senaryo ile karşılaşma "
+"olasılığı son derece düşüktür."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12659,6 +12663,8 @@ msgid ""
"### If you receive a threatening letter from a lawyer about abusive use or a"
" DMCA complaint, also don't freak out."
msgstr ""
+"### Bir avukattan kötüye kullanım veya DMCA şikayetiyle ilgili bir tehdit "
+"mektubu alırsanız, korkmayın."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12666,6 +12672,8 @@ msgid ""
"We are not aware of any case that made it near a court, and we will do "
"everything in our power to support you if it does."
msgstr ""
+"Mahkemenin aşamasına gelen herhangi bir davadan haberdar değiliz ve böyle "
+"bir şey olursa sizi desteklemek için elimizden gelen her şeyi yapacağız."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12674,6 +12682,9 @@ msgid ""
" at [ExoneraTor](https://exonerator.torproject.org/). Point to that website "
"in your reply to the complaint."
msgstr ""
+"Bir IP adresinin belirli bir zamanda çıkış aktarıcısı olarak listelenip "
+"listelenmediğini [ExoneraTor](https://exonerator.torproject.org/) adresinden"
+" öğrenebilirsiniz. Şikayete verdiğiniz yanıtta bu web sitesinden bahsedin."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12681,6 +12692,9 @@ msgid ""
"If you feel it might be helpful, we can write you a signed letter confirming"
" this information: Contact us at frontdesk(a)torproject.org if you need one."
msgstr ""
+"Yararlı olabileceğini düşünüyorsanız, size bu bilgiyi doğrulayan imzalı bir "
+"mektup yazabiliriz: Gerek duyarsanız, bize frontdesk(a)torproject.org "
+"adresinden yazabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12689,16 +12703,18 @@ msgid ""
"passing through your machine, and include the relevant legal references for "
"your country."
msgstr ""
+"Yanıtınızda, bilgisayarınızdan iletilen içerikten sorumlu olmadığınızı "
+"açıkça belirtin ve ülkeniz için geçerli yasal referansları ekleyin."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "## Things you can do preemptively"
-msgstr ""
+msgstr "## Önceden yapabileceğiniz şeyler"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "### Make the WHOIS info point as close to you as possible."
-msgstr ""
+msgstr "### WHOIS bilgi noktasını olabildiğince size yakın seçin."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12706,6 +12722,9 @@ msgid ""
"One of the biggest reasons exit relays disappear is because the people "
"answering the abuse address get nervous and ask you to stop."
msgstr ""
+"Çıkış aktarıcılarının kaybolmasının en büyük nedenlerinden biri, kötüye "
+"kullanım adresine yazan kişilerin gergin olması ve sizden durmanızı "
+"istemesidir."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12713,6 +12732,8 @@ msgid ""
"If you can get your own IP block, great. Even if not, many providers will "
"still reassign subblocks to you if you ask."
msgstr ""
+"Kendi IP bloğunuzu alabilirseniz harika olur. Bu olmasa da, istediğinizde "
+"birçok hizmet sağlayıcı alt bloklarınızı değiştirir."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12720,6 +12741,8 @@ msgid ""
"ARIN uses [SWIP](https://www.arin.net/resources/request/reassignments.html),"
" and RIPE uses something similar."
msgstr ""
+"ARIN [SWIP](https://www.arin.net/resources/request/reassignments.html) ve "
+"RIPE benzer bir şey kullanır."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12728,6 +12751,9 @@ msgid ""
"anonymization service "
"([Example](https://apps.db.ripe.net/search/query.html?searchtext=ZWIEBELFREUN…)."
msgstr ""
+"Ayrıca IP aralığınızı anonimleştirme hizmeti için kullandığınız hakkında bir"
+" açıklama ekleyebilirsiniz "
+"([Örnek](https://apps.db.ripe.net/search/query.html?searchtext=ZWIEBELFREUNDE))."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12736,11 +12762,16 @@ msgid ""
"relays mailing list](https://lists.torproject.org/cgi-bin/mailman/listinfo"
"/tor-relays) and we will try to explain the process to you."
msgstr ""
+"Süreçle ilgili sorularınız varsa, [tor-relays e-posta "
+"listesine](https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays)"
+" bir e-posta gönderin. Biz de size süreci açıklamaya çalışalım."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "### Register a phone number and a fax number as abuse contact."
msgstr ""
+"### Kötüye kullanım durumunda iletişim kurulması için bir telefon ve bir "
+"faks numarası yazın."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12748,6 +12779,8 @@ msgid ""
"At least law enforcement in Germany regularly uses the fax and phone numbers"
" present in IP records."
msgstr ""
+"En azından Almanya'da kolluk kuvvetleri, IP kayıtlarında bulunan faks ve "
+"telefon numaralarını düzenli olarak kullanır."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12755,6 +12788,9 @@ msgid ""
"Torservers.net uses a free German fax-to-email service, call-manager.de, and"
" a VoIP number from Sipgate.de."
msgstr ""
+"Torservers.net faks için ücretsiz bir Alman fakstan e-postaya hizmeti olan "
+"call-manager.de ve telefon için Sipgate.de hizmetinden bir VoIP numarası "
+"kullanır."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12782,6 +12818,10 @@ msgid ""
"complaints](/relay/community-resources/eff-tor-legal-faq/tor-dmca-response/)"
" you will receive."
msgstr ""
+"Böylece bir Bittorrent kullanıcısının aktarıcınızı seçme olasılığı büyük "
+"ölçüde azalır ve alacağınız [DMCA şikayetlerinin](/relay/community-resources"
+"/eff-tor-legal-faq/tor-dmca-response/) sayısı da azalır hatta ortadan "
+"kalkar."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12789,6 +12829,9 @@ msgid ""
"If you have your own experience of abuse handling, just share it on our "
"public mailing list or write us an email to frontdesk(a)torproject.org."
msgstr ""
+"Kötüye kullanımı ele alma konusunda deneyiminiz varsa, bunu herkese açık "
+"e-posta listemizde paylaşabilir veya bize frontdesk(a)torproject.org "
+"adresinden yazabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
commit 0f0d43b886cba79af32100148666162f5f8e88ae
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jul 14 06:15:13 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 8f5f45d786..183efa80ab 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12543,6 +12543,8 @@ msgstr ""
msgid ""
"### Consider preemptively teaching your local law enforcement about Tor."
msgstr ""
+"### Yerel kolluk kuvvetlerine önceden Tor hakkında bilgi vermeyi "
+"değerlendirin."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12552,6 +12554,10 @@ msgid ""
"police-stuttgart) -- they're typically overwhelmed by their jobs and don't "
"have enough background to know where to start."
msgstr ""
+"\"Siber suç\" ile uğraşan kişilere, [Tor ve İnternet hakkında bilgi "
+"vermeyi](https://blog.torproject.org/blog/talking-german-police-stuttgart) "
+"önerdiğinizde katılmak isterler. Bu kişiler genellikle iş yoğunluğundan "
+"bunalmıştır ve nereden başlayacakları hakkında yeterli bilgileri yoktur."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12561,6 +12567,10 @@ msgid ""
"criminals](https://2019.www.torproject.org/docs/faq-"
"abuse#WhatAboutCriminals))."
msgstr ""
+"Onlara bu bilgileri vererek Tor platformunun dünya için neden yararlı "
+"olduğunu (ve [neden özellikle suçluların işine "
+"yaramadığını]](https://2019.www.torproject.org/docs/faq-"
+"abuse#WhatAboutCriminals) anlatabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12568,16 +12578,18 @@ msgid ""
"Also, if they do get a report about your relay, they'll think of you as a "
"helpful expert rather than a potential criminal."
msgstr ""
+"Ayrıca, aktarıcınız hakkında bir şikayet alırlarsa, sizi olası bir suçlu "
+"yerine yardımcı bir uzman olarak anımsarlar."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "## Handling abuse complaints"
-msgstr ""
+msgstr "# Kötüye kullanım şikayetlerini ele almak"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "### Answering complaints"
-msgstr ""
+msgstr "### Şikayetleri yanıtlamak"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12585,13 +12597,14 @@ msgid ""
"If you receive an abuse complaint, don't freak out! Here is some advice for "
"you:"
msgstr ""
+"Bir kötüye kullanım şikayeti alırsanız, delirmeyin! İşte size bazı öneriler:"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid ""
"### Answer to abuse complaints in a professional manner within a reasonable "
"time span."
-msgstr ""
+msgstr "### Şikayetleri makul bir süre içinde profesyonelce yanıtlayın."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)