summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-07 01:16:16 +0200
committerGravatar Tom Willemse2013-06-07 01:16:16 +0200
commita1b7a6f9ae75cdaf9a3ef1c76c38fa12e90ed8d7 (patch)
tree97cb8de1c7065eb9e526ef73dbdf9d7847619b00
parent85c908bcce93a88eccc262d5d856ed2587a97c77 (diff)
downloadorgweb-a1b7a6f9ae75cdaf9a3ef1c76c38fa12e90ed8d7.tar.gz
orgweb-a1b7a6f9ae75cdaf9a3ef1c76c38fa12e90ed8d7.zip
Update baps1 project page
-rw-r--r--site/projects/baps1.org59
1 files changed, 22 insertions, 37 deletions
diff --git a/site/projects/baps1.org b/site/projects/baps1.org
index 16b871d..2e499af 100644
--- a/site/projects/baps1.org
+++ b/site/projects/baps1.org
@@ -1,56 +1,41 @@
#+TITLE: baps1
-#+LINK: src http://code.ryuslash.org/cgit.cgi/baps1/
-#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.tar.gz
-#+LINK: zip http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.zip
-#+LINK: readme http://code.ryuslash.org/cgit.cgi/baps1/about/
-#+LINK: manual http://ryuslash.org/projects/baps1/manual/
#+STARTUP: showall
-#+begin_html
-<script src="/keyjs.js" type="text/javascript"></script>
-<script type="text/javascript">
-keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
-"h": [ "keyjs_goto", "http://ryuslash.org" ] });
-</script>
-#+end_html
-
-#+INCLUDE: "dlmenu.inc"
-
* What does it do?
baps1 offers a, hopefully, efficient and easy way to add certain
- data to your PS1 (prompt).
-
-* Why was it written?
+ data to your PS1 (prompt), regardless of which shell you use.
A friend of mine wanted a better way to get some functionality into
- his PS1 that he was using a PHP script for, I knew how to do that
- in C and thought it would be a fun project and good learning
+ his PS1 that he was using a PHP script for, I knew how to do that in
+ C and thought it would be a fun project and good learning
experience, so here we are.
-* Who is it for?
+ It shows the following:
+
+ - The PTY or TTY you are using.
+
+ - How long ago the last call to baps1 was on that terminal, which
+ should also indicate how long ago your PS1 was printed last.
- Anyone who likes to have the data this project provides in their
- PS1.
+* Requirements
-* Data
+ It is written for and tested on Linux (specifically Archlinux) and
+ it uses the GNU C library.
- | Version | 0 (development only) |
- | Language | C |
- | License | GPLv3 |
+* Download
-** Features
+ You can browse the [[http://code.ryuslash.org/cgit.cgi/baps1/][git source]], download a snapshot [[http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.tar.gz][tar.gz]] or [[http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.zip][zip]]
+ archive or clone the source using git:
- - Show the PTY or TTY you are using.
- - How long ago the last call to baps1 was on that terminal, which
- should also indicate how long ago your PS1 was printed last.
+ : git clone git://ryuslash.org/baps1.git
-** Dependencies
+* Documentation
- Apart from the usual build tools (make, gcc) I know of none,
- though I do have a preference for GNU programs/libraries, so there
- might be some GNU-only code in there.
+ For further instructions on how to use baps1, see the [[http://code.ryuslash.org/cgit.cgi/baps1/about/][README]] in the
+ source directory (or follow the link).
-* More...
+* Contact
- For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].
+ If you find any bugs, have suggestions or criticisms you can send
+ them to [[mailto:tom@ryuslash.org][tom@ryuslash.org]].