• R/O
  • HTTP
  • SSH
  • HTTPS

NeighborNote: Repository summary

NeighborNoteはEvernote上に散在しているたくさんのノートの中から、ユーザの操作履歴を利用して関連するノートを抽出し、連想ノートリストとして提示する機能を持つアプリケーションです。開発には、Randy Baumgarte氏が開発したオープンソースのEvernoteアプリケーションクローンNixNoteを利用させて頂きました。NeighborNoteはオープンソースソフトウェアなので、誰でも無料で利用することができ、Windows、Machintosh、Linux上で動作します。以下のような特長があります。

・関連ノート表示(連想ノートリスト)
・タブブラウザ


Recent Commits RSS

Rev. Time Author Message
1d9d660 2014-11-26 10:37:30 yuki master version0.5.3 Merge remote-tracking branch 'origin/develop' Conflicts:...
1544fb8 2014-11-25 19:18:09 yuki develop バージョン記述を更新
afc1df9 2014-11-25 19:09:46 yuki バージョン記述を更新
2b1f740 2014-11-25 18:18:34 yuki Merge branch 'develop'
344849c 2014-11-25 18:16:57 yuki Fixed #3
ef97889 2014-11-25 17:15:49 yuki Fixed #4
ca8bb91 2014-10-23 14:45:32 yuki version0.5.2 Merge branch 'develop'
c806aa0 2014-10-22 18:16:13 yuki バージョン記述を更新
20cf46f 2014-10-22 18:09:13 yuki README.mdのOpen SSLバージョンを更新
f46d61c 2014-10-22 18:03:31 yuki SSL 3.0 POODLE問題に対応して、アカウント認証時に強制的にT...

Recently edited Tags

Name Rev. Time Author
version0.5.3 1d9d660 2014-11-26 10:37:30 yuki
version0.5.2 ca8bb91 2014-10-23 14:45:32 yuki
version0.5.1 7617cab 2014-10-03 15:41:50 yuki
version0.5 e249093 2014-05-14 19:01:18 yuki
version0.4.1 3d0caca 2013-11-15 18:16:48 yuki
version0.4 b59869a 2013-11-13 19:29:26 yuki
version0.3 d9a3e9f 2013-09-12 12:53:27 yuki
version0.2 190ad98 2013-07-03 17:21:32 yuki
version0.1.3 aa43b7a 2013-05-31 17:16:44 yuki
version0.1.2 72649b3 2013-05-23 19:58:03 yuki
version0.1.1 eeaaeed 2013-05-11 18:51:56 yuki792
version0.1 c594294 2013-04-10 12:58:37 yuki

Branches

Name Rev. Time Author Message
master 1d9d660 2014-11-26 10:37:30 yuki Merge remote-tracking branc...
develop 1544fb8 2014-11-25 19:18:09 yuki バージョン記述を更新
mac_problem 0cab3ad 2013-10-07 17:09:09 yuki Macでは設定ファイルを隠しデ...
restoreTabs c312b3d 2013-05-02 14:56:39 yuki 最後に開いていたタブのイン...

README.md

NeighborNote

Randy Baumgarte氏が開発したNixNoteにタブブラウザ機能と連想ノート機能を付けました。連想ノート機能はユーザの操作履歴に基づいて関連するノートを算出して提示します。

Getting Started

ダウンロード

NeighborNoteはhttp://puma.cis.ibaraki.ac.jp/products/neighbornote/からダウンロード出来ます。

起動方法(Windows)

  1. ダウンロードしたneighbornote-[version]-windows-installer.exeを実行して下さい。
  2. インストーラの指示に従ってインストールを完了してください。
  3. デスクトップに表示されたNeighborNoteを実行してください。

起動方法(MacOSX)

  1. ダウンロードしたneighbornote-[version]-osx-installer.zipを解凍してください。
  2. 生成されたneighbornote-[version]-osx-installer.appを実行して下さい。
  3. インストーラの指示に従ってインストールを完了してください。
  4. Dockに表示されたNeighborNoteを実行してください。

起動方法(Linux)

  1. ダウンロードしたneighbornote-[version]-linux-installer.runを実行して下さい。
  2. インストーラの指示に従ってインストールを完了してください。
  3. デスクトップに表示されたNeighborNoteを実行してください。

要件

OpenSSLが必要です。 Windowsを使っているのであれば、Shining Light Productions - Win32 OpenSSLから"(Win32/Win64) OpenSSL v0.9.8zc Light"をダウンロードしてインストールする必要があるかもしれません。 Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。

Download

NeighborNote is available on http://puma.cis.ibaraki.ac.jp/products/neighbornote/.

How to Run(Windows)

  1. Run the neighbornote-[version]-windows-installer.exe.
  2. Complete the installation by following the instructions of the installer.
  3. Run the NeighborNote that is displayed on the desktop.

How to Run(MacOSX)

  1. Unzip the neighbornote-[version]-osx-installer.zip.
  2. Run the neighbornote-[version]-osx-installer.app.
  3. Complete the installation by following the instructions of the installer.
  4. Run the NeighborNote that is displayed on the dock.

How to Run(Linux)

  1. Run the neighbornote-[version]-linux-installer.run.
  2. Complete the installation by following the instructions of the installer.
  3. Run the NeighborNote that is displayed on the desktop.

Requirements

OpenSSL is needed. If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8zc Light" from Shining Light Productions - Win32 OpenSSL. On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt.

Show on old repository browser