Difference between revisions of "Website Specification"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (h2 element: link fix)
m (change date)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Website Specification =
 
 
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
  
Line 6: Line 4:
 
| colspan="2" bgcolor="#cccccc"  | '''Specification Status'''  
 
| colspan="2" bgcolor="#cccccc"  | '''Specification Status'''  
 
|-
 
|-
| width="150" | '''Author''' || <YOUR NAME HERE>
+
| width="150" | '''Author''' || Matthias-Müller-Prove
 
|-
 
|-
| width="150" | '''Last Change''' ||
+
| width="150" | '''Last Change''' || 09:14, 26 October 2007 (CEST)
 
|-
 
|-
 
| width="150" | '''Status''' || Preliminary [[Specification_Template_Help#Status|Help]]
 
| width="150" | '''Status''' || Preliminary [[Specification_Template_Help#Status|Help]]
Line 74: Line 72:
 
|-
 
|-
 
| '''User Experience'''
 
| '''User Experience'''
| <First Name, Last Name>
+
| [[User:Mmp|Matthias Müller-Prove]]
| <User@openoffice.org>
+
| mailto:mmp@openoffice.org
 
|-
 
|-
 
|}
 
|}
Line 94: Line 92:
 
===== h2 element =====
 
===== h2 element =====
 
h2 should not be plain style. It should match the visual appearance of the other heading styles.
 
h2 should not be plain style. It should match the visual appearance of the other heading styles.
h2 is defined in http://look.openoffice.org/look/www/overrides/static/csi/css/inst.css
+
 
 +
h2 is defined in http://look.openoffice.org/overrides/static/csi/css/inst.css
 
as "font-weight: normal".
 
as "font-weight: normal".
That is the reason why it looks to thin.
+
That is the reason why it looks too thin.
Testcase: http://website.openoffice.org/tryouts/mmp/index.html
+
 
 +
;Testcase
 +
:http://website.openoffice.org/tryouts/mmp/index.html
 +
;Issue
 +
:http://website.openoffice.org/issues/show_bug.cgi?id=81219
 +
 
 +
 
 +
 
 +
=== Navigation ===
 +
==== Main Navigation ====
 +
The "top tabs" before:
 +
{| class="prettytable"
 +
| '''label'''
 +
| '''title'''
 +
| '''href'''
 +
 
 +
|-
 +
| Home
 +
| Go to the Homepage
 +
| http://www.openoffice.org/index.html
 +
 
 +
|-
 +
| Download
 +
| Get OpenOffice.org or browse for additions
 +
| http://download.openoffice.org/index.html
 +
 
 +
|-
 +
| Support
 +
| The place for both free and commercial support on OpenOffice.org
 +
| http://support.openoffice.org/index.html
 +
 
 +
|-
 +
| Contributing
 +
| Become part of the largest OpenSource project!
 +
| http://contributing.openoffice.org/index.html
 +
 
 +
|-
 +
| Projects
 +
| See the Projects and their Categories
 +
| http://projects.openoffice.org/index.html
 +
 
 +
|-
 +
| My pages
 +
|
 +
| http://www.openoffice.org/servlets/StartPage
 +
 
 +
|-
 +
| About
 +
| Background information on OpenOffice.org
 +
| http://about.openoffice.org/index.html
 +
 
 +
|}
 +
 
 +
;Proposed changes:
 +
{| class="prettytable"
 +
| '''label'''
 +
| '''title'''
 +
| '''href'''
 +
| '''comment'''
 +
 
 +
|-
 +
| Home
 +
| ''Go to OpenOffice.org home page''
 +
| http://www.openoffice.org/index.html
 +
| minor issue: change of title attribute still to be done
 +
 
 +
|-
 +
| Download
 +
| ''Get OpenOffice.org or browse for extensions''
 +
| http://download.openoffice.org/index.html
 +
| ok
 +
 
 +
|-
 +
| Support
 +
| ''Get support on OpenOffice.org''
 +
| http://support.openoffice.org/index.html
 +
| minor issue: change of title attribute still to be done
 +
 
 +
|-
 +
| ''Participate''
 +
| ''Help us to improve OpenOffice.org''
 +
| http://contributing.openoffice.org/index.html
 +
| ok
 +
 
 +
|-
 +
| Projects
 +
| ''Browse the projects and get in touch with the project leads''
 +
| http://projects.openoffice.org/index.html
 +
| ok - and thank you Louis!
 +
 
 +
|-
 +
| My pages
 +
| ''Your community member page''
 +
| http://www.openoffice.org/servlets/StartPage
 +
| medium issue: title attribute still missing
 +
 
 +
|-
 +
| About
 +
| ''Learn more about the open source project OpenOffice.org''
 +
| http://about.openoffice.org/index.html
 +
| minor issue: "open source" vs. "open-source"
 +
 
 +
|}
 +
 
 +
; Issue
 +
: http://ux.openoffice.org/issues/show_bug.cgi?id=82273
  
  

Latest revision as of 07:14, 26 October 2007

Specification Status
Author Matthias-Müller-Prove
Last Change 09:14, 26 October 2007 (CEST)
Status Preliminary Help

Abstract

Several aspects of the OpenOffice.org website are defined here.

References

Reference Document Check Location (URL)
Specification Process Entry Check [passed/failed] n/a
Product Requirement, RFE, Issue ID (required) [available/not available] <PLEASE ENTER LOCATION HERE>
Product Concept Document [available/not available] <PLEASE ENTER LOCATION HERE>
Test case specification (required) [available/not available] <PLEASE ENTER LOCATION HERE>
IDL Specification [available/not available] <PLEASE ENTER LOCATION HERE>
Software Specification Rules n/a n/a
Other, e.g. references to related specs <PLEASE ENTER LOCATION HERE>

Contacts

Role Name E-Mail Address
Developer <First Name, Last Name> <User@openoffice.org>
Quality Assurance <First Name, Last Name> <User@openoffice.org>
Documentation <First Name, Last Name> <User@openoffice.org>
User Experience Matthias Müller-Prove mailto:mmp@openoffice.org

Acronyms and Abbreviations

Acronym / Abbreviation Definition
<WYSIWYG> <What You See Is What You Get>

Detailed Specification

Text

Headings

h2 element

h2 should not be plain style. It should match the visual appearance of the other heading styles.

h2 is defined in http://look.openoffice.org/overrides/static/csi/css/inst.css as "font-weight: normal". That is the reason why it looks too thin.

Testcase
http://website.openoffice.org/tryouts/mmp/index.html
Issue
http://website.openoffice.org/issues/show_bug.cgi?id=81219


Navigation

Main Navigation

The "top tabs" before:

label title href
Home Go to the Homepage http://www.openoffice.org/index.html
Download Get OpenOffice.org or browse for additions http://download.openoffice.org/index.html
Support The place for both free and commercial support on OpenOffice.org http://support.openoffice.org/index.html
Contributing Become part of the largest OpenSource project! http://contributing.openoffice.org/index.html
Projects See the Projects and their Categories http://projects.openoffice.org/index.html
My pages http://www.openoffice.org/servlets/StartPage
About Background information on OpenOffice.org http://about.openoffice.org/index.html
Proposed changes
label title href comment
Home Go to OpenOffice.org home page http://www.openoffice.org/index.html minor issue: change of title attribute still to be done
Download Get OpenOffice.org or browse for extensions http://download.openoffice.org/index.html ok
Support Get support on OpenOffice.org http://support.openoffice.org/index.html minor issue: change of title attribute still to be done
Participate Help us to improve OpenOffice.org http://contributing.openoffice.org/index.html ok
Projects Browse the projects and get in touch with the project leads http://projects.openoffice.org/index.html ok - and thank you Louis!
My pages Your community member page http://www.openoffice.org/servlets/StartPage medium issue: title attribute still missing
About Learn more about the open source project OpenOffice.org http://about.openoffice.org/index.html minor issue: "open source" vs. "open-source"
Issue
http://ux.openoffice.org/issues/show_bug.cgi?id=82273


Help | User Interface Element Templates | Example Spec

Open Issues

<State a bulleted list of issues Issue here>

Personal tools