laupäev, 20. veebruar 2016 13:54.47 UTC kirjutas Nathann Cohen:

> ...
> I don't know what you mean by the 'general idea' of this website. Too 
> me it looks far too complicated for what I want to do: I just want to 
> publish a bunch of numbers, possibly with a matrix attached to each 
> entry. From what I know of LMFDB they are trying to build some 
> specialised version of Wikipedia (it contains various definitions of 
> mathematical objects) along with data, and it seems that whatever data 
> they make available is jailed in their website. 
> ...
>

One solution to avoid a Jail is to use 

http://fossil-scm.org/

Fossil is basically a competitor of Git and Subversion and Mercurial, 
except that it packs the repository, bugtrack, wiki with all history 
included to a single file. I use fossil for client projects and at the end 
of the project I just mail the client one Fossil file and all it takes at 
the client side to run a web application that has all the wiki, wiki 
history, bugtrack, code commit revision history, etc. is one console 
command:

fossil ui -port MyNicePoretNumber42 LocalFileSystemPathToTheFossilFile

I've created even a unified "search line" for my projects, which redirects 
to a web hosting CGI interface:

(You can try "raudrohi" for a demo)
http://business.softf1.com/flaws/en/

Someone else has created even a fancy GitHub like free service:

http://chiselapp.com/repositories/

That way You can just upload the data to a Fossil repository, place 
permanent changes to a Wiki and have even a bug-track for the data-set as a 
free bonus.  Fossil history:

https://www.youtube.com/watch?v=jPSOxVjK8A0

According to another source 

https://www.youtube.com/watch?v=O0sP9Qw23JA

the Fossil is capable of handling gibibytes of data. I've tried it with 
hundreds of MiB and it seems to work.

Hope it helps.



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to