Merge lp:~fdsuufijjejejejej-deactivatedaccount/beeseek/beeseek-doc into lp:beeseek

Proposed by Andrea Corbellini
Status: Merged
Merged at revision: not available
Proposed branch: lp:~fdsuufijjejejejej-deactivatedaccount/beeseek/beeseek-doc
Merge into: lp:beeseek
Diff against target: 105 lines (+96/-0)
2 files modified
doc/beeseek-node.1 (+95/-0)
doc/beeseek.1 (+1/-0)
To merge this branch: bzr merge lp:~fdsuufijjejejejej-deactivatedaccount/beeseek/beeseek-doc
Reviewer Review Type Date Requested Status
Andrea Corbellini Approve
Andrea Colangelo Pending
Review via email: mp+22530@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrea Corbellini (andrea.corbellini) :
review: Approve
16. By jhfhlkjlj

fixed .so for beeseek to correctly point to beeseek-node man page

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'doc/beeseek-node.1'
2--- doc/beeseek-node.1 1970-01-01 00:00:00 +0000
3+++ doc/beeseek-node.1 2010-04-01 17:28:27 +0000
4@@ -0,0 +1,95 @@
5+.\Still under development.
6+.TH "beeseek-node" "1" "Last Modified March 30, 2010" "" ""
7+.SH "NAME"
8+\fBbeeseek-node\fP \- A free, open-source search engine based on peer to peer technology.
9+.SH "SYNOPSIS"
10+.B beeseek-node [\fIOPTIONS\fP]
11+.br
12+.SH "DESCRIPTION"
13+\fBBeeSeek\fP is a free and open-source search engine that:
14+.IP " \(bu" 5
15+Presents the source code to be freely accessible to all;
16+.IP " \(bu" 5
17+Respects and does not abuse an individual's privacy;
18+.IP " \(bu" 5
19+Utilizes any revenue gained for ethical purposes;
20+.IP " \(bu" 5
21+Shares processing work among the clients (peers) of the network;
22+.IP " \(bu" 5
23+Does not store any personal user data for any longer time than is needed for proper functionality.
24+.br
25+.SH "OPTIONS"
26+This program follows the usual GNU command line syntax, with long
27+options starting with two dashes ('\-').
28+A summary of options is included below.
29+.TP
30+.B \-h, \-\-help
31+Show summary of commands.
32+.TP
33+.B \-V, \-\-version
34+Print version information and exit.
35+.TP
36+.B \-u, \-\-user
37+Run BeeSeek as the defined user.
38+.TP
39+.B \-v, \-\-verbose, \-q, \-\-quite
40+Run BeeSeek in Verbose mode.
41+.TP
42+.B \-b, \-\-daemon
43+Run BeeSeek in the background (default in stable releases).
44+.TP
45+.B \-f, \-\-foreground
46+Run BeeSeek in the foreground (default in testing releases).
47+.TP
48+.B \-l, \-\-logfile
49+Write log to specified file.
50+.TP
51+.B \-C, \-\-config
52+Manually specify the configuration file.
53+.TP
54+.B \-s, \-\-server
55+Manually specify hostname of the BeeSeek server.
56+.TP
57+.B \-W, \-\-web-dir
58+Manually specify the directory for templates.
59+.TP
60+.B \-\-dont-track-ssl
61+Do not track SSL connections.
62+.TP
63+.B \-\-crawler\-max\-level
64+Specify the max number of iterations that the crawler should do (default=2).
65+.TP
66+.B \-\-crawler\-rate\-limit
67+Specify the bandwidth limit for the crawler (in kB/s) (default=10).
68+.br
69+.TP
70+.B \-\-submit\-errors
71+Automatically submit error reports to the developers.
72+.SH "FILES"
73+\fI/etc/beeseek.conf\fP: Default configuration file.
74+.br
75+\fI/var/log/beeseek/beeseek-node.log\fP: Log file (only when used with the -l option).
76+.br
77+\fI/var/lib/beeseek/database\fP: The location of the database.
78+.br
79+\fI/var/lock\fP: Default directory for lock files when not specified.
80+.br
81+\fI/usr/share/beeseek/templates\fP: Folder where templates are stored.
82+.br
83+
84+.SH "REPORTING BUGS"
85+Report all bugs to the BeeSeek project page on Launchpad:
86+.br
87+<https://bugs.launchpad.net/beeseek>
88+
89+.SH "LICENSE"
90+This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3, as published by the Free Software Foundation.
91+
92+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
93+
94+You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
95+
96+.SH "AUTHORS"
97+BeeSeek was and is developed actively by various contributors throughout the world.
98+
99+This manual page was originally written for the GNU/Linux system (but may be used by others).
100
101=== added file 'doc/beeseek.1'
102--- doc/beeseek.1 1970-01-01 00:00:00 +0000
103+++ doc/beeseek.1 2010-04-01 17:28:27 +0000
104@@ -0,0 +1,1 @@
105+.so man1/beeseek-node.1

Subscribers

People subscribed via source and target branches