zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #04926
Re: Searching on the server
-
To:
zim-wiki@xxxxxxxxxxxxxxxxxxx
-
From:
"Marco Basso (Support)" <support@xxxxxxxxxxxxx>
-
Date:
Wed, 13 May 2020 18:26:26 +0200
-
Arc-authentication-results:
i=1; mx.zohomail.com; dkim=pass header.i=marcobasso.it; spf=pass smtp.mailfrom=support@xxxxxxxxxxxxx; dmarc=pass header.from=<support@xxxxxxxxxxxxx> header.from=<support@xxxxxxxxxxxxx>
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589387190; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=UiTVcozYMgZc+sH+5p1DAgvOMGbDksiIr7198HOPqOA=; b=ZuFzDDDGIdkgKY0loUh+QQxyVqlFFJ28CrJp+nSipYX2HmkW65oMydYUkKDCaS8nYT88AIo1YSYwY8uOWQgD/HTjMI8udDa2c2dbMrEZwUtcgScCCw6RwhkimHBhSlnjkZu6ClaXdHoLvJ8TL9s40AR3ojJQgBP8J1/PdvtdOik=
-
Arc-seal:
i=1; a=rsa-sha256; t=1589387190; cv=none; d=zohomail.com; s=zohoarc; b=Us7yIUgtxXNko8M57+9L9uACd619RB3CVt3WiNBGh5mMJQZ3qvW39/SbE4LBH5gQRTtnzLf5dKObhH3NeWWsZTPHPp4HQJU9FpnDgett528XRudvGnLgRs7/aUhw9FDudfPbbrNqjnu3LyxhvoRggDDXrqT4Vx4x17W39x2+Q+8=
-
In-reply-to:
<d59ceedd-b1bc-0405-610f-3e40177ca615@jrm4.com>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 Thunderbird/68.6.0
Wow,
a web interface may be a great improvement.
I started using zim in 2012, and it's a great productive tool. There's
everything I need, without being complex.
I suppose that security-aware people use Zim with some kind of
crypto-loop filesystem, like ecryptfs, sharing the underlying encrypted
files/blocks, or use tools like cryptomator.
It's also possible that self encrypted SSD or bitlocker-like encryption
is in use by people with only one PC or notebook.
It will be great to deploy a web based Zim to some VPS, hosting service,
or container, but I think that no cleartext should be saved to such
external resources.
In your opinion, could it be possible to adopt a client-side encryption
layer that act before sending files to the server, while allowing to
download cleartext locally?
Thank you for your initiative.
Best regards.
Marco.
On 5/13/20 4:16 PM, John R. Marks, IV wrote:
>
> I CANT BELIEVE I JUST THOUGHT OF THIS.
>
> So, y'all, I teach in the MSIT at Florida State University, and this
> semester is my Advanced Web Applications class. Broadly, it ends up
> being a VERY language agnostic class because our student pool is
> varied in terms of skill (FSU is weird, our Computer Science dept is
> completely separate from our Information/IT School, and I'm in the
> latter). I personally have a very wide-but-SHALLOW knowledge about
> languages and frameworks (right now we still default to PHP + a little
> mostly vanilla JS because that's what I know how to do, despite all
> the frameworky stuff out there)
>
> Either way, though, I'd LOVE to point some of my students in the
> direction of some sort of web and/or mobile interface to Zim. It
> really does seem like it shouldn't be that hard especially if you
> consider the possibility of not really interacting with Zim-native's
> internal database, just do "the files" and perhaps spin up a separate
> one if needed. That, for me, has always been the beauty of Zim - the
> flat files. The db isn't "primary" and can be reloaded/destroyed
> whatever. I occasionally have cheated on Zim with org-mode.
> naughty-naughty, and that factor -- the ability to create multiple
> types of interfaces (orgzly, organice, etc etc) because of the
> simplicity of the filesystem.
>
> Anyway, this is part cheerleading and part volunteer from someone
> who'd love to see more of this.
>
> John
> jrm4.com
>
>
> On 5/13/20 9:34 AM, Gergely K. wrote:
>> Slightly off but my advice is not to go with Django. It was a clever
>> framework (does things ahead of time, like orm) and has some unique
>> features, but it's components are not standard and it is a bit
>> glued-together. Rather go with standard libraries (which you can use
>> in any (non-web) projects)!
>>
>> On Wed, May 13, 2020 at 3:00 PM Shivam Sharma <shivam.src@xxxxxxxxx
>> <mailto:shivam.src@xxxxxxxxx>> wrote:
>>
>> Wow. That was quick. I will test your patch.
>>
>> And the idea for building a full-fledged web application around
>> Zim is great. It should be started as a separate project,
>> however. Zim community may not welcome the idea integrated into
>> Zim since Zim has been very robust by being lean (and not being
>> too many things at once).
>>
>> If you do start work on the project, I'd be willing to help. I
>> have some experience with Flask but not much with Django.
>>
>> On Wed, 13 May 2020 at 16:26, Helder Guerreiro
>> <helder@xxxxxxxxxxxx <mailto:helder@xxxxxxxxxxxx>> wrote:
>>
>> On 08/05/20 16:13, Helder Guerreiro wrote:
>> > Is it possible to add a search box to the internal Zim server?
>>
>> Since it seems there is no easy way to add search to the
>> server I made
>> the patch attached (against master). There's an example
>> search box in
>> the "Default_with_index" template.
>>
>> But this got me thinking, now I'm looking for other features,
>> tag list,
>> task list, maybe even marking tasks directly from the server
>> or editing
>> pages... This seems to be a little too much for this server.
>> Using a
>> framework, Django or whatever, would be easier. Maybe a
>> separated
>> project from Zim?
>>
>> /Helder
>> _______________________________________________
>> Mailing list: https://launchpad.net/~zim-wiki
>> Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
>> <mailto:zim-wiki@xxxxxxxxxxxxxxxxxxx>
>> Unsubscribe : https://launchpad.net/~zim-wiki
>> More help : https://help.launchpad.net/ListHelp
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~zim-wiki
>> Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
>> <mailto:zim-wiki@xxxxxxxxxxxxxxxxxxx>
>> Unsubscribe : https://launchpad.net/~zim-wiki
>> More help : https://help.launchpad.net/ListHelp
>>
>>
>>
>> --
>> Mobile:(+36 20)356 9656
>> "Olyan lángész vagyok, hogy poroltóval kellene járnom!"
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~zim-wiki
>> Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~zim-wiki
>> More help : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help : https://help.launchpad.net/ListHelp
References