Commit graph

20 commits

Author SHA1 Message Date
Ray Strode
a5c1ccd711 autogoo: Drop the goo
We have meson support now, get rid of the cruft.
2022-11-14 13:40:56 -05:00
Niels De Graef
95d3e3bbf9 Port build system to Meson 2022-11-14 12:21:55 -05:00
Jan Pokorný
a0d3f52551
docs: fix man page cross-reference 2020-05-30 13:51:47 +02:00
qiangzhao
179ba1e0d8 docs: fix some typos
There are few word spelling errors in the documentation.

This commit addresses those problems.
2018-06-06 13:29:09 -04:00
Jasper St. Pierre
884818222c Remove the old log viewer tool 2015-01-05 12:43:37 -05:00
Matthias Clasen
efc285dab8 docs: add docbook based man pages
This commit adds man pages for the plymouthd and plymouth client
commands.
2013-10-21 17:56:45 -04:00
Dr. Tilmann Bubeck
23fa0e8eea docs: Add keyboard shortcuts
This commit adds four keyboard shortcuts to the developer
documentation that were found from reading the source:

Esc: Toggle between system console and plymouth boot animation.

Ctrl-V: Toogle verbose mode on and off.

Ctrl-U or Ctrl-W: erase a line
2012-05-10 00:44:30 -04:00
Ray Strode
bb8e3afe19 docs: do a pass over new development.txt
I just did a quick read through and made various changes here and
there.
2012-05-07 23:55:12 -04:00
Ray Strode
19f237b7cc docs: specify where to send contributions 2012-05-07 22:33:15 -04:00
Dr. Tilmann Bubeck
987672f234 docs: Start document for developers
This commit starts to document plymouth to help
new contributors get into the code.

The aim of the document is to provide useful information,
such as the overall architecture, the most
important data structures, and howto recipes for
typical user cases, like debugging.

The document is explicitly not meant to be detailed API documentation.
In the future, that type of documentation may be provided with gtk-doc
style annotations.

The documentation is written in asciidoc
(http://www.methods.co.nz/asciidoc/) and is therefore easily readable as
its ascii text and can also be translated into more rich formats
(like HTML).

For example, to get an HTML version of the document:

yum install asciidoc (or equivalent for your distribution)
cd docs
make development.html
2012-05-07 22:30:55 -04:00
Ray Strode
63d9e888e8 [docs] Fix up encoding Kristian Høgsberg 2010-05-14 13:55:13 -04:00
Adrian Glaubitz
038d755e98 Spelling fix for manpage. 2010-03-11 13:38:18 -05:00
Ray Strode
1fa0bf62b7 [docs] Remove commented out section from man page
We don't have a --version and it was adding a gap in the output
2009-12-16 13:19:23 -05:00
Ray Strode
ea12d818cd [docs] Update home page url in man page 2009-12-16 13:13:45 -05:00
Ray Strode
2c7b357ff8 [docs] Fix AUTHORS in man page 2009-12-16 13:13:45 -05:00
Ray Strode
68f3af377a [docs] Clarify "rhgb" cmdline option in man page
Previously, it said that "rhgb" was required for plymouth
to run, but plymouth runs no matter what.  This just
specifies which splash is displayed
2009-12-16 13:13:45 -05:00
Ray Strode
15c824cc4b [docs] Remove instructions about boot loader
They weren't completely accurate, you don't need to reinstall
grub after editing its config, since it has built-in filesystem
drivers.  Also, those details very from system to system, so we
should probably just leave it out.
2009-12-16 13:13:45 -05:00
Ray Strode
5da891bbaa [docs] Add reference to splash cmdline in man page
It referenced rhgb, but not splash.  While rhgb was
there first, most distributions use splash since it's
more logical (among other reasons).
2009-12-16 13:13:45 -05:00
Ray Strode
fcd88849b3 [docs] Remove distribution references from man page
We don't want to provide a history of what distributions
used before plymouth, because that history could get long,
isn't super relevant, and will add noise for a users looking
for help (they probably only care about their distributions,
not others).
2009-12-16 13:13:45 -05:00
Ray Strode
56c1b86493 [docs] Rename man/ to docs/
This way we can put other documents there as well.
2009-12-16 13:13:41 -05:00