Merge pull request #34 from jvalleroy/bugfixes

Bugfixes
This commit is contained in:
Nick Daly 2013-09-29 13:03:59 -07:00
commit eee02c0ca1
3 changed files with 3 additions and 1 deletions

View File

@ -80,6 +80,7 @@ clean:
@find . -name "*.bak" -exec rm {} \; @find . -name "*.bak" -exec rm {} \;
@$(MAKE) -s -C doc clean @$(MAKE) -s -C doc clean
@$(MAKE) -s -C templates clean @$(MAKE) -s -C templates clean
rm -f plinth.config
rm -f predepend rm -f predepend
hosting: hosting:

View File

@ -77,7 +77,7 @@ some other websites business model.</p>
form.submit(_("Update setup")) form.submit(_("Update setup"))
main += form.render() main += form.render()
sidebar_right=""" sidebar_right="""
<strong>Owncloud</strong><p>gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesnt need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins. <strong>Owncloud</strong><p>gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.
</p> </p>
""" """
return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right) return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right)

View File

@ -4,6 +4,7 @@ box_name = FreedomBox
[Path] [Path]
file_root = %(root)s file_root = %(root)s
python_root = %(root)s
data_dir = %(file_root)s/data data_dir = %(file_root)s/data
store_file = %(data_dir)s/store.sqlite3 store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users user_db = %(data_dir)s/users