On 2 November 2015 at 10:27, Richard Hipp <d...@sqlite.org> wrote:
> Fossil 1.34 has been tagged and is now on the website.  Time to think
> about what to do next.  The following are ideas:

just some rambling thoughts...

Is there a technical limitation why tech notes are not searchable?
http://www.mail-archive.com/fossil-dev@lists.fossil-scm.org/msg00254.html

Also, Luis makes a good points about a better visibility to create a
tech note. I don't see tech notes listed on /sitemap

Here's someones wishlist from 2+ years ago:
http://www.fossil-scm.org/index.html/wiki?name=Wish+List

I like that line numbers can be enabled:
http://www.fossil-scm.org/index.html/artifact/1133b42e58e40e9f6f7d6f1be12dbb8071a4f3db?txt=1&ln=0

But the typical user may not know if you want to highlight one or many
lines, you need to edit the URL

Perhaps some way to make the line numbers anchors and highlight the code?

I really like github's raw mode of viewing a file:
https://raw.githubusercontent.com/esnet/iperf/master/src/iperf.h

This allows me to fetch/wget
https://raw.githubusercontent.com/esnet/iperf/master/src/iperf.h and
get only that file.

Fossil has something somewhat similar:
http://www.fossil-scm.org/index.html/raw/src/sha1.c?name=475f5dc5fd546d3ec5cd656f773f36bb2d03584f

it's the raw text but there's a couple problems:
a) I'll have to wget/fetch
"http://www.fossil-scm.org/index.html/raw/src/sha1.c?name=475f5dc5fd546d3ec5cd656f773f36bb2d03584f";
b) the downloaded file will then be
"sha1.c\?name=475f5dc5fd546d3ec5cd656f773f36bb2d03584f" so I'll have
to rename it

I understand I could just clone the entire repo and copy that file out
directly but that's extra work for just needing a single file.

Other files download locally and can't be displayed in the browser:
http://www.fossil-scm.org/index.html/artifact/f22c56611e6a7876

That's all!

-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to