User:Lindi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
  
 
= Hardrware =
 
= Hardrware =
* gta02V6 with [buzzfix|http://lindi.iki.fi/lindi/openmoko/buzz-fix/]
+
* gta02V6 with [http://lindi.iki.fi/lindi/openmoko/buzz-fix/ buzzfix]
 
* invisible shield(tm) for the screen
 
* invisible shield(tm) for the screen
  

Revision as of 16:08, 30 July 2009

On this page I try to describe how I use my phone so that others can learn and suggest improvements.

Hardrware

  • gta02V6 with buzzfix
  • invisible shield(tm) for the screen

fff

  • 2
  • 4


mvs login -v -d wiki.openmoko.org -u lindi -p `cat ~/.passwd/osm-wiki` -w 'index.php'
emacs User:lindi.wiki
mvs update User:lindi.wiki
mvs commit -m "test commit" User:Lindi.wiki
MVS_BROWSER=dillo mvs preview -m "test commit" User:Lindi.wiki

~/.emacs

(setq load-path (cons "~/.elisp" load-path))

(autoload 'wikipedia-mode "wikipedia-mode.el"
"Major mode for editing documents in Wikipedia markup." t)

(add-to-list 'auto-mode-alist
'("\\.wiki\\'" . wikipedia-mode))

http://www.emacswiki.org/cgi-bin/wiki/download/wikipedia-mode.el

Personal tools

On this page I try to describe how I use my phone so that others can learn and suggest improvements.

Hardrware

  • gta02V6 with buzzfix
  • invisible shield(tm) for the screen

fff

  • 2
  • 4


mvs login -v -d wiki.openmoko.org -u lindi -p `cat ~/.passwd/osm-wiki` -w 'index.php'
emacs User:lindi.wiki
mvs update User:lindi.wiki
mvs commit -m "test commit" User:Lindi.wiki
MVS_BROWSER=dillo mvs preview -m "test commit" User:Lindi.wiki

~/.emacs

(setq load-path (cons "~/.elisp" load-path))

(autoload 'wikipedia-mode "wikipedia-mode.el"
"Major mode for editing documents in Wikipedia markup." t)

(add-to-list 'auto-mode-alist
'("\\.wiki\\'" . wikipedia-mode))

http://www.emacswiki.org/cgi-bin/wiki/download/wikipedia-mode.el