#264589 packages.d.o: please link to manpages on manpages.d.n

Package:
www.debian.org
Source:
www.debian.org
Submitter:
Dave Page
Date:
2021-09-22 04:28:38 UTC
Severity:
wishlist
Tags:
#264589#5
Date:
2004-08-09 14:34:10 UTC
From:
To:
It would be useful for Debian users if man pages for software in the
Debian archives were available through the website. This could be
automated to make sure that not only the manpages, but the correct
versions of the manpages, were available to Debian users. Currently,
finding a manpage for a non-installed package is a fairly haphazard
affair involving lots of Googling, and having a central repository would
be very handy since installing a package just to read a manpage is
time-consuming.

It would also be good if there could be an interface to these manpages
via packages.debian.org - when viewing information on a particular
version of a package, it could have links to the manpages within the
package along with the existing links to the Changelog etc.

#264589#10
Date:
2004-08-09 17:34:17 UTC
From:
To:
Hi,

Here they are for unstable.

http://people.debian.org/~pmachard/l10n/material/man/

Matt any idea about that ?

Cheers,

#264589#15
Date:
2004-08-09 23:01:11 UTC
From:
To:
Matt probably can't help you with that ;)
I'm happy to add more functionality to the packages.d.o pages.
(I prefer however to only link to "official" material, i.e. I'm
feeling a bit uneasy about linking to material on people.d.o).

I have no time this week to even discuss this further but I will come
back on it after that.

Gruesse,

#264589#20
Date:
2004-08-09 23:55:52 UTC
From:
To:
That's cool, but it's nowhere near complete. I was thinking of something
which covers every package in Debian, so I could read (say) man dhclient
without having it installed.

Also, somewhere linked to from the main Debian site (in the
Documentation section would make sense) would be useful.

Not trying to diss what you've done, just trying to suggest something
which would be very helpful to Debian users.

Dave

#264589#25
Date:
2004-08-10 05:14:54 UTC
From:
To:
Hi,

Indeed. My page is intended to find material for translators.

It's not a simple think. The main reason for that, is that source
packages includes the source of manpages. So you need to work on
binary-package. However, as you probably know, some packages conflicts,
other divert, that is to say, 2 packages provide the same feature, and
provide manpages.

Example for lpr manpages exists in cpusys-bsd and lpr

Unfortunately, I belive that this bug cannt be fixed trivialy. I think I
will a a tag wontfix for now. Until someone provide a manner to
implement it.

Cheers,

#264589#30
Date:
2004-08-10 05:42:44 UTC
From:
To:
Please don't do this.  We will fix this, just not yet.
#264589#35
Date:
2004-08-26 10:35:34 UTC
From:
To:
I agree, this is definitely something we need to implement since it has
been a longstanding issue. Many other distributions/OS provide online
manpages and those are a valuable thing, it should be possible to automate
extraction of manpages from binary packages, drop them in a per-package
hierarchy (to avoid conflicts) and generate browseable index (and
searchable index) for them.  It's just a matter of dedicating some time to
write the appropiate code, write it, and run it over a mirror copy with the
output available in, for example, www.debian.org/doc/manpages/

Regards

Javier

#264589#42
Date:
2004-09-19 15:55:58 UTC
From:
To:
I have played around a bit with the idea. Some preliminary results I put
up at http://manpages.debian.net/ . Just very basic stuff so far. You
can search for the exact name of a man page or package and read them
in HTML, plain text and roff source. And there is a index available,
sorted by man page names.

Some limitations of this early version:
- No real search engine yet, therefor currently no apropos or
  full text search.
- Doesn't handle links (symbolic and .so) at all yet
- My local mirror only has i386 and all, so no man pages from other
  architectures, yet.
- No page layout, just enough HTML display the information
- Man page conversion to HTML is done with man2html (available
  as Debian package), I already found some annoying bugs, e.g. in
  the link identifying heuristics.
- More static indices to come.

Comments welcome.

(P.S.: The man pages can also be browsed in a (very deep) directory
structure, http://manpages.debian.net/manpages/, main and contrib
contain links to the real files in pool which are hashed by their
md5sum)

Gruesse,

#264589#47
Date:
2004-09-19 16:37:14 UTC
From:
To:
Have you looked at groff -Thtml, with a reasonably recent version of
groff?

Also, have you looked at the (very hackish, but surprisingly effective)
way w3mman works?

Cheers,

#264589#52
Date:
2004-09-19 17:36:55 UTC
From:
To:
Argh, tried it, didn't work, forgot that I only had groff-base installed
and did go ahead, stupid me ...

Will try that again now I have groff installed ;)

Never heard of that, will take a look.

Gruesse,

#264589#57
Date:
2004-09-20 07:00:03 UTC
From:
To:
Have you tried the Man CGI interfaces that are available at
http://www.freebsd.org/cgi/man.cgi,
http://www.openbsd.org/cgi-bin/man.cgi or
http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-current
?

There seems to be quite a number of MAN cgi implementations [1] so maybe
it's best to base a new interface and adapting it taking into account our
needs (show indexes of manpages based on package) and our issues (some
packages have manpage conflicts). I have not made a deep revision but this
one seems to be the one most people fork from:
http://www.softlab.ntua.gr/~christia/man-cgi.html (quite simple, just a
little bit of sed/awk)

The only problem with the above script it that it assumes you are running
it in a system which has all the manpages, it might need to be adapted
(like NetBSD did) so that it can handle multiple different manpages
collections (NetBSD's provides a mechanism to search by architecture and
collection).

Just my 2c

Regrds

Javier

[1] http://www.w3.org/Tools/Man_faq_filters.html

#264589#62
Date:
2004-09-20 15:45:56 UTC
From:
To:
Thanks for the links, will investigate the existing solutions.
From what I can tell, there may be quickly the point where it
simpler to make an own solution as to adapt programs like apropos
to fit our needs. (Interesting enough that the tarball with all man
pages for *BSD is about 5 MB in size, I assume they only take their base
systems? I have 230 MB here for Debian i386+all [though this number will
not grow much since I save all identical man pages only once, so the other
arches will not add much)

Gruesse,

#264589#67
Date:
2005-09-21 01:24:45 UTC
From:
To:
debian-goodies package includes a program called debman which
dynamically extracts a manpage from a package.  I don't know if that
would be useful here; speedwise, it is probably much better to create
a directory hierarchy to separate packages, and languages, with some
simple web search frontend.  Then the problem is simply one of
syncing with updated packages periodically, or "noticing" package
updates.  (And, are all distributions' manpages available?  Or just
stable?)  I guess that deserves another directory hierarchy.  So we
could have something like:

	./man-pages/distribution/package/language/*

Actually, a "pool" design might make sense (not that manpages are
big) to avoid multiple copies of the manpages when a given version of
a package is in multiple distributions simultaneously.

Though I'd mention it.

#264589#70
Date:
2007-08-21 21:20:33 UTC
From:
To:
Since manpages.debian.net is no longer working I decided to setup a
new beta service. After hacking around at FreeBSD's man CGI interface written
by Wolfram Schneider I've been able to come up with this:
http://www.debian.org.es/cgi-bin/man.cgi
Source of the script at
http://www.debian.org.es/cgi-bin/man.cgi/source

The script uses a local manpage directory extracted from a local mirror.
The manpage directory contains three releases (sarge, etch and sid), includes
all translated manpages and is about 1.2GB big.

Right now there is no cron job that regerenates the manpage directory
contents, however.

Some interesting features:

- provides information on available translations, translations can be
  obtained too  but presentation fails to work properly for non-ASCII chars

- allows 'apropos' searches. Does not search through the whole manpage text,
  but it's better than nothing.

- can generate ASCII, PS and PDF formats, besides HTML

More information available at
http://lists.debian.org/debian-doc/2007/08/msg00133.html

I would be interested to hear what people think of this service.

Regards

Javier

#264589#77
Date:
2008-11-19 07:05:36 UTC
From:
To:
retitle 264589 packages.d.o: please link to manpages on manpages.d.n
thanks

I think it would be a good idea for packages.d.o to link to the HTML
versions of Debian manpages provided at manpages.debian.net.

Firstly the package contents pages should link the manual page path
names to the corresponding manual page on manpages.d.n.

Secondly, the individual package pages could have a documentation
section on the right sidebar linking to individual manual pages (and
doc-base info later on perhaps). If there are a large number of manual
pages in one package, manpages could grow a package search page and
packages.d.o could link to that.

#264589#86
Date:
2011-01-18 10:33:30 UTC
From:
To:
Hi,

I just wanted to update the bug report (and the -www team) on the
status of the manpages.debian.net interface.

The current status is as follows:

- a searchable manpage interface is now available and running at a
DSA-administered machine. It is available at
http://manpages.debian.net/ and rebuilds the manpage contents
periodically (currently monthly)

- the interface is a perl CGI script, source can be directly obtained
from http://manpages.debian.net/cgi-bin/man.cgi/source and the
repository used to track its changes is available in SVN:
http://svn.debian.org/viewsvn/ddp/man-cgi/

- the manpage interface allows users to search by name, distribution and section

- in addition links like http://manpages.debian.net/man/1/dpkg are
rewrite to build a search for a specific manpage in a specific
section. This is, I believe, used by wiki.debian.org

In the backend, an extraction tool (see
http://svn.debian.org/viewsvn/ddp/man-cgi/extractor/) parses all the
packages in the archive and extracts the manpage files to a pool-like
structure.

The interface, on the other hand, is currently is lacking a way to do
a search by package names, and the underlying content is not
available. If required:

- the content (as I said following a pool structure) could be exposed
for direct access and download of the original manpages,
- searchs through package names could be implemented by building a package index

I'm not sure if this last two items are required from
packages.debian.org to make a link to manpages.debian.net. Could
someone clarify what are the interface requirements from the
packages.debian.org perspective?

Anyway, I would need help to implement the above and would accept any
patches that improve the existing interface.


Regards

Javier

#264589#91
Date:
2011-08-30 10:55:55 UTC
From:
To:
Ehemm... ping?

Could please somebody say whether any changes are required in the CGI script
for packages.debian.org to point to manpages.debian.net?

Regards

Javier

#264589#96
Date:
2012-12-27 07:47:03 UTC
From:
To:
Thanks for this status, sorry the reply took so long.

I implemented linking to individual manual pages on my local machine
today, from both the filelist and package pages.

Based on my preliminary implementation, I think we do need a way to do a
search by package names. For packages that have a lot of manual pages,
lots of links to individual manual pages bloats the page, so I think we
want one link to all the manual pages for each binary package. Later on
someone might implement info.debian.net or docs.debian.net (doc-base)
and so we might want "Manual page(s)", "Info documents", "More
documentation" (doc-base) in a "Documentation" section.

I don't think this would be required.

We need per-package links. The packages site also requires a way to link
to the manual page of a specific language and fall back on the English
version. So something like this:

http://manpages.debian.net/pkg/<suite>/<package>/<lang>/
http://manpages.debian.net/pkg/<suite>/<package>/

If there is only one manual page in the package, that should present it.
If there are several manual pages in the package, it should list them.

In addition, I noticed that the Ubuntu manual pages have HTML markup,
would it be possible to adopt whatever code they are using for that?

http://manpages.debian.net/man/1/dpkg
http://manpages.ubuntu.com/manpages/precise/en/man1/dpkg.1.html

#264589#99
Date:
2012-12-27 18:21:09 UTC
From:
To:
But with fixed width font please?

Kind regards,
Andrei

#264589#104
Date:
2013-04-17 06:21:56 UTC
From:
To:
Attached so that it doesn't get lost.

Did you get a chance to implement this yet?

In addition, would it be possible to get all of the redirects to include
an optional language parameter on the end? This way the contents pages
can also link to manual page translations.

#264589#109
Date:
2013-11-30 02:00:27 UTC
From:
To:
Attached an update for using manpages.d.o instead.
#264589#114
Date:
2014-03-04 04:08:54 UTC
From:
To:
Attached an update to support the new per-language redirects on
manpages.d.o and the filesystem paths for translated manpages.

#264589#119
Date:
2014-03-04 08:29:06 UTC
From:
To:
(...)

Some months ago I started tinkering with their scripts (actually
Dustin Kirkland's). They basicly extract all the manpages from
packages and convert them to (static) HTML pages. On top of this there
is a Python script to search the archive.

The code [1] is a little bit Ubuntu-specific but could be changed for
Debian. I have added some of it (and modified it slightly) here:
http://anonscm.debian.org/viewvc/ddp/man-cgi/static-repository/ and
started playing with it in glinka.  It is available through here:
http://manpages.debian.org/static/ (not fully working, very draft
form)

However, it's far from finished. I have not been able to allocate
enough time to have a final implementation though

The downside of this approach is that the service would consume double
the disk space it currently does. As it would have two repositories:

- one with the original manpages (aprox. 6 GB currently)
- one with the manpages converted into static HTML files

The HTML files would be there regardless of whether they actually get
used or not.

On the upside: it would be faster, since the CGI script would not need
to generate the manpages on the fly for every user.

Best regards


Javier


[1] https://blueprints.launchpad.net/ubuntu-docs/+spec/ubuntu-manpage-repository

#264589#126
Date:
2017-01-02 06:53:34 UTC
From:
To:
Attached an update to git master and https URLs.
#264589#131
Date:
2018-02-15 07:20:30 UTC
From:
To:
Laba diena,


Noriu Jus informuoti apie šių metų pasikeitimą dėl atnaujintos visos Lietuvos įmonių bazės 2018 metų sausio vidurio.
Visi juridiniai asmenys pateikti bazėje yra veikiantys, realiai vykdantys veiklą, turintys įdarbintų darbuotojų. Duomenys pagal Sodrą, Registrų centrą.

Bazėje nurodoma ir apyvarta, darbuotojų atlyginimai, darbuotojų skaičius, transporto skaičius ir daug kitų duomenų, kuriuos matysite pavyzdyje.

Duomenis galima filtruoti pagal veiklas, miestus ir kitus duomenis.


Šią bazę verta turėti visoms įmonėms. Pateiksiu priežastis:

1) Kontaktai pateikti bazėje direktorių ir kitų atsakingų asmenų, didelė tikimybė Jums surasti naujų klientų, partnerių, tiekėjų, kai tiesiogiai bendrausite su direktoriais, komercijos vadovais.

2) Konkurentų analizavimas, tiekėjų atsirinkimas pagal Jums reikalingus kriterijus, galite atsifiltruoti pagal įmonės dydį, bazėje nurodoma kiek įmonės skolingos Sodrai.

3) Lengva, greita ir patogu dirbti su šia baze, elektroninius pašto adresus galite importuoti į elektroninių laiškų siuntimo programas ar sistemas iš kurių siunčiate elektroninius laiškus.
Taip pat galite importuoti mobiliųjų telefonų numerius į SMS siuntimo programas.


Išsirinkite iš "Veiklų sąrašo" veiklas kurių Jums reikia.
( Sąrašas prisegtas laiške excel faile )

Parašykite, kurias veiklas išsirinkote
ir atsiųsime pavyzdį ir pasiūlymą su sąlygomis įmonių bazei įsigyti



Pagarbiai,
Tadas Giedraitis
Tel. nr. +37067881041

#264589#134
Date:
2018-02-15 07:20:30 UTC
From:
To:
Laba diena,


Noriu Jus informuoti apie šių metų pasikeitimą dėl atnaujintos visos Lietuvos įmonių bazės 2018 metų sausio vidurio.
Visi juridiniai asmenys pateikti bazėje yra veikiantys, realiai vykdantys veiklą, turintys įdarbintų darbuotojų. Duomenys pagal Sodrą, Registrų centrą.

Bazėje nurodoma ir apyvarta, darbuotojų atlyginimai, darbuotojų skaičius, transporto skaičius ir daug kitų duomenų, kuriuos matysite pavyzdyje.

Duomenis galima filtruoti pagal veiklas, miestus ir kitus duomenis.


Šią bazę verta turėti visoms įmonėms. Pateiksiu priežastis:

1) Kontaktai pateikti bazėje direktorių ir kitų atsakingų asmenų, didelė tikimybė Jums surasti naujų klientų, partnerių, tiekėjų, kai tiesiogiai bendrausite su direktoriais, komercijos vadovais.

2) Konkurentų analizavimas, tiekėjų atsirinkimas pagal Jums reikalingus kriterijus, galite atsifiltruoti pagal įmonės dydį, bazėje nurodoma kiek įmonės skolingos Sodrai.

3) Lengva, greita ir patogu dirbti su šia baze, elektroninius pašto adresus galite importuoti į elektroninių laiškų siuntimo programas ar sistemas iš kurių siunčiate elektroninius laiškus.
Taip pat galite importuoti mobiliųjų telefonų numerius į SMS siuntimo programas.


Išsirinkite iš "Veiklų sąrašo" veiklas kurių Jums reikia.
( Sąrašas prisegtas laiške excel faile )

Parašykite, kurias veiklas išsirinkote
ir atsiųsime pavyzdį ir pasiūlymą su sąlygomis įmonių bazei įsigyti



Pagarbiai,
Tadas Giedraitis
Tel. nr. +37067881041

#264589#139
Date:
2019-01-31 06:21:58 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 13.01.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 13.01.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankkis

Links:
------
[1] https://form.jotformeu.com/90298566035363

#264589#144
Date:
2019-01-31 05:14:48 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 13.01.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 13.01.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankkis

Links:
------
[1] https://form.jotformeu.com/90298566035363

#264589#147
Date:
2019-01-31 06:21:58 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 13.01.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 13.01.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankkis

Links:
------
[1] https://form.jotformeu.com/90298566035363

#264589#150
Date:
2019-01-31 05:14:48 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 13.01.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 13.01.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankkis

Links:
------
[1] https://form.jotformeu.com/90298566035363

#264589#155
Date:
2019-02-03 12:07:50 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 03.02.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 03.02.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankki

Links:
------
[1] https://form.jotform.com/90331870943155

#264589#158
Date:
2019-02-03 12:07:50 UTC
From:
To:
-- 
Hei!
Hyvä asiakaamme,
Verkkopankin käyttäjiä koskeva PSD2-direktiivin astui voimaan 03.02.2019
tästä johtuen verkkopalveluiden käyttäjien
on tehtävä järjestelmäpäivitys ja päivittää yhteystiedot ajantasalle.
Päivitä tietosi ja tehkää järjestelmäpäivitys  tästä  [1]

Prosessi järjestelmän ja tietojen päivittämiseksi on tehty
mahdollisimman helpoksi ja sujuvaksi.
Käsittelemme rekistereissämme kaikkien asiakkaidemme tietoja samojen
käsittely- ja tietoturvaperiaatteiden mukaisesti.

Kaikkien asiakkaidemme tiedot ovat esimerkiksi pankkisalaisuuden,
vakuutussalaisuuden tai vastaavan salassapitovelvoitteen alaisia tietoja
riippumatta siitä, onko kyse henkilö- vai yritysasiakkaasta.
Tietojen luovuttaminen on mahdollista vain asiakkaan antaman
suostumuksen tai lain perusteella.

Ilman päivitystä pankkipalveluita voidaan joutua rajoittamaan.
Päivitykset perustuvat 03.02.2019 voimaan tulleeseen PSD2-direktiiviin
Rajoitukset koskevat maksukortteja ja verkkopankkia tai muuta tilin
käyttöä.
Terveisin
Asiakaspalvelu
S-Pankki

Links:
------
[1] https://form.jotform.com/90331870943155

#264589#161
Date:
2019-10-04 02:09:56 UTC
From:
To:
Good day. How are you doing these days? I hope you're doing well and things are working out all right.


 It's my belief that these revelations were given for us to know the truth and choose the right path accordingly.
It would be much appreciated if you acknowledge that the truth must be known to all and make as much effort as possible to promote public awareness of these testimonies.
   uk mirror news

https://www.youtube.com/watch?v=_sRgc9NtHQI    ( unwelcome truth )
https://www.youtube.com/watch?v=dWXkBBIaiVc       a trip to Hell (  extremely graphic )
http://heavencometrue.com/?lang=eng  ( website of the Heaven&Hell eyewitness )


                                                                                    

                                                                          unsubscribe

#264589#166
Date:
2019-10-04 02:09:56 UTC
From:
To:
Good day. How are you doing these days? I hope you're doing well and things are working out all right.


 It's my belief that these revelations were given for us to know the truth and choose the right path accordingly.
It would be much appreciated if you acknowledge that the truth must be known to all and make as much effort as possible to promote public awareness of these testimonies.
   uk mirror news

https://www.youtube.com/watch?v=_sRgc9NtHQI    ( unwelcome truth )
https://www.youtube.com/watch?v=dWXkBBIaiVc       a trip to Hell (  extremely graphic )
http://heavencometrue.com/?lang=eng  ( website of the Heaven&Hell eyewitness )


                                                                                    

                                                                          unsubscribe

#264589#171
Date:
2020-08-31 23:00:55 UTC
From:
To:

#264589#176
Date:
2020-12-31 10:35:57 UTC
From:
To:
Hi pabs,

I wonder if your patch
0001-Link-to-manual-pages-Closes-264589.patch
was applied and this bug can now be closed?

#264589#179
Date:
2020-12-31 10:35:57 UTC
From:
To:
Hi pabs,

I wonder if your patch
0001-Link-to-manual-pages-Closes-264589.patch
was applied and this bug can now be closed?

#264589#184
Date:
2021-01-01 05:39:33 UTC
From:
To:
The patch is untested and the packages site isn't well maintained so
that would seem unlikely, did you check git for the patch?

#264589#189
Date:
2021-01-02 05:36:08 UTC
From:
To:
I have confirmed that the patch is not yet committed to the git repo.
#264589#194
Date:
2021-01-02 11:42:20 UTC
From:
To:
How do I unsubscribe this list?
Can you tell me , please?
All the best,
E.Querido

#264589#199
Date:
2021-01-05 10:29:43 UTC
From:
To:
    > I have confirmed that the patch is not yet committed to the git repo.
Thanks for the feedback.

#264589#204
Date:
2021-09-22 04:11:41 UTC
From:
To:
Hello,

Good morning,

We have gone through your samples from a partner and Here is our  Order
List. Please do bear in mind that we are very much in  need of this
order, quote your competitive prices.

Kindly send the Order confirmation.

Your early reply will be much appreciated.

Best Regards,

Maryanah Erwin.

PT FINDORA INTERNUSA

Jln Pahlawan 66 Kec. Arjawinangun

45162 CIREBON West-Java INDONESIA

tel : +62 231 357334

fax: +62 231 357260

email: marketing@findora.com

#264589#207
Date:
2021-09-22 04:11:41 UTC
From:
To:
Hello,

Good morning,

We have gone through your samples from a partner and Here is our  Order
List. Please do bear in mind that we are very much in  need of this
order, quote your competitive prices.

Kindly send the Order confirmation.

Your early reply will be much appreciated.

Best Regards,

Maryanah Erwin.

PT FINDORA INTERNUSA

Jln Pahlawan 66 Kec. Arjawinangun

45162 CIREBON West-Java INDONESIA

tel : +62 231 357334

fax: +62 231 357260

email: marketing@findora.com