This seems like a really neat idea to put bookmarks and whatever in a separate configuration file, page.html. It's also nice that a default page is created automatically when tazweb is first run. In the default page.html that comes with tazweb 1.2 there is a typographical error in the web address for twitter so that the link does not work. Using the leafpad text editor one merely has to remove the extraneous "c" from the end of the twitter address (twitter.comc to twitter.com) to get the link to work. Also, the link for tazpanel goes to a page with a message that says "Cannot resolve hostname (tazpanel)". I'm not sure what tazpanel is, but I'm eager to learn. Also, can someone recommend a simple guide for writing or editing the xhtml file, page.html? Also, anyone have opinions about is.gd versus tinyurl.com? Any comments are appreciated.

My Page in TazWeb
(7 posts) (3 voices)-
Posted 13 years ago #
-
tazweb 1.2 typo error : http://hg.slitaz.org/tazweb/rev/f8ecd3ad885b -> line 3.42
tazpanel SliTaz Administration Panel announcement:
http://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/2011/04/msg00006.html
See code log here: http://hg.slitaz.org/tazpanel/Posted 13 years ago # -
Thank you for the information. This tazpanel project looks like a lot of work. Will be patiently waiting with anticipation.
Posted 13 years ago # -
Just wanted to say that I edited my page.html file with the beaver code editor that is very nice, and I added a new bookmark with favicon by following the examples in the default page file. The link works, and the favicon is there, but I noticed that the three default bookmarks have a small black button preceding the favicon and address that is not present before the newly added bookmark. I could not find any code in the page file that might account for this difference. Anybody have any insight as to why the three default bookmarks have a small square black bullet before the favicon and address and newly added bookmarks do not? Any information is appreciated. Thanks.
Posted 13 years ago # -
Hi Merlin,
So manged to edit xHTML! Look for now it's the lightest solution to get bookmarks in TazWeb and when I searched a solution for this I though why not a simple page and so we can add anything xHTML in it. But the inconveniend is to edit it manually.
The bullets on list are customizable via the style.css at line 11, just change:
list-style-type: square; --> list-style-type: none;
By the way, learning a bit of xHTML/CSS can be quite usefull and you will be able to create theme for Tazpanel since it is also pure standard!
Posted 13 years ago # -
Oh and... I missing download function with TazWeb so I stated to code a tiny external tool for that and ended in a nifty litle too for SliTaz desktop: TazDrop - Just drop anything on it and it will handle it. Example, drop an URL of ISO it will download it, drop a single URL it will open a browse, etc for files, email address.
If you want to try it: http://people.slitaz.org/~pankso/projects/tazdrop.tar.bz2
Posted 13 years ago # -
Yes, thank you, I agree, manually editing the xhtml configuration is inconvenient but instructional. I had not thought to look in the style.css file for the code responsible for the square black bullets. But why does not the code in line 11 for the square black bullets apply to new bookmarks as well as the original three bookmarks? I will try the tazdrop tool to see how it works. Thanks.
Posted 13 years ago #
Reply
You must log in to post.