Re: [fossil-users] fossil-scm as an SQLite db with schema/data revision control

2016-07-23 Thread Jonathan Otsuka
For schema versioning I would look into alembic. 
https://bitbucket.org/zzzeek/alembic

It allows you to upgrade and downgrade between revisions.  I have only used 
this in Python projects, but there isprobably  something out there for other 
languages. 

Jonathan Otsuka

> On Jul 23, 2016, at 2:57 PM, Adam Jensen <han...@riseup.net> wrote:
> 
>> On 07/23/2016 03:37 PM, Richard Hipp wrote:
>>> On 7/23/16, Adam Jensen <han...@riseup.net> wrote:
>>> I'm a little puzzled by the lack of response
>> 
>> Lots of people on vacation.  Not much activity on *any* project during
>> the summer months
>> 
> 
> I'm beginning to suspect that I might have proposed something based in
> such compounded ignorance that there's no simple way for anyone to
> explain the problems of it to me... which is totally cool, I'm somewhat
> out of my areas of competence here.
> 
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Adding a mailing list to Fossil SCM

2016-06-27 Thread Jonathan Otsuka

> On Jun 27, 2016, at 10:14 PM, Andy Bradford 
> <amb-sendok-1469675693.emmdeldlicdkekkii...@bradfords.org> wrote:
> 
> Thus said Jonathan Otsuka on Mon, 27 Jun 2016 22:04:12 -0500:
> 
>> With all the back and forth about the mailing list changes. If you are
>> already using  Fossil SCM  to manage a  wiki, source  code management,
>> issue tracker adding a mailing list feature isn't too far fetched.
>> 
>> Has this idea been brought up before?
> 
> I  believe it  has  been  brought up  before;  search  the archives  for
> details. I  tried to  search for ``mailing  list'' but  unfortunately it
> resulted in too many matches due to the footer that the MLM adds to each
> message:

Found it: 
http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021006.html

Jonathan Otsuka
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Adding a mailing list to Fossil SCM

2016-06-27 Thread Jonathan Otsuka
With all the back and forth about the mailing list changes. If you are already 
using Fossil SCM to manage a wiki, source code management, issue tracker adding 
a mailing list feature isn’t too far fetched.

Has this idea been brought up before?

Jonathan Otsuka
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka
I have a few git repositories I would like to transition to fossil wiki. My 
current thinking is to iterate through the git history and do fossil wiki 
commits. We want to keep the history. Is there a better way to do this?

Jonathan Otsuka
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka


> On Jan 18, 2016, at 7:20 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
>> On 1/18/16, Jonathan Otsuka <djg...@gmail.com> wrote:
>> I have a few git repositories I would like to transition to fossil wiki. My
>> current thinking is to iterate through the git history and do fossil wiki
>> commits. We want to keep the history. Is there a better way to do this?
> 
> Can you use "embedded documentation"
> (https://www.fossil-scm.org/fossil/doc/cd58f59a474c7ef773d1/www/embeddeddoc.wiki)
> instead of Wiki?  That way you can import using "fossil import"...
> 
> Almost all of the Fossil documentation uses the embedded docs technique.

That depends if the user is still able to make modifications through the 
browser or do they have to use the fossil command to do commits?

Jonathan Otsuka 
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka

> On Jan 18, 2016, at 7:32 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
> On 1/18/16, Jonathan Otsuka <djg...@gmail.com> wrote:
>>> 
>>> Can you use "embedded documentation"
>>> (https://www.fossil-scm.org/fossil/doc/cd58f59a474c7ef773d1/www/embeddeddoc.wiki)
>>> instead of Wiki?  That way you can import using "fossil import"...
>>> 
>>> Almost all of the Fossil documentation uses the embedded docs technique.
>> 
>> That depends if the user is still able to make modifications through the
>> browser or do they have to use the fossil command to do commits?
> 
> No - with embedded documentation, users have to do fossil commands to
> make edits.

Is there a way to convert embedded documentation to wiki format? Are the 
internal structures much different?

Jonathan Otsuka
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New search features

2015-02-02 Thread Jonathan Otsuka
Awesome! I specifically wanted wiki search!

Jonathan Otsuka

 On Feb 1, 2015, at 10:48 PM, Richard Hipp d...@sqlite.org wrote:
 
 The tip of trunk now supports full-text search on Check-in comments,
 Documentation, Tickets, and Wiki.  The https://www.fossil-scm.org/
 website is itself running this code, so you can see examples of the
 search features there:
 
https://www.fossil-scm.org/fossil/doc/trunk/www/permutedindex.html
https://www.fossil-scm.org/fossil/ticket
https://www.fossil-scm.org/fossil/wiki
 
 To experiment with this in your own repositories, you have to enable
 searching in the new /srchsetup page (reachable by clicking on
 Search under the Admin menu).
 
 This code is still under active development.  Your suggestions and
 comments are welcomed.  CSS and presentation are areas where community
 input is especially encouraged.
 
 Note that all searching is currently a full text scan.  The code does
 not yet generate a full-text index.  Hence, the current implementation
 will not scale, though it seems to do well enough on a moderately
 sized repository such as Fossil itself, or SQLite, or even Tcl.
 Future enhancements will likely add optional full-text index support.
 -- 
 D. Richard Hipp
 d...@sqlite.org
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Deleting content?

2014-06-18 Thread Jonathan Otsuka
For wiki pages you just delete all the content and click save. In your timeline 
it will show you deleted a wiki page. 

Jonathan Otsuka

 On Jun 18, 2014, at 5:57 PM, Philip Bennefall phi...@blastbay.com wrote:
 
 Hi all,
 
 I am wondering why it is not possible to delete users, wiki pages, etc from a 
 Fossil repository? I understand the idea that you usually want to keep things 
 around for historical reasons but I don't understand the technical reasons 
 for not allowing these types of operations? For example, I might want to 
 remove an old wiki page that no longer has any relevance, or I might want to 
 delete a user who has left the team. Certainly if that user has made commits 
 there'd be a conflict, but I figure it'd be trivial to reassign those 
 artifact changes to belong to another user? Could anyone offer some 
 explanations on these points?
 
 Thanks!
 
 Kind regards,
 
 Philip Bennefall
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] milestone: libfossil CGI demo

2014-02-16 Thread Jonathan Otsuka
Is there an interface yet to the wiki? I have been wanting to change/add a few 
things. 

I want to add a full text search for wiki bodies.

I guess I could look into adding that into normal fossil. 

Jonathan Otsuka

 On Feb 16, 2014, at 9:38 AM, Stephan Beal sgb...@googlemail.com wrote:
 
 On Sat, Feb 15, 2014 at 11:17 PM, Stephan Beal sgb...@googlemail.com wrote:
 The majority of the implementation is demonstrated in this script:
 
 http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=th1ish/cgi-init.th1ish
 
 Here's a more interesting example:
 
 http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/timeline?limit=101
 
 which is implemented by this small script:
 
 http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=th1ish/pages/timeline.th1ish
 
 Happy Fossiling!
 
 -- 
 - stephan beal
 http://wanderinghorse.net/home/stephan/
 http://gplus.to/sgbeal
 Freedom is sloppy. But since tyranny's the only guaranteed byproduct of 
 those who insist on a perfect world, freedom will have to do. -- Bigby Wolf
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Markdown

2014-01-04 Thread Jonathan Otsuka
I was caught off guard since I saw my email your reply.

You can use the as a starting guide:

http://daringfireball.net/projects/markdown/

Jonathan Otsuka

 On Jan 4, 2014, at 11:10 PM, Gour g...@atmarama.net wrote:
 
 On Wed, 24 Jul 2013 10:46:01 -0500
 djg...@gmail.com wrote:
 
 Didn't read the change notes for 1.26 until a couple days ago. I just
 noticed that markdown is now turned on by default this is awesome!
 
 I'ts beginning of New Year and another opportunity to re-evaluate
 Fossil...having Markdown I very nice feature, but I wonder where one can
 find some docs about its usage, what kind of 'dialect' is supported
 etc.?
 
 I was looking in the wiki, but didn't find much.
 
 
 Sincerely,
 Gour
 
 -- 
 One must deliver himself with the help of his mind, and not 
 degrade himself. The mind is the friend of the conditioned soul, 
 and his enemy as well.
 
 http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
 
 
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Markdown

2013-05-28 Thread Jonathan Otsuka
Downloads are not compiled with --markdown (its still experimental) you will 
need to checkout and compile fossil with --markdown yourself. 

Jonathan Otsuka

On May 28, 2013, at 10:29 PM, Doug Franklin nutdriverle...@comcast.net wrote:

 Do the default (downloadable) versions of Fossil not have Markdown support 
 enabled, or am I doing something wrong?  My browser keeps telling me open or 
 save this unknown file type.
 
 -- 
 Thanks,
 DougF (KG4LMZ)
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-02-12 Thread Jonathan Otsuka
Is the best way to keep things in sync is to use a schedule task/cron to run 
fossil sync?

Jonathan Otsuka

On Jan 29, 2013, at 5:01 PM, djg...@gmail.com wrote:

 I cloned a remote fossil with:
fossil clone http://user:pass@website wiki.fossil
 
 open wiki.fossil:
fossil open wiki.fossil
 
 then setup remote-url with:
fossil remote-url http://website
 
 But then after making changes on either wiki changes are auto synced. Is this 
 even possible? I can manually run fossil sync and will push/pull changes.
 
 Jonathan Otsuka
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users