37 Commits

Author SHA1 Message Date
Nick Daly
d8ead196eb Added Debug flag (currently unused). 2013-11-10 21:50:09 -06:00
Nick Daly
421f20005e Plinth now hosted on (server)/plinth.
Plinth has been moved from plinth.(server).local to (server)/plinth.
*plinth.py* has been updated to take a new *--server_dir* argument,
which *share/init.d/plinth* now provides.  *plinth.sample.config* has
also been updated.

Actually, the whole package has been moved to a more Debian-friendly
configuration.  *share/apache2/plinth.conf* has been updated to
reflect the standard Debian directories.  It seems to make more sense
this way, as (other than FreedomMaker, which now uses this package
anyway) no other tools or derivatives use this system.  The
configuration can be patched out by other distributions easily enough.
2013-10-27 16:01:28 -05:00
Petter Reinholdtsen
7a74199ad6 Add missing return statement to parse_arguments(). 2013-10-07 09:15:54 +02:00
Nick Daly
a9c853e5bd Merged with upstream. 2013-10-06 21:21:43 -05:00
Nick Daly
c61e73245a Made URLs less absolute. 2013-10-06 21:11:08 -05:00
Nick Daly
54313fcb35 Update Plinth to handle new Apache config:
- Remove custom https redirect code.
- Hang Plinth off of any directory.
2013-10-06 21:04:29 -05:00
Nick Daly
63045d1928 Redirect all requests to HTTPS. 2013-10-05 14:36:07 -05:00
Petter Reinholdtsen
444365ec78 Rewrite plinth to use sudo and action scripts instead of exmachina for privileged accesss. 2013-09-23 09:37:24 +02:00
Nick Daly
c99f074f22 Use ExMachina already in Plinth/vendor. 2013-09-15 21:55:23 -05:00
Nick Daly
87753531d2 Reverted change 657068b0. 2013-09-15 21:47:18 -05:00
Petter Reinholdtsen
bad8939389 Fix typo blocking access to exmachina, and report the problem if unable to load the exmachina client library. 2013-09-11 13:46:37 +02:00
Nick Daly
ec9a457e3e Merged: tzafrir's novendor patch.
Author: Tzafrir Cohen <tzafrir@debian.org>
Description: "vendor" packages are installed as separate system debs
2013-09-08 17:34:53 -05:00
Nick Daly
a97061055c Merged: tzafrir's install_dir patch.
Author: Tzafrir Cohen <tzafrir@debian.org>
Description: These things are easier to install with dh

* Python modules: fighting with dh_python2 is tough
  (it changes the /etc/ symlink, for isntance)
* Let's just install man pages ourselves for now.
* symlinks: with dh_link
2013-09-08 17:31:27 -05:00
Nick Daly
f55c7a48ea Merged with James's upstream.
Hope I did it right.  If I screwed up, withsqlite is borked.
2013-04-23 17:49:22 -05:00
Nick Daly
ea49a08675 Don't crash if we couldn't import ExMachina. 2013-03-23 18:45:07 -05:00
Tom Galloway
b45d5cfe85 Extra predepend's, plinth doesn't need to run as root, pidfile location set in cfg file. 2013-01-04 12:50:51 +00:00
Tom Galloway
b2c157ec1d Added predepend packages and updated python path for build folders. 2013-01-03 15:08:06 +00:00
Nick Daly
c129254e8a Merge branch 'master' of github.com:NickDaly/Plinth 2012-10-07 20:37:36 -05:00
Nick Daly
f03e184c78 Added default pidfile. 2012-10-07 20:28:42 -05:00
James Valleroy
480aacfac5 Fix host cfg and print on startup 2012-10-04 21:39:12 -04:00
Nick Daly
3ef8e8bbc2 Customize host in cfg.py.
We start with a default of 127.0.0.1, because anything else is stupid.

Change to 0.0.0.0 to serve to everybody.
2012-09-23 18:32:16 -05:00
bnewbold
f1e764f2e5 integrate exmachina configuration management layer
- add exmachina code and test code
- modify plinth.py to listen for shared secret on stdin at start
  (if appropriate flag is set) and try to connect to exmachina daemon
- use exmachina to read and set /etc/hostname as a demo
- update plinth init.d script to start exmachina and share keys
- update docs with new deps and run instructions
2012-07-12 22:25:50 -04:00
Sean O'Brien
5685d3f387 fixes to boostrap, new icons, mobile view works 2012-03-12 14:39:32 -04:00
Sean O'Brien
575aeb7b98 Added HTML5-Reset code http://html5reset.org
Removed robots.txt (we have "noindex,nofollow" in the template meta tags, do we need this?)
Added meta noindex,nofollow,noarchive tags for specific robots (googlebot etc.)
Removed extraneous meta tags useful only for indexing
Removed HTML5-Reset "_" directory.  Not sure why it's useful to add an ambiguous folder to the directory tree.
Made sure no Google-y code wasn't included (analytics, remote copy of JQuery, etc.)
Fixed symbolic link docs/style.css
New favicon and iOS "web clip" button
2012-03-12 14:39:31 -04:00
James Vasile
54b8e52a18 listen locally only, proxy to the outside world 2012-02-19 15:07:15 -05:00
James Vasile
ece0f1d1c5 rm old code 2012-02-19 15:07:15 -05:00
James Vasile
96eb193351 start second server 2012-02-19 15:07:15 -05:00
James Vasile
bc8887e8b6 move port to cfg 2012-02-19 15:07:14 -05:00
James Vasile
ce4b594f65 daemonize 2012-02-19 15:07:14 -05:00
James Vasile
d082538aee move to sqlite3 + json dict storage for users 2012-02-19 15:07:13 -05:00
James Vasile
10001bf564 update email address 2011-11-30 20:44:25 -05:00
James Vasile
b184fc74c5 generate cherrypy.config (for now) 2011-09-30 00:41:07 -04:00
James Vasile
89972dbc0f copyright date fix 2011-09-29 23:43:43 -04:00
James Vasile
2ac910adcf the right way to dynamically specify a module for import 2011-09-29 23:34:22 -04:00
James Vasile
ccb47b4993 Add author metadata in standard way 2011-09-29 23:33:57 -04:00
James Vasile
abc92385da added link to bug tracker 2011-03-09 13:46:13 -05:00
James Vasile
35071d7212 ... 2011-02-22 13:32:45 -05:00