diff --git a/Base/usr/share/man/man1/Applications.md b/Base/usr/share/man/man1/Applications.md new file mode 100644 index 0000000000..72f766fa9b --- /dev/null +++ b/Base/usr/share/man/man1/Applications.md @@ -0,0 +1,36 @@ +## Name + +Applications - SerenityOS GUI applications + +## Description + +SerenityOS comes with a suite of GUI applications. The applications are divided into multiple categories, through which they are available in the start menu. + +Note that many applications can be disabled at SerenityOS build time if desired. Therefore, depending on your SerenityOS build configuration, not all applications may be available. + +## See also + +- Documentation for SerenityOS Games in section 6 + +### List of Application manpages + +- [About](help://man/1/Applications/About) +- [Analog Clock](help://man/1/Applications/AnalogClock) +- [Assistant](help://man/1/Applications/Assistant) +- [Browser](help://man/1/Applications/Browser) +- [Calculator](help://man/1/Applications/Calculator) +- [Calendar](help://man/1/Applications/Calendar) +- [Character Map](help://man/1/Applications/CharacterMap) +- [Eyes](help://man/1/Applications/Eyes) +- [FontEditor](help://man/1/Applications/FontEditor) +- [GML Playground](help://man/1/Applications/GMLPlayground) +- [Hex Editor](help://man/1/Applications/HexEditor) +- [Image Viewer](help://man/1/Applications/ImageViewer) +- [Inspector](help://man/1/Applications/Inspector) +- [Magnifier](help://man/1/Applications/Magnifier) +- [Mail](help://man/1/Applications/Mail) +- [Mouse Settings](help://man/1/Applications/MouseSettings) +- [Presenter](help://man/1/Applications/Presenter) +- [SQL Studio](help://man/1/Applications/SQLStudio) +- [Terminal](help://man/1/Applications/Terminal) +- [Text Editor](help://man/1/Applications/TextEditor) diff --git a/Base/usr/share/man/man1/About.md b/Base/usr/share/man/man1/Applications/About.md similarity index 100% rename from Base/usr/share/man/man1/About.md rename to Base/usr/share/man/man1/Applications/About.md diff --git a/Base/usr/share/man/man1/AnalogClock.md b/Base/usr/share/man/man1/Applications/AnalogClock.md similarity index 100% rename from Base/usr/share/man/man1/AnalogClock.md rename to Base/usr/share/man/man1/Applications/AnalogClock.md diff --git a/Base/usr/share/man/man1/Assistant.md b/Base/usr/share/man/man1/Applications/Assistant.md similarity index 100% rename from Base/usr/share/man/man1/Assistant.md rename to Base/usr/share/man/man1/Applications/Assistant.md diff --git a/Base/usr/share/man/man1/Browser.md b/Base/usr/share/man/man1/Applications/Browser.md similarity index 100% rename from Base/usr/share/man/man1/Browser.md rename to Base/usr/share/man/man1/Applications/Browser.md diff --git a/Base/usr/share/man/man1/Calculator.md b/Base/usr/share/man/man1/Applications/Calculator.md similarity index 100% rename from Base/usr/share/man/man1/Calculator.md rename to Base/usr/share/man/man1/Applications/Calculator.md diff --git a/Base/usr/share/man/man1/Calendar.md b/Base/usr/share/man/man1/Applications/Calendar.md similarity index 100% rename from Base/usr/share/man/man1/Calendar.md rename to Base/usr/share/man/man1/Applications/Calendar.md diff --git a/Base/usr/share/man/man1/CharacterMap.md b/Base/usr/share/man/man1/Applications/CharacterMap.md similarity index 84% rename from Base/usr/share/man/man1/CharacterMap.md rename to Base/usr/share/man/man1/Applications/CharacterMap.md index 7b0410db55..c5593c2884 100644 --- a/Base/usr/share/man/man1/CharacterMap.md +++ b/Base/usr/share/man/man1/Applications/CharacterMap.md @@ -29,5 +29,4 @@ $ CharacterMap --search "yak" ## See Also -* [`FontEditor`(1)](help://man/1/FontEditor) To edit the fonts instead of just viewing them. - +* [`FontEditor`(1)](help://man/1/Applications/FontEditor) To edit the fonts instead of just viewing them. diff --git a/Base/usr/share/man/man1/Eyes.md b/Base/usr/share/man/man1/Applications/Eyes.md similarity index 100% rename from Base/usr/share/man/man1/Eyes.md rename to Base/usr/share/man/man1/Applications/Eyes.md diff --git a/Base/usr/share/man/man1/FontEditor.md b/Base/usr/share/man/man1/Applications/FontEditor.md similarity index 100% rename from Base/usr/share/man/man1/FontEditor.md rename to Base/usr/share/man/man1/Applications/FontEditor.md diff --git a/Base/usr/share/man/man1/FontEditor.png b/Base/usr/share/man/man1/Applications/FontEditor.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor.png rename to Base/usr/share/man/man1/Applications/FontEditor.png diff --git a/Base/usr/share/man/man1/FontEditor_Continue_editing_current_font.png b/Base/usr/share/man/man1/Applications/FontEditor_Continue_editing_current_font.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Continue_editing_current_font.png rename to Base/usr/share/man/man1/Applications/FontEditor_Continue_editing_current_font.png diff --git a/Base/usr/share/man/man1/FontEditor_Edit_Glyph_properties.png b/Base/usr/share/man/man1/Applications/FontEditor_Edit_Glyph_properties.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Edit_Glyph_properties.png rename to Base/usr/share/man/man1/Applications/FontEditor_Edit_Glyph_properties.png diff --git a/Base/usr/share/man/man1/FontEditor_Glyph_properties.png b/Base/usr/share/man/man1/Applications/FontEditor_Glyph_properties.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Glyph_properties.png rename to Base/usr/share/man/man1/Applications/FontEditor_Glyph_properties.png diff --git a/Base/usr/share/man/man1/FontEditor_Launching_second_instance.png b/Base/usr/share/man/man1/Applications/FontEditor_Launching_second_instance.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Launching_second_instance.png rename to Base/usr/share/man/man1/Applications/FontEditor_Launching_second_instance.png diff --git a/Base/usr/share/man/man1/FontEditor_New_Font.png b/Base/usr/share/man/man1/Applications/FontEditor_New_Font.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_New_Font.png rename to Base/usr/share/man/man1/Applications/FontEditor_New_Font.png diff --git a/Base/usr/share/man/man1/FontEditor_Save_font_as.png b/Base/usr/share/man/man1/Applications/FontEditor_Save_font_as.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Save_font_as.png rename to Base/usr/share/man/man1/Applications/FontEditor_Save_font_as.png diff --git a/Base/usr/share/man/man1/FontEditor_Twins_sidebyside.png b/Base/usr/share/man/man1/Applications/FontEditor_Twins_sidebyside.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Twins_sidebyside.png rename to Base/usr/share/man/man1/Applications/FontEditor_Twins_sidebyside.png diff --git a/Base/usr/share/man/man1/FontEditor_Typeface_properties.png b/Base/usr/share/man/man1/Applications/FontEditor_Typeface_properties.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Typeface_properties.png rename to Base/usr/share/man/man1/Applications/FontEditor_Typeface_properties.png diff --git a/Base/usr/share/man/man1/FontEditor_Untitled.png b/Base/usr/share/man/man1/Applications/FontEditor_Untitled.png similarity index 100% rename from Base/usr/share/man/man1/FontEditor_Untitled.png rename to Base/usr/share/man/man1/Applications/FontEditor_Untitled.png diff --git a/Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net.png b/Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net.png similarity index 100% rename from Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net.png rename to Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net.png diff --git a/Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net_result_detail.png b/Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net_result_detail.png similarity index 100% rename from Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net_result_detail.png rename to Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net_result_detail.png diff --git a/Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net_search_result.png b/Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net_search_result.png similarity index 100% rename from Base/usr/share/man/man1/Fonts_SerenityOS_dot_Net_search_result.png rename to Base/usr/share/man/man1/Applications/Fonts_SerenityOS_dot_Net_search_result.png diff --git a/Base/usr/share/man/man1/GMLPlayground.md b/Base/usr/share/man/man1/Applications/GMLPlayground.md similarity index 100% rename from Base/usr/share/man/man1/GMLPlayground.md rename to Base/usr/share/man/man1/Applications/GMLPlayground.md diff --git a/Base/usr/share/man/man1/Help.md b/Base/usr/share/man/man1/Applications/Help.md similarity index 100% rename from Base/usr/share/man/man1/Help.md rename to Base/usr/share/man/man1/Applications/Help.md diff --git a/Base/usr/share/man/man1/HexEditor.md b/Base/usr/share/man/man1/Applications/HexEditor.md similarity index 100% rename from Base/usr/share/man/man1/HexEditor.md rename to Base/usr/share/man/man1/Applications/HexEditor.md diff --git a/Base/usr/share/man/man1/HexEditor.png b/Base/usr/share/man/man1/Applications/HexEditor.png similarity index 100% rename from Base/usr/share/man/man1/HexEditor.png rename to Base/usr/share/man/man1/Applications/HexEditor.png diff --git a/Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png b/Base/usr/share/man/man1/Applications/HexEditor_Copy_Hex_Text_C_Code.png similarity index 100% rename from Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png rename to Base/usr/share/man/man1/Applications/HexEditor_Copy_Hex_Text_C_Code.png diff --git a/Base/usr/share/man/man1/HexEditor_Find_Value.png b/Base/usr/share/man/man1/Applications/HexEditor_Find_Value.png similarity index 100% rename from Base/usr/share/man/man1/HexEditor_Find_Value.png rename to Base/usr/share/man/man1/Applications/HexEditor_Find_Value.png diff --git a/Base/usr/share/man/man1/ImageViewer.md b/Base/usr/share/man/man1/Applications/ImageViewer.md similarity index 100% rename from Base/usr/share/man/man1/ImageViewer.md rename to Base/usr/share/man/man1/Applications/ImageViewer.md diff --git a/Base/usr/share/man/man1/Inspector.md b/Base/usr/share/man/man1/Applications/Inspector.md similarity index 100% rename from Base/usr/share/man/man1/Inspector.md rename to Base/usr/share/man/man1/Applications/Inspector.md diff --git a/Base/usr/share/man/man1/Magnifier.md b/Base/usr/share/man/man1/Applications/Magnifier.md similarity index 100% rename from Base/usr/share/man/man1/Magnifier.md rename to Base/usr/share/man/man1/Applications/Magnifier.md diff --git a/Base/usr/share/man/man1/Mail.md b/Base/usr/share/man/man1/Applications/Mail.md similarity index 100% rename from Base/usr/share/man/man1/Mail.md rename to Base/usr/share/man/man1/Applications/Mail.md diff --git a/Base/usr/share/man/man1/MouseSettings.md b/Base/usr/share/man/man1/Applications/MouseSettings.md similarity index 100% rename from Base/usr/share/man/man1/MouseSettings.md rename to Base/usr/share/man/man1/Applications/MouseSettings.md diff --git a/Base/usr/share/man/man1/Presenter.md b/Base/usr/share/man/man1/Applications/Presenter.md similarity index 100% rename from Base/usr/share/man/man1/Presenter.md rename to Base/usr/share/man/man1/Applications/Presenter.md diff --git a/Base/usr/share/man/man1/Profiler.md b/Base/usr/share/man/man1/Applications/Profiler.md similarity index 100% rename from Base/usr/share/man/man1/Profiler.md rename to Base/usr/share/man/man1/Applications/Profiler.md diff --git a/Base/usr/share/man/man1/SQLStudio.md b/Base/usr/share/man/man1/Applications/SQLStudio.md similarity index 100% rename from Base/usr/share/man/man1/SQLStudio.md rename to Base/usr/share/man/man1/Applications/SQLStudio.md diff --git a/Base/usr/share/man/man1/Terminal.md b/Base/usr/share/man/man1/Applications/Terminal.md similarity index 100% rename from Base/usr/share/man/man1/Terminal.md rename to Base/usr/share/man/man1/Applications/Terminal.md diff --git a/Base/usr/share/man/man1/TextEditor.md b/Base/usr/share/man/man1/Applications/TextEditor.md similarity index 100% rename from Base/usr/share/man/man1/TextEditor.md rename to Base/usr/share/man/man1/Applications/TextEditor.md diff --git a/Base/usr/share/man/man1/bt.md b/Base/usr/share/man/man1/bt.md index f45a22835f..0f500f897a 100644 --- a/Base/usr/share/man/man1/bt.md +++ b/Base/usr/share/man/man1/bt.md @@ -41,8 +41,8 @@ $ watch -n 1 -- bt 124 ## See also -* [`Inspector`(1)](help://man/1/Inspector) +* [`Inspector`(1)](help://man/1/Applications/Inspector) -* [`Profiler`(1)](help://man/1/Profiler) +* [`Profiler`(1)](help://man/1/Applications/Profiler) * [`watch`(1)](help://man/1/watch) diff --git a/Base/usr/share/man/man1/man.md b/Base/usr/share/man/man1/man.md index 2a1e04651c..71b7828aa0 100644 --- a/Base/usr/share/man/man1/man.md +++ b/Base/usr/share/man/man1/man.md @@ -39,5 +39,5 @@ this man page should be located at `/usr/share/man/man1/man.md`. ## See Also * [`less`(1)](help://man/1/less) For the terminal pager that `man` uses by default -* [`Help`(1)](help://man/1/Help) To read these same man pages in a GUI +* [`Help`(1)](help://man/1/Applications/Help) To read these same man pages in a GUI * [`man`(7)](help://man/7/man) For an overview on how manpages are organized diff --git a/Base/usr/share/man/man1/profile.md b/Base/usr/share/man/man1/profile.md index 1cf730eb69..22697d8685 100644 --- a/Base/usr/share/man/man1/profile.md +++ b/Base/usr/share/man/man1/profile.md @@ -41,4 +41,4 @@ $ profile -t syscall -- echo "Hello friends!" ## See also -* [`Profiler`(1)](help://man/1/Profiler) GUI for viewing profiling data produced by `profile`. +* [`Profiler`(1)](help://man/1/Applications/Profiler) GUI for viewing profiling data produced by `profile`. diff --git a/Base/usr/share/man/man5/GML.md b/Base/usr/share/man/man5/GML.md index a5f9baaf18..8cf0242b59 100644 --- a/Base/usr/share/man/man5/GML.md +++ b/Base/usr/share/man/man5/GML.md @@ -19,7 +19,7 @@ Or right clicking on a folder in the TreeView and using ## See also - [gml-format(1)](help://man/1/gml-format) formats your GML files. -- [GML Playground(1)](help://man/1/GMLPlayground) is an interactive GML creation tool. +- [Applications/GML Playground(1)](help://man/1/Applications/GMLPlayground) is an interactive GML creation tool. ### List of GML manpages diff --git a/Base/usr/share/man/man5/presenter.md b/Base/usr/share/man/man5/presenter.md index 6871d87fca..2cad2fee76 100644 --- a/Base/usr/share/man/man5/presenter.md +++ b/Base/usr/share/man/man5/presenter.md @@ -4,7 +4,7 @@ presenter - Presenter slide presentation format (.presenter) ## Description -The presenter file format is a format for specifying slides and presentations in a JSON-based format. It is intentionally simple, allowing it to be written by hand. It is the native format of [Presenter](help://man/1/Presenter). +The presenter file format is a format for specifying slides and presentations in a JSON-based format. It is intentionally simple, allowing it to be written by hand. It is the native format of [Presenter](help://man/1/Applications/Presenter). This manpage specifies version 1 of the presenter file format. @@ -72,4 +72,4 @@ The following types with their own special properties exist: ## See also -- [Presenter(1)](help://man/1/Presenter) +- [Presenter(1)](help://man/1/Applications/Presenter) diff --git a/Base/usr/share/man/man7/man.md b/Base/usr/share/man/man7/man.md index 2537eb1baa..91527839d4 100644 --- a/Base/usr/share/man/man7/man.md +++ b/Base/usr/share/man/man7/man.md @@ -14,7 +14,7 @@ Note that documentation might cover standardized topics (such as standard POSIX There are three ways of accessing the manual pages: -- [`Help`(1)](help://man/1/Help) provides a graphical user interface for the man pages. +- [`Help`(1)](help://man/1/Applications/Help) provides a graphical user interface for the man pages. - [`man`(1)](help://man/1/man) implements the standard POSIX utility by accessing the man pages in the terminal. - You can also choose to open the underlying Markdown files (see [Organization](#organization)) directly. @@ -54,4 +54,4 @@ When you open a page via command-line arguments, the section is specified separa ## See Also - [`man`(1)](help://man/1/man) To read manpages in the terminal -- [`Help`(1)](help://man/1/Help) To read manpages in a GUI +- [`Help`(1)](help://man/1/Applications/Help) To read manpages in a GUI