FarMcKon / gitmarks_2

Gitmarks 2.0. is a peer to peer bookmarking tool.
http://farmckon.github.com/gitmarks_2
271 stars 31 forks source link

======== Gitmarks

Gitmarks is:

======= Quickstart:

1) Download gitmarks: The best way is to get it via git. Browse to a diretory to install it in, and run:
'git clone git://github.com/FarMcKon/gitmarks_2.git'

2) Run setup: To setup what repository system you want to use for storing your gitmarks, you will need to run the setup program. You can do that at the command line (in your gitmarks code directory) by running. 'python config.py' You will be promoted to create a github account and directories if you use defaults.

3) Start adding bookmarks! You can import your delicious bookmarks via 'python delicious_import.py' Or you can add bookmarks directly at the command line by running 'gitmark.py [options] uri'

==== Details

Gitmarks uses 2 git repositories for your bookmarks. One stores public bookmarks (called 'public' ) and the second stores private bookmarks ( called 'private') a 3rd optional repository 'cache' can be used to store a local cache of all of your bookmark files. The cache will be update

Each time you bookmark a URL gitmarks will:

It's great for groups to collaboratively collect bookmarks in one spot (thanks to git itself!)

===== Usage

python gitmark_add.py [url]

options: -p = do not push to origin (store bookmark locally only) -m = description of the bookmark -t = a comma-delimited list of tags

Example:

python gitmark.py -m 'my site' -t me,hilary_mason,code,bookmarks http://www.hilarymason.com

=============== OMG Delicious?!

Yes, you can import your delicious bookmarks!

Usage:

python delicious_import.py [username] [password]

(be patient if you have a lot of them.)

============================= Using the Browser Bookmarklet

First, run the gitmark_web server:

python gitmark_web.py

Then, go to the following URL and drag the bookmarklet into your browser's toolbar:

http://localhost:44865/

(where 44865 is the port you set in settings.py)

======= License

Copyright 2011 Far McKon. Based on code that is Copyright 2010 Hilary Mason.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.