commit c130df1b52caa567be9cf0a110a43a13d26d2932
parent fb8aab2fbee85ff1b3383d7df992a8d07607ff92
Author: Andrew Antle <andrew dot antle at gmail dot com>
Date: Wed, 2 Jun 2010 18:40:09 -0400
Changed 'beggining' to 'beginning', fixed Lorenzo's email
Diffstat:
2 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/st.suckless.org/goals.md b/st.suckless.org/goals.md
@@ -1,21 +1,30 @@
-#Confirmed st features
-- *Good* xterm compliance (Arg)
-- 256 colour support (Arg)
-- Filters that change colour (Arg)
-- Server to save session in case you crash X (Arg)
-- Unlimited scroll back buffer (Arg)
+GOALS
+=====
-#Theoretical features
-- Redirect the IO of the terminal to a file (pancake)
-- st should keep a pointer to the beggining of the oldest line, because we would like to keep lines and not part of them (pancake)
-- Edit previous text in the terminal like in Plan 9 and 9term (jt_)
-- More features not thought up at the moment
+Confirmed st features
+----------------------
+* _Good_ xterm compliance (Arg)
+* 256 colour support (Arg)
+* Filters that change colour (Arg)
+* Server to save session in case you crash X (Arg)
+* Unlimited scrollback buffer (Arg)
-#Goals
-- suck less
+Theoretical features
+--------------------
+* Redirect the IO of the terminal to a file (pancake)
+* st should keep a pointer to the beginning of the oldest line, because we
+ would like to keep lines and not part of them (pancake)
+* Edit previous text in the terminal like in Plan 9 and 9term (jt_)
+* More features not thought up at the moment
-#Non-goals
+Goals
+-----
+* suck less
+
+Non-goals
+---------
- ?
-#Links
+Links
+-----
* [Mailing list thread](http://lists.suckless.org/dev/0908/0868.html)
diff --git a/surf.suckless.org/files/simple_bookmarking_redux.md b/surf.suckless.org/files/simple_bookmarking_redux.md
@@ -3,7 +3,6 @@ SIMPLE BOOKMARKING, REDUX
Description
-----------
-
Modify your config.h just before the definition of `keys[]`:
#define BM_PICK { .v = (char *[]){ "/bin/sh", "-c", \
@@ -34,5 +33,4 @@ Adds the current page to the list of bookmarks, while removing duplicate entries
Author
------
-
-* Lorenzo Bolla < lbolla at gmail dot com >
+* Lorenzo Bolla `<lbolla at gmail dot com>`