This repository was archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFred.sopm
More file actions
97 lines (97 loc) · 6.02 KB
/
Fred.sopm
File metadata and controls
97 lines (97 loc) · 6.02 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<otrs_package version="1.0">
<Name>Fred</Name>
<Version>0.0.0</Version>
<Framework>5.0.x</Framework>
<Vendor>OTRS AG</Vendor>
<URL>http://otrs.org/</URL>
<License>GNU AFFERO GENERAL PUBLIC LICENSE Version 3, November 2007</License>
<Description Lang="en">A tool to support the developer by his development.</Description>
<Description Lang="de">Ein Entwicklertool welches dem Entwickler zur Laufzeit bei der Entwicklung unterstützen soll.</Description>
<Filelist>
<File Permission="644" Location="doc/en/Fred.xml"/>
<File Permission="644" Location="Kernel/Config/Files/AAAFred.pm"/>
<File Permission="644" Location="Kernel/Config/Files/Fred.xml"/>
<File Permission="644" Location="Kernel/Modules/DevelFred.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/FilterContent/Fred.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/ConfigLog.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/ConfigSwitch.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/Console.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/EnvDump.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/HTMLCheck.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/JSLint.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/SessionDump.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/STDERRLog.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/SQLLog.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Fred/TranslationDebug.pm"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredConfigLog.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredConfigSwitch.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredConsole.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredContainer.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredEnvDump.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredHTMLCheck.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredJSLint.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredSessionDump.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredSetting.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredSQLLog.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredSTDERRLog.tt"/>
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/DevelFredTranslationDebug.tt"/>
<File Permission="644" Location="Kernel/System/Fred/ConfigLog.pm"/>
<File Permission="644" Location="Kernel/System/Fred/ConfigSwitch.pm"/>
<File Permission="644" Location="Kernel/System/Fred/Console.pm"/>
<File Permission="644" Location="Kernel/System/Fred/EnvDump.pm"/>
<File Permission="644" Location="Kernel/System/Fred/HTMLCheck.pm"/>
<File Permission="644" Location="Kernel/System/Fred/JSLint.pm"/>
<File Permission="644" Location="Kernel/System/Fred/SessionDump.pm"/>
<File Permission="644" Location="Kernel/System/Fred/SQLLog.pm"/>
<File Permission="644" Location="Kernel/System/Fred/STDERRLog.pm"/>
<File Permission="644" Location="Kernel/System/Fred/TranslationDebug.pm"/>
<File Permission="644" Location="var/httpd/htdocs/js/Core.Fred.js"/>
<File Permission="644" Location="var/httpd/htdocs/js/Core.Fred.HTMLCheck.js"/>
<File Permission="644" Location="var/httpd/htdocs/js/Core.Fred.JSLint.js"/>
<File Permission="644" Location="var/httpd/htdocs/js/thirdparty/jslint/jslint.js"/>
<File Permission="644" Location="var/httpd/htdocs/skins/Agent/default/css/Core.Fred.css"/>
<File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/css/Core.Fred.css"/>
</Filelist>
<IntroInstall Type="pre" Title="" Lang="en"><![CDATA[
<br/>
Welcome! <br/>
<br/>
What can Fred do?<br/>
<br/>
To date, Fred has the following features: <br/>
<ul>
<li> HTMLCheck: <br/>
performs different HTML quality checks in JavaScript </li>
<li> JSLint: <br/>
performs different JavaScript quality checks in JavaScript </li>
<li> STDERRLog: <br/>
every entry contained in STDERR is displayed </li>
<li> TranslationDebug: <br/>
displays all translation attempts of the current request which failed. </li>
<li> SQLLog: <br/>
lists all SQL statements of the current request </li>
<li> ConfigLog: <br/>
lists all ConfigGet requests, indicating their frequency </li>
<li> SessionDump: <br/>
show the current content of the serverside session </li>
<li> EnvDump: <br/>
show info about the environment of the layout object </li>
</ul>
<br/>
*Caution* : Please have a look at the possible config settings, which are easily accessible by clicking on "setting". <br/>
<br/>
<br/>
What is Fred's current status?<br/>
<br/>
<ul>
<li> modular design: <br/>
anybody can add a new module at any time </li>
<li> the modules' output is not yet sophisticated <br/>
ideas for improving the output or sensible configurations will be very welcome </li>
<li> please extend Fred, if you have good ideas <br/>
<li> if you have no time to implement your ideas yourselves, please enter them in dev mailinglist </li>
</ul>
<br/>
]]></IntroInstall>
</otrs_package>