diff options
| -rw-r--r-- | COPYING | 13 | ||||
| -rw-r--r-- | htroot/Bookmarks.html | 2 | ||||
| -rw-r--r-- | htroot/env/grafics/bookmarkpriv.gif | bin | 127 -> 0 bytes | |||
| -rw-r--r-- | htroot/env/grafics/bookmarkpriv.png | bin | 0 -> 729 bytes | |||
| -rw-r--r-- | htroot/env/grafics/bookmarkpub.gif | bin | 128 -> 0 bytes | |||
| -rw-r--r-- | htroot/env/grafics/bookmarkpub.png | bin | 0 -> 764 bytes |
6 files changed, 14 insertions, 1 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 000000000..5bd9a7eae --- /dev/null +++ b/COPYING @@ -0,0 +1,13 @@ +All parts of the software known as YaCy are covered under the +terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or +(at your option) any later version unless stated otherwise. + +You should have received a copy of the GNU General Public License +along with this software; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +People who have contributed to this software in addition to those +mentioned in the source code or other files belonging to YaCy: + +Jakub Steiner <jimmac ximian com> (bookmarkpriv.png, bookmarkpub.png) diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 14e7c5fc9..9779484a5 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -95,7 +95,7 @@ <td width="100%" valign="top">
#{bookmarks}#
<p style="border-bottom:1px #000 dashed; padding-bottom: 1em;">
-#(public)#<img class="bookmarkIcon" src="env/grafics/bookmarkpriv.gif" alt="private bookmark" title="private bookmark">::<img class="bookmarkIcon" src="env/grafics/bookmarkpub.gif" alt="public bookmark" title="public bookmark">#(/public)#
+#(public)#<img class="bookmarkIcon" src="env/grafics/bookmarkpriv.png" alt="private bookmark" title="private bookmark">::<img class="bookmarkIcon" src="env/grafics/bookmarkpub.png" alt="public bookmark" title="public bookmark">#(/public)#
<a href="#[link]#" target="_blank" class="bookmarkTitle">#[title]#</a><br />
<span class="bookmarkDescription">#[description]#</span><br />
Tagged with | #{tags}#<a href="Bookmarks.html?tag=#[tag]#" class="bookmarkTags">#[tag]#</a> | #{/tags}#<br />
diff --git a/htroot/env/grafics/bookmarkpriv.gif b/htroot/env/grafics/bookmarkpriv.gif Binary files differdeleted file mode 100644 index d828a1c63..000000000 --- a/htroot/env/grafics/bookmarkpriv.gif +++ /dev/null diff --git a/htroot/env/grafics/bookmarkpriv.png b/htroot/env/grafics/bookmarkpriv.png Binary files differnew file mode 100644 index 000000000..33091eb85 --- /dev/null +++ b/htroot/env/grafics/bookmarkpriv.png diff --git a/htroot/env/grafics/bookmarkpub.gif b/htroot/env/grafics/bookmarkpub.gif Binary files differdeleted file mode 100644 index 35e7316fd..000000000 --- a/htroot/env/grafics/bookmarkpub.gif +++ /dev/null diff --git a/htroot/env/grafics/bookmarkpub.png b/htroot/env/grafics/bookmarkpub.png Binary files differnew file mode 100644 index 000000000..ed2d33b9f --- /dev/null +++ b/htroot/env/grafics/bookmarkpub.png |
