Re: [fossil-users] Feature slideshow on fossil homepage

2018-07-09 Thread mario
Mon, 9 Jul 2018 15:54:50 -0700 jungle Boogie : > > I think it's a good first step. Thanks for your efforts! > > The carousal might be a little too cookie cutter/modern for > programmers/developers, but might appeal to managers of those people. > > What if the current 'What is Fossil' section ha

Re: [fossil-users] Feature slideshow on fossil homepage

2018-07-09 Thread mario
Mon, 9 Jul 2018 18:57:41 -0400 Richard Hipp : > On 7/9/18, mario wrote: > > Our current homepage is a bit wall of textish / too bland > > "Bland" is a feature, not a bug. :-) > > Nevertheless, it would be cool if you could come up with a skin or > demons

Re: [fossil-users] Feature slideshow on fossil homepage

2018-07-09 Thread mario
Mon, 9 Jul 2018 17:31:52 -0400 Will Parsons : > On Monday, 9 Jul 2018 12:06 PM -0400, mario wrote: > > As followup to last month` Show time.. discussion: > > → http://fossilslideshow.tmp.include-once.org/ > > Is this something the Fossil homepage should have? > >

[fossil-users] Feature slideshow on fossil homepage

2018-07-09 Thread mario
As followup to last month` Show time.. discussion: → http://fossilslideshow.tmp.include-once.org/ (Take in mind this ain't a mockup yet; just as example.) Why oh why? === Our current homepage is a bit wall of textish / too bland I'd think. While it already gets all interesting features

Re: [fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread mario
Mon, 2 Jul 2018 17:20:17 -0600 Warren Young : > Under what conditions would you have two different tags in a > single document differing only by class, and thus need a CSS selector > to differentiate them? Of course you wouldn't want two tags. But that's exactly the bug I ran into: http://

[fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread mario
This misses anything but plain tags in the header ↓ if( sqlite3_strlike("%%", zHeader, 0)!=0 ){ Th_Render(zDfltHeader); } It might rather be %%, so any style attributes like get recognized still. Perhaps zDfltHeader[] could even contain a short HTML comment

Re: [fossil-users] GitHub question. Was: Git-v-Fossil.

2015-03-16 Thread mario
Sat, 14 Mar 2015 14:02:18 +0200 John Found : > > IMO, everything is in reverse. GitHub is not popular, because Git is > great SCM. Git is popular because is used by GitHub! > > Notice that GitHub is not only repository hosting. It is a social > network for developers. That is why it is popular. An

Re: [fossil-users] How to change background color dynamically?

2015-03-15 Thread mario
Sat, 14 Mar 2015 20:06:06 -0400 : > ... > clones. I understand TH1 only works inside the header/footer > sections, so is it possible to maybe change just their backgrounds? > Currently, CSS sets my entire background color. You can also use TH1 for the stylesheet (Admin > CSS). It's a proper templ

Re: [fossil-users] hooks in Fossil

2015-03-11 Thread mario
Wed, 11 Mar 2015 13:29:13 +0100 Gour : > > Now, I'd like that whenever I commit changes on my local machine and > push them unto remote server, that the content of 'public' folder gets > copied/synced to the remote server to the specific directory so that > the site is automatically refreshed. >

Re: [fossil-users] Alternative "skin" for the main Fossil website

2015-02-12 Thread mario
Wed, 11 Feb 2015 16:29:21 +0100 "j. van den hoff" : > the box for specifying the max. number of displayed entries is > seriously clipped/not adjusted to textwidth within (see attachment if > this goes through...). The input size= has been changed to =4 meanwhile. Maybe your browser just cached som

Re: [fossil-users] New search features

2015-02-02 Thread mario
Sun, 1 Feb 2015 23:48:28 -0500 Richard Hipp : > > 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). That's extremely awesome. In particular the configuration settings are super

[fossil-users] FTS4 Search, MATCH query requires UPDATE, no worky from TH1

2015-01-29 Thread mario
So this is more of a SQLite question. I've been trying to move my TH1 search function to a FTS table lately too. But it really only worked from SQlite or Fsl > Admin > SQL. In TH1 query{} calls it just returns SQLITE_AUTH errors. query "SELECT * FROM fx_search WHERE content MATCH 'test'" { }

Re: [fossil-users] CGI with suexec, no HOME= environment var, breaks TH1-hooks

2015-01-20 Thread mario
Tue, 20 Jan 2015 17:57:21 +0100 Stephan Beal : > On Tue, Jan 20, 2015 at 5:52 PM, mario wrote: > > Not a great idea - setenv() is non-standard. > If it's not portable without -D_BSD_SOURCE flag, then it's a bad idea as general workaround. For me it's entirely suffi

Re: [fossil-users] CGI with suexec, no HOME= environment var, breaks TH1-hooks

2015-01-20 Thread mario
Tue, 20 Jan 2015 10:39:04 -0500 Richard Hipp : > On 1/20/15, mario wrote: > > > > Since I'm using Apache/mod_suexec for my repos, there isn't a $HOME > > env variable. It's not among the sanctioned vars: > > https://svn.apache.org/repos/asf/httpd/sandbox

[fossil-users] CGI with suexec, no HOME= environment var, breaks TH1-hooks

2015-01-20 Thread mario
So I compiled 1.30 yesterday (--json --with-th1-docs --with-th1-hooks --static), but got a minor deployment woe. My repo.cgi wrapper just responded with: cannot locate home directory - please set the HOME environment variable Since I'm using Apache/mod_suexec for my repos, there isn't a $HO

Re: [fossil-users] Examples of public Fossil repositories

2015-01-02 Thread mario
Fri, 2 Jan 2015 10:17:26 -0500 Richard Hipp : > On Fri, Jan 2, 2015 at 10:13 AM, Stephan Beal > wrote: > > > On Fri, Jan 2, 2015 at 3:34 PM, Richard Hipp wrote: > > > >> I'm trying to compile a list of interesting public Fossil > >> repositories. My list currently includes: > >> > >> > > Well,

Re: [fossil-users] GitHub-style template

2014-03-22 Thread mario
(Oops, my last reply didn't make it to the list..) Anyway, it's now a bit more polished, and works in Firefox as well. There are a some usage hints here now: http://fossil.include-once.org/fossil-skins/wiki/GitHub 2014-03-17 19:27 GMT+01:00 mario : > 2014-03-17 17:33 GMT+01:00

[fossil-users] GitHub-style template

2014-03-17 Thread mario
It's nowhere near finished, but here's a github-simulating layout: http://fossil.include-once.org/hybrid7/ Barely holds together, and it's not yet working in Firefox. But includes fx_search support, my th1x functions for the language bar and file box, and comes with built-in code highlighting.

[fossil-users] Search function/display in TH1

2014-02-16 Thread mario
fossil ci userland-search-feature.th1 Hi, This has been approached in various ways already, but I recently needed to add a search atop fossil as well. So made a little TH1 script for the web interface.. It still requires a one-line fossil patch and a separate update script though. http://fos

Re: [fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
2012/1/10 Richard Hipp : > > How about: > >    wget 'http://fsl.example.com/repo/tarball/x.tgz?uuid=trunk' > >> Ah okay, thanks. That makes it easy enough. wget 'http://fsl.example.com/repo/tarball/.?uuid=trunk' -O- | pax -rz It only required the additional zip privilege for nobody. Which is

[fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
Probably missing something very obvious. But how do you get the current set of files from a remote repository? (Using the command line, not the server UI.) With SVN or GIT you can just do a checkout on the server url with e.g. svn co http://svn.example.org/repos/proj/trunk proj git clone g