1434
Comment: APL2XML added
|
1895
Contents structure improved
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
<<TableOfContents>> |
|
Line 9: | Line 12: |
||<rowclass="odd">'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||<rowclass="even">[[APLTeamUtils]] || (./) || /!\ ||General utilities || ||<rowclass="odd">[[Apl2Xml|APL2XML]] || (./) || {X} ||Create XML files in order to compile them with !HelpAndManual|| ||<rowclass="even">[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || ||<rowclass="odd">[[Hash]] || (./) || /!\ ||Managing key/value-pairs || ||<rowclass="even">IniFiles || (./) || /!\ ||Dealing with INI files || ||<rowclass="odd">[[Logger]] || (./) || /!\ ||Writing Log Files || ||<rowclass="even">ShowChmHelp || (./) || {X} ||Display help files and topics within help files || ||<rowclass="odd">WindowsEventLog || (./) || {X} ||Dealing with the Windows Event Log || ||<rowclass="even">WinFile || (./) || /!\ ||Dealing with files and directories || ||<rowclass="odd">WinReg || (./) || {X} ||Dealing with the Windows Registry || |
== Utilities == |
Line 21: | Line 14: |
||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities || ||[[Apl2Xml|APL2XML]] || (./) || {X} ||Create XML files in order to compile them with !HelpAndManual|| ||[[Execute]] || (./) || {X} ||Start a new process or application|| ||[[Hash]] || (./) || /!\ ||Managing key/value-pairs || ||IniFiles || (./) || /!\ ||Dealing with INI files || ||[[Logger]] || (./) || /!\ ||Writing Log Files || ||ShowChmHelp || (./) || {X} ||Display help files and topics within help files || ||WindowsEventLog || (./) || {X} ||Dealing with the Windows Event Log || ||WinFile || (./) || /!\ ||Dealing with files and directories || ||WinReg || (./) || {X} ||Dealing with the Windows Registry || |
|
Line 22: | Line 26: |
<<BR>> Legend: | Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
Line 24: | Line 29: |
/!\ contributor needed | == Tools == |
Line 26: | Line 31: |
(./) fully implemented | Tools are designed to help a developer somehow during the development process. |
Line 28: | Line 33: |
{*} under construction | ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || ||[[APLCode2HTML]]|| (./) || /!\ || Create HTML code in order to display APL code properly || || [[Compare]] || (./) || /!\ || Compare fns, operators and scripts]] || || ScriptManager || (./) || /!\ || GUI-tool for managing scripts || |
Line 30: | Line 39: |
{X} not applicable | Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
APL Application Programming Library (APLAPL)
- APLAPL is a pure Dyalog project.
- APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
Sub-projects of APLAPL must follow certain standards - see AplAplStandards for details.
Utilities
Name |
Windows |
Linux |
Description |
|
|
General utilities |
|
|
|
Create XML files in order to compile them with HelpAndManual |
|
|
|
Start a new process or application |
|
|
|
Managing key/value-pairs |
|
|
|
Dealing with INI files |
|
|
|
Writing Log Files |
|
|
|
Display help files and topics within help files |
|
|
|
Dealing with the Windows Event Log |
|
|
|
Dealing with files and directories |
|
|
|
Dealing with the Windows Registry |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |
Tools
Tools are designed to help a developer somehow during the development process.
Name |
Windows |
Linux |
Description |
|
|
Automated Documentation Generation |
|
|
|
Create HTML code in order to display APL code properly |
|
|
|
Compare fns, operators and scripts]] |
|
|
|
GUI-tool for managing scripts |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |