V961 Tree Umbau

git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_haze@4260 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-03 16:58:46 +00:00
commit 59d06acc86
5 changed files with 769 additions and 0 deletions

73
etc/X11/XModules/Haze Normal file
View File

@ -0,0 +1,73 @@
#!/bin/bash
#Framework, welches ein komplettes Linux System aus den Sourcen erstellt
#dieses Framework wird im CVS Repository
#:pserver:cvs.compuextreme.de:/Data/cvs zur Verfügung gestellt
#
#Lage dieser Datei im Archiv: $Source$
#
#(c) 2003 Harald Kueller, Germany
#This program is free software; you can redistribute it and/or
#modify ist under the terms of the GNU General Public License
#as published by the Free Software Foundation; either version
#2 of the License, or (at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#See the GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program; if not write to the Free Software Foundation,
#Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#Dies ist ein Module zur Verwendung mit genpkg. Die Erzeugung eines
#Viitor Linux Packetes wird über die Funktionen premk, mk und postmk
#gesteuert. premk() dient zur Vorbereitung des Sourcecodes. Hier können
#diverse Änderungen am sourcecode (mit awk/sed usw.) vorgenommen werden
#mk() umfasst die source Konfiguration und das Übersetzten des source
#codes. Auch die Installation muß von mk erledigt werden. Hier gild dass
#die Installation immer nach $TMPROOT erfolgen soll (meisst kann das mit
#"make DESTDIR=$TMPROOT install" angestossen werden). postmk kann
#vor der packeterstellung noch einiges am installationtree ändern. postmk
#läuft nachdem die Packetabhängigkeiten erstellt wurden.
#Das Verhalten von genpkg kann über die Variable MKPKG gesteuert werden.
#Hier müssen FLAGS zur Steuerung gesetzt werden. Folgende Flags werden
#erkannt:
#
# 1 : Package Erzeugung erzwingen. Packet wird, auch wenn es schon
# vorhanden ist, ohne weitere rückfragen neu Erzeugt.
# 2 : Package Installation erzwingen. Installpkg wird mit -f aufgerufen.
# Das bewirkt, das installpkg keine rückfragen bei der installation
# Stellt, und das packet in jedemfall (neu) installiert.
# 4 : Sourcepacket nicht nach MAKEDIR entpacken. Ist dieses Flag gesetzt
# muss sich das Module selber um das Entpacken der sourcedateien kümmern.
# vor allem wichtig bei Packeten, für die es keine source.tgz gibt
# (z.B. aus dem CVS generierte Packete).
# 8 : Erstellung des Packetes aus $TMPROOT wird unterdrückt. Dies ist bei
# manchen Sonderfällen möglich - wenn sich z.B. der Packetnamen nicht
# aus dem Namen des sourcearchives ableiten lässt. Packet sollte in
# so einem Fall in der postmk() Funktion erstellt werden.
# 16 : Packet wird nicht installiert. Bei Packeten wie tar oder bash kann
# die installation mittelst installpkg probleme machen.
# 32 : Dependics File so erzeugen, das die Abhängigkeiten bei der installation
# erfüllt sein müssen. installpkg bricht in so einem fall bei fehlenden
# packeten die installation ab, und gibt nicht "nur" warnmeldungen aus.
# Wichtig bei packeten mit postinstallroutine, die software aus dem
# frisch installierten Packet verwendet (wie z.B. postgresql)
# 64 : sourcetree aufräumen nach packeterstellung unterbinden.
# 128 : Patches zu den Sourcen nicht einspielen - Module muss sich darum
# kümmern
#Startscript für WindowManager:
#
#Letzte Änderung von: $Author$
#Datum der letzten Änderung: $Date$
#Version der Datei: $Revision$
#
#$Log$
#Revision 1.1 2003/11/17 18:40:11 kueller
#Neues xinitrc - Windowmanager werden nun per module gestartet.
#
#
xscreensaver -no-splash -lock-mode &
/opt/Haze/bin/hazewm

318
etc/skel/.hazerc Normal file
View File

@ -0,0 +1,318 @@
#Beispiel Konfiguration für den haze Windowmanager
#(c) Rainmaker MultiMedia OHG
#
#$Author$
#$Date$
#$Revision$
#
#$Log$
#Revision 1.4 2006/06/21 08:03:16 kueller
#Anpassung an X11R7
#
#Revision 1.3 2001/10/08 08:40:52 kueller
#cvs header hinzugefügt,
#Menueeintrag für nt downloadmanager hinzugefügt
#
#
####################
## Windows Layout
####################
## Colors
# Classic HaZe
#TITLE_ACTIVE_FG white
#TITLE_ACTIVE_BG black
#TITLE_INACTIVE_FG gray
#TITLE_INACTIVE_BG white
#DECORATIONS_ACTIVE_FG white
#DECORATIONS_ACTIVE_BG black
#DECORATIONS_INACTIVE_FG gray
#DECORATIONS_INACTIVE_BG black
# Orange
#TITLE_ACTIVE_FG black
#TITLE_ACTIVE_BG orange
#TITLE_INACTIVE_FG black
#TITLE_INACTIVE_BG gray
#DECORATIONS_ACTIVE_FG black
#DECORATIONS_ACTIVE_BG orange
#DECORATIONS_INACTIVE_FG black
#DECORATIONS_INACTIVE_BG gray
# Green
#TITLE_ACTIVE_FG green
#TITLE_ACTIVE_B black
#TITLE_INACTIVE_FG forest green
#TITLE_INACTIVE_BG black
#DECORATIONS_ACTIVE_FG green
#DECORATIONS_ACTIVE_BG black
#DECORATIONS_INACTIVE_FG forest gren
#DECORATIONS_INACTIVE_BG black
## Number of Desktop
Desktopnum 6
## Follow mouse activation of window
#FollowToMouse
## Follow mouse activation of window but when mouse go into root window,
## active window is not changed
#SloppyFocus
## Shaded window is all desktop
StickyShade
## Displayed selected window at current desktop,
## when window is not mapped.
#StickyHide
## Interval and number of flush at flushing menu
#FlushMenu 100 2
## Map iconify window as shade
IconifyShade
## Map window as hide when window is mapped as icon
IconifyHide
## Show the window as shade, when hide shaded window is shown
ShadeMap
## Enable Opaque Move
OpaqueMove
## Enable Opaque Resize
OpaqueResize
## Enable one click menu
OneClickMenu
# Double click time
DoubleClickTime 300
# Edge resistance force
EdgeResistance 50 50
## Show window name with desktop number on window list
DisplayDeskNumber
## Draw move/resize line with dotted line
Compatible
####################
## from mlvwm
####################
## Enable MacOS 8 decoration feauture
#System8
Style "*" NormalDecoration
END
####################
## Icon Search Path
####################
IconPath /opt/Haze/share/haze:/opt/kde2/share/pixmaps:/usr/share/pixmaps:/usr/share/icons:/usr/share/icons/mini
####################
## Menu Icon
####################
IconMenuIcon jx.xpm
####################
## Another old
## mlvwm feature
####################
# Balloon help Settings
#UseBalloon "Show Balloon Help" "Hide Balloon Help", Icon jx.xpm
####################
## Fonts
####################
# Font Settings(without LOCALE)
# The default font
#MenuBarFont -*-*-medium-i-normal-*-16-*-*-*-*-*-iso8859-*
#MenuFont -*-*-medium-i-normal-*-16-*-*-*-*-*-iso8859-*
#TitleBarFont -*-*-medium-i-normal-*-16-*-*-*-*-*-iso8859-*
#BalloonFont -*-*-medium-i-normal-*-16-*-*-*-*-*-iso8859-*
# My favourite font, best viewed with 1024x768 & 1280x1024
MenuBarFont -b&h-lucidatypewriter-bold-r-normal-*-14-*-*-*-m-*-iso8859-*
MenuFont -b&h-lucidatypewriter-bold-r-normal-*-14-*-*-*-m-*-iso8859-*
TitleBarFont -b&h-lucidatypewriter-bold-r-normal-*-14-*-*-*-m-*-iso8859-*
# Another pretty good font
#MenuBarFont -biznet-fotinostypewriter-bold-r-normal-*-17-*-*-*-*-*-iso8859-*
#MenuFont -biznet-fotinostypewriter-bold-r-normal-*-17-*-*-*-*-*-iso8859-*
#TitleBarFont -biznet-fotinostypewriter-bold-r-normal-*-17-*-*-*-*-*-iso8859-*
####################
## Shortcuts...
## from mlvwm
####################
# Settings of keyborad short cut
ShortCut
Up C Desk -
Down C Desk +
Left C PreviousWindow
Right C NextWindow
Left M PreviousSameDeskWindow
Right M NextSameDeskWindow
Escape M Restart mlvwm
Escape SM Exit
END
####################
## The Menu
####################
Menu def-Window, Icon mini-haze.xpm, Stick
"About..." Icon mini-haze.xpm, Action Exec "splash" exec splash /usr/local/share/haze/splash.xpm sleep 5s
"Move" Icon mini-move.xpm, Action MoveWindow
"Resize" Icon mini-resize.xpm, Action ResizeWindow
#"Toggle Scroll" Action ToggleScroll
"" NonSelect
"xKill" Icon mini-bomb.xpm, Action Exec "xkill" exec xkill
END
Menu def-File, Label "File", Left
"XFTree " Icon text.xpm, Action Exec "xftree" exec xftree
"Rxvt " Icon defaultterm.xpm, Action Exec "rxvt" exec rxvt
"Xterm " Icon defaultterm.xpm, Action Exec "xterm" exec xterm
"Xedit " Icon text.xpm, Action Exec "xedit" exec xedit
"Editor " Icon text.xpm, Action Exec "gedit" exec gedit
END
Menu def-Multimedia
"XMMS " Icon haze-sound.xpm, Action Exec "xmms" exec xmms
"XMixer " Icon mixer.xpm, Action Exec "xmixer" exec xmixer
END
Menu def-Applications, Label "Applications"
"StarOffice " Icon staroffice2.xpm, Action Exec "soffice" exec office52/soffice
"The Gimp " Icon wilber.xpm, Action Exec "gimp" exec gimp
"GQview " Icon eyecon.xpm, Action Exec "gqview" exec gqview
"Multimedia " SubMenu def-Multimedia
END
Menu def-Net, Label "Net"
"Mozilla Navigator " Icon /opt/mozilla/icons/mozicon16.xpm, Action Exec "mozilla" exec /opt/mozilla/mozilla
"Mozilla Messenger " Icon korn.xpm, Action Exec "mozilla" exec /opt/mozilla/mozilla -mail
"nt Downloadmanager " Icon Network.xpm, Action Exec "nt" exec /usr/X11R7/bin/nt
END
Menu start-sub
"Gnome Panel " Icon gnome-logo.xpm, Action Exec "panel" exec panel
END
Menu def-Special, Label "Special"
"Clean Up Desktop " Icon Recycler.xpm,Action Refresh
"" NonSelect
"Mount CDRom" Icon mountcd.xpm, Action Exec "xfmountdev" exec mount /mnt/cdrom
"UnMount CDRom" Icon umountcd.xpm, Action Exec "xfmountdev" exec umount /mnt/cdrom
"" NonSelect
"Start" SubMenu start-sub
"Configure" Icon kblackbox.xpm, Action Exec "xedit" exec xedit .hazerc
"Restart" Icon ComputerPC.xpm, Action Restart zenwm
"" NonSelect
"Shutdown HaZe" Icon kcmx.xpm, Action Exit
END
####################
## Bar Addons
####################
# Swallow the application at menu
#Swallow "XEyes" Action Exec "xeyes" exec xeyes -geometry 100
# Foreground=orange, change with new looks
Swallow "xload" Action Exec "xload" exec xload -geometry 100 -fg orange -bg black -nolabel -update 1
#Swallow "xosview" Action Exec "xosview" exec xosview -captions -font 7x14 -geometry 150x25 -load -mem -page -ints -swap
Swallow "XClock" Action Exec "xclock" exec xclock -geometry 180x25 -font 7x14 -fg white -bg black -digital -padding 7 -update 1
####################
## The Menu Bar
####################
# Definition MenuBar
MenuBar default
#def-Window
def-File
def-Applications
def-Net
def-Special
END
####################
## Initial Function
####################
# Uncomment the "xterm" lines if needed
InitFunction
Desk 5
Exec "xterm" xterm -ls -geometry 80x25 &
Wait xterm
#Exec "rxvt" rxvt &
#Wait rxvt
Desk 0
Exec "xterm" xterm -ls -geometry 80x25 &
Wait xterm
#Exec "rxvt" rxvt &
#Wait rxvt
#Exec "xosview" xosview &
#Wait xosview
# Background color
#Exec xsetroot -solid mediumpurple &
#Exec xsetroot -solid skyblue4 &
#Exec xsetroot -solid black &
Exec xsetroot -solid steelblue4 &
# Background image
#Exec xsetbg -fullscreen -shrink -border black -onroot /usr/share/pixmaps/backgrounds/space/hst_antennae_9734a.jpg
END
####################
## Restart Function
####################
RestartFunction
END
####################
## Style
####################
# Define the default window decoration
Style
"*" MiniIcon jx.xpm, MaxmizeScale 90, MenuBar default
END
# Old mlvwm style definitons
Style
#"Emacs" MiniIcon mini-edit.xpm
#"xv" MiniIcon mini-xv.xpm, EnableScroll
#"XCalc" MiniIcon mini-calc.xpm
#"Xarchie" MiniIcon mini.xarchie.xpm
#"Xmag" MiniIcon mini.xmag.xpm
"XMeter" NoSBarH, NoSBarV, NoResizeR, NoMinMaxR, NoTitle, NoCloseR
"XMeter" NoWinList, Sticky, SkipSelect
"*biff" NoSBarH, NoSBarV, NoResizeR, NoMinMaxR, NoWinList, NoCloseR
"XEyes" NoSBarV, NoMinMaxR, NoSBarH, NoWinList
"XCal" NoSBarH, NoSBarV, NoResizeR, NoMinMaxR, NoWinList, NoCloseR
"XConsole" NoSBarH, NoSBarV, NoResizeR, NoTitle, NoWinList, SkipSelect
END
####################
## The End
####################

View File

@ -0,0 +1,16 @@
#!/bin/bash
#Automatische Generierung von glibc
#Script Framework - Automatisiertes Erzeugen der Monsum Linux Distribution
#(c) Rainmaker MultiMedia OHG
#
#$Author$
#$Date$
#$Revision$
#
#$Log$
#Revision 1.2 2001/10/08 08:42:48 kueller
#mit beispiel aus /etc/skel abgeglichen
#
#
export PATH=$PATH:/opt/Haze/bin

27
init/genpkg Normal file
View File

@ -0,0 +1,27 @@
#!/bin/bash
#Initialisierung der AddOn Daten für Haze
#Script Framework - Automatisiertes Erzeugen der Monsum Linux Distribution
#(c) Rainmaker MultiMedia OHG
#
#$Author$
#$Date$
#$Revision$
#
#$Log$
#Revision 1.3 2001/10/08 08:49:08 kueller
#Fehler beim Prüfen - option muss -d sein!
#
#Revision 1.2 2001/10/08 08:48:44 kueller
#Vor anlegen des Verzeichnisses root wird jetzt überprüft ob dieses
#schon vorhanden ist
#
#Revision 1.1 2001/10/08 08:45:41 kueller
#root/.hazerc wird nun von etc/skel kopiert. Damit ist ein Abgleich zwischen
#diesen Dateien nicht mehr notwendig
#
#
if [ ! -d root ]; then
mkdir root
fi
cp etc/skel/.hazerc root

335
opt/Haze/docs Normal file
View File

@ -0,0 +1,335 @@
because life is not in B&W...
HaZe 0.1b
a real B&W window manager
v0.1b
-------------------
Configuration
-------------------
All the features here described are the same as in mlvwm.
In the future, HaZe will have its own ones.
The HaZe configuration file is $HOME/.hazerc. It is possible
that this file is changed by the -f option in the start
(editing the starthaze script)
BuiltinCommand
Builtin command which can be used in the menu, the keyboard short cut,
and so on is as the following.
Exec
The practice of the outside command is performed. The outside
command carried out as an argument is taken. Set the name of
the application carried out.
Nop
Anything isn't done.
Refresh
It is made that the screen is fresh.
Restart
Window manager specified as an argument is carried out, and
restart of the window environment is performed.
Exit
Window manager is finished.
Desk
Desk-top movement is done. An argument takes a number or +,
-. It is moved to the shown desk-top of the number at the time
of the number. + (-) case current desktop number is
added(pulled) 1.
NextWindow
The window mapped after the present active window is
chosen. The window that the window that Hide was done and
SkipSelect are specified isn't chosen.
PreviousWindow
The window mapped before the present active window is
chosen. The window that the window that Hide was done and
SkipSelect are specified isn't chosen.
NextSameDeskWindow
A window about the same desk-top number which mapped in the
next of present active window is chosen. The window that the
window that Hide was done and SkipSelect are specified isn't
chosen.
PreviousSameDeskWindow
A window about the same desk-top number that is mapped
previous of present active window is chosen. The window that
the window that Hide was done and SkipSelect are specified
isn't chosen.
ShadedUnShadeActive
Shade or UnShade does present active window.
HideActive
Present active window is hidden.
HideOthers
The present one except for active window is hidden.
ShowAll
All hiding windows are indicated.
MoveWindow
It is moved through the window after the choice.
ResizeWindow
It resize a window after the choice.
KillWindow
A window is finished after the choice.
SendMessage
The event of KeyPress is sent to present active window. The way
of setting it moves space to the stop, and describes a key
name. If the length of key name is 1, all charactor inside
double quotation marks are changed to key name.
KeyModifier performs designation with the capital letter, and
it can be specified by the same character as the keyboard short
cut mentioned later. KeyModifier can be described by combining
it with the key name and +.
example ) control +x, -> C+x
Wait Application name or Application class
Wait to start application.
ShowBalloon
This function can be bound to a key in order to show balloon.
Description
The item which can be set by the initialization file is as the next.
Desktopnum
Virtual screen number of sheets. Default is 1.
StickyShade
The shaded windows are indicated instead of the desk-top
movement. It isn't set up with the default.
StickyHide
It is indicated in the desk-top number of current when the
window which did Hide is chosen from the window list. When
ShowAll is performed, it is indicated in the original
desk-top. It isn't set up with the default.
ShadeMap
Shade isn't canceled when Map is done after Hide does the
window that Shade was done. Shade is canceled with the default.
DoubleClickTime
The establishment of the click time to perform double
click. Default is 300.
Compatible
Change to the dotted line that is displayed at move and resize
window.
FollowToMouse
When it is set up, active window is changed in accordance with
the movement of the mouse. It isn't set up with the default.
SloppyFocus
It turns on FollowToMouse with the modification of not loosing
focus when in the root window.
System8
Change to window decoration to System 8(Only Color Monitor).
(Not works fine in HaZe, it will dissapear in next realeases)
OpaqueMove
Enable Opaque move.
OpaqueResize
Enable Opaque resize.
OneClickMenu
Click pull down menu and more one click execute selection.
EdgeResistance x y
Edge resistance force.
ZoomWait
Setting Hide animation speed. Default is 10ms. The unit is ms.
RotateDesk
Rotate desktop number at Desk + and Desk -.
DisplayDeskNumber
Display window name with desktop number on window list.
IconifyShade
WindowShade is regarded as Inocify.
IconifyHide
HideWindow is regarded as Iconify.
ScrollBarWidth <n>
The variable scroll window is set <n> and defaults to 19 if
unspecified.
FlushMenu
The flashing interval of the menu and number of times are set. An
argument can't be omitted in the flashing interval and the number
of times. The flashing interval is 100, flashing number of
times are 2 as for the default. Flashing interval is set at ms.
IconPath
An icon path is specified. When it is set in the plural,
`Divide it with : ', and set it. Icon specified with Icon and
MiniIcon can stop reading it when designation isn't performed
before Style, IconMenuIcon and Menu.
IconMenuIcon
The icon of the window list menu of the right end is
specified. When there is no designation, the character line of
ICON is indicated. It stopped binding it with.
UseRootWin
ignore button event on Root Window.
UseBalloon "str1" "str2", Icon iconname
Use balloon help. str1 is displayed as menu item when Balloon
help is not displayed.
InitFunction
RestartFunction
Define the function when start and restart the mlvwm.
MenuBarFont
The font of the menu bar is set up.
MenuFont
The font of menu item is set up.
TitleBarFont
The font of the title bar of the window is set up.
BalloonFont
The font of Balloon Help is set up.
Read
The establishment file of the set file name is read.
RestartPreviousState
It allows to regenerate the screen as it was before the
previous window manager was shutdown or the current window
manager was restarted.
Menu
A menu is set up. It is a menu item to END. A menu name is
continued, and it describes it. A menu name can't include
space. It is divided , and an option is inputted. There is the
next thing in the option.
Right
It shows a menu label in the right.
Left
It shows a menu label in the left. The default of the menu is
Left and it is omitted.
Icon icon name
An icon to the icon name menu bar can be specified. Pixmap
and Bitmap files are used as icon.
Label
The label of the menu bar is set up.
Stick
The menu label is indicated any time in spite of the
designation of MenuBar mentioned later.
NonStick
The menu label is indicated only MenuBar indication (default).
How to describe menu item
It is "label" options.
When a label is the dotted line. See a sample for detail.
There is the next thing in the option. Options are divided by ,.
Gray
The character of the menu item is made gray.
Black
The character of the menu item is made black.
Check
A check mark is put.
NonCheck
A check mark isn't put.
Select
It is made possible a menu item is chosen.
NonSelect
A menu item is prevented from being chosen.
Icon icon name
An icon name icon is specified. Pixmap and Bitmap files are
used as icon.
SubMenu <MenuName>
A submenu is specified.
Action builtin command
Command when menu is chosen is specified.
Swallow
It is filled up in the menu bar, and the application that it
gets crowded is established. It is divided , and an option is
inputted. There is the next thing in the option.
Right
It shows application in the right.
Left
It shows application in the left.
The default of the application is Right and it is omitted.
Action
The application that it is filled up and crowded is
set. Description is to continue the description of Exec of
inside command backward.
Stick
Indication is always in spite of MenuBar definitions.
NonStick
Indication is performed only with specified MenuBar.
And, the application of the menu bar describes a name to the
application of the menu bar in succession.
MenuBar
The menu of the name described in the space to END becomes the
item of this menu bar.
Style
A window decoration can be set. The ways of setting it are "a
window name or a class" a decoration switch, ... It becomes
designated completion with END. In the window name, *? can be
used for wild card. There is the next thing in the decoration
switch.
NormalDecoration
Performs a standard decoration.
NoSbarH
Horizontal scroll bar isn't indicated.
NoSbarV
Vertical scroll bar isn't indicated.
NoResizeR
Resize region isn't indicated.
NoTitle
A title bar isn't indicated.
NoMinMaxR
Maximum, minimum region isn't indicated.(When NoTitle is
specified, it is set automatically.)
NoCloseR
Close region isn't indicated.(When NoTitle is
specified, it is set automatically.)
NoShadeR
Shade region isn't indicated(Only to set System8).
NoWinList
It isn't indicated in the window list.
NoFocus
The window doesn't have a focus when it mapped.
StayOnTop
It is indicated on all the windows. The window indicated
later becomes the top at the time of which a set window is
the same as.
Sticky
The window is indicated without the desk-top movement.
SkipSelect
It isn't chosen with NextWindow of inside command,
PreviousWindow.
EnableScroll
A window under the scroll condition of Enable.
MaxmizeScale
The percentage when it turns most is set or widthxheight.
MiniIcon
It has the small icon with the designated application. Pixmap
and Bitmap files are used as icon.
MenuBar
It has the menu bar with the designated application. The menu
is specified by continuing the name of the menu and
describing it.
NoTransientDecorate
No decorations for transient window.
All decorations are indicated, and the window of the default is
indicated in the window list. StayOnTop isn't designation.
ShortCut
The establishment of the keyboard short cut is performed. It
becomes designated completion with END. The way of setting it
is as the next.
KeyName KeyboardModifier Command
The thing to can spend with Menu is possible (it is set completely).
KeyboardModifier performs designation with the capital letter,
and it is as the next.
S Shift key
C Control key
M Mod1 key
1 Mod1 key
2 Mod2 key
3 Mod3 key
4 Mod4 key
5 Mod5 key
A AnyModifier
N No
And it is to refer to the Mlvwmrc file of the attachment that
it is stuck though there may be a thing of the explanation
which is not. The description of the pole power all will be
performed here.