From f097f242757115a0be4026f4be8cad77e0a4cfe1 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Thu, 15 Dec 2011 20:46:31 +0100 Subject: [PATCH] documentation for release --- AUTHORS | 10 ++++++++++ ChangeLog | 5 +++++ Makefile | 3 +++ README | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 Makefile diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..0397857 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +TorTV is built maintained by Jaromil + +The WDLXTV firmware is made available by B-Rad + +Tor is Copyright (c) 2001-2004, Roger Dingledine + Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson + Copyright (c) 2007-2011, The Tor Project, Inc. + +Privoxy is Copyright (c) 2001-2011 by Privoxy Developers + diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..93f470e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +0.1 - December 2011 + Initial release + Working implementation + Minimal documentation + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..758c759 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ + +all: + ./scripts/assemble-app-bin.sh diff --git a/README b/README index ff9b291..1b651d7 100644 --- a/README +++ b/README @@ -1 +1,49 @@ -Tor for WDLXTV +'########::'#######::'########::'########:'##::::'##: +... ##..::'##.... ##: ##.... ##:... ##..:: ##:::: ##: +::: ##:::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##: +::: ##:::: ##:::: ##: ########::::: ##:::: ##:::: ##: +::: ##:::: ##:::: ##: ##.. ##:::::: ##::::. ##:: ##:: +::: ##:::: ##:::: ##: ##::. ##::::: ##:::::. ## ##::: +::: ##::::. #######:: ##:::. ##:::: ##::::::. ###:::: +:::..::::::.......:::..:::::..:::::..::::::::...::::: + version 0.1 + +TorTV is a build of Tor maintained to run on TV devices and set-top +boxes, so that anyone with such an household appliance can contribute +to strengthen the Tor network. + +Easy to deploy user downloads are provided, as well some developer +documentation and mostly the code used: TorTV does not reimplements +nor modifies the Tor source code in any way, it just provides binaries +for embedded targets and some scripting to facilitate ease of +installation. + +TorTV just started to be developed and is in ALPHA stage: it consists +of an ad-hoc build (app.bin) and installation instructions for the +popular WD TV device series running the WDLXTV firmware (MIPS +based). If this project receives enough support and attention it will +eventually grow to maintain Tor builds for more MIPS and ARM based +devices. + +Links: + + Tor Project: https://www.torproject.org + + WDLXTV homebre firmware: http://www.wdlxtv.com + + Download TorTV packages: http://ftp.dyne.org/tortv + +Disclaimer: + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see .