File: README

package info (click to toggle)
phpwiki 1.3.14-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 15,716 kB
  • ctags: 23,548
  • sloc: php: 88,295; sql: 1,476; sh: 1,378; perl: 765; makefile: 602; awk: 28
file content (154 lines) | stat: -rwxr-xr-x 2,761 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154

Known Problems:

Most of the images you will see a white area around the outside. Once
the icons for the buttons have been finalized, the alpha channel will
be added to eliminate the white parts.


Button Localization:

English  "C"  English    - all present, only some with alpha shadows
German   "de" Deutsch    - all
Dutch    "nl" Nederlands - some
Spanish  "es" Espaol    - some
French   "fr" Franais   - RecentChanges only
Italian  "it" Italiano   - RecentChanges only
Swedish  "sv" Svenska    - none
Japanese "ja" ???        - some

More translations are needed in po files before the localized button
images can be completed.


Automatic Button Generation

The RecentChanges days... buttons can be generated by a php script
based on the text2png plugin, but I haven't released any code for it
yet. To use it, php must first be compiled with support gd,
imagemagick, and png.

Automatic button generation for the other localized buttons isn't
going to happen for this theme--there is a gradient across the glass
surface of the button that only Mac OS X Aqua can generate. Chopping a
button up and stamping it with localized words means a lot of tweaking
to the blank button pieces to get the seams invisible. It's a bit more
work to produce all the buttons by hand, but I feel the improved
authenticity to the Mac OS X user experience is worth the effort.


Filename Urlencode Chart

 space .... +
      .... %E1
      .... %F6


Here's What You Get:


buttons/

alltime.png
Lock+Page.png
Page+Locked.png
RSS.png
Unlock+Page.png
uww.png


buttons/en/

1+day.png
2+days.png
%28diff%29.png
3+days.png
30+days.png
4+days.png
7+days.png
90+days.png
BackLinks.png
DebugInfo.png
Diff.png
Edit.png
Edit+Old+Revision.png
FindPage.png
GoodStyle.png
LikePages.png
PageHistory.png
PhpWikiAdministration.png
RecentChanges.png
Remove+Page.png
Sign+In.png
Sign+Out.png
UserPreferences.png
View+Source.png


buttons/de/

1+Tag.png
2+Tagen.png
3+Tagen.png
4+Tagen.png
7+Tagen.png
30+Tagen.png
90+Tagen.png
Abmelden.png
Alte+Version+Editieren.png
Anmelden.png
Editieren.png
Einstellungen.png
Neuestenderungen.png
GleicheSeiten.png
GuterStil.png
PhpWikiSystemverwalten.png
Quell+Text.png
Seite+L%F6schen.png
SeiteFinden.png
SeitenProtokoll.png


buttons/es/

Borrar+P%E1gina.png
BuenEstilo.png
BuscarP%E1gina.png
CambiosRecientes.png
Editar.png


buttons/fr/

1+jour.png
2+jours.png
3+jours.png
4+jours.png
7+jours.png
30+jours.png
90+jours.png


buttons/it/

1+giorno.png
2+giorni.png
3+giorni.png
4+giorni.png
7+giorni.png
30+giorni.png
90+giorni.png


buttons/nl/

Bron+Tekst.png
GebruikersVoorkeuren.png
GoedeStijl.png
PhpWikiBeheer.png
RecenteVeranderingen.png
Verander.png
Verwijder+Pagina.png
ZoekPagina.png

$Id: README,v 1.4 2004/06/19 12:13:56 rurban Exp $