From f29b3148fd369e8100ef423424e3585db935e4d6 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 1 Dec 2009 13:04:56 -0500 Subject: docs: remove useless 'plan' --- doc/plan/Makefile | 14 ---- doc/plan/README | 36 -------- doc/plan/ephyplan.dtd | 15 ---- doc/plan/plan.xml | 217 ------------------------------------------------ doc/plan/plan2table.xsl | 61 -------------- 5 files changed, 343 deletions(-) delete mode 100644 doc/plan/Makefile delete mode 100644 doc/plan/README delete mode 100644 doc/plan/ephyplan.dtd delete mode 100644 doc/plan/plan.xml delete mode 100644 doc/plan/plan2table.xsl diff --git a/doc/plan/Makefile b/doc/plan/Makefile deleted file mode 100644 index aa353ce82..000000000 --- a/doc/plan/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -SRC = plan.xml -TARGET = plan.html -XSLT = plan2table.xsl - -all: validate transform - -transform: - xsltproc --output $(TARGET) $(XSLT) $(SRC) - -validate: - xmllint --noout --valid $(SRC) - -clean: - rm -f $(TARGET) diff --git a/doc/plan/README b/doc/plan/README deleted file mode 100644 index c5a3d00ae..000000000 --- a/doc/plan/README +++ /dev/null @@ -1,36 +0,0 @@ -Epiphany Plan README - - -ITEM STATUS INFORMATION -======================= - -Each needs to have a status assigned; possible values are: - - orphan - pending - delayed - designed - implementing - completed - - -HTML TRANSFORMATION -=================== - -The XSLT stylesheet shipped with the plan, plan2table.xsl, will -transform the plan's XML into a nice HTML table by using: - - xsltproc -o plan.html plan2table.xsl plan.xml - - -VALIDATION -========== - -There's a DTD associated with the Epiphany plan, ephyplan.dtd. -To prevent typos, you could validate the plan before commiting changes -to CVS by using: - - xmllint --noout --valid plan.xml - -You could also simply run "make" in this directory, which will -validate the xml input file first, and then transform it to html. diff --git a/doc/plan/ephyplan.dtd b/doc/plan/ephyplan.dtd deleted file mode 100644 index 30849d4b3..000000000 --- a/doc/plan/ephyplan.dtd +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/doc/plan/plan.xml b/doc/plan/plan.xml deleted file mode 100644 index 72befe08b..000000000 --- a/doc/plan/plan.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - - - Transient/Modal Issues - - Figure out the transient/modal mess (there must be a guideline somewhere). - Need to consider Mozilla modality problems (network error popups, etc.). - - - Marco Pesenti Gritti - - - - GNOME Printing Integration - - Investigate trying to use libgnomeprint[ui]. May need API changes. Find out - from Jody what's in store for gnomeprint 2.8. May not end up with code in - time for 1.4. - - - - Marco Pesenti Gritti - - - - Rethink Toolbar - - Remove throbber. Combine site icon with address entry (how can we do - dnd for this without mass code-duping). - - - Christian Persch - - - - History/Bookmarks Formats - - Find a better format for History file and drop intermediate bookmarks - file. Need to chat to Edd about extending the RDF. Not essential, but - worth investigating. - - - Stefan Rotsch - - - - Finish Lockdown - - Finish lockdown. - - - - Christopher James Lahey - - - - Certificates UI - - Investigate possibility for sys-wide certs UI (share with evolution). - - - - Piers Cornwell - - - - GtkMozEmbed - - Improve gtkmozembed to be more friendly to GNOME. - - - - - - - - Regional Settings - - Use system-wide regional settings if it gets in. - - - Christian Persch - - - - Extensions Lifecycle - - Right now the startup process is: "startup -> get session -> - get extensions manager -> load extensions -> get session". We - should make the extensions manager load extensions *later*, so that the - session is created for them by the time they need it. - - This should pave the way for dynamic loading/unloading of extensions. - - - Adam Hooper - - - - Extensions: Adding Toolbar Buttons - - Ability for extensions to add toolbar buttons. - - - Adam Hooper - - - - Extensions: Documentation - - API and UI guidelines documentation for extensions. - - - Adam Hooper - - - - GNOME Keyring Integration - - GNOME Keyring integration. Look at Camino and Wallet code. Can use - for http auth and web-form prefill, but NOT for NSS access. Need to - submit Mozilla bugs. - - - - Christian Persch - - - - Nautilus FTP - - Use Nautilus/gnome-vfs instead of Mozilla to handle the FTP/SFTP protocol. - Need to check the shape of the GNOME implementation, see their plans for - 2.8 and if it makes sense to switch now. - - - Xan Lopez - - - - Downloader Improvements - - Misc. improvements for the downloader (nautilus metadata integration, proper - duplicated naming, inter-session resume?) - - - Xan Lopez - - - - Interface for Other Programs - - Find out what other programs need from us for nice integration -- interfaces. - - - - - - - Popup Blocking - - Popup blocking. - - - - Marco Pesenti Gritti - - - - Bookmarks Menu and Toolbars Code - - Look at improving code to create the bookmarks menu and toolbars. - - - Marco Pesenti Gritti - - - - Completion - - Completion. Put URI in the address entry when moving through the entry list (like Mozilla). - - - Marco Pesenti Gritti - - - - Multihead - - Implement multi-screen support. Mark gave a detailed explanation - of what exactly needs to be done in bug 112779. - - - - Marco Pesenti Gritti - - - - Improve gnome-vfs protocols support - - In particular it would be nice to be able to save and download - to smb://. Mostly mozilla work though. - - - Marco Pesenti Gritti - - - - Quality - - Work on getting the bug count even lower. - - - Piers Cornwell - - diff --git a/doc/plan/plan2table.xsl b/doc/plan/plan2table.xsl deleted file mode 100644 index ca655a162..000000000 --- a/doc/plan/plan2table.xsl +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - -

Epiphany Plan

- - - - - - -
- -
- - - - - - - - (#) - - - - - - - - - [] - - - - - - - - - - -
-- cgit v1.2.3