# HG changeset patch
# User Christophe Lincoln
# Date 1302835526 -7200
# Node ID f8ecd3ad885b57e655427d146dabbd209a4611f8
# Parent 74112b6139208b13bc280917cde1b41231dca3f5
Add degault bookmark file with separated CSS file also for doc
diff -r 74112b613920 -r f8ecd3ad885b Makefile
--- a/Makefile Fri Apr 15 01:59:38 2011 +0200
+++ b/Makefile Fri Apr 15 04:45:26 2011 +0200
@@ -20,14 +20,14 @@
$(DESTDIR)$(PREFIX)/share/pixmaps \
$(DESTDIR)$(PREFIX)/share/applications
install -m 0755 $(PACKAGE) $(DESTDIR)$(PREFIX)/bin
- cp -d doc/*.html $(DESTDIR)$(DOCDIR)/$(PACKAGE)
+ cp -d doc/* $(DESTDIR)$(DOCDIR)/$(PACKAGE)
install -m 0644 data/tazweb-icon.png \
$(DESTDIR)$(PREFIX)/share/pixmaps/tazweb.png
install -m 0644 data/tazweb.desktop \
$(DESTDIR)$(PREFIX)/share/applications
- install -m 0644 data/bookmarks.html \
+ install -m 0644 data/page.html \
$(DESTDIR)$(PREFIX)/share/tazweb
- install -m 0644 data/bookmarks.html \
+ install -m 0644 data/style.css \
$(DESTDIR)$(PREFIX)/share/tazweb
clean:
diff -r 74112b613920 -r f8ecd3ad885b README
--- a/README Fri Apr 15 01:59:38 2011 +0200
+++ b/README Fri Apr 15 04:45:26 2011 +0200
@@ -8,6 +8,11 @@
motivated and want to add some entries to the context menu, please talk
to the AUTHOR before commiting anything in the repos.
+TazWeb use a custom page in user Freedesktop directory to let user add
+any content in it and get with one click from the toolbar. We may have
+a external apps/script to handle that file for user who dont manage to
+edit pure xHTML.
+
This application have been created for Tazpanel and future SliTaz integrated
Web applications. The goal is by far to have a fully-featured web browser. But
if you find a way to provide a simple plugins mechanism, that would be great.
diff -r 74112b613920 -r f8ecd3ad885b data/page.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/data/page.html Fri Apr 15 04:45:26 2011 +0200
@@ -0,0 +1,70 @@
+
+
+
+ My Page
+
+
+
+
+
+
- TazWeb can handle a bookmarks file located in your Freedesktop standard
- configuration directory, the path is: $HOME/.config/tazweb/bookmarks.html
+ TazWeb handle a personnal page located in your Freedesktop standard
+ configuration directory, the path is: $HOME/.config/tazweb/page.html
+ It let you have a custom page with bookmarks and other content. The
+ CSS style is defined in $HOME/.config/tazweb/style.css
- The file is a simple xHTML 5 document with, by default, a list of links.
- You can edit this file with you favorite editor and add bookmarks entries
- or change the look and feel as you want. You will find the default
- bookmarks.html in: /usr/share/tazweb. You can get an original copy
- with the following commands in a terminal:
+ The file is a simple xHTML 5 document with, by default, a list of
+ links and a box. You can edit this file with you favorite editor
+ and add content such as bookmarks entries or change the look and
+ feel as you want. At first start TazWeb will create and copy your
+ personnal page and style in your config directory.
+
+
+Note: You will find the default page.html in: /usr/share/tazweb and
+can get an original copy with the following commands in a terminal: