1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Description: replace external image with DFSG-compliant logo
The syntax reference for HikiDoc requires an image from an external site. The licence of this image is uncertain. The actual image used does not matter, as the document is demonstrating how to insert an image in HikiDoc syntax. To avoid licensing concerns and a potential privacy breach, I have replaced this external image with an included copy of the Debian logo.
Author: Caitlin Matos <caitlin.matos@zoho.com>, Youhei SASAKI <uwabami@gfd-dennou.org>
Last-Update: 2014-08-29
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ruby-hikidoc.orig/TextFormattingRules
+++ ruby-hikidoc/TextFormattingRules
@@ -90,11 +90,11 @@
*Example statement
- http://jp.rubyist.net/theme/clover/clover_h1.png
+ file:///usr/share/doc/ruby-hikidoc/html/debian-openlogo.png
*Example output
-http://jp.rubyist.net/theme/clover/clover_h1.png
+file:///usr/share/doc/ruby-hikidoc/html/debian-openlogo.png
!Preformatted text
--- ruby-hikidoc.orig/TextFormattingRules.ja
+++ ruby-hikidoc/TextFormattingRules.ja
@@ -90,11 +90,11 @@
*
- http://jp.rubyist.net/theme/clover/clover_h1.png
+ file:///usr/share/doc/ruby-hikidoc/html/debian-openlogo.png
*
-http://jp.rubyist.net/theme/clover/clover_h1.png
+file:///usr/share/doc/ruby-hikidoc/html/debian-openlogo.png
!Ѥߥƥ
|