Menu

Tree [d3d736] master /
 History

HTTPS access


File Date Author Commit
 META-INF 2015-04-03 John Peterson John Peterson [46bd3e] Fixed title formatting issues.
 net 2013-09-24 John Peterson John Peterson [13b9e2] Merge branch 'master' of https://github.com/sto...
 org 2013-09-24 John Peterson John Peterson [13b9e2] Merge branch 'master' of https://github.com/sto...
 stome 2015-08-08 John Peterson John Peterson [d3d736] Added Ctrl+C shortcut for copying links
 .gitignore 2013-10-16 John Peterson John Peterson [66758b] Ignore *.sh files
 LICENSE 2013-09-24 John Peterson John Peterson [13b9e2] Merge branch 'master' of https://github.com/sto...
 README.md 2013-09-26 John Peterson John Peterson [163cf5] Merge branch 'master' of https://github.com/sto...
 build.sh 2014-07-09 John Peterson John Peterson [fc3c9a] Added "Export Selection to XLS" option to popup...
 google_search2.py 2013-09-24 John Peterson John Peterson [01c166] Minor clarification
 manifest.mf 2014-07-09 John Peterson John Peterson [fc3c9a] Added "Export Selection to XLS" option to popup...
 stome.jpg 2013-09-24 John Peterson John Peterson [13b9e2] Merge branch 'master' of https://github.com/sto...
 stome.xcf 2013-09-24 John Peterson John Peterson [13b9e2] Merge branch 'master' of https://github.com/sto...

Read Me

STOME

Stome is a stand-alone link tagging program written in Java, somewhat like the web-app Delicious. All you need to do is
download Stome.jar and run it.

DOWNLOADING STOME

Go here to download Stome.jar:

http://sourceforge.net/projects/stome/files/Stome.jar/download

RUNNING STOME

Windows XP/Vista/7 users should be able to launch Stome.jar just by double-clicking on it. If this doesn't work, you
might not have the latest JRE installed. You can download and install it from here:

http://www.java.com/en/download/index.jsp

Linux/FreeBSD users can start Stome by running "java -jar Stome.jar" from the console in whatever directory they stored
it in.

By default a Sqlite3 database (Stome.db) will be created in the directory Stome.jar resides in. If another Stome database
file is specified with the -d switch that database will be used instead of the default. This is where all your data is
stored, so don't delete this file if you want Stome to remember your links and tags.

For command-line options run "java -jar Stome.jar -h"

COMPILING STOME

For Linux users you just need to run "./build.sh" (minus the parentheses) in the project directory.
That should build Stome.jar. For Windows users, you're on your own. Sorry :/

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.