• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

po/H24-Dec-2020-3,4302,869

src/H03-May-2022-1,149923

AUTHORSH A D24-Dec-2020106 43

COPYINGH A D24-Dec-202017.7 KiB340281

ChangeLogH A D24-Dec-202094 KiB3,4412,057

Makefile.amH A D24-Dec-2020562 2921

Makefile.inH A D24-Dec-202026.9 KiB884780

NEWSH A D24-Dec-20201.6 KiB5346

README.mdH A D24-Dec-20201.6 KiB5533

aclocal.m4H A D24-Dec-2020423.7 KiB11,88110,723

compileH A D24-Dec-20207.2 KiB349259

config.guessH A D24-Dec-202043.2 KiB1,4811,288

config.h.inH A D24-Dec-20202.5 KiB9765

config.subH A D24-Dec-202035.3 KiB1,8021,661

configureH A D24-Dec-2020483.4 KiB16,42013,701

configure.acH A D24-Dec-20201.5 KiB5240

depcompH A D24-Dec-202023 KiB792502

install-shH A D24-Dec-202015 KiB519337

intltool-extract.inH A D24-Dec-20200

intltool-merge.inH A D24-Dec-20200

intltool-update.inH A D24-Dec-20200

ltmain.shH A D24-Dec-2020319.6 KiB11,2528,044

missingH A D24-Dec-20206.7 KiB216143

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/-/blob/master/COPYING)
2
3# xfce4-smartbookmark-plugin
4
5Xfce4-smartbookmark-plugin allows you to send requests directly to your
6browser and perform a custom search.
7
8Some URL examples:
9
10 Google: https://www.google.it/search?q=
11 Debian BTS: https://bugs.debian.org/
12 Wikipedia: https://en.wikipedia.org/wiki/
13
14----
15
16### Homepage
17
18[Xfce4-smartbookmark-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin)
19
20### Changelog
21
22See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
23
24### Source Code Repository
25
26[Xfce4-smartbookmark-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin)
27
28### Download a Release Tarball
29
30[Xfce4-smartbookmark-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin)
31    or
32[Xfce4-smartbookmark-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/-/tags)
33
34### Installation
35
36From source code repository:
37
38    % cd xfce4-smartbookmark-plugin
39    % ./autogen.sh
40    % make
41    % make install
42
43From release tarball:
44
45    % tar xf xfce4-smartbookmark-plugin-<version>.tar.bz2
46    % cd xfce4-smartbookmark-plugin-<version>
47    % ./configure
48    % make
49    % make install
50
51### Reporting Bugs
52
53Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
54
55