Update index page
This commit is contained in:
parent
e6ebc5211d
commit
18369d76bd
1 changed files with 44 additions and 24 deletions
|
@ -1,35 +1,47 @@
|
|||
#+TITLE: ryu/
|
||||
#+OPTIONS: toc:nil
|
||||
#+TITLE: ryuslash
|
||||
#+LANGUAGE: en
|
||||
#+STARTUP: showall
|
||||
|
||||
#+begin_html
|
||||
<script src="/keyjs.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
keyjs_initialize({ "u": [ "keyjs_goto", "http://ryuslash.org" ],
|
||||
"h": [ "keyjs_goto", "http://ryuslash.org" ] });
|
||||
</script>
|
||||
#+end_html
|
||||
* Projects
|
||||
|
||||
* ryuslash
|
||||
- [[file:projects/baps1.org][baps1]] :: A simple PS1 formatting utility. Doesn't do a lot yet,
|
||||
but does it a hell of a lot faster than the PHP script it
|
||||
replaced. (I hope)
|
||||
|
||||
- Read a little [[file:about.org][about]] me.
|
||||
- [[http://projects.ryuslash.org/dispass.el/][dispass.el]] :: An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but
|
||||
destroys all your security.
|
||||
|
||||
- Read my [[http://blog.ryuslash.org/][blog]], it has boring things..
|
||||
- [[file:projects/dvdroid.org][DVDroid]] :: An attempt at writing an Android app. It mostly does
|
||||
what is was initially supposed to do, but it doesn't
|
||||
see much use.
|
||||
|
||||
- Have a look at
|
||||
[[file:projects/baps1.org][baps1]],
|
||||
[[http://projects.ryuslash.org/dispass.el/][dispass.el]],
|
||||
[[file:projects/dvdroid.org][DVDroid]],
|
||||
[[file:projects/eye-on-manga.org][eye-on-manga]],
|
||||
[[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]],
|
||||
[[file:projects/gitto.org][gitto]],
|
||||
[[file:projects/mode-icons.org][mode-icons]],
|
||||
[[file:projects/ogi.org][ogi]],
|
||||
[[file:projects/yoshi-theme.org][yoshi-theme]],
|
||||
or any of my [[http://code.ryuslash.org][silly other projects]].
|
||||
- [[file:projects/eye-on-manga.org][eye-on-manga]] :: I kept forgetting which manga to buy, or more
|
||||
accurately, which I already have, so I wrote a
|
||||
Maemo application to help me remember.
|
||||
|
||||
- Look at some of the [[http://ryuslash.org/mediagoblin/][pictures]] I've uploaded.
|
||||
- [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: Automatically commit changes to git after
|
||||
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
|
||||
repositories.
|
||||
|
||||
- [[file:projects/mode-icons.org][mode-icons]] :: An emacs module that shows an icon instead of the
|
||||
major mode's name in some cases.
|
||||
|
||||
- [[file:projects/ogi.org][ogi]] :: 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]] :: 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.
|
||||
|
||||
* Randomness
|
||||
|
||||
- I also have some notes on programming fonts I have tried:
|
||||
[[file:fonts/envy_code_r.org][Envy Code R]],
|
||||
|
@ -40,3 +52,11 @@
|
|||
[[file:wm/awesome.org][Awesome]],
|
||||
[[file:wm/stumpwm.org][Stumpwm]],
|
||||
of which I'm currently using [[file:wm/stumpwm.org][Stumpwm]].
|
||||
|
||||
* Personal
|
||||
|
||||
- Read a little [[file:about.org][about]] me.
|
||||
|
||||
- Read my [[http://blog.ryuslash.org/][blog]], it has boring things..
|
||||
|
||||
- Look at some of the [[http://ryuslash.org/mediagoblin/][pictures]] I've uploaded.
|
||||
|
|
Loading…
Reference in a new issue