Update front page

This commit is contained in:
Tom Willemse 2013-10-02 00:27:10 +02:00
parent 0c1c736bae
commit 8cf9315c3c
2 changed files with 53 additions and 28 deletions

View file

@ -1,7 +1,7 @@
#+TITLE: ryuslash #+TITLE: ryuslash
#+LANGUAGE: en #+LANGUAGE: en
#+STARTUP: showall #+STARTUP: showall
#+OPTIONS: toc:nil #+OPTIONS: toc:nil H:1
* My coding projects * My coding projects
@ -10,42 +10,56 @@
useful. They are not sorted in order of importance, popularity or useful. They are not sorted in order of importance, popularity or
size. size.
- [[file:projects/baps1.org][baps1]] :: A simple PS1 formatting utility. Doesn't do a lot yet, ** [[file:projects/baps1.org][baps1]] :C:
but does it a hell of a lot faster than the PHP script it
replaced. (I hope)
- [[file:projects/cdispass.org][cdispass]] :: A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
passphrases directly into web forms, no need to hell of a lot faster than the PHP script it replaced. (I hope)
copy/paste them.
- [[file:projects/dispass.el/index.org][dispass.el]] :: An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but ** [[file:projects/cdispass.org][cdispass]] :Conkeror:JavaScript:
destroys all your security.
- [[file:projects/eye-on-manga.org][Eye on Manga]] :: I kept forgetting which manga to buy, or more A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
accurately, which I already have, so I wrote a into web forms, no need to copy/paste them.
Maemo application to help me remember.
- [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: Automatically commit changes to git after ** [[file:projects/dispass.el/index.org][dispass.el]] :Elisp:
each save. Handy for certain types of documents, which don't
need long commit messages, but should be stored on each
revision.
- [[file:projects/gitto.org][gitto]] :: An application to get an overview of the state of your An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but destroys all your
repositories. security.
- [[file:projects/mode-icons.org][mode-icons]] :: An emacs module that shows an icon instead of the ** [[file:projects/eye-on-manga.org][Eye on Manga]] :Maemo:C:
major mode's name in some cases.
- [[file:projects/ogi.org][ogi]] :: An =org-mode= interface to github issues, not very complete I kept forgetting which manga to buy, or more accurately, which I
yet, but at least it can grab some issues for you, I think. already have, so I wrote a Maemo application to help me remember.
- [[file:projects/yoshi-theme.org][yoshi-theme]] :: A theme named after my cat. I needed a name and ** [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :Elisp:
couldn't think of one, he doesn't actually look
anything like this theme, for example: He doesn't
have so much text all over him.
- more :: I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you Automatically commit changes to git after each save. Handy for
would be interested in that, though. certain types of documents, which don't need long commit messages,
but should be stored on each revision.
** [[file:projects/gitto.org][gitto]] :Guile:Scheme:
An application to get an overview of the state of your repositories.
** [[file:projects/mode-icons.org][mode-icons]] :Elisp:
An emacs module that shows an icon instead of the major mode's name
in some cases.
** [[file:projects/ogi.org][ogi]] :Elisp:
An =org-mode= interface to github issues, not very complete yet, but
at least it can grab some issues for you, I think.
** [[file:projects/yoshi-theme.org][yoshi-theme]] :Theme:Elisp:
A theme named after my cat. I needed a name and couldn't think of
one, he doesn't actually look anything like this theme, for example:
He doesn't have so much text all over him.
** more
I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you would be
interested in that, though.
* Some other interests * Some other interests

View file

@ -14,6 +14,17 @@ body {
line-height: 160%; line-height: 160%;
} }
.tag {
float: right;
background-color: inherit;
font-size: 100%;
}
.tag span {
background-color: #eee;
padding: 2px 4px;
}
#content, #content,
#org-div-home-and-up, #org-div-home-and-up,
#postamble { #postamble {