[gnome-shell-extensions/wip/fmuellner/markdown] Use markdown for README



commit 9324210767a0e927b5203efb8022ecf5f8c98bd3
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Nov 25 02:06:58 2017 +0100

    Use markdown for README

 README => README.md | 52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)
---
diff --git a/README b/README.md
similarity index 67%
rename from README
rename to README.md
index 647fd5d..f9b67c9 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,5 @@
+# GNOME Shell Extensions
+
 GNOME Shell Extensions is a collection of extensions providing additional
 and optional functionality to GNOME Shell.
 
@@ -6,76 +8,76 @@ specific version of the shell, usually the same as this package (see
 "configure --version"). The extensions in this package are supported by GNOME
 and will be updated to reflect future API changes in GNOME Shell.
 
-For more information about GNOME Shell Extensions
- https://wiki.gnome.org/Projects/GnomeShell/Extensions
-
-For general information about GNOME Shell
- https://wiki.gnome.org/Projects/GnomeShell
+The GNOME wiki has more information about [GNOME Shell Extensions][project-page],
+as well as some general information about [GNOME Shell][shell-page].
 
-Bugs should be reported at https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues.
+Bugs should be reported to the GNOME [bug tracking system][bug-tracker].
 
-Extensions
-==========
+## Extensions
 
-alternate-tab
+ * alternate-tab
 
   Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell.
 
-apps-menu
+ * apps-menu
 
   Lets you reach an application using gnome 2.x style menu on the panel.
 
-auto-move-windows
+ * auto-move-windows
 
   Lets you manage your workspaces more easily, assigning a specific workspace to
 each application as soon as it creates a window, in a manner configurable with a
 GSettings key.
 
-drive-menu
+ * drive-menu
   Shows a status menu for rapid unmount and power off of external storage devices
   (i.e. pendrives)
 
-example
+ * example
 
   A minimal example illustrating how to write extensions.
 
-launch-new-instance
+ * launch-new-instance
 
   Changes application icons to always launch a new instance when activated.
 
-native-window-placement
+ * native-window-placement
 
   An alternative algorithm for layouting the thumbnails in the windows overview, that
   more closely reflects the actual positions and sizes.
 
-places-menu
+ * places-menu
 
   Shows a status Indicator for navigating to Places.
 
-screenshot-window-sizer
+ * screenshot-window-sizer
 
   Adds a shortcut for resizing the focus window to a size that is suitable for GNOME Software screenshots
 
-user-theme
+ * user-theme
 
   Loads a shell theme from ~/.themes/<name>/gnome-shell.
 
-window-list
+ * window-list
 
   Adds a bottom panel with a traditional window list.
 
-windowsNavigator
+ * windowsNavigator
 
   Allow keyboard selection of windows and workspaces in overlay mode.
 
-workspace-indicator
+ * workspace-indicator
 
   Adds a simple workspace switcher to the top bar.
 
-License
-=======
-GNOME Shell Extensions are distributed under the terms of the GNU General Public License,
-version 2 or later. See the COPYING file for details.
+## License
+
+GNOME Shell Extensions are distributed under the terms of the GNU General
+Public License, version 2 or later. See the [COPYING file][license] for details.
 Individual extensions may be licensed under different terms, see each source
 file for details.
 
+[project-page]: https://wiki.gnome.org/Projects/GnomeShell/Extensions
+[shell-page]: https://wiki.gnome.org/Projects/GnomeShell
+[bug-tracker]: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues
+[license]: COPYING


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]