Menu

Tree [r13] /
 History

HTTPS access


File Date Author Commit
 bin 2009-02-04 s_p_a_r_k_y [r1] First import
 CHANGELOG 2009-02-15 s_p_a_r_k_y [r12] working on allowing file uploads
 INSTALL 2009-02-04 s_p_a_r_k_y [r1] First import
 Makefile 2009-02-04 s_p_a_r_k_y [r1] First import
 README 2009-02-04 s_p_a_r_k_y [r5] fix silly bug where I reference my home folder ...
 Webspot.addin 2009-02-04 s_p_a_r_k_y [r1] First import
 Webspot.cs 2009-02-15 s_p_a_r_k_y [r13] slow but steady work on accepting and parsing p...
 ajax-loader.gif 2009-02-04 s_p_a_r_k_y [r1] First import
 connect.js 2009-02-04 s_p_a_r_k_y [r1] First import
 dom.js 2009-02-04 s_p_a_r_k_y [r1] First import
 f-spot.js 2009-02-15 s_p_a_r_k_y [r13] slow but steady work on accepting and parsing p...
 jquery-ui-personalized-1.5.3.js 2009-02-04 s_p_a_r_k_y [r4] Small fixes and added jquery ui for ucoming dra...
 jquery.js 2009-02-04 s_p_a_r_k_y [r1] First import
 jquery.json-1.2.js 2009-02-04 s_p_a_r_k_y [r1] First import
 layout.html 2009-02-15 s_p_a_r_k_y [r12] working on allowing file uploads
 popup.js 2009-02-15 s_p_a_r_k_y [r12] working on allowing file uploads
 scroll.js 2009-02-04 s_p_a_r_k_y [r1] First import
 style.css 2009-02-15 s_p_a_r_k_y [r12] working on allowing file uploads
 web_server.cs 2009-02-15 s_p_a_r_k_y [r13] slow but steady work on accepting and parsing p...
 webspot_start.sh 2009-02-04 s_p_a_r_k_y [r5] fix silly bug where I reference my home folder ...

Read Me

Dear reader,

Let me start with saying thank you for downloading this software. I haven't released anything before as open source
so I'm not quite familiar with naming conventions and all that fun stuff, nor have I been able to test on other machines
than my own. It would be great if someone could give me a shell or feedback on other recent linux distros releases so I can figure out which versions of which dlls webspot depends on.

On Ubuntu (Hoary and above I think) apt-get install these packages

libmono-accessibility2.0-cil libmono-microsoft-build2.0-cil libmono-peapi2.0-cil libmono-winforms2.0-cil mono-gmcs libmono-sharpzip2.84-cil mono-2.0-devel mono-gac mono-jit mono-runtime

then run:

make

If successfull then you should have one executable named webspot_start.sh. Run that and point your browser to 

http://localhost:1234


I'll work on features first, then a real installer and an actual f-spot extension.

I have rewritten Webspot since the last version in another language. I switched from PHP to C# partially because
I wanted to learn C# but also because I want to add an f-spot extension at some point and it would be silly to
have 2 versions that do the same thing written in two languages. Also writing it in C# allows me to call into F-Spot
and Gnome Libraries directly without making system calls. There are other benefits as well but I won't be enumerating
any more.

Thanks again

Stefan
webspot@stefangeorg.net