1171
Comment: Adapt to changes
|
2024
Minor change
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
<<BR>> | |
Line 5: | Line 4: |
* APLAPL is a pure Dyalog project. | <<TableOfContents>> == Overview == |
Line 9: | Line 10: |
* Sub-projects of APLAPL '''must''' follow certain standards - see AplAplStandards for details. | * Sub-projects of APLAPL should follow certain standards - see AplAplStandards for details. |
Line 11: | Line 12: |
<<BR>> ||<tablebgcolor="#ffe" tablestyle="font-size:small"rowclass="odd">'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || - ||General utilities || ||<rowclass="odd">[[ADOC]] || (./) || - ||Automated Documentation Generation || ||[[Hash]] || (./) ||- ||Managing key/value-pairs || ||<rowclass="odd">IniFiles || (./) || - ||Dealing with INI files || ||[[Logger]] || (./) ||- ||Writing Log Files || ||<rowclass="odd">ShowChmHelp || (./) || {X} ||Display help files and topics within help files || |
== Utilities == ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities; `:Include`d in many of the following scripts|| ||[[Apl2Xml|APL2XML]] || (./) || {X} ||Create an *.CHM file by creating 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 || |
Line 20: | Line 23: |
||<rowclass="odd">WinFile || (./) || - ||Dealing with files and directories || | ||WinFile || (./) || /!\ ||Dealing with files and directories || |
Line 22: | Line 25: |
||WinSys || (./) || {X} ||Get information closely related to Windows || | |
Line 23: | Line 27: |
Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
|
Line 24: | Line 30: |
== Tools == | |
Line 25: | Line 32: |
Tools are designed to help a developer somehow during the development process. ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || ||[[APLCode2HTML]]|| (./) || /!\ || Create HTML code in order to display APL code properly || || [[Compare]] || (./) || /!\ || Compare fns, operators, scripts and namespaces || || ScriptManager || (./) || /!\ || GUI-tool for managing scripts || Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
|
Line 27: | Line 44: |
CategoryOpenSourceApl | CategoryCategory |
APL Application Programming Library (APLAPL)
Overview
- APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
Sub-projects of APLAPL should follow certain standards - see AplAplStandards for details.
Utilities
Name |
Windows |
Linux |
Description |
|
|
General utilities; :Included in many of the following scripts |
|
|
|
Create an *.CHM file by creating 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 |
|
|
|
Get information closely related to Windows |
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, scripts and namespaces |
|
|
|
GUI-tool for managing scripts |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |