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

Subscribers

People subscribed via source and target branches