source: code/trunk/yukari.1@ 149

Last change on this file since 149 was 147, checked in by Izuru Yakumo, 15 months ago

コードのリファクタリングが完了しました

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.8 KB
RevLine 
[147]1.Dd $Mdocdate$
2.Dt YUKARI 1
3.Os
4.Sh NAME
5.Nm yukari
6.Nd Privacy-aware Web Content Sanitizer Proxy As A Service (WCSPAAS)
7.Sh SYNOPSIS
8.Nm
9.Op Fl f Ar string
10.Op Fl proxy Ar string
11.Op Fl proxyenv Ar bool
12.Op Fl socks5 Ar string
13.Op Fl version
14.Sh DESCRIPTION
15Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes.
16It also replaces external resource references in order to prevent third-party
[142]17information leaks.
[147]18.Pp
19The main goal of Yukari's Gap is to provide a result proxy for SearX, but it
20can be used as a standalone sanitizer service, too.
21.Sh OPTIONS
22.Bl -tag -width Ds
23.It Fl f Ar path
24Load configuration file from path
25.It Fl proxy Ar string
26Use the specified HTTP proxy (ie: [user:pass@]hostname:port),
27this overrides the
28.Fl socks5
29option and the IPv6 setting
30.It Fl proxyenv Ar bool
31Use a HTTP proxy as set in the environment (such as
32.Ev HTTP_PROXY ,
33.Ev HTTPS_PROXY ,
34.Ev NO_PROXY
35).
36Overrides the
37.Fl proxy ,
38.Fl socks5 ,
39flags and the IPv6 setting
40.It Fl socks5 Ar string
41Use a SOCKS5 proxy (ie: hostname:port), this
42overrides the IPv6 setting
43.El
44.Sh SEE ALSO
45.Xr SearX 1
46.Sh AUTHORS
47.An Adam Tauber Aq Mt asciimoo@gmail.com
48.An Alexandre Flament Aq Mt alex@al-f.net
49.Sh MAINTAINERS
50.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
51.Sh BUGS
52Bugs or suggestions?
53Send an email to
54.Aq Mt yukari-dev@chaotic.ninja
55.Sh LICENSE
56This program is free software: you can redistribute it and/or modify it
57under the terms of the GNU Affero General Public License as published
58by the Free Software Foundation, either version 3 of the License, or
59(at your option) any later version.
60.Pp
[142]61This program is distributed in the hope that it will be useful, but WITHOUT ANY
62WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
[147]63PARTICULAR PURPOSE.
64See the GNU Affero General Public License for more details.
Note: See TracBrowser for help on using the repository browser.