diff --git a/templates/download.html b/templates/download.html
deleted file mode 100644
index e1acad02f4..0000000000
--- a/templates/download.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "base.html" %}
-
-{% block left_panel %}
-{% endblock %}
-
-{% block right_panel %}
-
-{% endblock %}
diff --git a/templates/home.html b/templates/home.html
deleted file mode 100644
index dc9c32c35c..0000000000
--- a/templates/home.html
+++ /dev/null
@@ -1,94 +0,0 @@
-{% extends "base.html" %}
-
-
-{% block main_panel %}
-
-
-
-

-
-
- Seafile: 我自己的云存储
-
-
-
-
- - 本地完整的版本历史: 查看文件的任一版本
- - 安全可靠的同步功能: 不会弄丢文件或修改
- - 安全方便的协同工作: 安全的合并他人修改
- - 数据安全可随时迁移: 可以搭建个人服务器
-
-
-
-
-
-
-
-
-
P2P 同步
-

-
用户可以创建多个文件盒。每个文件盒可以放置任意的文件和目录。每个文件盒可以在任意两台计算机间同步,无需借助服务器。
-
-
-
-
多服务器
-

-
每台计算机都可以配置成服务器。可为每个文件盒选择不同的服务器。每次同步会做一个新的版本记录,原来的文件状态得到完整的保存,不用担心同步过程丢失文件或丢失对文件的修改。
-
-
-
-
-
-
版本历史
-

-
完整的本地版本历史。不用联网,用户就可以浏览文件的任意一个版本,可以找回任意一个删除的文件。也可以把整个目录恢复到任意一个历史状态。
-
-
-
-
安全协作
-

-
多人协作,自动进行修改的合并,完整的版本历史保证绝不会丢失自己的修改。
-
-
-
-
-
-
-
什么是 Ccnet/Seafile 
-
- Seafile 是一个文件版本管理和同步共享工具。 Ccnet 则是一个网络连接管理工具, 用于支持 Seafile 的同步共享功能。
-
-
-
- Seafile 适合于以下的应用场合:
-
- - 对文件资料进行版本管理。
- - 个人在多台电脑间同步数据。
- - 一个小组共同维护一个文件仓库, 比如建立一个电子书的仓库。
-
-
-
-
- Seafile 采用了以用户个人计算机为中心的设计方法。 我们提供了一个本地的文件资料管理工具。 用户可以从任意一个文件夹创建一个 Seafile 文件盒。 文件盒记下了文件夹每一个历史状态, 可以加密、导出历史文件。 这些操作均无需联网。
-
-
-
联网后, 用户可以在任意两台计算机之间进行数据同步。 为了支持非同时在线的用户间的数据同步, 用户可以选择一台服务器为文件的中转站(我们也把服务器叫做中继)。 通过中继, 多个用户就可以更加方便的进行文件的同步。
-
-
-
-
-
Ccnet/Seafile 历史 
-
-
Ccnet/Seafile 项目的最初目标是让用户(包括我们自己)能够方便而安全的在多台机器之间同步数据。
-
-
设想, 假如你有一台电脑, 我有一台电脑, 我们能够建立网络连接(比如在同一个局域网内), 原理上说, 进行数据同步的基本条件都具备了。 但是为什么我们之间的数据同步就这么难呢?
-
-
Ccnet/Seafile 项目就是为了接近这样的一个目标: 只要我们能联网, 不一定要借助于服务器, 我们就能方便的进行信息的传递和数据同步。 Ccnet 解决按照用户所需进行互联的问题, Seafile 解决同步的问题。
-
-
从 2009 年开始, 经过三年多的摸索和开发, 我们终于做出了一个可以工作的产品, 并提供给大众使用。
-
-
-
-
-
-{% endblock %}
diff --git a/templates/myhome.html b/templates/myhome.html
index 6a24d23625..443e8b8f7c 100644
--- a/templates/myhome.html
+++ b/templates/myhome.html
@@ -1,6 +1,6 @@
{% extends "myhome_base.html" %}
-{% block nav_home_class %}class="cur"{% endblock %}
+{% block nav_myhome_class %}class="cur"{% endblock %}
{% block left_panel %}
已用空间
{{ quota_usage|filesizeformat }} / 2 GB
diff --git a/templates/myhome_base.html b/templates/myhome_base.html
index 3f8fc711c4..9dab70e46c 100644
--- a/templates/myhome_base.html
+++ b/templates/myhome_base.html
@@ -2,7 +2,7 @@
{% block nav %}
-
- 我的页面
+ 我的页面
-
共享管理
diff --git a/templates/peers.html b/templates/peers.html
deleted file mode 100644
index ace8c2092f..0000000000
--- a/templates/peers.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Peers{% endblock %}
-
-{% block left_panel %}
-
-{% endblock %}
-
-{% block right_panel %}
-
-
Users
-
-
- Name |
- ID |
- Roles |
- My Roles On User |
- Action |
-
- {% for user in users %}
-
- {{ user.props.name }} |
- {{ user.props.id }} |
- {{ user.props.role_list }} |
- {{ user.props.my_role_list }} |
- |
-
- {% endfor %}
-
-
-
-Peers
-
-
-
- Name |
- ID |
- Roles |
- My Roles On Peer |
- Action |
-
- {% for peer in peers %}
-
- {{ peer.props.name }} |
- {{ peer.props.id }} |
- {{ peer.props.role_list }} |
- {{ peer.props.my_role_list }} |
- |
-
- {% endfor %}
-
-{% endblock %}
diff --git a/urls.py b/urls.py
index 1fc55343a7..487432d73a 100644
--- a/urls.py
+++ b/urls.py
@@ -27,6 +27,7 @@ urlpatterns = patterns('',
(r'^accounts/', include('base.registration_urls')),
(r'^$', root),
+ #url(r'^home/$', direct_to_template, { 'template': 'home.html' } ),
url(r'^home/my/$', myhome, name='myhome'),
url(r'^home/owner/(?P[^/]+)/$', ownerhome, name='ownerhome'),
@@ -34,7 +35,6 @@ urlpatterns = patterns('',
url(r'^shareadmin/addshare/$', repo_add_share, name='repo_add_share'),
(r'^shareadmin/removeshare/$', repo_remove_share),
- (r'^download/$', direct_to_template, { 'template': 'download.html' } ),
(r'^repo/(?P[^/]+)/$', repo),
(r'^repo/history/(?P[^/]+)/$', repo_history),
(r'^repo/token/modify/(?P[^/]+)/$', modify_token),