1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
-- SUMMARY --
|
3 |
|
|
|
4 |
|
|
The Sweaver module makes it possible to theme you website directly
|
5 |
|
|
on the front end.
|
6 |
|
|
|
7 |
|
|
For a full description of the module, visit the project page:
|
8 |
|
|
http://drupal.org/project/sweaver
|
9 |
|
|
|
10 |
|
|
To submit bug reports and feature suggestions, or to track changes:
|
11 |
|
|
http://drupal.org/project/issues/sweaver
|
12 |
|
|
|
13 |
|
|
-- REQUIRED --
|
14 |
|
|
|
15 |
|
|
CTools - http://drupal.org/project/ctools
|
16 |
|
|
|
17 |
|
|
-- PLUGINS --
|
18 |
|
|
|
19 |
|
|
1) Style
|
20 |
|
|
This plugin can't be disabled. This gives you the editor
|
21 |
|
|
on the front end which you can use to style your theme.
|
22 |
|
|
The plugin creates a few configuration screens where you
|
23 |
|
|
can configure the selectors, properties & types.
|
24 |
|
|
|
25 |
|
|
2) Advanced
|
26 |
|
|
Adds a tab on the front end to manage advanced settings.
|
27 |
|
|
It is used to add custom css and list all modifications made through the editor.
|
28 |
|
|
|
29 |
|
|
3) Manage styles
|
30 |
|
|
Save, load and delete styles directly from the front end.
|
31 |
|
|
The back end screen has a checkbox to load the active style for
|
32 |
|
|
the theme if the editor itself is disabled.
|
33 |
|
|
|
34 |
|
|
4) Images
|
35 |
|
|
Upload images in the editor or in the back end. With Image
|
36 |
|
|
enabled, the images are also available as their derivatives.
|
37 |
|
|
|
38 |
|
|
5) Switch theme
|
39 |
|
|
Switch themes on the front end. When saving a style, the current
|
40 |
|
|
selected theme will also be set as the default theme.
|
41 |
|
|
|
42 |
|
|
6) Theme settings
|
43 |
|
|
Save theme settings like logo, favicon and other theme settings.
|
44 |
|
|
|
45 |
|
|
7) Font face
|
46 |
|
|
You need the fontyourface module (http://drupal.org/project/fontyourface)
|
47 |
|
|
It will add the selected fonts in the font family dropdown.
|
48 |
|
|
|
49 |
|
|
8) Theme styles
|
50 |
|
|
This is a tricky plugin. Only enable it if you have classes defined
|
51 |
|
|
in your theme info file. The tab on the frontend will show you
|
52 |
|
|
the styles found on the page you're looking at.
|
53 |
|
|
The backend screen gives you the option to define groups in your
|
54 |
|
|
info file to look for classes.
|
55 |
|
|
|
56 |
|
|
9) Key bindings
|
57 |
|
|
Use the keyboard to popup save, load, publish, delete screens.
|
58 |
|
|
|
59 |
|
|
10) Palettes
|
60 |
|
|
Define color palettes from your theme info file. More info
|
61 |
|
|
is found in API.txt.
|
62 |
|
|
|
63 |
|
|
11) Toolbar
|
64 |
|
|
Adds a 'Sweaver' menu item in the adminstration toolbar.
|
65 |
|
|
|
66 |
|
|
-- MAINTAINERS --
|
67 |
|
|
|
68 |
|
|
swentel - http://drupal.org/user/107403
|
69 |
|
|
jyve - http://drupal.org/user/591438
|
70 |
|
|
Quentin Albrand - http://drupal.org/user/1414746 |