From 47d4fcdd8178ec4b8403efa4f80eaa009c32d78b Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 29 Jul 2010 22:00:15 -0400 Subject: Removed the install/webui directory. --- install/Makefile.am | 1 - install/configure.ac | 1 - install/po/test_lang | 0 install/webui/Makefile.am | 18 --- install/webui/edit.html | 175 -------------------------- install/webui/list.html | 72 ----------- install/webui/plugindata.py | 33 ----- install/webui/user.html | 299 -------------------------------------------- install/webui/whoami.html | 19 --- ipa.spec.in | 4 - 10 files changed, 622 deletions(-) create mode 100644 install/po/test_lang delete mode 100644 install/webui/Makefile.am delete mode 100644 install/webui/edit.html delete mode 100644 install/webui/list.html delete mode 100644 install/webui/plugindata.py delete mode 100644 install/webui/user.html delete mode 100644 install/webui/whoami.html diff --git a/install/Makefile.am b/install/Makefile.am index 4be97a426..80f04bd74 100644 --- a/install/Makefile.am +++ b/install/Makefile.am @@ -13,7 +13,6 @@ SUBDIRS = \ tools \ updates \ po \ - webui \ $(NULL) install-exec-local: diff --git a/install/configure.ac b/install/configure.ac index 8db0e6098..3d0c1db02 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -77,7 +77,6 @@ AC_CONFIG_FILES([ tools/man/Makefile updates/Makefile po/Makefile - webui/Makefile ]) AC_OUTPUT diff --git a/install/po/test_lang b/install/po/test_lang new file mode 100644 index 000000000..e69de29bb diff --git a/install/webui/Makefile.am b/install/webui/Makefile.am deleted file mode 100644 index dfc64cc87..000000000 --- a/install/webui/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -NULL = - -appdir = $(IPA_DATA_DIR)/webui -app_DATA = \ - edit.html \ - list.html \ - plugindata.py \ - user.html \ - whoami.html \ - $(NULL) - -EXTRA_DIST = \ - $(app_DATA) \ - $(NULL) - -MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in diff --git a/install/webui/edit.html b/install/webui/edit.html deleted file mode 100644 index d021c8bc5..000000000 --- a/install/webui/edit.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - jQuery test page for IPA - - - - - - - - -

-

-

Member:

- -

Member of:

- -
- -
- - - - - diff --git a/install/webui/list.html b/install/webui/list.html deleted file mode 100644 index f7e7646d9..000000000 --- a/install/webui/list.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - jQuery test page for IPA - - - - - - - - -

-

- - - - - diff --git a/install/webui/plugindata.py b/install/webui/plugindata.py deleted file mode 100644 index 39c7d7355..000000000 --- a/install/webui/plugindata.py +++ /dev/null @@ -1,33 +0,0 @@ -# Authors: -# Pavel Zuna -# -# Copyright (C) 2010 Red Hat -# see file 'COPYING' for use and warranty information -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; version 2 only -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -""" -Export plugin meta data in JSON format. -""" - -import json - -from ipalib import api -from ipalib.util import json_serialize - - -def get_plugin_data(obj_name): - return json.dumps( - api.Object[obj_name], indent=4, default=json_serialize - ) - diff --git a/install/webui/user.html b/install/webui/user.html deleted file mode 100644 index 54b4f17b4..000000000 --- a/install/webui/user.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - jQuery test page for IPA - - - - - - - - - - - - - - - -
- - -
-

Managing user:

-
- Reset - Update -
-
    -
  • View:
  • -
  • - - Personal Details -
  • -
  • - - Memberships -
  • -
-
- -
-
- - - - diff --git a/install/webui/whoami.html b/install/webui/whoami.html deleted file mode 100644 index b429fc9a9..000000000 --- a/install/webui/whoami.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - User Information - - - - - ${context.principal} - - - - diff --git a/ipa.spec.in b/ipa.spec.in index 0ab41ce73..885056bc0 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -395,12 +395,8 @@ fi %{_usr}/share/ipa/static/*.png %{_usr}/share/ipa/static/*.css %{_usr}/share/ipa/static/*.js -%dir %{_usr}/share/ipa/webui -%{_usr}/share/ipa/webui/*.html %dir %{_usr}/share/ipa/static %{_usr}/share/ipa/static/* -%dir %{_usr}/share/ipa/webui -%{_usr}/share/ipa/webui/* %dir %{_sysconfdir}/ipa %dir %{_sysconfdir}/ipa/html %config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html -- cgit