summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>2000-05-08 19:14:18 +0000
committerEskil Heyn Olsen <eskil@src.gnome.org>2000-05-08 19:14:18 +0000
commiteebebdf18c5df72483b8bb06cf59c64af8f2712e (patch)
tree4600275bf3d46a9e2f9a65d30565656ccf710df6 /docs
parentfebb5c95be6e31f167880b0bb837faeab870874e (diff)
downloadnautilus-eebebdf18c5df72483b8bb06cf59c64af8f2712e.tar.gz
Nuked wrongly named file
Diffstat (limited to 'docs')
-rw-r--r--docs/eazel-services-framwork48
1 files changed, 0 insertions, 48 deletions
diff --git a/docs/eazel-services-framwork b/docs/eazel-services-framwork
deleted file mode 100644
index 006134dd1..000000000
--- a/docs/eazel-services-framwork
+++ /dev/null
@@ -1,48 +0,0 @@
-Nautilus Services packaging :
-
-Packages
---------
-Two base packages:
- eazel-services
- nautilus
-
-we should keep the seperate services in seperate packages, that way
-people can install the service they actually want, and loose the rest.
-
-package eazel-services
-----------------------
-should contain the IDL specs for the toplevel interface(s), and the
-shared functions eg. for authentication for root access.
-
-package nautilus
-----------------
-
-the nautilus fm itself
-
--
-
-Then if we keep each service in its own package (two a piece), we'll
-get
-
-timeservice:
- eazel-service-time
- nautilus-eazel-service-time-view
-
-where eazel-service-time should contain the corba object plus the
-command line thingy. nautilus-eazel-service-time-view should contain
-the relevant nautilus components.
-
-In this way, people can install just the cli tools and skip the
-graphical tool. The tradeoff is the vast number of rpms, it'll be just
-a minumum for 4 for having just nautilus and one service.On the other
-hand, you can install naughtyloos with just 1 rpm and not have too
-much superfluous stuff, and that you can install the services (cli
-versions only) without all the gui stuff.
-
-Another benefit is the ability to update the individual services
-without too much download.
-
-The alternative is keeping one gigantic rpm with nautilus and all the
-eazel services. Here the downsides are massive downloads when updating
-even small parts, lack of ability to only install the parts you want.
-The upside is, fewer packages to confuse the user.