~gnomefreak/firefox-extensions/firegpg.ubuntu

« back to all changes in this revision

Viewing changes to documentation/conf/Menu.txt

  • Committer: John Vivirito
  • Date: 2008-08-12 11:47:33 UTC
  • Revision ID: gnomefreak@ubuntu.com-20080812114733-hn73tjxi26ylibrf
* import of upstream source version 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: 1.4
 
2
 
 
3
 
 
4
Title: FireGPG
 
5
SubTitle: Documentation of FireGPG's source code
 
6
 
 
7
# You can add a footer to your documentation like this:
 
8
# Footer: [text]
 
9
# If you want to add a copyright notice, this would be the place to do it.
 
10
 
 
11
# You can add a timestamp to your documentation like one of these:
 
12
# Timestamp: Generated on month day, year
 
13
# Timestamp: Updated mm/dd/yyyy
 
14
# Timestamp: Last updated mon day
 
15
#
 
16
#   m     - One or two digit month.  January is "1"
 
17
#   mm    - Always two digit month.  January is "01"
 
18
#   mon   - Short month word.  January is "Jan"
 
19
#   month - Long month word.  January is "January"
 
20
#   d     - One or two digit day.  1 is "1"
 
21
#   dd    - Always two digit day.  1 is "01"
 
22
#   day   - Day with letter extension.  1 is "1st"
 
23
#   yy    - Two digit year.  2006 is "06"
 
24
#   yyyy  - Four digit year.  2006 is "2006"
 
25
#   year  - Four digit year.  2006 is "2006"
 
26
 
 
27
 
 
28
# --------------------------------------------------------------------------
 
29
 
30
# Cut and paste the lines below to change the order in which your files
 
31
# appear on the menu.  Don't worry about adding or removing files, Natural
 
32
# Docs will take care of that.
 
33
 
34
# You can further organize the menu by grouping the entries.  Add a
 
35
# "Group: [name] {" line to start a group, and add a "}" to end it.
 
36
 
37
# You can add text and web links to the menu by adding "Text: [text]" and
 
38
# "Link: [name] ([URL])" lines, respectively.
 
39
 
40
# The formatting and comments are auto-generated, so don't worry about
 
41
# neatness when editing the file.  Natural Docs will clean it up the next
 
42
# time it is run.  When working with groups, just deal with the braces and
 
43
# forget about the indentation and comments.
 
44
 
45
# --------------------------------------------------------------------------
 
46
 
 
47
 
 
48
Group: FireGPG Classes and functions  {
 
49
 
 
50
   File: FireGPG  (no auto-title, content/cgpg.js)
 
51
   File: GPGAccess  (no auto-title, content/cgpgaccess.js)
 
52
   File: Overlay  (no auto-title, content/overlay.js)
 
53
   File: Gmail  (no auto-title, content/cgmail.js)
 
54
   File: Gmail2  (no auto-title, content/cgmail2.js)
 
55
   File: Selection  (content/cselect.js)
 
56
   File: Misc  (no auto-title, content/misc.js)
 
57
   File: Inline  (no auto-title, content/keyring.js)
 
58
   File: Api  (no auto-title, content/new_api.js)
 
59
   }  # Group: FireGPG Classes and functions
 
60
 
 
61
Group: Dialogues-relatives  {
 
62
 
 
63
   File: List  (no auto-title, content/list.js)
 
64
   File: Showtext  (no auto-title, content/showtext.js)
 
65
   File: Password  (no auto-title, content/password.js)
 
66
   File: Options  (no auto-title, content/options.js)
 
67
   }  # Group: Dialogues-relatives
 
68
 
 
69
Group: Misc  {
 
70
 
 
71
   File: GpgAuth  (no auto-title, content/gpgauth.js)
 
72
   File: GpgAuth Options  (no auto-title, content/gpgauth_options.js)
 
73
   }  # Group: Misc
 
74
 
 
75
Group: Index  {
 
76
 
 
77
   Index: Everything
 
78
   Class Index: Classes
 
79
   Function Index: Functions
 
80
   Constant Index: Constants
 
81
   File Index: Files
 
82
   Variable Index: Variables
 
83
   }  # Group: Index
 
84