Base: Move GUI application man pages into their own subsection
We do not want to move POSIX utilities into subsections since they have standard names, but we can do whatever we want with Applications :^). This is particularly advantageous as many applications contain several images, which declutters the man1 directory.
36
Base/usr/share/man/man1/Applications.md
Normal file
|
@ -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)
|
|
@ -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.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|