There is one other thing I added this testing release that might be of
interest to some power users. You can now use a keepnote notebook
remotely over http. Just start a http server with the command
keepnote -c start-http 8000 path/to/my/notebook
Then with another instance of keepnote you can open the notebook like this
keepnote http://localhost:8000/
I have not implemented any security yet with this kind of hosting.
For now, the http server only listens to local connections (to prevent
remote connections from accessing the notebook). In order to access
the notebook on another computer please use ssh forwarding for the
time being. For example on another computer run the following
commands
ssh -f -N -L 8000:localhost:8000 remote_host_with_notebook.com
keepnote http://localhost:8000
If you are unfamiliar with using the command line or using ssh
forwarding, I recommend you wait until a more complete implementation
before using this feature.
The http server right now is implemented in an extremely simple way.
However, it should be a bit faster to use then using a network
filesystem. I have found this feature useful for slower network
connections.
Let me know what you guys think.
Matt
> --
> You received this message because you are subscribed to the Google Groups
> "keepnote" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/keepnote/-/573BUANJZjkJ.
> To post to this group, send email to keep...@googlegroups.com.
> To unsubscribe from this group, send email to
> keepnote+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/keepnote?hl=en.
>
Matt
> --
> You received this message because you are subscribed to the Google Groups
> "keepnote" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/keepnote/-/5DQGUhnfNocJ.
Matt
On Fri, Nov 11, 2011 at 4:22 AM, Didier MENE <ato...@gmail.com> wrote:
> Matt I have the right version :-(
>
> --
> You received this message because you are subscribed to the Google Groups
> "keepnote" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/keepnote/-/F2aJYHLT0_0J.
I would really like a lot of testing on this release. Even if you
experience no bugs, just letting me know it works on your system
really helps. I particularly want to know what OS you use it on.
There was one particularly nasty bug that occurred in keepnote-0.7.4.
In all other versions before keepnote I had future proof protection
where keepnote would not open a notebook that had a version number
*higher* than what it can open. This prevented older versions of
keepnote from accidentally corrupting notebooks that have been
upgraded. However, in keepnote-0.7.4 I added a feature to
automatically repair common types of corruption. This feature
unfortunately mistaken notebooks with future versions as corrupted and
would try to "repair" them. The result was all the note titles
turning to "New Page", like this:
http://code.google.com/p/keepnote/issues/detail?id=541
As always, please backup your notebooks before testing new versions of keepnote.
Thanks for all your help,
Matt
On Sat, Nov 5, 2011 at 8:31 PM, rasmus <matt....@gmail.com> wrote:
> --
> You received this message because you are subscribed to the Google Groups
> "keepnote" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/keepnote/-/573BUANJZjkJ.
Just migrated to 0.7.6 version. It works perfectly. My system is
Debian Squeeze x86.
2011/11/14 Matt Rasmussen <ras...@mit.edu>:
great job i love it!
klein
Klein, I have not heard of this closing bug before. Are there any
error messages in the error log associated with this?
http://keepnote.org/manual/#error_log
Matt