summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-10-05 08:03:17 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-10-05 08:03:17 +0000
commit72ac7886398b665ee28339b376a05a2930754b7c (patch)
treeaa36902c4857669bd426cc0c197c087cdc1c7fab /data
parent835a39076a320fb43a47272efe6de6bad21d3a02 (diff)
downloadnautilus-72ac7886398b665ee28339b376a05a2930754b7c.tar.gz
fixed bug 3412, about.html in novice home directory misaligned with
fixed bug 3412, about.html in novice home directory misaligned with audience, by deleting it improved property browser item layout by making the labels line up in the table.
Diffstat (limited to 'data')
-rw-r--r--data/top/.nautilus-metafile.xml1
-rw-r--r--data/top/About.html55
-rw-r--r--data/top/Makefile.am1
3 files changed, 0 insertions, 57 deletions
diff --git a/data/top/.nautilus-metafile.xml b/data/top/.nautilus-metafile.xml
index 482ce4abe..8b9510aaa 100644
--- a/data/top/.nautilus-metafile.xml
+++ b/data/top/.nautilus-metafile.xml
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<DIRECTORY ICONS_AUTO_LAYOUT="false" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF-rgb:FFFF/9999/3333:h" ICONS_ZOOM_LEVEL="3" SIDEBAR_BUTTONS="button=Edit Links...;script=#linksets">
- <FILE NAME="About.html" ICON_POSITION="532,231" CUSTOM_ICON="nautilus-logo"/>
<FILE NAME="Computer.link" ICON_POSITION="251,216"/>
<FILE NAME="Gnumeric.link" ICON_POSITION="437,370"/>
<FILE NAME="Netscape.link" ICON_POSITION="363,372"/>
diff --git a/data/top/About.html b/data/top/About.html
deleted file mode 100644
index aa50da4be..000000000
--- a/data/top/About.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>About Nautilus</TITLE></HEAD>
-
-<BODY BGCOLOR=#FFFFFF>
-<B><U><FONT FACE="Times" SIZE=5><P ALIGN="CENTER">About Nautilus</P>
-</B></U></FONT><FONT FACE="Times">
-<P>&nbsp;</P>
-</FONT><FONT FACE="Times" SIZE=4><P>Nautilus is an easy to use graphical shell for GNOME that integrates graphical file management, web browsing, system management and more using a sophisticated, extensible component architecture. </P>
-
-<B><FONT FACE="Times" SIZE=4>
- Some of its most important features include:
-</B></FONT>
-
-
-<UL>
-<LI>An innovative, next generation graphical file manager
-<LI>icons can be any size, and are individually resizable by the user
-<LI>zooming UI shows more detail at higher zoom levels
-<LI>uses file contents (images, text) to represent files
-<LI>user assignable file attributes are represented by graphical emblems
-<LI>a directory can control its own presentation by including a metafile or component
-<LI>content and attribute-based "search folders" frees users from the file hierarchy
-<LI>most documents are viewable directly from the shell via components
-<LI>Multiple user levels offer an optimized UI for both novice and expert users
-<LI>Easy end-user customization via a simple, drag and drop interface
-</UL>
-
-<B><FONT FACE="Times" SIZE=4>
-Nautilus has a componentized architecture for unlimited extensibility:
-</B></FONT>
-
-<UL>
-<LI>component architecture allows new functionality to be added on-the-fly
-<LI>framework is uri-based, like a web browser
-<LI>multiple content views available, based on protocol, MIME type and user preference
-<LI>meta-views to annotate content with descriptive info, and aid navigation
-<LI>extensible, virtual file system allows viewing inside tar archives, packages, etc
-<LI>Mozilla-based component for first-class web browsing
-</UL>
-
-<B><FONT FACE="Times" SIZE=4>
-Nautilus is a platform for Internet-based system management services
-</B></FONT>
-
-<UL>
-<LI>new services can be added at run-time via the component architecture
-<LI>encapsulates software and hardware configuration for service to use
-<LI>file-oriented services (back-up, synchronization)
-<LI>installation and configuration management services
-<LI>software update service
-</UL>
-
-</FONT></BODY>
-</HTML>
diff --git a/data/top/Makefile.am b/data/top/Makefile.am
index 91d4c599b..4587b716d 100644
--- a/data/top/Makefile.am
+++ b/data/top/Makefile.am
@@ -4,7 +4,6 @@ topdir = $(datadir)/nautilus/top
top_DATA = \
.nautilus-metafile.xml \
- About.html \
Computer \
Services \
$(NULL)