diff --git a/LICENSES b/LICENSES index 3e6fa4783..e7865a74e 100644 --- a/LICENSES +++ b/LICENSES @@ -15,7 +15,6 @@ otherwise. - data/etc/apache2/plinth-ssl.conf :: - - data/etc/sudoers.d/plinth :: - - doc/colophon.mdwn :: - -- doc/faq.mdwn :: - - doc/footer.html :: - - doc/hacking.mdwn :: - - doc/header.html :: - diff --git a/doc/Makefile b/doc/Makefile index 1402f63e0..faf617a22 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ PDFLATEX=pdflatex # List text files in the order in which you want them to appear in the # complete manual: -SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn faq.mdwn COPYING.mdwn colophon.mdwn +SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn COPYING.mdwn colophon.mdwn MAN_SOURCES=$(patsubst COPYING.mdwn,copyright_notice00,$(SOURCES)) NEWLINE_SOURCES=$(patsubst %,% oneline.txt,$(SOURCES)) diff --git a/doc/faq.mdwn b/doc/faq.mdwn deleted file mode 100644 index 08c7f1692..000000000 --- a/doc/faq.mdwn +++ /dev/null @@ -1,37 +0,0 @@ -# Plinth and Freedom Plug FAQ - -## General Questions - -### What is the Freedom Plug? - -The Freedom Plug is .... insert links... - -The Freedom Plug is based on the GNU/Debian operating system. It is -not a Linux distribution. It is a network appliance that depends on a -series of Debian packages that configure a plug computer to behave as -a Freedom Plug. - -### What is Plinth? - -Plinth is the web-based GUI administration front end for the Freedom Plug. - -### On what hardware is the Freedom Plug based? - -The current targets are the [Guru Plug](http://guruplug) and the -[Dream Plug](http://dreamplug). - -## Accessing the Freedom Plug - -### Why does ssh listen on port 2222 instead of 22? - -If ssh listens on port 2222, bots and scripts will forever attempt to -guess your username and password. Maybe your password isn't so -strong. Maybe the bots get lucky. Either way, if you allow ssh -access on port 22, you're taking a chance that can be avoided quite -easily by moving your ssh activity to a slightly more obscure port. - -Because ssh activity on these boxes will be limited to programs -configured to work specifically with Freedom Plugs as well relatively -few people generally using ssh, the coordination necessary to use a -non-standard port is easily achieved. -