Nick Daly fed5bd13f1 Externalized ExMachina again, partially reverting change:
f1e764f2e5728113f191456236d02fdae6e7680a

Partially revert the EM integration change, it's not solid yet.  This
allows EM to grow on its own.  However, I'm not reverting the whole
change because I want to make it easy to use EM from an external
repository, and most of the Plinth-specific changes are good.  To use
EM in Plinth again, make sure EM and Plinth are in the same directory
before running start.sh.  The directory structure should look like:

    ./exmachina/
    ./plinth/

start.sh updates Python's path correctly, so this change should be
transparent and Plinth should still run the same.
2012-11-11 13:13:22 -06:00
2012-10-07 20:36:50 -05:00
2012-02-19 15:07:15 -05:00
2012-02-19 15:07:14 -05:00
2012-07-26 12:53:42 -07:00
...
2011-02-22 13:32:45 -05:00
...
2011-02-22 13:32:45 -05:00
...
2011-02-22 13:32:45 -05:00

% PLINTH(1) Version 0.1 | Plinth User Manual
%
% February 2011

# Introduction

## Name

plinth - a web front end for administering every aspect of a Freedom Box.

## Synopsis

plinth.py

## Description

The Freedom Box is a net appliance conceived by Eben Moglen.  It
contains free software and is designed to allow you to interface with
the rest of the net under conditions of protected privacy and data
security.

The Plinth front end is a web interface to administer the functions of
the Freedom Box.  For example, the Freedom Box is a wireless router,
and the front end is where you can adjust its settings.

## Overview

The front end is an extensible web platform for forms and menus.  It
allows authenticated users to fill out forms.  The interface saves the
form data and from them generates configuration files for the various
services running on the box.

The interface is pluggable.  Drop modules into place to add new
capabilities to Plinth and your Freedom Box.  Replace existing modules
to get newer, better shinier functions.  The modules will
automatically integrate into the existing menu system so you can
control all of the box's parts from one central location.

The interface has a 'basic' and an 'expert' mode.  In basic mode, much
of Plinth's configuration and capability are hidden.  Sane defaults
are chosen whenever possible.  In expert mode, you can get down into
the details and configure things the average user never thinks about.
For example, experts can turn off ntp or switch ntp servers.  Basic
users should never even know those options exist.

One caveat: expert mode is not as powerful as the commandline.  We can
only do so much when translating free-form configuration files into
web forms.  And if you manually change your configuration files, the
interface will overwrite those changes at first opportunity.  This
interface is not a tool for super admins facing complex scenarios.  It
is for home users to do a wide variety of basic tasks.

See comments in exmachina/exmachina.py for more details about the configuration
management process seperation scheme.
Description
Easy to manage, privacy oriented home server. Read-only mirror of https://salsa.debian.org/freedombox-team/freedombox
Readme
Languages
Python 84.2%
HTML 9.4%
JavaScript 4%
CSS 1.1%
Augeas 0.7%
Other 0.4%